Skip to content

fix(deps): update all non-major dependencies#108

Merged
chenjiahan merged 3 commits intomainfrom
renovate/all-minor-patch
Mar 10, 2026
Merged

fix(deps): update all non-major dependencies#108
chenjiahan merged 3 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/react (source) ^3.33.0^3.34.0 age confidence
@mantine/core (source) ^8.3.15^8.3.16 age confidence
@mui/material (source) ^7.3.8^7.3.9 age confidence
@rsbuild/core (source) 2.0.0-beta.62.0.0-canary-20260309140114 age confidence
@rsdoctor/rspack-plugin (source) ^1.5.2^1.5.3 age confidence
@types/node (source) ^24.11.0^24.12.0 age confidence
antd (source) ^6.3.1^6.3.2 age confidence
element-plus (source) ^2.13.3^2.13.5 age confidence
fs-extra ^11.3.3^11.3.4 age confidence
lightningcss ^1.31.1^1.32.0 age confidence
pnpm (source) 10.30.310.32.0 age confidence
rolldown (source) ^1.0.0-rc.6^1.0.0-rc.8 age confidence
rslog ^2.0.0^2.0.1 age confidence
terser-webpack-plugin ^5.3.16^5.3.17 age confidence
vite (source) ^8.0.0-beta.16^8.0.0-beta.18 age confidence
vue (source) ^3.5.29^3.5.30 age confidence
vuetify (source) ^4.0.0^4.0.1 age confidence
webpack ^5.105.3^5.105.4 age confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v3.34.0

Compare Source

Minor Changes
Patch Changes
  • 94517fa
    Thanks @​segunadebayo! - Fix export gaps for
    Ark UI components:

    • Select: Expose Select.List component (for virtualization support)
    • Combobox: Export ComboboxSelectionDetails type (as
      Combobox.SelectionDetails in namespace)
    • Listbox: Export ListboxScrollToIndexDetails,
      ListboxSelectionDetails, ListboxSelectionMode types (as
      Listbox.ScrollToIndexDetails, Listbox.SelectionDetails,
      Listbox.SelectionMode in namespace)
    • Menu: Export MenuValueChangeDetails type (as Menu.ValueChangeDetails
      in namespace)
  • be18f13
    Thanks @​segunadebayo! - Fix TypeScript
    error when passing ref to CheckboxGroup.

  • 0aa89d0
    Thanks @​segunadebayo! - Fix globalCss
    silently ignoring element selectors that match utility shorthands (e.g. p,
    m, h, w).

    Previously, p: { margin: '0 0 1em' } in globalCss was treated as the
    padding utility instead of a <p> element selector, causing the styles to
    be silently dropped.

  • 59bf8f6
    Thanks @​segunadebayo! - - Field: Fix
    Field.ErrorIcon default size so it stays aligned with error text instead of
    expanding when the error area is full width.

mantinedev/mantine (@​mantine/core)

v8.3.16

Compare Source

What's Changed
  • [@mantine/modals] Fix onClose being called multiple times (#​8727)
  • [@mantine/core] Tooltip: Fix component not throwing erro when used with string (#​8694)
  • [@mantine/core] NumberInput: Fix incorrect decimal separator parsing in onPaste
  • [@mantine/core] AppShell: Fix layout="alt" not working with mode="static"
  • [@mantine/stotlight] Fix actions list being rendered when nothing found message was not set (#​8592)

Full Changelog: mantinedev/mantine@8.3.15...8.3.16

mui/material-ui (@​mui/material)

v7.3.9

Compare Source

web-infra-dev/rsbuild (@​rsbuild/core)

v2.0.0-beta.7

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.0-beta.6...v2.0.0-beta.7

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.5.3

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsdoctor@v1.5.2...v1.5.3

ant-design/ant-design (antd)

v6.3.2

Compare Source

element-plus/element-plus (element-plus)

v2.13.5

Compare Source

2.13.5

2026-03-07

v2.13.4

Compare Source

2.13.4

2026-03-06

Features
Bug fixes
jprichardson/node-fs-extra (fs-extra)

v11.3.4

Compare Source

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#​1038, #​1064)
parcel-bundler/lightningcss (lightningcss)

v1.32.0

Compare Source

pnpm/pnpm (pnpm)

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

rolldown/rolldown (rolldown)

v1.0.0-rc.8

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-rc.7

Compare Source

💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
  • fix(rolldown): increase tokio blocking threads size for watch mode (#​8517) by @​hyf0
❤️ New Contributors
rstackjs/rslog (rslog)

v2.0.1

Compare Source

What's Changed

Full Changelog: rstackjs/rslog@v2.0.0...v2.0.1

webpack/terser-webpack-plugin (terser-webpack-plugin)

v5.3.17

Compare Source

vitejs/vite (vite)

v8.0.0-beta.18

Compare Source

Bug Fixes
Code Refactoring
  • don't add optimization.inlineConst: { mode: 'smart' } as it's enabled by default (#​21794) (22b3d11)

v8.0.0-beta.17

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
  • enable some native plugins even with enable native plugin false (#​21744) (fc46c79)
Tests
  • ssr: incorrect handleInvoke was called in server-worker-runner.invoke test (#​21751) (b95ca22)
vuejs/core (vue)

v3.5.30

Compare Source

Bug Fixes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from d3ec839 to bbdb111 Compare March 9, 2026 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbdb111 to 04c6017 Compare March 10, 2026 05:11
@chenjiahan chenjiahan merged commit f192664 into main Mar 10, 2026
7 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch March 10, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant