chore(deps): update all non-major dependencies #7
+1,580
−613
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.50.1
->^1.52.0
^1.2.10
->^1.3.11
^0.5.0
->^0.6.7
^22.13.4
->^22.14.1
^0.13.4
->^0.13.9
^0.13.4
->^0.13.9
^1.50.1
->^1.52.0
9.15.5
->9.15.9
^2.11.1
->^2.13.0
^5.7.3
->^5.8.3
Release Notes
microsoft/playwright (@playwright/test)
v1.52.0
Compare Source
v1.51.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630
.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
v1.51.0
Compare Source
web-infra-dev/rsbuild (@rsbuild/core)
v1.3.11
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.10...v1.3.11
v1.3.10
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.9...v1.3.10
v1.3.9
Compare Source
What's Changed
Bug Fixes 🐞
errorRecovery
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5052Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.8...v1.3.9
v1.3.8
Compare Source
What's Changed
New Features 🎉
<port>
placeholder by @gaoachao in https://github.com/web-infra-dev/rsbuild/pull/5035Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.7...v1.3.8
v1.3.7
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.6...v1.3.7
v1.3.6
Compare Source
What's Changed
New Features 🎉
rspack
intools.bundlerChain
by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/5002onExit
hook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5004Bug Fixes 🐞
onExit
hook should be called with CTRL+C by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5003Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.5...v1.3.6
v1.3.5
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
getTransformedHtml
link by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4973Other Changes
Full Changelog: web-infra-dev/rsbuild@v.1.3.4...v1.3.5
v1.3.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.2...v1.3.3
v1.3.2
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
<head>
tag by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4935Document 📖
Other Changes
isMultiCompiler
types by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4929Full Changelog: web-infra-dev/rsbuild@v1.3.1...v1.3.2
v1.3.1
Compare Source
What's Changed
Bug Fixes 🐞
@rspack/core
with native require by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4926Document 📖
server.compress
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4917Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.0...v1.3.1
v1.3.0
Compare Source
See Announcing Rspack 1.3 for more details.
Breaking Changes 💡
Rsbuild dev server no longer sets
Access-Control-Allow-Origin: *
header to all requests by default. This is the same default behavior as esbuild and Vite, which prevents any website from sending any requests to the dev server.It is recommended to set up trusted origins via
server.cors
, see the server.cors documentation for more details.See also:
What's Changed
New Features 🎉
context.action
property by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4831process.env
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4835includeCSS
option type and JSDoc by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4862import.meta.env
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4871Bug Fixes 🐞
buildCache.cacheDirectory
config not work by @Shucei in https://github.com/web-infra-dev/rsbuild/pull/4790define
option type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4861server.cors
object type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4877server.cors
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4876server.headers
to overrideserver.cors
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4898Document 📖
loadEnv
option increateRsbuild
method by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4800getPlugins
can acceptenvironment
option by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4804pluginReact
is also needed when usingpluginSvgr
by @9aoy in [https://github.com/docs:pluginReact
is also needed when usingpluginSvgr
web-infra-dev/rsbuild#4857](https://redirect.github.com/web-infrConfiguration
📅 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.