fix(deps): update all non-major dependencies #5444
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:
0.6.0
->0.7.1
0.61.2
->0.62.3
1.45.0
->1.50.0
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
7.6.19
->7.6.20
5.45.1
->5.64.2
5.45.1
->5.64.2
2.3.1
->2.3.4
20.12.12
->20.17.16
1.0.6
->1.5.0
3.6.0
->3.7.2
8.0.1
->8.0.3
2.0.2
->2.0.3
3.6.1
->3.7.0
3.3.0
->3.6.0
3.1.0
->3.3.0
1.6.1
->1.8.3
5.1.3
->5.2.3
0.8.0
->0.11.2
4.0.0
->4.1.4
24.0.0
->24.1.3
2.3.1
->2.7.0
1.77.2
->1.83.4
2.0.3
->2.0.10
7.6.19
->7.6.20
5.4.12
->5.4.14
4.2.0
->4.3.0
5.1.3
->5.1.4
0.2.2
->0.4.3
Release Notes
hey-api/openapi-ts (@hey-api/client-fetch)
v0.7.1
Compare Source
Patch Changes
#1600
0432418
Thanks @mrlubos! - fix: bundle clients from compiled index file#1596
4784727
Thanks @mrlubos! - fix: add null to valid bodySerializer typesv0.7.0
Compare Source
Minor Changes
465410c
Thanks @mrlubos! - feat: change the default parsermicrosoft/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
v1.47.2
Compare Source
Highlights
https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
This version was also tested against the following stable channels:
v1.47.1
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
v1.45.1
Compare Source
storybookjs/storybook (@storybook/addon-a11y)
v7.6.20
Compare Source
storybookjs/storybook (@storybook/addon-essentials)
v7.6.20
Compare Source
storybookjs/storybook (@storybook/addon-interactions)
v7.6.20
Compare Source
storybookjs/storybook (@storybook/addon-links)
v7.6.20
Compare Source
storybookjs/storybook (@storybook/react)
v7.6.20
Compare Source
TanStack/query (@tanstack/react-query)
v5.64.2
Compare Source
Version 5.64.2 - 1/19/25, 8:45 AM
Changes
Fix
3e3fba9
) by Seyed Mohammad AsadiChore
f04dd19
) by Lachlan CollinsPackages
v5.64.1
Compare Source
Version 5.64.1 - 1/13/25, 1:23 PM
Changes
Fix
Array
andReadonlyArray
for typed query and mutation keys (#8529) (8d174c8
) by @neefrehmanPackages
v5.64.0
Compare Source
Version 5.64.0 - 1/11/25, 6:59 PM
Changes
Feat
QueryKey
andMutationKey
viaRegister
(#8521) (fd500a4
) by @neefrehmanDocs
8ddebc6
) by @DogPawHat690fd2a
) by Przemek MaszczynskiPackages
v5.63.0
Compare Source
Version 5.63.0 - 1/8/25, 2:21 PM
Changes
Feat
e2bc216
) by Dominik DorfmeisterPackages
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.