chore(deps): update all non-major dependencies #379
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:
^5.6.1->^5.9.0~1.6.13->~1.6.14^1.6.13->^1.6.14^1.2.0->^1.2.1^1.3.12->^1.3.15^0.18.3->^0.18.41.6.6->1.6.71.6.6->1.6.7^2.0.0-rc.1->^2.0.0-rc.2^2.0.0-rc.1->^2.0.0-rc.2^2.0.0-rc.1->^2.0.0-rc.2^0.7.0->^0.7.20.7.0->0.7.2^10.1.4->^10.1.8^10.1.4->^10.1.8^10.1.4->^10.1.8^10.1.4->^10.1.8^0.17.2->^0.17.3^1.15.3->^1.15.4^24.10.1->^24.10.4^8.48.1->^8.49.0^8.48.1->^8.49.010.4.22->10.4.23^9.39.1->^9.39.2^27.2.0->^27.3.04.4.2->4.5.1^0.556.0->^0.561.016.0.7->16.0.1010.24.0->10.25.0^19.2.1->^19.2.3^19.2.1->^19.2.31.94.2->1.96.0^10.1.4->^10.1.8^5.45.6->^5.46.03.4.18->3.4.19^4.1.17->^4.1.18^3.4.18->^3.4.195.3.15->5.3.16^0.5.5->^0.6.0^4.9.21->^4.9.22^3.1.7->^3.1.8Release Notes
lingui/swc-plugin (@lingui/swc-plugin)
v5.9.0Compare Source
What's Changed
New Contributors
Full Changelog: lingui/swc-plugin@5.8.0...5.9.0
v5.8.0Compare Source
What's Changed
Full Changelog: lingui/swc-plugin@5.7.0...5.8.0
v5.7.0Compare Source
What's Changed
New Contributors
Full Changelog: lingui/swc-plugin@5.6.1...5.7.0
web-infra-dev/rsbuild (@rsbuild/core)
v1.6.14Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
client.logLevelby @chenjiahan in #6718Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.6.13...v1.6.14
web-infra-dev/rsdoctor (@rsdoctor/rspack-plugin)
v1.3.14Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rsdoctor@v1.3.13...v1.3.14
v1.3.13Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsdoctor@v1.3.12...v1.3.13
web-infra-dev/rslib (@rslib/core)
v0.18.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
395ad32by @renovate[bot] in #13818e8c483by @renovate[bot] in #13808e8c483by @renovate[bot] in #1388Full Changelog: web-infra-dev/rslib@v0.18.3...v0.18.4
web-infra-dev/rspack (@rspack/cli)
v1.6.7Compare Source
Highlights 💡
🎉 Support for
import.meta.filename,import.meta.dirname, andimport.meta.resolveRspack now supports the
import.meta.filename,import.meta.dirname, andimport.meta.resolvemeta properties in ESM modules.These properties provide a standardized way to access file and directory paths in ES modules, similar to the CommonJS
__filenameand__dirnamevariables:Thanks to @magic-akari for this contribution!
What's Changed
New Features 🎉
import.meta.filename/dirname/resolveby @magic-akari in #12317[relative-resource-path]in moduleFilenameTemplate by @SyMind in #12370Bug Fixes 🐞
Refactor 🔨
.rspack[...]syntax and rebrand CSS extract plugin internals by @LingyuCoder in #12385Other Changes
Full Changelog: web-infra-dev/rspack@v1.6.6...v1.6.7
web-infra-dev/rspress (@rspress/core)
v2.0.0-rc.2Compare Source
Breaking Changes🚨
themefolder should use@rspress/core/theme-originalIn Rspress V1 document,
@themeis the alias forrspress/theme, but@themeis an alias which points totheme/index.tsxand falls back torspress/theme.rspress/themeor@rspress/core/themepoints to Rspress'stheme-default, they are actually different things.We standardize this behavior, which is the same as docusaurus.
In
docsdirectory,@themeor@rspress/core/themeshould be used, which points totheme/index.tsxand falls back totheme-defaultIn
themedirectory ,@theme-originalor@rspress/core/theme-originalshould be used, which always points to Rspress'stheme-default, used for users to customize themes, which is very useful for users who publish npm theme packages.Merge
@theme-assetsto@themeBefore
We have a separate entry for exporting @theme-assets
After
@theme-assetshas been removed. Icons are exported from@themeand prefixed withIcon, for example:IconSearchRefactor
@rspress/plugin-previewand simplify usageBefore: Required declarations in both config file and MDX file.
After: Only declare in the MDX file.
What's Changed
New Features 🎉
tsx preview="iframe-fixed"and support hmr by @SoonIter in #2806<root>/prefix in remarkFileCodeBlock by @Copilot in #2665@rspress/core/theme-originalby @SoonIter in #2860Performance 🚀
Bug Fixes 🐞
onClickprop by @JounQin in #2811progressiveChunkSizechange by @SoonIter in #2831Document 📖
Other Changes
34e1148by @renovate[bot] in #2798redirect.dts.extensionto fix type issue by @Timeless0911 in #2814FallbackHeadingfor reusing by @JounQin in #2813New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-rc.1...v2.0.0-rc.2
web-infra-dev/rstest (@rstest/core)
v0.7.2Compare Source
What's Changed
New Features 🎉
toMatchInlineSnapshotoutside of test by @9aoy in #747Bug Fixes 🐞
Other Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.