chore(deps): update npm dependencies #81
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.47.2
->1.49.1
^0.4.0
->^0.5.0
20.16.13
->20.17.13
1.7.7
->1.7.9
1.8.0
->1.8.3
5.2.1
->5.2.2
0.14.3
->0.14.5
9.1.6
->9.1.7
8.0.0
->8.0.1
8.4.47
->8.5.1
3.3.3
->3.4.2
2.5.3
->2.5.7
0.6.8
->0.6.9
0.103.0
->0.112.0
0.109.0
->0.110.3
4.8.0
->4.8.1
1.9.2
->1.9.4
3.4.14
->3.4.17
5.6.3
->5.7.3
5.4.9
->5.4.11
2.10.2
->2.11.0
2.1.3
->2.1.8
13.6.20
->13.6.22
Release Notes
microsoft/playwright (@playwright/test)
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
v1.49.0
Compare Source
v1.48.2
Compare Source
v1.48.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height
Browser Versions
This version was also tested against the following stable channels:
v1.48.0
Compare Source
solidjs-community/solid-primitives (@solid-primitives/map)
v0.5.0
Compare Source
Minor Changes
46e4379
: Fix and optimize ReactiveMap and ReactiveWeakMap (#704)axios/axios (axios)
v1.7.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v1.8.3
Compare Source
Bug Fixes
v1.8.2
Compare Source
Bug Fixes
Documentation
max-expects
as recommended (#324) (8778bd3)v1.8.1
Compare Source
Bug Fixes
expect.poll
andresolves
/rejects
(23663fb), closes #323prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundsolidjs-community/eslint-plugin-solid (eslint-plugin-solid)
v0.14.5
Compare Source
What's Changed
bool
namespace to "no-unknown-namespaces" by @titoBouzout in https://github.com/solidjs-community/eslint-plugin-solid/pull/171New Contributors
Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.4...v0.14.5
v0.14.4
Compare Source
What's Changed
New Contributors
Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.3...v0.14.4
typicode/husky (husky)
v9.1.7
Compare Source
jakearchibald/idb (idb)
v8.0.1
Compare Source
postcss/postcss (postcss)
v8.5.1
Compare Source
v8.5.0
Compare Source
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.7
Compare Source
Bug Fixes
v2.5.6
Compare Source
Bug Fixes
v2.5.5
Compare Source
v2.5.4
Compare Source
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.9
Compare Source
tailwindStylesheet
option to replacetailwindEntryPoint
(#330)ianstormtaylor/slate (slate)
v0.112.0
Compare Source
Minor Changes
5a1c728c
Thanks @yf-yang! - Addmerge
optional function to decorations and change related type signatures toDecoratedRange
. Now developers can specify how two decoration object with the same key but different value are merged together if they overlap"Patch Changes
4bc552f7
Thanks @ahoisl! - Keep data in normalization when blocks are not allowedv0.110.2
Compare Source
Patch Changes
#5737
cd21bb1f
Thanks @WindRunnerMax! - fix: sync built-in state on undo when editor is unfocused#5727
335c5418
Thanks @hernansartorio! - Call unref on pathRefs created for move_node to remove memory leaksocketio/socket.io (socket.io-client)
v4.8.1
Compare Source
Bug Fixes
Dependencies
engine.io-client@~6.6.1
(no change)ws@~8.17.1
(no change)solidjs/solid (solid-js)
v1.9.4
Compare Source
v1.9.3
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)microsoft/TypeScript (typescript)
v5.7.3
Compare Source
v5.7.2
Compare Source
vitejs/vite (vite)
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
solidjs/vite-plugin-solid (vite-plugin-solid)
v2.11.0
Minor Changes
8a6d81e
: Add vite 6 compatPatch Changes
74c75d0
: Support Vite 6'sresolve.conditions
breaking changevitest-dev/vitest (vitest)
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in [https://github.com/feat(browser): allow custom HTML path, respect pluginstransformIndexHtml
vitest-dev/vitest#6725](https://redirect.github.com/vitest-dev/vConfiguration
📅 Schedule: Branch creation - "every weekend before 5:00am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.