Skip to content

Commit 0a5a6b8

Browse files
chore(deps): update all non-major dependencies (#1613)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@mui/x-data-grid](https://mui.com/x/react-data-grid/) ([source](https://redirect.github.com/mui/mui-x/tree/HEAD/packages/x-data-grid)) | [`8.21.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.21.0/8.22.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-data-grid/8.22.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-data-grid/8.21.0/8.22.0?slim=true) | | [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://redirect.github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | [`8.21.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/8.21.0/8.22.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/8.22.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/8.21.0/8.22.0?slim=true) | | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`5.1.1` -> `5.1.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/5.1.1/5.1.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/5.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/5.1.1/5.1.2?slim=true) | | [knip](https://knip.dev) ([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | [`5.72.0` -> `5.73.3`](https://renovatebot.com/diffs/npm/knip/5.72.0/5.73.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.73.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.72.0/5.73.3?slim=true) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a` -> `10.25.0`](https://renovatebot.com/diffs/npm/pnpm/10.24.0/10.25.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.25.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.24.0/10.25.0?slim=true) | | [react](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`19.2.1` -> `19.2.3`](https://renovatebot.com/diffs/npm/react/19.2.1/19.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.1/19.2.3?slim=true) | | [react-dom](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`19.2.1` -> `19.2.3`](https://renovatebot.com/diffs/npm/react-dom/19.2.1/19.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/19.2.1/19.2.3?slim=true) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.48.1` -> `8.49.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.48.1/8.49.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.49.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.48.1/8.49.0?slim=true) | | [vite-plugin-checker](https://redirect.github.com/fi3ework/vite-plugin-checker) | [`0.11.0` -> `0.12.0`](https://renovatebot.com/diffs/npm/vite-plugin-checker/0.11.0/0.12.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-checker/0.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-checker/0.11.0/0.12.0?slim=true) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.22.0`](https://redirect.github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8220) [Compare Source](https://redirect.github.com/mui/mui-x/compare/v8.21.0...v8.22.0) *Dec 11, 2025* We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨: - Each Tree View component now exposes its own hook to initialize the `apiRef` object with accurate typing: ```diff -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useSimpleTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useSimpleTreeViewApiRef(); -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useRichTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useRichTreeViewApiRef(); -import { useTreeViewApiRef } from '@&#8203;mui/x-tree-view/hooks'; +import { useRichTreeViewProApiRef } from '@&#8203;mui/x-tree-view-pro/hooks'; -const apiRef = useTreeViewApiRef(); +const apiRef = useRichTreeViewProApiRef(); ``` - 📚 [Tutorial](https://mui.com/x/react-data-grid/tutorials/server-side-data/) on building a Data Grid with server-side data - 🐞 Bugfixes Special thanks go out to this community member for their valuable contributions: [@&#8203;kzhgit](https://redirect.github.com/kzhgit) The following team members contributed to this release: [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette), [@&#8203;arminmeh](https://redirect.github.com/arminmeh), [@&#8203;bernardobelchior](https://redirect.github.com/bernardobelchior), [@&#8203;cherniavskii](https://redirect.github.com/cherniavskii), [@&#8203;flaviendelangle](https://redirect.github.com/flaviendelangle), [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas), [@&#8203;mapache-salvaje](https://redirect.github.com/mapache-salvaje), [@&#8203;michelengelen](https://redirect.github.com/michelengelen), [@&#8203;noraleonte](https://redirect.github.com/noraleonte), [@&#8203;oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Data Grid ##### `@mui/x-data-grid@8.22.0` - \[DataGrid] Sync component props with theme defaults ([#&#8203;20590](https://redirect.github.com/mui/mui-x/issues/20590)) [@&#8203;michelengelen](https://redirect.github.com/michelengelen) - \[DataGrid] Add fallback for CSS `color-mix` if it is unsupported ([#&#8203;20597](https://redirect.github.com/mui/mui-x/issues/20597)) [@&#8203;cherniavskii](https://redirect.github.com/cherniavskii) - \[DataGrid] Use `baseTooltip` slot for column header sort icon ([#&#8203;20460](https://redirect.github.com/mui/mui-x/issues/20460)) [@&#8203;kzhgit](https://redirect.github.com/kzhgit) ##### `@mui/x-data-grid-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.22.0`. ##### `@mui/x-data-grid-premium@8.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.22.0`, plus: - \[DataGridPremium] Handle pivoting column name generation for empty strings ([#&#8203;20608](https://redirect.github.com/mui/mui-x/issues/20608)) [@&#8203;arminmeh](https://redirect.github.com/arminmeh) - \[DataGridPremium] Pass a row with aggregated value to the custom aggregation function `valueFormatter` ([#&#8203;20607](https://redirect.github.com/mui/mui-x/issues/20607)) [@&#8203;arminmeh](https://redirect.github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.22.0` - \[pickers] Fix invalid date tests ([#&#8203;20606](https://redirect.github.com/mui/mui-x/issues/20606)) [@&#8203;michelengelen](https://redirect.github.com/michelengelen) ##### `@mui/x-date-pickers-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.22.0`. ##### Charts ##### `@mui/x-charts@8.22.0` - \[charts] Add consistent animation duration and timing ([#&#8203;20564](https://redirect.github.com/mui/mui-x/issues/20564)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) - \[charts] Extract a tooltip plugin from the interaction one ([#&#8203;20591](https://redirect.github.com/mui/mui-x/issues/20591)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[charts] General type improvements ([#&#8203;20565](https://redirect.github.com/mui/mui-x/issues/20565)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) - \[charts] Place ordinal ticks according to a continuous scale ([#&#8203;19808](https://redirect.github.com/mui/mui-x/issues/19808)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[charts] Remove layout data from the tooltip internals ([#&#8203;20548](https://redirect.github.com/mui/mui-x/issues/20548)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[charts] Remove usage of focus outline for item highlight ([#&#8203;19856](https://redirect.github.com/mui/mui-x/issues/19856)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[charts] Simplify `MarkPlot` by moving calculation to `useMarkPlotData` ([#&#8203;20570](https://redirect.github.com/mui/mui-x/issues/20570)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) - \[charts] Use `store.state` over `store.getSnapshot()` ([#&#8203;20616](https://redirect.github.com/mui/mui-x/issues/20616)) [@&#8203;bernardobelchior](https://redirect.github.com/bernardobelchior) - \[charts] Vendor flatqueue ([#&#8203;20610](https://redirect.github.com/mui/mui-x/issues/20610)) [@&#8203;bernardobelchior](https://redirect.github.com/bernardobelchior) - \[charts] Extract pie layout computation ([#&#8203;20611](https://redirect.github.com/mui/mui-x/issues/20611)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[charts]\[infra] Enable `@typescript-eslint/consistent-type-imports` eslint rules ([#&#8203;20560](https://redirect.github.com/mui/mui-x/issues/20560)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) - \[charts]\[infra] Enable `import/no-cycle` eslint rules ([#&#8203;20554](https://redirect.github.com/mui/mui-x/issues/20554)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) ##### `@mui/x-charts-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.22.0`, plus: - \[charts-pro] Display sankey labels on top of nodes ([#&#8203;20569](https://redirect.github.com/mui/mui-x/issues/20569)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) ##### `@mui/x-charts-premium@8.22.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.22.0`. ##### Tree View ##### `@mui/x-tree-view@8.22.0` - \[tree view] Expose one hook per component to initialize the `apiRef` ([#&#8203;20235](https://redirect.github.com/mui/mui-x/issues/20235)) [@&#8203;flaviendelangle](https://redirect.github.com/flaviendelangle) - \[tree view] Update the typing of `updateItemChildren()` to accept `null` ([#&#8203;20483](https://redirect.github.com/mui/mui-x/issues/20483)) [@&#8203;noraleonte](https://redirect.github.com/noraleonte) ##### `@mui/x-tree-view-pro@8.22.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.22.0`. ##### Codemod ##### `@mui/x-codemod@8.22.0` Internal changes. ##### Docs - \[docs] Add tutorial on building a Data Grid with server-side data (DX-22) ([#&#8203;19782](https://redirect.github.com/mui/mui-x/issues/19782)) [@&#8203;mapache-salvaje](https://redirect.github.com/mapache-salvaje) - \[docs] Modify the default value for the stacking demo ([#&#8203;20596](https://redirect.github.com/mui/mui-x/issues/20596)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) - \[docs] Revise the Charts Custom Components doc ([#&#8203;19793](https://redirect.github.com/mui/mui-x/issues/19793)) [@&#8203;mapache-salvaje](https://redirect.github.com/mapache-salvaje) - \[docs] Remove copy-pasted `aria-label` ([#&#8203;20620](https://redirect.github.com/mui/mui-x/issues/20620)) [@&#8203;alexfauquette](https://redirect.github.com/alexfauquette) ##### Core - \[internal] Remove unsafe dependency version from range ([#&#8203;20574](https://redirect.github.com/mui/mui-x/issues/20574)) [@&#8203;oliviertassinari](https://redirect.github.com/oliviertassinari) ##### Miscellaneous - Bump `@mui/monorepo` digest to `800638d` ([#&#8203;20337](https://redirect.github.com/mui/mui-x/issues/20337)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `@next/eslint-plugin-next` to `15.5.7` ([#&#8203;20575](https://redirect.github.com/mui/mui-x/issues/20575)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump GitHub Actions ([#&#8203;20577](https://redirect.github.com/mui/mui-x/issues/20577)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump Tanstack query to `^5.90.12` ([#&#8203;20582](https://redirect.github.com/mui/mui-x/issues/20582)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump Vite & Vitest ([#&#8203;20583](https://redirect.github.com/mui/mui-x/issues/20583)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `eslint` to `^8.48.1` ([#&#8203;20576](https://redirect.github.com/mui/mui-x/issues/20576)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `markdown-to-jsx` to `^9.3.2` ([#&#8203;20507](https://redirect.github.com/mui/mui-x/issues/20507)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `motion` to `^12.23.25` ([#&#8203;20579](https://redirect.github.com/mui/mui-x/issues/20579)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump react monorepo to `19.2.1` ([#&#8203;20581](https://redirect.github.com/mui/mui-x/issues/20581)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `react-hook-form` to `^7.68.0` ([#&#8203;20584](https://redirect.github.com/mui/mui-x/issues/20584)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `react-router` to `^7.10.1` ([#&#8203;20341](https://redirect.github.com/mui/mui-x/issues/20341)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump `tsx` to `^4.21.0` ([#&#8203;20585](https://redirect.github.com/mui/mui-x/issues/20585)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Bump MUI infra packages ([#&#8203;20478](https://redirect.github.com/mui/mui-x/issues/20478)) [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - \[infra] Automatically add teams to release PRs ([#&#8203;20558](https://redirect.github.com/mui/mui-x/issues/20558)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) - \[infra] Fix codeowners typo ([#&#8203;20562](https://redirect.github.com/mui/mui-x/issues/20562)) [@&#8203;JCQuintas](https://redirect.github.com/JCQuintas) </details> <details> <summary>vitejs/vite-plugin-react (@&#8203;vitejs/plugin-react)</summary> ### [`v5.1.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#512-2025-12-08) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/23db72731b7c9c3d57a8188f0395d2ec90a6e2f6...f127a24376a90a82acf5b8aad4be750bec3045f3) </details> <details> <summary>webpro-nl/knip (knip)</summary> ### [`v5.73.3`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.73.3) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.73.2...5.73.3) - Fix up package.json after previous release ([`1b2d9ab`](https://redirect.github.com/webpro-nl/knip/commit/1b2d9ab300dcf16f1d0e3480dd2ba9e38578789c)) ### [`v5.73.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.73.2) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.73.1...5.73.2) - Sync issue types in json schema ([`dd275e1`](https://redirect.github.com/webpro-nl/knip/commit/dd275e1182b0860a8cb6494b0d81f29b33c48fd2)) ### [`v5.73.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.73.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.73.0...5.73.1) - Improve handling of "bridged" require calls in ts modules ([`dc546c6`](https://redirect.github.com/webpro-nl/knip/commit/dc546c67cc0a48b4da8477d1befb8a43485db022)) - Optimize workspaces finder ([`056c619`](https://redirect.github.com/webpro-nl/knip/commit/056c619dc32734f9d5520729565c380160343b7f)) - Don't add prerelease comment to closed issues ([`12f41cc`](https://redirect.github.com/webpro-nl/knip/commit/12f41cc0616dc8bce2acf18e19f6b33bba3c0b7a)) - fix(plugins/astro): srcDir config detection creating wrong entry patterns ([#&#8203;1384](https://redirect.github.com/webpro-nl/knip/issues/1384)) ([`fba49d7`](https://redirect.github.com/webpro-nl/knip/commit/fba49d7f3f8a9cd0f4c549bf00587e3c633ffc25)) - thanks [@&#8203;viktormarinho](https://redirect.github.com/viktormarinho)! ### [`v5.73.0`](https://redirect.github.com/webpro-nl/knip/compare/5.72.0...f08c7eed172fcd98c82490aed5baf59fca38c8c0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.72.0...5.73.0) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.25.0`](https://redirect.github.com/pnpm/pnpm/compare/v10.24.0...v10.25.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.24.0...v10.25.0) </details> <details> <summary>facebook/react (react)</summary> ### [`v19.2.3`](https://redirect.github.com/facebook/react/releases/tag/v19.2.3): 19.2.3 (December 11th, 2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.2...v19.2.3) ##### React Server Components - Add extra loop protection to React Server Functions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage) [#&#8203;35351](https://redirect.github.com/facebook/react/pull/35351)) ### [`v19.2.2`](https://redirect.github.com/facebook/react/releases/tag/v19.2.2): 19.2.2 (December 11th, 2025) [Compare Source](https://redirect.github.com/facebook/react/compare/v19.2.1...v19.2.2) ##### React Server Components - Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` ([@&#8203;eps1lon](https://redirect.github.com/eps1lon) [#&#8203;35290](https://redirect.github.com/facebook/react/pull/35290)) - Patch Promise cycles and toString on Server Functions ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage), [@&#8203;unstubbable](https://redirect.github.com/unstubbable) [#&#8203;35289](https://redirect.github.com/facebook/react/pull/35289)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.49.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8490-2025-12-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>fi3ework/vite-plugin-checker (vite-plugin-checker)</summary> ### [`v0.12.0`](https://redirect.github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.12.0) [Compare Source](https://redirect.github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.11.0...vite-plugin-checker@0.12.0) #####    🚀 Features - **biome**: Add `watchPath` option  -  by [@&#8203;tokoroga-dokkoi](https://redirect.github.com/tokoroga-dokkoi) in [#&#8203;590](https://redirect.github.com/fi3ework/vite-plugin-checker/issues/590) [<samp>(8732c)</samp>](https://redirect.github.com/fi3ework/vite-plugin-checker/commit/8732c96) #####    🐞 Bug Fixes - **deps**: - Update dependency tinyglobby to ^0.2.15  -  in [#&#8203;592](https://redirect.github.com/fi3ework/vite-plugin-checker/issues/592) [<samp>(2a455)</samp>](https://redirect.github.com/fi3ework/vite-plugin-checker/commit/2a45562) - Update dependency vue to ^3.5.22  -  in [#&#8203;595](https://redirect.github.com/fi3ework/vite-plugin-checker/issues/595) [<samp>(e141c)</samp>](https://redirect.github.com/fi3ework/vite-plugin-checker/commit/e141c53) - Update dependency vitepress to ^1.6.4  -  in [#&#8203;593](https://redirect.github.com/fi3ework/vite-plugin-checker/issues/593) [<samp>(ba3c5)</samp>](https://redirect.github.com/fi3ework/vite-plugin-checker/commit/ba3c568) - Update dependency vue to ^3.5.24  -  in [#&#8203;608](https://redirect.github.com/fi3ework/vite-plugin-checker/issues/608) [<samp>(b72bb)</samp>](https://redirect.github.com/fi3ework/vite-plugin-checker/commit/b72bbfd) #####     [View changes on GitHub](https://redirect.github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.11.0...vite-plugin-checker@0.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 08:59 AM ( * 0-8 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/brave/ads-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97e9e00 commit 0a5a6b8

File tree

2 files changed

+284
-330
lines changed

2 files changed

+284
-330
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@jonkoops/matomo-tracker-react": "0.7.0",
1515
"@mui/icons-material": "7.3.6",
1616
"@mui/material": "7.3.6",
17-
"@mui/x-data-grid": "8.21.0",
18-
"@mui/x-date-pickers": "8.21.0",
17+
"@mui/x-data-grid": "8.22.0",
18+
"@mui/x-date-pickers": "8.22.0",
1919
"bignumber.js": "9.3.1",
2020
"dayjs": "1.11.19",
2121
"formik": "2.4.9",
@@ -25,8 +25,8 @@
2525
"immer": "11.0.1",
2626
"lodash": "4.17.21",
2727
"papaparse": "5.5.3",
28-
"react": "19.2.1",
29-
"react-dom": "19.2.1",
28+
"react": "19.2.3",
29+
"react-dom": "19.2.3",
3030
"react-router-dom": "5.3.4",
3131
"react-window": "2.2.3",
3232
"swr": "2.3.7",
@@ -63,19 +63,19 @@
6363
"@types/react-dom": "19.2.3",
6464
"@types/react-router-dom": "5.3.3",
6565
"@vitejs/plugin-basic-ssl": "2.1.0",
66-
"@vitejs/plugin-react": "5.1.1",
66+
"@vitejs/plugin-react": "5.1.2",
6767
"eslint": "8.57.1",
6868
"eslint-config-prettier": "10.1.8",
6969
"eslint-plugin-react": "7.37.5",
7070
"eslint-plugin-react-hooks": "7.0.1",
7171
"husky": "9.1.7",
72-
"knip": "5.72.0",
72+
"knip": "5.73.3",
7373
"lint-staged": "16.2.7",
7474
"prettier": "3.7.4",
7575
"typescript": "5.9.3",
76-
"typescript-eslint": "8.48.1",
76+
"typescript-eslint": "8.49.0",
7777
"vite": "7.2.7",
78-
"vite-plugin-checker": "0.11.0",
78+
"vite-plugin-checker": "0.12.0",
7979
"vite-tsconfig-paths": "5.1.4",
8080
"vitest": "4.0.15"
8181
},
@@ -115,5 +115,5 @@
115115
"js-yaml@<4.1.1": ">=4.1.1"
116116
}
117117
},
118-
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
118+
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
119119
}

0 commit comments

Comments
 (0)