chore(deps): update all non-major dependencies #188
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.27.1
->^1.28.1
^8.4.7
->^8.4.10
^20.0.0
->^20.0.1
^16.11.68
->^16.18.3
^3.1.2
->^3.2.0
^2.0.1
->^2.1.1
^2.1.0
->^2.2.4
^11.1.0
->^11.2.0
^8.0.1
->^8.0.2
^20.0.1
->^20.0.3
^2.0.23
->^2.0.26
^2.7.1
->^2.8.0
^3.1.8
->^3.2.4
^0.24.3
->^0.25.3
^3.2.41
->^3.2.45
^4.1.5
->^4.1.6
^1.0.8
->^1.0.9
Release Notes
Microsoft/playwright
v1.28.1
Compare Source
Highlights
This patch release includes the following bug fixes:
https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0https://github.com/microsoft/playwright/issues/189200 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribuhttps://github.com/microsoft/playwright/issues/18865865 - [BUG] regression in killing web server process in 1.28.0
Browser Versions
This version was also tested against the following stable channels:
v1.28.0
: v1.28Compare Source
Playwright Tools
Test Runner
Configure retries and test timeout for a file or a test with
test.describe.configure([options])
.Use
testProject.snapshotPathTemplate
andtestConfig.snapshotPathTemplate
to configure a template controlling location of snapshots generated byexpect(page).toHaveScreenshot(name[, options])
andexpect(screenshot).toMatchSnapshot(name[, options])
.New APIs
locator.blur([options])
locator.clear([options])
android.launchServer([options])
andandroid.connect(wsEndpoint[, options])
androidDevice.on('close')
Browser Versions
This version was also tested against the following stable channels:
vitejs/vite (@vitejs/plugin-vue)
v3.2.0
Compare Source
vitejs/vite (@vitejs/plugin-vue-jsx)
v2.1.1
Compare Source
v2.1.0
Compare Source
vuejs/test-utils
v2.2.4
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.3...v2.2.4
v2.2.3
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.2...v2.2.3
v2.2.2
Compare Source
Fixes
Other
Full Changelog: vuejs/test-utils@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
Features
Fixes
Other
New Contributors
Full Changelog: vuejs/test-utils@v2.1.0...v2.2.0
cypress-io/cypress
v11.2.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​11-2-0
typicode/husky
v8.0.2
Compare Source
jsdom/jsdom
v20.0.3
Compare Source
w3c-xmlserializer
, which fixes usingDOMParser
on XML documents containing emoji.v20.0.2
Compare Source
xhr.abort()
to no longer give an exception when the constructedXMLHttpRequest
was invalid. (whamtet)event.getModifierState()
onMouseEvent
andKeyboardEvent
instances to properly consult thectrlKey
,altKey
,metaKey
, andshiftKey
properties of the event. (juzerzarif)window.customElements
property. (bicknellr)vuejs/pinia
v2.0.26
Compare Source
Please refer to CHANGELOG.md for details.
v2.0.25
Compare Source
Please refer to CHANGELOG.md for details.
v2.0.24
Compare Source
Please refer to CHANGELOG.md for details.
prettier/prettier
v2.8.0
Compare Source
diff
🔗 Release Notes
vitejs/vite (vite)
v3.2.4
Compare Source
Please refer to CHANGELOG.md for details.
v3.2.3
Compare Source
@types/node
as an optional peer dependency (#10757) (57916a4), closes #10757vite:afterUpdate
event (#9810) (1f57f84), closes #9810multilineCommentsRE
regex (fix #10689) (#10751) (51ed059), closes #10689 #10751v3.2.2
Compare Source
jsx
overrides esbuild options, reverts #10374 (#10714) (aacf6a4), closes #10374 #10714v3.2.1
Compare Source
v3.2.0
Compare Source
Main Changes
Multiple Entries for Library Mode
Library mode now supports multiple entries:
Check out the PR #7047, and the
build.lib
config docsbuild.modulePreload
optionsVite now allows filtering and modifying module preload dependencies for each entry and async chunk.
experimental.renderBuiltUrl
will also get called for preload asset paths. Andbuild.modulePreload.resolveDependencies
will be called both for JS dynamic imports preload lists and also for HTML preload lists for chunks imported from entry HTML files. Refer to the PR for more context #9938 and check out the modulePreload config docs. Note:build.modulePreloadPolyfill
is now deprecated, please migrate tobuild.modulePreload.polyfill
.Include Duplicate Assets in the Manifest
Laravel and other backends integrations will now get entries for every asset file, even if they have been de-duplicated. See #9928 for more information.
Customizable ErrorOverlay
You can now customize the ErrorOverlay by using css parts. Check out the PR for more details: #10234.
Features
new URL
to resolve package assets (#7837) (bafccf5), closes #7837server.fs.deny
(#10044) (df560b0), closes #10044Bug Fixes
import.meta.resolve
) (fixes #10430) (#10528) (64f19b9), closes #10430 #10528?direct
in id for postcss process (#10514) (67e7bf2), closes #10514moduleResolution=node16
(#10375) (8c4df1f), closes #10375Configuration
📅 Schedule: Branch creation - "before 3am 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.