Skip to content

chore(deps): update weekly minor & patch updates - #826

Merged
RyanYensch merged 1 commit into
devfrom
renovate/weekly-minor-and-patch-updates
Jun 26, 2026
Merged

chore(deps): update weekly minor & patch updates#826
RyanYensch merged 1 commit into
devfrom
renovate/weekly-minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@mui/material (source) 9.1.19.1.2 age confidence dependencies patch
@mui/system (source) 9.1.19.1.2 age confidence dependencies patch
@mui/x-date-pickers (source) 9.6.09.7.0 age confidence dependencies minor
@types/luxon (source) 3.7.13.7.2 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.61.18.62.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.61.18.62.0 age confidence devDependencies minor
antd (source) 6.4.46.4.5 age confidence dependencies patch
axios (source) 1.18.01.18.1 age confidence dependencies patch
framer-motion 12.40.012.42.0 age confidence dependencies minor
mongodb 7.3.07.4.0 age confidence dependencies minor
node 24.17-alpine24.18-alpine age confidence final minor
node 24.17-alpine24.18-alpine age confidence stage minor
sharp (source, changelog) 0.35.10.35.2 age confidence dependencies patch
swr (source) 2.4.12.4.2 age confidence dependencies patch

Release Notes

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

v9.1.2

Compare Source

Jun 23, 2026

A big thanks to the 5 contributors who made this release possible.

@mui/material@9.1.2
@mui/system@9.1.2
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​Janpot, @​LukasTy, @​mj12albert, @​siriwatknp

mui/mui-x (@​mui/x-date-pickers)

v9.7.0

Compare Source

Jun 25, 2026

We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions:
@​Anexus5919, @​mustafajw07

The following team members contributed to this release:
@​alexfauquette, @​arminmeh, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​romgrk, @​sai6855, @​siriwatknp

Data Grid
@mui/x-data-grid@9.7.0
@mui/x-data-grid-pro@9.7.0 pro

Same changes as in @mui/x-data-grid@9.7.0.

@mui/x-data-grid-premium@9.7.0 premium

Same changes as in @mui/x-data-grid-pro@9.7.0.

Date and Time Pickers
@mui/x-date-pickers@9.7.0
@mui/x-date-pickers-pro@9.7.0 pro

Same changes as in @mui/x-date-pickers@9.7.0.

Charts
@mui/x-charts@9.7.0
@mui/x-charts-pro@9.7.0 pro

Same changes as in @mui/x-charts@9.7.0.

@mui/x-charts-premium@9.7.0 premium

Same changes as in @mui/x-charts-pro@9.7.0.

Tree View
@mui/x-tree-view@9.7.0

Internal changes.

@mui/x-tree-view-pro@9.7.0 pro

Same changes as in @mui/x-tree-view@9.7.0.

Scheduler
@mui/x-scheduler@9.0.0-beta.3
@mui/x-scheduler-premium@9.0.0-beta.3 premium

Same changes as in @mui/x-scheduler@9.0.0-beta.3.

Codemod
@mui/x-codemod@9.7.0

Internal changes.

Core
Miscellaneous
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

ant-design/ant-design (antd)

v6.4.5

Compare Source

  • 🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. #​58214 @​18062706139fcz
  • 🐞 Fix Alert actions spacing not taking effect when hashed styles are enabled. #​58314 @​QDyanbing
  • ⌨️ Fix Table not applying aria-* attributes to fixed header tables when scroll creates multiple tables. #​58339 @​biubiukam
  • 💄 Fix Pagination quick jumper input not following ConfigProvider variant styles. #​58371 @​biubiukam
  • 🌐 Localization

  • 🐞 修复 Dropdown 纵向菜单在触发器位于屏幕中部时溢出视口、顶部菜单项无法点击的问题。#​58214 @​18062706139fcz
  • 🐞 修复 Alert 在开启 hashed 样式时 actions 间距不生效的问题。#​58314 @​QDyanbing
  • ⌨️ 修复 Table 在 scroll 生成多个 table 时,固定表头 table 未应用 aria-* 属性的问题。#​58339 @​biubiukam
  • 💄 修复 Pagination 快速跳转输入框未跟随 ConfigProvider variant 样式的问题。#​58371 @​biubiukam
  • 🌐 国际化
axios/axios (axios)

v1.18.1

Compare Source

v1.18.1 — June 21, 2026

This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.

🐛 Bug Fixes

  • AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. (#​10913)
  • Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. (#​10917, #​10930, #​10942, #​10993)
  • Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. (#​10959, #​11021)
  • AxiosURLSearchParams: Switched the encoder callback to an arrow function so encoder.call(this) receives the AxiosURLSearchParams instance correctly. (#​11019)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

motiondivision/motion (framer-motion)

v12.42.0

Compare Source

Changed
  • animateView: Layers are automatically grouped to match their DOM-hierarchy. New .group(false) method opts-out.
Fixed
  • animateView: Auto-crop is now aspect-ratio aware, disabling crops for matching aspect-ratios.
  • animateView: Disabled automatic border-radius animation.

v12.41.0

Compare Source

Added
  • animateView: Moves from Motion+ Early Access and alpha to main library.
  • animateView: .add() resolves a CSS selector or Element to automatically generate, apply and remove view-transition-name.
  • animateView: .new() and .old() configures values to animate on new and old layers.
  • animateView: .layout() can set a custom transition on the size/position animation of the currently selected elements.
  • animateView: Group layers now automatically crop with children set to cover, with border-radius animating from old radius to new. .crop(false) disables this behaviour.
  • animateView: .class(name) tags currently selected elements with a view-transition-class as a custom CSS hook.
Fixed
  • AnimatePresence: Prevent stuck exit animations when children interrupt.
  • drag: Child e.stopPropagation() no longer break drag end.
  • Fixing Next.js OOM on Windows when importing via motion package.
  • animateLayout: Improve handling of parallel/interleaved calls.
Changed
  • animateView: .enter() and .exit() now refer specifically to new and old layers where there are no matching old or new layers.
  • animateView: Interrupted transition setups now return resolved animation rather than throwing.
mongodb/node-mongodb-native (mongodb)

v7.4.0

Compare Source

Features
  • NODE-7634: remove experimental tag from async dispose methods (#​4976) (43ce3eb)
  • NODE-7549: send afterClusterTime on writes in causally-consistent sessions (#​4963) (3abfd26)
nodejs/node (node)

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on monday"
  • 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 added dependencies Pull requests that update a dependency file deps: javascript deps: patches labels Jun 22, 2026
@renovate
renovate Bot requested a review from a team as a code owner June 22, 2026 04:31
@renovate

renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate Bot added dependencies Pull requests that update a dependency file deps: javascript deps: patches labels Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/weekly-minor-and-patch-updates branch 2 times, most recently from 0813924 to 37919dc Compare June 22, 2026 18:55
@renovate renovate Bot added the deps: minor label Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/weekly-minor-and-patch-updates branch 4 times, most recently from cf112a9 to 44074bb Compare June 24, 2026 20:38
@renovate
renovate Bot force-pushed the renovate/weekly-minor-and-patch-updates branch from 44074bb to fab7731 Compare June 25, 2026 15:52
@renovate
renovate Bot force-pushed the renovate/weekly-minor-and-patch-updates branch from fab7731 to 06ad389 Compare June 25, 2026 23:02
@RyanYensch
RyanYensch merged commit dace760 into dev Jun 26, 2026
4 checks passed
@RyanYensch
RyanYensch deleted the renovate/weekly-minor-and-patch-updates branch June 26, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant