chore(deps): update npm dependencies #81
Merged
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.50.0
^0.4.0
->^0.6.0
2.2.4
->2.2.7
20.16.13
->20.17.16
1.7.7
->1.7.9
1.8.0
->1.8.3
5.2.1
->5.2.3
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.8
0.6.8
->0.6.11
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.12
->5.4.14
2.10.2
->2.11.0
2.1.3
->2.1.8
13.6.20
->13.6.23
Release Notes
microsoft/playwright (@playwright/test)
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
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.6.0
Compare Source
Minor Changes
ea09f71
: Remove CJS support. The package is ESM only now.Patch Changes
ea09f71
]v0.5.0
Compare Source
Minor Changes
46e4379
: Fix and optimize ReactiveMap and ReactiveWeakMap (#704)tauri-apps/tauri (@tauri-apps/cli)
v2.2.7
: @tauri-apps/cli v2.2.7Compare Source
[2.2.7]
Bug Fixes
8e9134c4a
(#12511 by @FabianLars) Fixed an issue that causedtauri dev
to fail because of an incorrect--bins
flag.Dependencies
tauri-cli@2.2.7
v2.2.6
: @tauri-apps/cli v2.2.6Compare Source
[2.2.6]
Enhancements
1a86974aa
(#12406 by @bradleat)ios build --open
will now let xcode start the rust build process.0b79af711
(#12438 by @3lpsy) Log the command used to start the rust app in development.Dependencies
tauri-cli@2.2.6
v2.2.5
: @tauri-apps/cli v2.2.5Compare Source
[2.2.5]
Dependencies
tauri-cli@2.2.5
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.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.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
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
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.8
Compare Source
Bug Fixes
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.11
Compare Source
v0.6.10
Compare Source
@zackad/prettier-plugin-twig
(#327)@zackad/prettier-plugin-twig-melody
(#327)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](https:/
Configuration
📅 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.