fix(deps): update all non-major dependencies #16603
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.5.2->^1.5.3^4.17.0->^4.17.1^20.12.7->^20.12.10^3.4.26->^3.4.27^17.4.0->^17.5.0^1.6.1->^1.7.0^1.43.1->^1.44.0^1.76.0->^1.77.0^3.7.0->^3.7.1^4.8.0->^4.9.3^5.2.10->^5.2.11^1.5.3->^1.6.0^3.4.26->^3.4.27Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.5.3Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.5.2...v1.5.3
vuejs/core (@vue/shared)
v3.4.27Compare Source
Bug Fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.5.0Compare Source
🌟 Features
🩹 Fixes
🧹 Chores
unjs/mlly (mlly)
v1.7.0Compare Source
compare changes
🚀 Enhancements
stripCommentsoption (#236)🩹 Fixes
💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-chromium)
v1.44.0Compare 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
noWaitAfteroption.timesoption in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipartoption inapiRequestContext.fetch()now acceptsFormDataand supports repeating fields with the same name.expect(callback).toPass({ intervals })can now be configured byexpect.toPass.inervalsoption globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)now supportsignoreCaseoption.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_FILEenvironment variable that might be more convenient on CI/CD.includeProjectInTestNameoption.Command line
--last-failedCLI 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-failedoption:$ 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:
sass/dart-sass (sass)
v1.77.0Compare Source
sveltejs/language-tools (svelte-check)
v3.7.1Compare Source
privatenumber/tsx (tsx)
v4.9.3Compare Source
Bug Fixes
This release is also available on:
v4.9.2Compare Source
Bug Fixes
This release is also available on:
v4.9.1Compare Source
v4.9.0Compare Source
v4.8.2Compare Source
Bug Fixes
This release is also available on:
v4.8.1Compare Source
vitejs/vite (vite)
v5.2.11Compare Source
vitest-dev/vitest (vitest)
v1.6.0Compare Source
🚀 Features
includeConsoleOutputandaddFileAttributein 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)toJSONfor 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
Configuration
📅 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.