chore(ui): update non-major dependencies #137
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.43.1
->1.44.0
5.32.0
->5.35.5
5.32.0
->5.35.5
1.31.3
->1.31.27
1.31.3
->1.31.27
1.30.0
->1.31.18
6.4.2
->6.4.5
15.0.5
->15.0.7
20.12.7
->20.12.11
1.5.2
->1.6.0
0.376.0
->0.378.0
2.2.14
->2.3.0
1.43.1
->1.44.0
2.0.4
->2.0.5
7.51.3
->7.51.4
5.2.10
->5.2.11
1.5.2
->1.6.0
3.23.5
->3.23.8
Release Notes
microsoft/playwright (@playwright/test)
v1.44.0
Compare Source
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile
. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI option for running only tests that failed in the previous run.First run all tests:
$ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] › my-test.spec.ts:8:5 › two ───────────────────────────────────────────────────────── [chromium] › my-test.spec.ts:13:5 › three ────────────────────────────────────────────────────── 101 passed (30.0s)
Now fix the failing tests and run Playwright again with
--last-failed
option:$ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s)
Browser Versions
This version was also tested against the following stable channels:
TanStack/query (@tanstack/react-query)
v5.35.5
Compare Source
v5.35.4
Compare Source
Version 5.35.4 - 5/10/2024, 2:10 PM
Changes
Fix
fbe3b44
) by Dominik DorfmeisterDocs
0bb0fa3
) by Oc1Sab126e8
) by @pius712Packages
v5.35.1
Compare Source
Version 5.35.1 - 5/6/2024, 6:38 AM
Changes
Fix
number
,symbol
as safe key forOmitKeyof
for strictnesssafely
(#7164) (753fbac
) by @manudeliDocs
2c0dc08
) by @eltociearPackages
v5.34.2
Compare Source
v5.34.1
Compare Source
Version 5.34.1 - 5/4/2024, 8:30 AM
Changes
Fix
f70d404
) by @sukovanejDocs
ed12e18
) by @ardeoraPackages
v5.32.1
Compare Source
Version 5.32.1 - 4/30/2024, 1:38 PM
Changes
Fix
684ffbf
) by Dominik Dorfmeister2aca521
) by Anton JeppssonDocs
6768a9c
) by Mackie UnderdownPackages
TanStack/query (@tanstack/react-query-devtools)
v5.35.5
Compare Source
Version 5.35.5 - 5/10/2024, 2:24 PM
Changes
Refactor
bf4cf00
) by Bryan LumbantobingPackages
v5.35.4
Compare Source
Version 5.35.4 - 5/10/2024, 2:10 PM
Changes
Fix
fbe3b44
) by Dominik DorfmeisterDocs
0bb0fa3
) by Oc1Sab126e8
) by @pius712Packages
v5.35.1
Compare Source
Version 5.35.1 - 5/6/2024, 6:38 AM
Changes
Fix
number
,symbol
as safe key forOmitKeyof
for strictnesssafely
(#7164) (753fbac
) by @manudeliDocs
2c0dc08
) by @eltociearPackages
v5.34.2
Compare Source
v5.34.1
Compare Source
Version 5.34.1 - 5/4/2024, 8:30 AM
Changes
Fix
f70d404
) by @sukovanejDocs
ed12e18
) by @ardeoraPackages
v5.32.1
Compare Source
Version 5.32.1 - 4/30/2024, 1:38 PM
Changes
Fix
684ffbf
) by Dominik Dorfmeister2aca521
) by Anton JeppssonDocs
6768a9c
) by Mackie UnderdownPackages
TanStack/router (@tanstack/react-router)
v1.31.27
Compare Source
Version 1.31.27 - 5/10/2024, 7:12 PM
Changes
Fix
ec3a964
) by Tanner LinsleyDocs
97d96be
) by Sean Cassierea89cb76
) by @dbirksTest
createFileRoute
(#1581) (fd77985
) by Sean CassierePackages
v1.31.26
Compare Source
Version 1.31.26 - 5/9/2024, 12:29 PM
Changes
Fix
0c01426
) by Sean CassierePackages
v1.31.25
Compare Source
Version 1.31.25 - 5/9/2024, 6:52 AM
Changes
Fix
bce8e71
) by Tanner Linsley2fb2596
) by Tanner Linsleye6d820f
) by Tanner Linsleye1f38f9
) by Tanner LinsleyPackages
v1.31.24
Compare Source
Version 1.31.24 - 5/8/2024, 8:10 PM
Changes
Fix
387d855
) by Tanner LinsleyDocs
b352827
) by Lorenz NimmervollPackages
v1.31.23
Compare Source
Version 1.31.23 - 5/8/2024, 5:33 AM
Changes
Fix
8091135
) by Tanner LinsleyPackages
v1.31.22
Compare Source
Version 1.31.22 - 5/7/2024, 10:22 PM
Changes
Fix
7e6d2b7
) by Tanner LinsleyPackages
v1.31.21
Compare Source
Version 1.31.21 - 5/7/2024, 4:51 PM
Changes
Fix
c4d1ba6
) by Tanner LinsleyDocs
64ae7c3
) by Manuel SchillerPackages
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 has been generated by Mend Renovate. View repository job log here.