chore(deps): update all non-major dependencies #223
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.41.2
->^1.42.1
^5.24.1
->^5.24.7
^8.56.3
->^8.56.5
^20.11.20
->^20.11.24
^10.8.0
->^10.9.0
^10.4.17
->^10.4.18
^122.0.3
->^122.0.4
^1.3.1
->^1.5.1
^7.0.15
->^7.0.16
^3.4.20
->^3.4.21
^9.9.1
->^9.10.1
Release Notes
microsoft/playwright (@playwright/test)
v1.42.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29732 - [Regression]: HEAD requests to webServer.url since v1.42.0https://github.com/microsoft/playwright/issues/297466 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin imporhttps://github.com/microsoft/playwright/issues/2973939 - [Bug]: Component tests fails when imported a module with a dot in a nahttps://github.com/microsoft/playwright/issues/29731731 - [Regression]: 1.42.0 breaks some import statemehttps://github.com/microsoft/playwright/issues/297609760 - [Bug]: Possible regression with chained locators in v1.42
Browser Versions
This version was also tested against the following stable channels:
v1.42.0
Compare Source
New APIs
Test tags
New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).
Use
--grep
command line option to run only tests with certain tags.Annotating skipped tests
New annotation syntax for test annotations allows annotating the tests that do not run.
page.addLocatorHandler()
New method page.addLocatorHandler() registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay. Here is an example that closes a cookie dialog when it appears.
Project wildcard filter
Playwright command line flag now supports '*' wildcard when filtering by project.
Other APIs
expect(callback).toPass({ timeout })
The timeout can now be configured by
expect.toPass.timeout
option globally or in project configelectronApplication.on('console')
electronApplication.on('console') event is emitted when Electron main process calls console API methods.
page.pdf() accepts two new options
tagged
andoutline
.Breaking changes
Mixing the test instances in the same suite is no longer supported. Allowing it was an oversight as it makes reasoning about the semantics unnecessarily hard.
Announcements
Browser Versions
This version was also tested against the following stable channels:
TanStack/query (@tanstack/vue-query)
v5.24.7
Compare Source
Version 5.24.7 - 3/3/2024, 9:24 PM
Changes
Fix
5e64873
) by Dominik DorfmeisterDocs
add26ce
) by @mzbaliec90029
) by @hjickTest
b311a0a
) by @manudeliPackages
v5.24.6
Compare Source
Version 5.24.6 - 3/2/2024, 8:30 PM
Changes
Fix
3191ae8
) by Dominik DorfmeisterPackages
v5.24.5
Compare Source
Version 5.24.5 - 3/2/2024, 8:17 PM
Changes
Fix
93d442c
) by Dominik DorfmeisterPackages
v5.24.2
Compare Source
Version 5.24.2 - 3/2/2024, 1:10 PM
Changes
Fix
c69a18a
) by @ardeorad82c83e
) by HJZzzzzRefactor
11e9650
) by Dominik Dorfmeisterb7b5096
) by Sol LeeChore
55782ae
) by Dominik Dorfmeisteref3a0df
) by ArnoudCi
test:lib
error (#6979) (6b96736
) by @manudeliDocs
d83aa27
) by Ekam AhujaTest
18c2cae
) by @manudeliprocess.env.NODE_ENV="development"
(#6940) (be2bf30
) by @manudeliPackages
vueuse/vueuse (@vueuse/core)
v10.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
postcss/autoprefixer (autoprefixer)
v10.4.18
Compare Source
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).giggio/node-chromedriver (chromedriver)
v122.0.4
Compare Source
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v1.5.1
Compare Source
Bug Fixes
Documentation
v1.5.0
Compare Source
Features
Bug Fixes
visible
andenabled
options (e97a62b)Documentation
v1.4.2
Compare Source
Bug Fixes
test.describe.configure
(91988d5)Tests
v1.4.1
Compare Source
Bug Fixes
test.use
,test.describe.configure
, andtest.slow
(33b2905), closes #258Documentation
waitForUrl
towaitForURL
(#256) (b325718)v1.4.0
Compare Source
Features
valid-describe-callback
rule (c0bd18e)valid-expect-in-promise
rule (cbf356d)require-to-throw-message
rule (3bb8c6a)Tests
test.use
usage (13141cc)Refactoring
This release brings with it some major refactoring to the internals of the plugin to improve consistency, performance, and future enhancements. This should not cause any issues as we have a very extensive test suite, but if you encounter any issues, please let us know!
vuejs/devtools-next (vite-plugin-vue-devtools)
v7.0.16
Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
setupDevtoolsPlugin
function - by @webfansplz in https://github.com/vuejs/devtools-next/issues/255 (a9c2f)clientHost
option for overlay asset URLs - by @RobertBoes (6fd90)View changes on GitHub
vuejs/core (vue)
v3.4.21
Compare Source
Bug Fixes
intlify/vue-i18n-next (vue-i18n)
v9.10.1
Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.10.0...v9.10.1
v9.10.0
Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
te
behavior compatibility before v9.6 by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1751📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.9.1...v9.10.0
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.