chore(deps): update all non-major dependencies #14
+335
−258
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.52.0
->^1.54.2
^1.3.22
->^1.4.13
1.0.7
->1.1.0
^0.9.1
->^0.11.1
^22.15.29
->^22.17.0
^1.52.0
->^1.54.2
10.11.0
->10.14.0
^2.13.0
->^2.13.1
^5.8.3
->^5.9.2
^3.5.16
->^3.5.18
Release Notes
microsoft/playwright (@playwright/test)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2
Compare Source
v1.53.1
Compare Source
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
web-infra-dev/rsbuild (@rsbuild/core)
v1.4.13
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
distPath.favicon
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5747Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.12...v1.4.13
v1.4.12
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
url.parse
from historyApiFallback by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5696--environment
shorten option by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/5719Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.11...v1.4.12
v1.4.11
Compare Source
What's Changed
New Features 🎉
filename.wasm
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5677Performance 🚀
endsWith
instead of regex by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5668Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.10...v1.4.11
v1.4.10
Compare Source
What's Changed
New Features 🎉
Connect
type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5663Bug Fixes 🐞
Document 📖
enforce
property to plugin API by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5649apply
property for its function signature by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5654Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.9...v1.4.10
v1.4.9
Compare Source
What's Changed
New Features 🎉
order
property for transform hook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5640enforce
property by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5645Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.8...v1.4.9
v1.4.8
Compare Source
What's Changed
New Features 🎉
apply
property by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5620Bug Fixes 🐞
stats.toJson
by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/5615getStats
before the first build is finished by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5622Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.4.7...v1.4.8
v1.4.7
Compare Source
What's Changed
New Features 🎉
metadata
field to tag object by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5586HtmlTag
type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5585Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.6...v1.4.7
v1.4.6
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
html.tags
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5573html.tags
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5574Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.5...v1.4.6
v1.4.5
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
hostname
to determine local or network by @mycoin in https://github.com/web-infra-dev/rsbuild/pull/5561Document 📖
Other Changes
@rsbuild/core
by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/5558New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.4.4...v1.4.5
v1.4.4
Compare Source
What's Changed
New Features 🎉
compress.filter
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5520compress.level
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5522Bug Fixes 🐞
Refactor 🔨
Document 📖
compress.filter
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5521modifyHTML
andhtml.tags
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5523isolatedModules
example by @bodia-uz in https://github.com/web-infra-dev/rsbuild/pull/5539Other Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 was generated by Mend Renovate. View the repository job log.