chore(deps): update all non-major dependencies #17
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.42.1
->^1.46.1
^3.1.1
->^3.2.4
^4.1.0
->^4.7.2
^4.1.0
->^4.3.3
^5.0.1
->^5.2.2
^5.1.0
->^5.4.3
^2.5.2
->^2.5.22
^2.2.7
->^2.3.4
^3.0.2
->^3.1.1
^4.14.202
->^4.17.7
^20.11.24
->^20.15.0
^7.1.0
->^7.18.0
^7.1.0
->^7.18.0
^2.0.4
->^2.0.5
^2.35.1
->^2.43.0
^3.4.4
->^3.5.0
^3.2.5
->^3.3.3
^3.2.2
->^3.2.6
^0.2.7
->^0.2.10
^4.2.12
->^4.2.18
^3.6.6
->^3.8.5
^2.6.2
->^2.6.3
^5.3.3
->^5.5.4
^2.0.4
->^2.0.5
Release Notes
microsoft/playwright (@playwright/test)
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
v1.44.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using
video: 'on'
with VSCode extension the browser got closedhttps://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
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:
v1.43.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
v1.43.0
Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failure
for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
object obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocator
object to aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/adapter-auto)
v3.2.4
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v3.2.3
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:v3.2.2
Compare Source
Patch Changes
chore: add keywords for discovery in npm search (#12330)
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:v3.2.1
Compare Source
Patch Changes
fix: bump import-meta-resolve to remove deprecation warnings (#12240)
Updated dependencies [
460d4526c80358958e58a2451fe1b663fdc656e9
,16cd900c304e0cf0f16b484aa61a5ba0531d8751
]:v3.2.0
Compare Source
Minor Changes
sveltejs/kit (@sveltejs/adapter-cloudflare)
v4.7.2
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v4.7.1
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:v4.7.0
Compare Source
Minor Changes
_redirects
for Cloudflare Pages (#12199)Patch Changes
v4.6.1
Compare Source
Patch Changes
.eot
,.otf
,.ttf
,.woff
, andwoff2
font files when bundling (#12439)v4.6.0
Compare Source
Minor Changes
Patch Changes
84298477a014ec471839adf7a4448d91bc7949e4
,5645614f497931f587b7cb8b3c885fce892a6a72
,84298477a014ec471839adf7a4448d91bc7949e4
]:v4.5.0
Compare Source
Minor Changes
_routes.json
is present to avoid overwriting it (#12360)Patch Changes
121836fcbf6c615fd18c79a12203613ddbe49acf
]:v4.4.1
Compare Source
Patch Changes
chore: add keywords for discovery in npm search (#12330)
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:v4.4.0
Compare Source
Minor Changes
Patch Changes
bbab296f6fcc05af6b999182798bcdedabbaa4c9
]:v4.3.0
Compare Source
Minor Changes
platformProxy
adapter option (#12011)v4.2.1
Compare Source
Patch Changes
workerd
to esbuild conditions (#12069)v4.2.0
Compare Source
Minor Changes
event.platform
fordev
andpreview
(#11974)Patch Changes
4562275ed42964148df03c79434172024897c08c
]:sveltejs/kit (@sveltejs/adapter-netlify)
v4.3.3
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v4.3.2
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:v4.3.1
Compare Source
Patch Changes
.eot
,.otf
,.ttf
,.woff
, andwoff2
font files when bundling (#12439)v4.3.0
Compare Source
Minor Changes
Patch Changes
84298477a014ec471839adf7a4448d91bc7949e4
,5645614f497931f587b7cb8b3c885fce892a6a72
,84298477a014ec471839adf7a4448d91bc7949e4
]:v4.2.1
Compare Source
Patch Changes
chore: update to @rollup/plugin-commonjs@26 (#12326)
chore: add keywords for discovery in npm search (#12330)
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:v4.2.0
Compare Source
Minor Changes
Patch Changes
bbab296f6fcc05af6b999182798bcdedabbaa4c9
]:sveltejs/kit (@sveltejs/adapter-node)
v5.2.2
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v5.2.1
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:v5.2.0
Compare Source
Minor Changes
BODY_SIZE_LIMIT
environment variable (#11680)Patch Changes
121836fcbf6c615fd18c79a12203613ddbe49acf
]:v5.1.1
Compare Source
Patch Changes
fix: do not create more than one shutdown timeout (#12359)
Updated dependencies [
835ebf6ce9979203992cca30f434b3785afae818
]:v5.1.0
Compare Source
Minor Changes
Patch Changes
v5.0.2
Compare Source
Patch Changes
chore: update to @rollup/plugin-commonjs@26 (#12326)
chore(deps): update dependency @rollup/plugin-commonjs to v26 (
9aa59db67080248eb22fd227e7a491102b011c47
)chore: add keywords for discovery in npm search (#12330)
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:sveltejs/kit (@sveltejs/adapter-vercel)
v5.4.3
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v5.4.2
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:v5.4.1
Compare Source
Patch Changes
.eot
,.otf
,.ttf
,.woff
, andwoff2
font files when bundling (#12439)v5.4.0
Compare Source
Minor Changes
Patch Changes
84298477a014ec471839adf7a4448d91bc7949e4
,5645614f497931f587b7cb8b3c885fce892a6a72
,84298477a014ec471839adf7a4448d91bc7949e4
]:v5.3.2
Compare Source
Patch Changes
fix: remove
images
from route-level config (#12280)chore: add keywords for discovery in npm search (#12330)
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:v5.3.1
Compare Source
Patch Changes
@vercel/nft
version 0.27.1 (#12274)v5.3.0
Compare Source
Minor Changes
Patch Changes
bbab296f6fcc05af6b999182798bcdedabbaa4c9
]:v5.2.0
Compare Source
Minor Changes
feat: add framework metadata in Vercel build output files (#11800)
feat: implement version skew protection (#11987)
v5.1.1
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.5.22
Compare Source
Patch Changes
v2.5.21
Compare Source
Patch Changes
v2.5.20
Compare Source
Patch Changes
v2.5.19
Compare Source
Patch Changes
binding_non_reactive
warning in generated root component (you also need to update tosvelte@5.0.0-next.204
) (#12524)v2.5.18
Compare Source
Patch Changes
fix: respect HTML attributes
enctype
andformenctype
for forms withuse:enhance
(#12198)fix: prevent client import error when a
hooks.server
file imports a private environment variable (#12195)fix: set default
Content-Type
header toapplication/x-www-form-urlencoded
forPOST
form submissions withuse:enhance
to align with native form behaviour (#12198)v2.5.17
[Compare Source](https://togithub.com/sveltejs/kit/compar
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - "before 4am" in timezone Asia/Tokyo.
🚦 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 was generated by Mend Renovate. View the repository job log.