chore(deps): update all non-major dependencies #14
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.1
^1.3.22
->^1.4.6
1.0.7
->1.1.0
^0.9.1
->^0.10.5
^22.15.29
->^22.16.3
^1.52.0
->^1.54.1
10.11.0
->10.13.1
^3.5.16
->^3.5.17
Release Notes
microsoft/playwright (@playwright/test)
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.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
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.4.3...v1.4.4
v1.4.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.4.2...v1.4.3
v1.4.2
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v.1.4.1...v1.4.2
v1.4.0
Compare Source
🎉 See Announcing Rspack 1.4 for more details.
What's Changed
New Features 🎉
?raw
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5353verbatimModuleSyntax
in tsconfig by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5399logLevel
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5423lessLogAsWarnOrErr
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5427LogLevel
type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5435Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
logLevel
page to sidebar by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5444Other Changes
noUncheckedSideEffectImports
in tsconfig.json by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5384Configuration
📅 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.