fix(deps): update all non-major dependencies #29
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.7.1
->1.7.2
^1.3.1
->^1.3.5
^1.1.1
->^1.2.0
^1.3.0
->^1.3.4
^1.3.0
->^1.3.4
^1.0.1
->^1.2.0
^22.13.14
->^22.14.0
^19.0.12
->^19.1.0
^19.0.4
->^19.1.2
10.7.0
->10.8.0
^24.4.0
->^24.6.1
^7.4.1
->^7.5.0
^5.8.2
->^5.8.3
^6.2.4
->^6.2.6
^5.98.0
->^5.99.5
Release Notes
farm-fe/farm (@farmfe/core)
v1.7.2
Compare Source
Patch Changes
e0a9e48
: fix treeshake assign expr referenceweb-infra-dev/rsbuild (@rsbuild/core)
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
web-infra-dev/rspack (@rspack/cli)
v1.3.4
Compare Source
What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v1.3.3...v1.3.4
v1.3.3
Compare Source
What's Changed
Exciting New Features 🎉
max_blocking_threads
to 1 by @CPunisher in https://github.com/web-infra-dev/rspack/pull/9909Bug Fixes 🐞
tinypool
not being able to run on older node versions by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9925Document Updates 📖
Other Changes
AsDependency
trait by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/9921New Contributors
Full Changelog: web-infra-dev/rspack@v1.3.2...v1.3.3
v1.3.2
Compare Source
What's Changed
Exciting New Features 🎉
LoaderContext
APIs in parallel loader by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9884LoaderContext.fs
asnode:fs
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9888Bug Fixes 🐞
Document Updates 📖
Other Changes
parallel-option
would only recievetrue
in parallel mode by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9883Full Changelog: web-infra-dev/rspack@v1.3.1...v1.3.2
v1.3.1
Compare Source
Highlights
🚀 Support running JavaScript loader in parallel
Added a way to run JavaScript loader in parallel driven by
worker_threads
, using the max thread available on the OS.This feature is still experimental. To enable parallelism, set
Rule.use.parallel = true
andexperiments.parallelLoader = true
:In big projects like 100x
antd.less
, we got 2.26x performance boost. (Tested on Apple M2 Max, 64G)Related PR: https://github.com/web-infra-dev/rspack/pull/9807
No unique code generation entry for unspecified runtime
panic when using withdevtool: 'eval-source-map'
. Related issue: https://github.com/web-infra-dev/rspack/issues/9837should have best match
panic when using withrspack.CssExtractRspackPlugin
. Related issue: https://github.com/web-infra-dev/rspack/issues/9833What's Changed
Exciting New Features 🎉
PathBuf
and&Path
toContext
by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9848Bug Fixes 🐞
Document Updates 📖
Other Changes
import()
in node 16 by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9846New Contributors
Full Changelog: web-infra-dev/rspack@v1.3.0...v1.3.1
rspack-contrib/rspack-plugin-react-refresh (@rspack/plugin-react-refresh)
v1.2.0
Compare Source
What's Changed
Full Changelog: rspack-contrib/rspack-plugin-react-refresh@v1.1.1...v1.2.0
v1.1.1
Compare Source
What's Changed
Full Changelog: rspack-contrib/rspack-plugin-react-refresh@v1.1.0...v1.1.1
v1.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: rspack-contrib/rspack-plugin-react-refresh@v1.0.3...v1.1.0
v1.0.3
Compare Source
Full Changelog: rspack-contrib/rspack-plugin-react-refresh@v1.0.2...v1.0.3
v1.0.2
Compare Source
What's Changed
whm
socket integration type by @ItamarGronich in https://github.com/rspack-contrib/rspack-plugin-react-refresh/pull/13New Contributors
Full Changelog: rspack-contrib/rspack-plugin-react-refresh@v1.0.1...v1.0.2
pnpm/pnpm (pnpm)
v10.8.0
Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs
. For example:Now you can use the
pnpm add
command with the--config
flag to install new configurational dependencies #9377.Patch Changes
!/
inpnpm-workspace.yaml
. This fixes a regression introduced by #9169.pnpm audit --fix
should update the overrides inpnpm-workspace.yaml
.pnpm link
should update overrides inpnpm-workspace.yaml
, not inpackage.json
#9365.v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
puppeteer/puppeteer (puppeteer)
v24.6.1
Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
v24.6.0
Compare Source
Features
Dependencies
Configuration
📅 Schedule: Branch creation - "* 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.