chore(deps): update all non-major dependencies #3
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.3.29
->^1.4.2
^1.2.4
->^1.2.6
^1.1.0
->^1.1.4
^1.1.0
->^1.1.3
^1.1.0
->^1.1.3
^0.9.2
->^0.9.6
^2.9.1
->^2.9.2
^14.2.17
->^14.2.18
9.12.2
->9.14.2
^23.6.0
->^23.9.0
^6.0.0-beta.4
->^6.0.0-beta.10
^5.95.0
->^5.96.1
Release Notes
farm-fe/farm (@farmfe/core)
v1.4.2
Compare Source
Patch Changes
3085d64
: judgement node environment with check input valuev1.4.1
Compare Source
Patch Changes
829d094
]v1.4.0
Compare Source
Minor Changes
7d86847
: Support tree shakeimport * as ns from './xxx'
../xxx
can be tree-shaken if following rules are met:ns
is used as member prop, example:ns.a
ns
is used as member literal computed, example:ns['a']
For example:
After tree shaking, the result will be:
But if
ns
is met rules above, then all the fields will be preserved, example:After tree shaking, the result will be:
v1.3.34
Compare Source
Patch Changes
8853c4a
: fix bundle global variable preservev1.3.33
Compare Source
Patch Changes
3b95eef
: Fix(runtime): invalid async module cache3b95eef
]v1.3.32
Compare Source
Patch Changes
3ae860b
: fix plugin circle call between Runtime & LazyCompilation, fix runtime & lazyCompilation conflictv1.3.31
Compare Source
Patch Changes
c078cd3
: fix #1499 wrong defaults of side effects of vite plugin adapter hook resolveIdc078cd3
: Fix wrong esm introp helper order when using top level awaitv1.3.30
Compare Source
Patch Changes
3651244
: add assets mode for asset path generate2b9b2e3
: Fix async module detection wrong with cyclic dependenciesb3a7caf
: fix css url resolving issueweb-infra-dev/rsbuild (@rsbuild/core)
v1.1.4
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.3...v1.1.4
v1.1.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
runCLI
from internal helpers to index export by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3981getStatsOptions
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3987Full Changelog: web-infra-dev/rsbuild@v1.1.2...v1.1.3
v1.1.2
Compare Source
What's Changed
New Features 🎉
output.emitCss
config by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3967Performance 🚀
Bug Fixes 🐞
watchFiles.type
not work as expected by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3963stylusOptions.import
should be an array by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3972Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.1.1...v1.1.2
v1.1.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
*.svslte.ts
files are transformed twice by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3920\n
in error overlay messages by @ymq001 in https://github.com/web-infra-dev/rsbuild/pull/3944Document 📖
Other Changes
dts.build
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3948New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.1.0...v1.1.1
web-infra-dev/rspack (@rspack/cli)
v1.1.3
Compare Source
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v1.1.2...v1.1.3
v1.1.2
Compare Source
What's Changed
💡 Highlights
DefinePlugin destructuring optimization
Rspack v1.1.2 improved the output of
DefinePlugin
by eliminating unused object properties from the final bundle, resulting in a smaller output size:Exciting New Features 🎉
Bug Fixes 🐞
cacheable::from_byte
by @jerrykingxhttps://github.com/web-infra-dev/rspack/pull/8450l/8450auto
by @inothttps://github.com/web-infra-dev/rspack/pull/8415l/8415Document Updates 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v1.1.1...v1.1.2
v1.1.1
Compare Source
💡 Highlights
Support for DllPlugin
This release introduced rspack.DllPlugin and rspack.DllReferencePlugin in #8296 to be compatible with webpack's DLLPlugin and DllReferencePlugin.
DLL plugins help you improve build performance by separating rarely-changed code (like vendor dependencies) into separate bundles. The term "DLL" stands for Dynamic-link library. See here for more information.
What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
--config-name
by @andersk in https://github.com/web-infra-dev/rspack/pull/8363__webpack_layer__
by @inottn in https://github.com/web-infra-dev/rspack/pull/8381Compiler
not getting freed after use by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/8268Document Updates 📖
Other Changes
Utf8Path
andFileMetadata
by @jerrykingxyz in https://github.com/web-infra-dev/rspack/pull/8366Full Changelog: web-infra-dev/rspack@v1.1.0...v1.1.1
umijs/mako (@umijs/mako)
v0.9.6
Compare Source
2024-11-14
v0.9.5
Compare Source
2024-11-07
v0.9.4
Compare Source
2024-11-04
v0.9.3
Compare Source
2024-10-25
buildEnd
plugin hook by @sorrycc in #1644enforce
plugin hook by @sorrycc in #1646writeBundle
plugin hook by @sorrycc in #1650watchChanges
plugin hook by @sorrycc in #1651process.env.SOCKET_SERVER
define to prevent process polyfilll by @stormslowly in #1655webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.9.2
Compare Source
vercel/next.js (next)
v14.2.18
Compare Source
pnpm/pnpm (pnpm)
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided [#̴Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.