chore(deps): update all non-major dependencies #25
+1,346
−1,588
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:
3.9.0
->3.10.0
4.3.1
->4.5.1
1.49.1
->1.54.1
1.54.2
1.2.0
->1.2.11
1.1.1
->1.1.14
1.1.0
->1.1.7
1.1.0
->1.1.10
1.1.1
->1.3.2
1.1.0
->1.1.11
2.2.1
->2.2.15
1.1.6
->1.1.14
2.1.1
->2.1.15
1.1.1
->1.1.14
2.1.0
->2.1.7
1.1.1
->1.1.15
1.2.0
->1.2.13
1.1.1
->1.1.14
1.1.0
->1.1.7
1.2.0
->1.3.7
1.1.0
->1.2.9
2.1.1
->2.2.5
1.1.2
->1.1.7
1.2.0
->1.3.5
1.1.2
->1.2.3
1.1.0
->1.2.5
1.1.0
->1.1.12
1.2.1
->1.2.14
1.1.0
->1.1.9
1.1.0
->1.1.10
1.1.8
->1.2.7
1.6.0
->1.6.3
20.14.15
->20.19.9
1.1.0
->1.2.0
^33.2.1
->^33.3.2
1.0.0
->1.1.1
8.1.8
->8.6.0
8.57.0
->8.57.1
14.2.5
->14.2.30
14.2.31
9.1.0
->9.1.2
5.2.1
->5.5.3
7.35.0
->7.37.5
3.17.4
->3.18.2
1.3.1
->1.4.2
1.2.4
->1.4.2
^0.476.0
->^0.533.0
0.536.0
(+2)^15.3.0-canary.14
->^15.3.0-canary.17
15.4.5
0.3.0
->0.4.6
20.14.0
->20.19.4
22.11.0-bookworm
->22.17.1-bookworm
8.4.41
->8.5.6
^3.5.3
->^3.6.2
19.0.0
->19.1.1
19.0.0
->19.1.1
7.52.2
->7.61.1
2.0.23
->2.1.9
=1.0.208
->=1.0.219
=1.0.125
->=1.0.142
1.5.0
->1.7.4
2.5.2
->2.6.0
=1.7.1
->=1.8.3
=1.5.3
->=1.5.6
5.5.3
->5.8.3
5.9.2
0.9.1
->0.9.9
3.23.8
->3.25.76
Release Notes
react-hook-form/resolvers (@hookform/resolvers)
v3.10.0
Compare Source
Features
v3.9.1
Compare Source
Bug Fixes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.5.1
Compare Source
What's Changed
Fixes
Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1
v4.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0
v4.4.2
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.1...v4.4.2
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1
v4.4.0
Compare Source
What's Changed
Enhancements
importOrderCaseSensitive
option for case-sensitive sorting by @acnebs in https://github.com/IanVS/prettier-plugin-sort-imports/pull/184Maintenance
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0
microsoft/playwright (@playwright/test)
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2
Compare Source
v1.53.1
Compare Source
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
v1.52.0
Compare Source
v1.51.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630
.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
v1.51.0
Compare Source
v1.50.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/34483 - [Feature]: single aria snapshot for different engines/browsershttps://github.com/microsoft/playwright/issues/344977 - [Bug]: Firefox not handling keepalive: true fetch requesthttps://github.com/microsoft/playwright/issues/3450404 - [Bug]: update snapshots not creating good difhttps://github.com/microsoft/playwright/issues/34507507 - [Bug]: snapshotPathTemplate doesnt work when multiple projehttps://github.com/microsoft/playwright/issues/344624462 - [Bug]: updateSnapshots "changed" throws an error
Browser Versions
This version was also tested against the following stable channels:
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.
New option
pathTemplate
fortoHaveScreenshot
andtoMatchAriaSnapshot
assertions in the testConfig.expect configuration.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:
radix-ui/primitives (@radix-ui/react-accordion)
v1.2.7
v1.2.6
v1.2.5
v1.2.4
Compare Source
v1.2.3
Compare Source
v1.2.2
Compare Source
v1.2.1
Compare Source
tauri-apps/tauri (@tauri-apps/cli)
v1.6.3
: @tauri-apps/cli v1.6.3Compare Source
[1.6.3]
New Features
343b11d7c
(#11305 by @amrbashir) Add Deno support in tauri-cli operations.Dependencies
[email protected]
v1.6.2
: tauri v1.6.2Compare Source
Updating crates.io index
Cargo Audit
[1.6.2]
Bug Fixes
e3b6d38d2
(#9166) Fixbasename(path, 'ext')
JS API when removing all occurances ofext
where it should only remove the last one.705da977a
(#9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.Cargo Publish