fix(deps): update all non-major dependencies#460
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^6.0.0→^6.2.0^2.4.0→^2.5.0^2.4.0→^2.5.0^6.0.11→^6.0.122.0.6→2.0.7~2.0.6→~2.0.72.0.3→2.0.42.0.3→2.0.42.0.3→2.0.42.0.3→2.0.4^2.0.11→^2.0.12^2.0.11→^2.0.12^2.0.11→^2.0.12^2.0.11→^2.0.12^0.10.0→^0.10.2^0.10.0→^0.10.2^0.10.0→^0.10.2^0.10.0→^0.10.2^0.10.0→^0.10.2^0.10.0→^0.10.2^0.10.0→^0.10.2^10.4.0→^10.4.1^10.4.0→^10.4.1^10.4.0→^10.4.1^10.4.0→^10.4.1^14.9.0→^14.10.0^11.9.0→^11.10.0^12.9.0→^12.10.0^12.9.0→^12.10.0^12.9.0→^12.10.0^12.9.0→^12.10.0^13.9.0→^13.10.0^12.9.0→^12.10.0^19.2.14→^19.2.15^19.2.14→^19.2.15^8.59.3→^8.59.4^8.59.3→^8.59.4^66.6.8→^66.7.0^66.6.8→^66.7.0^66.6.8→^66.7.0^4.1.0→^4.3.0^12.3.2→^12.3.312.3.2→12.3.312.3.2→12.3.324.15.0→24.16.08.5.14→8.5.15^10.29.1→^10.29.210.29.1→10.29.2^10.29.1→^10.29.21.99.0→1.100.07.8.0→7.8.1^0.11.15→^0.11.16^10.4.0→^10.4.1^3.3.3→^3.3.4^3.3.3→^3.3.4^3.3.3→^3.3.46.4.1→6.4.2^6.4.1→^6.4.2^5.55.7→^5.55.9^5.55.7→^5.55.9^6.0.3→^6.0.4^19.12.0→^19.13.0^3.2.9→^3.3.1^8.20.1→^8.21.0Release Notes
lingui/swc-plugin (@lingui/swc-plugin)
v6.2.0Compare Source
What's Changed
66.0.3, bump other deps by @timofei-iatsenko in #214linguiMacroSwcPlugin()helper by @mogelbrod in #212Full Changelog: lingui/swc-plugin@6.1.0...6.2.0
v6.1.0Compare Source
What's Changed
Full Changelog: lingui/swc-plugin@6.0.0...6.1.0
module-federation/core (@module-federation/enhanced)
v2.5.0Compare Source
Patch Changes
5d4095d]0716c11]13dce52]41281f4]module-federation/core (@module-federation/rsbuild-plugin)
v2.5.0Compare Source
Patch Changes
5d4095d]0716c11]module-federation/core (@module-federation/storybook-addon)
v6.0.12Patch Changes
5d4095d]0716c11]web-infra-dev/rsbuild (@rsbuild/core)
v2.0.7Compare Source
Highlights
Web Worker Query Imports
Rsbuild now supports importing worker scripts with
?worker,?worker&inline, and?inline&worker:Automatic Dependency Externalization
output.autoExternalreads dependencies from the rootpackage.jsonand generatesoutput.externalsrules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7
web-infra-dev/rspack (@rspack/cli)
v2.0.4Compare Source
Highlights 💡
Inline const with module declarations (#14032): Previously, Rspack only inlined constant exports from leaf modules in the module graph. Now constant exports from any module can be inlined, even when that module also imports or re-exports other modules. In rare circular-reference cases this can make a TDZ error disappear, but we do not expect real projects to rely on TDZ errors, so Rspack prioritizes the optimization.
Tree shake namespace default reexport (#13980): Previously, the
import * as a from './a'; export default a;pattern did not tree-shakeathrough the default export. Now Rspack further analyzes the default-exported namespace object and can remove unused exports from the original namespace module.CSS global module type (#13988):
css/globalis useful when most selectors in a stylesheet should stay global, but you still want CSS Modules features for selected local selectors. This makes it easier to migrate existing global CSS gradually without turning every class name into a local scoped name..buttonstays global, while.titleis renamed as a local class.CSS Modules local ident options (#14009): CSS Modules now support local ident hash options such as hash function, digest, digest length, and salt. These options make generated class names more configurable and better aligned with webpack-compatible CSS Modules setups.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.