fix(deps): update all non-major dependencies#110
Merged
chenjiahan merged 1 commit intomainfrom Mar 15, 2026
Merged
Conversation
chenjiahan
approved these changes
Mar 15, 2026
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:
^8.3.16→^8.3.17^1.4.5→^1.4.6^5.1.4→^5.2.0^0.27.3→^0.27.410.32.0→10.32.1^1.0.0-rc.8→^1.0.0-rc.9^5.3.17→^5.4.0^8.0.0-beta.18→^8.0.0^4.0.1→^4.0.2Release Notes
mantinedev/mantine (@mantine/core)
v8.3.17Compare Source
Last 8.x release
This is the last 8.x release. You are welcome to test 9.0 alpha version and provide feedback before its release on March 31.
https://alpha.mantine.dev/changelog/9-0-0/
Changes
[@mantine/core]Stepper: Fix Google Translate compatibility issues (#8744)[@mantine/hooks]use-list-state: Add memoization to all handlers (#8739)web-infra-dev/rsbuild (@rsbuild/plugin-react)
v1.4.6Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
html.tagsconfig by @chenjiahan in #5573html.tagsby @chenjiahan in #5574Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.5...v1.4.6
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.2.0Compare Source
evanw/esbuild (esbuild)
v0.27.4Compare Source
Fix a regression with CSS media queries (#4395, #4405, #4406)
Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the
<media-type> and <media-condition-without-or>grammar. Specifically, esbuild was failing to wrap anorclause with parentheses when inside<media-condition-without-or>. This release fixes the regression.Here is an example:
Fix an edge case with the
injectfeature (#4407)This release fixes an edge case where esbuild's
injectfeature could not be used with arbitrary module namespace names exported using anexport {} fromstatement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.With the fix, the following
injectfile:Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:
Attempt to improve API handling of huge metafiles (#4329, #4415)
This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.
The primary issue is that V8 has an implementation-specific maximum string length, so using the
JSON.parseAPI with large enough strings is impossible. This release will now attempt to use a fallback JavaScript-based JSON parser that operates directly on the UTF8-encoded JSON bytes instead of usingJSON.parsewhen the JSON metafile is too big to fit in a JavaScript string. The new fallback path has not yet been heavily-tested. The metafile will also now be generated with whitespace removed if the bundle is significantly large, which will reduce the size of the metafile JSON slightly.However, hitting this case is potentially a sign that something else is wrong. Ideally you wouldn't be building something so enormous that the build metadata can't even fit inside a JavaScript string. You may want to consider optimizing your project, or breaking up your project into multiple parts that are built independently. Another option could potentially be to use esbuild's command-line API instead of its JavaScript API, which is more efficient (although of course then you can't use JavaScript plugins, so it may not be an option).
pnpm/pnpm (pnpm)
v10.32.1: pnpm 10.32.1Compare Source
Patch Changes
pnpm-workspace.yamlwithout apackagesfield caused all directories to be treated as workspace projects. This broke projects that usepnpm-workspace.yamlonly for settings (e.g.minimumReleaseAge) without defining workspace packages #10909.Platinum Sponsors
Gold Sponsors
rolldown/rolldown (rolldown)
v1.0.0-rc.9Compare Source
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
falseto'dce-only'(#8620) by @shulaoda💼 Other
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
--no-runbuild step from cargo-test (#8623) by @Boshencargo-shearto toggle Cargo.toml [lib] test = bool (#8622) by @Boshenwebpack/terser-webpack-plugin (terser-webpack-plugin)
v5.4.0Compare Source
Features
JSONusingjsonMinify(#657) (29ac915)5.3.17 (2026-03-03)
Bug Fixes
serialize-javascript(37c490c)5.3.16 (2025-12-11)
Bug Fixes
5.3.15 (2025-12-05)
Bug Fixes
5.3.14 (2025-03-06)
Bug Fixes
os.availableParallelism()for parallelism when it is available (#623) (1357994)5.3.13 (2025-03-05)
Bug Fixes
ecmaandmoduletypes in minimizer options (#620) (5aa43c2)5.3.12 (2025-02-27)
Bug Fixes
swcandesbuild(#619) (15ddaab)5.3.11 (2024-12-13)
Bug Fixes
5.3.10 (2023-12-28)
Bug Fixes
5.3.9 (2023-05-17)
Bug Fixes
5.3.8 (2023-05-06)
Bug Fixes
5.3.7 (2023-03-08)
Bug Fixes
5.3.6 (2022-08-29)
Bug Fixes
terserandswc(#514) (52c1aef)5.3.5 (2022-08-16)
Bug Fixes
5.3.4 (2022-08-12)
Bug Fixes
5.3.3 (2022-06-02)
Fixes
5.3.2 (2022-06-02)
Chore
@jridgewell/source-mapfor error generation5.3.1 (2022-02-01)
Bug Fixes
vitejs/vite (vite)
v8.0.0Compare Source
Features
vite-tsconfig-pathsplugin is detected (#21781) (ada493e)Bug Fixes
vuetifyjs/vuetify (vuetify)
v4.0.2Compare Source
🚀 Features
🔧 Bug Fixes
next()deprecated in Vue Router v5 (#22643) (87c4129), closes #22632🧪 Labs
limitbehavior to cover overflow item (e580ebc), closes #22702 #22703Configuration
📅 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: 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.