chore(deps): update all non-major dependencies #262
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.1
^20.12.7
->^20.12.10
^2.4.5
->^2.4.6
^3.0.2
->^3.2.0
^3.4.0
->^3.5.0
^5.2.10
->^5.2.11
^1.5.2
->^1.6.0
^3.4.25
->^3.4.27
^2.0.14
->^2.0.16
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/vue-query)
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
Version 5.34.2 - 5/5/2024, 9:43 AM
Changes
Fix
fdb0944
) by Manuel SchillerDocs
32d1e82
) by Arnoudd032247
) by Shahar Har-Shuv10bdb08
) by ArnoudPackages
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
vuejs/test-utils (@vue/test-utils)
v2.4.6
Compare Source
What's Changed
get
vsfind
behavior by @KatWorkGit in https://github.com/vuejs/test-utils/pull/2422New Contributors
Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v3.2.0
Compare Source
Features
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.3
Compare Source
Bug Fixes
SonarSource/sonar-scanner-npm (sonarqube-scanner)
v3.5.0
Compare Source
What's Changed
shell
on Windows by @vdiez in https://github.com/SonarSource/sonar-scanner-npm/pull/131Full Changelog: SonarSource/sonar-scanner-npm@3.4.0...3.5.0
vitejs/vite (vite)
v5.2.11
Compare Source
vitest-dev/vitest (vitest)
v1.6.0
Compare Source
🚀 Features
includeConsoleOutput
andaddFileAttribute
in junit - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5659 (2f913)🐞 Bug Fixes
resolveId('vitest')
afterbuildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5646 (f5faf)toJSON
for error serialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5526 (19a21)*.test-d.*
by default - by @MindfulPol in https://github.com/vitest-dev/vitest/issues/5634 (bfe8a)vite-node
's wrapper only to executed files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5642 (c9883)🏎 Performance
View changes on GitHub
v1.5.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
vuejs/core (vue)
v3.4.27
Compare Source
Bug Fixes
v3.4.26
Compare Source
Bug Fixes
vuejs/language-tools (vue-tsc)
v2.0.16
Compare Source
Bug Fixes
defineSlots
destructuring (#4326) - Thanks @zhiyuanzmjdefineSlots
(#4327)Other Changes
VueEmbeddedCode
(#4265) - Thanks @zhiyuanzmjFileRegistry
toproject.program
(#3963) - Thanks @zcf0508v2.0.15
Compare Source
Features
Bug Fixes
Performance
Other Changes
v2.2.0-alpha.10
tov2.2.0-alpha.12
:svelte.svelte-vscode
(>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)allCodeFeatures
(#4320) - Thanks @zhiyuanzmjConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.