chore(deps): update all non-major dependencies #65
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.1.186
->^1.1.187
^1.43.1
->^1.44.0
^20.12.7
->^20.12.10
^0.4.0
->^0.5.0
^5.0.3
->^5.1.0
^3.7.0
->^3.7.1
^0.9.43
->^0.9.44
^0.18.5
->^0.19.0
^5.2.10
->^5.2.11
^1.5.2
->^1.6.0
^0.19.8
->^0.20.0
^1.5.2
->^1.6.0
^3.23.5
->^3.23.6
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:
vite-pwa/sveltekit (@vite-pwa/sveltekit)
v0.5.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
postcss/postcss-load-config (postcss-load-config)
v5.1.0
Compare Source
Features
tsx
for TypeScript support (#260)sveltejs/language-tools (svelte-check)
v3.7.1
Compare Source
isaacHagoel/svelte-dnd-action (svelte-dnd-action)
v0.9.44
Compare Source
Allows Svelte 5.0.0-next as peer dependency.
unplugin/unplugin-icons (unplugin-icons)
v0.19.0
Compare Source
🚨 Breaking Changes
🚀 Features
strict
option for resolver - by @genffy and @antfu in https://github.com/unplugin/unplugin-icons/issues/327 (ceba7)🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v5.2.11
Compare Source
vitest-dev/vitest (vite-node)
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
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)
v0.20.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
colinhacks/zod (zod)
v3.23.6
Compare Source
Configuration
📅 Schedule: Branch creation - "after 5:00pm on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.