Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the npm-dependencies group with 23 updates in the /packages/admin-portal directory:

Package From To
@apollo/client 4.0.5 4.0.10
@mui/material 7.3.2 7.3.6
@mui/x-data-grid 8.11.2 8.22.0
@reduxjs/toolkit 2.9.0 2.11.2
antd 5.29.1 6.1.0
apexcharts 5.3.5 5.3.6
graphql 16.11.0 16.12.0
react 19.1.1 19.2.3
react-admin 5.11.1 5.13.3
react-apexcharts 1.7.0 1.9.0
react-dom 19.1.1 19.2.3
react-i18next 15.7.3 16.5.0
@graphql-codegen/cli 6.0.0 6.1.0
@storybook/addon-links 9.1.16 10.1.8
@storybook/cli 9.1.16 10.1.8
@storybook/preset-create-react-app 9.1.16 10.1.8
@storybook/react 9.1.16 10.1.8
@storybook/react-webpack5 9.1.16 10.1.8
@storybook/test-runner 0.23.0 0.24.2
@types/node 24.10.4 25.0.2
@types/uuid 10.0.0 11.0.0
ts-jest 29.4.1 29.4.6
webpack 5.101.3 5.103.0

Updates @apollo/client from 4.0.5 to 4.0.10

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.0.10

Patch Changes

@​apollo/client@​4.0.9

Patch Changes

  • #12993 8f3bc9b Thanks @​jerelmiller! - Fix an issue where switching from options with variables to skipToken with useSuspenseQuery and useBackgroundQuery would create a new ObservableQuery. This could cause unintended refetches where variables were absent in the request when the query was referenced with refetchQueries.

@​apollo/client@​4.0.8

Patch Changes

@​apollo/client@​4.0.7

Patch Changes

@​apollo/client@​4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.
Changelog

Sourced from @​apollo/client's changelog.

4.0.10

Patch Changes

4.0.9

Patch Changes

  • #12993 8f3bc9b Thanks @​jerelmiller! - Fix an issue where switching from options with variables to skipToken with useSuspenseQuery and useBackgroundQuery would create a new ObservableQuery. This could cause unintended refetches where variables were absent in the request when the query was referenced with refetchQueries.

4.0.8

Patch Changes

4.0.7

Patch Changes

4.0.6

Patch Changes

  • #12937 3b0d89b Thanks @​phryneas! - Fix a problem with fetchMore where the loading state wouldn't reset if the result wouldn't result in a data update.
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​apollo/client since your current version.


Updates @mui/material from 7.3.2 to 7.3.6

Release notes

Sourced from @​mui/material's releases.

v7.3.6

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

@​mui/material@​7.3.6

@​mui/system@​7.3.6

@​mui/lab@​7.3.6

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.6

Dec 3, 2025

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

@​mui/material@​7.3.6

@​mui/system@​7.3.6

@​mui/lab@​7.3.6

Docs

Core

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mui/material since your current version.


Updates @mui/x-data-grid from 8.11.2 to 8.22.0

Release notes

Sourced from @​mui/x-data-grid's releases.

v8.22.0

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:

    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@​mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();

  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions: @​kzhgit

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​noraleonte, @​oliviertassinari

Data Grid

@mui/x-data-grid@8.22.0

@mui/x-data-grid-pro@8.22.0 pro

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

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

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

  • [DataGridPremium] Handle pivoting column name generation for empty strings (#20608) @​arminmeh
  • [DataGridPremium] Pass a row with aggregated value to the custom aggregation function valueFormatter (#20607) @​arminmeh

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

8.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:

    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@​mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();

  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions: @​kzhgit

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​noraleonte, @​oliviertassinari

Data Grid

@mui/x-data-grid@8.22.0

@mui/x-data-grid-pro@8.22.0 pro

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

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

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.9.0 to 2.11.2

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.11.2

This bugfix release updates the AbortSignal handling to fall back if DOMException isn't available (such as RN environments), and updates the TypedUseInfiniteQueryHookResult type to correctly include fetchNextPage/fetchPreviousPage fields.

Changelog

Bugfixes

The AbortSignal changes in 2.11.1 used DOMException in a couple places to match the expected behavior of AbortSignal, but turns out that's not available in environments like React Native. We've updated the logic to fall back to a plain Error if DOMException isn't available.

The TypedUseInfiniteQueryHookResult type wasn't correctly including the fetchNextPage/fetchPreviousPage fields, and now it does.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.1...v2.11.2

v2.11.1

This bugfix release fixes an issue with our internal AbortSignal handling that was reported as causing an error in a rare reset situation. We've also restructured our publishing process to use NPM Trusted Publishing, and updated our TS support matrix to only support TS 5.4+.

Changelog

Publishing Changes

We've previously done most of our releases semi-manually locally, with various release process CLI tools. With the changes to NPM publishing security and the recent wave of NPM attacks, we've updated our publishing process to solely use NPM Trusted Publishing via workflows. We've also done a hardening pass on our own CI setup.

We had done a couple releases via CI workflows previously, and later semi-manual releases caused PNPM to warn that RTK was no longer trusted. This release should be trusted and will resolve that issue.

Thanks to the e18e folks and their excellent guide at https://e18e.dev/docs/publishing for making this process easier!

TS Support Matrix Updates

We've previously mentioned rolling changes to our TS support matrix in release notes, but didn't officially document our support policy. We've added a description of the support policy (last 2 years of TS releases, matching DefinitelyTyped) and the current oldest TS version we support in the docs:

As of today, we've updated the support matrix to be TS 5.4+ . As always, it's possible RTK will work if you're using an earlier version of TS, but we don't test against earlier versions and don't support any issues with those versions.

We have run an initial test with the upcoming TS 7.0 native tsgo release. We found a couple minor issues with our own TS build and test setup, but no obvious issues with using RTK with TS 7.0.

Bug Fixes

A user reported a rare edge case where the combination of resetApiState and retry() could lead to an error calling an AbortController. We've restructured our AbortController handling logic to avoid that (and simplified a bit of our internals in the process).

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​reduxjs/toolkit since your current version.


Updates antd from 5.29.1 to 6.1.0

Release notes

Sourced from antd's releases.

6.1.0

  • 🆕 ConfigProvider supports configuring the trigger property for Tooltip, Popover, and Popconfirm. #55932 @​aojunhao123
  • 🆕 Alert add semantic close button element. #55815 @​coding-ice
  • Drawer
  • Select
    • 🆕 Select add multi-field search functionality to optionFilterProp. #56057 @​ug-hero
    • 🐞 Fix Select input cursor displayed in non-search mode. #56067 @​afc163
    • 🐞 Fix the「Select」option was not enabled when Select contained interactive content. #56054 @​yoyo837
  • 🐞 Fix Table cellFontSizeSM and cellFontSizeLG tokens not working. #55770 @​guoyunhe
  • 🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). #55934 @​tuzixiangs
  • 💄 Fix Menu item styles not taking effect. #56041 @​Wxh16144
  • 🛠 MISC: @ant-design/react-slick remove classnames. #56080 @​yoyo837
  • 🛠 MISC: Migrate rc-overflow to @rc-component/overflow, rc-virtual-list to @rc-component/virtual-list in order to remove rc-util. #56074 @​yoyo837
  • TypeScript

  • 🆕 ConfigProvider 新增支持配置 Tooltip、Popover 和 Popconfirm 的 trigger 属性。#55932 @​aojunhao123
  • 🆕 Alert 新增语义化关闭按钮元素。#55815 @​coding-ice
  • Drawer
  • Select
    • 🆕 Select 新增 optionFilterProp 多字段搜索。#56057 @​ug-hero
    • 🐞 修复 Select 非搜索状态下显示输入光标的问题。#56067 @​afc163
    • 🐞 修复 Select 包含交互内容时「选择」选项未打开的问题。#56054 @​yoyo837
  • 🐞 修复 Table cellFontSizeSMcellFontSizeLG token 不生效的问题。#55770 @​guoyunhe
  • 🐞 修复 Button 部分 Token(primaryColor, dangerColor, defaultHoverBg, defaultActiveBg)在特定变体(solid, outlined, dashed)下不生效的问题。#55934 @​tuzixiangs
  • 💄 修复 Menu 组件 item 中定义的 style 不生效错误。#56041 @​Wxh16144
  • 🛠 杂项:更新 @ant-design/react-slick 版本以删除 classnames#56080 @​yoyo837
  • 🛠 杂项:迁移 rc-overflow@rc-component/overflowrc-virtual-list@rc-component/virtual-list 以删除 rc-util#56074 @​yoyo837
  • TypeScript

6.0.1

... (truncated)

Changelog

Sourced from antd's changelog.

6.1.0

2025-12-08

  • 🆕 ConfigProvider supports configuring the trigger property for Tooltip, Popover, and Popconfirm. #55932 @​aojunhao123
  • 🆕 Alert add semantic close button element. #55815 @​coding-ice
  • Drawer
  • Select
    • 🆕 Select add multi-field search functionality to optionFilterProp. #56057 @​ug-hero
    • 🐞 Fix Select input cursor displayed in non-search mode. #56067 @​afc163
    • 🐞 Fix the「Select」option was not enabled when Select contained interactive content. #56054 @​yoyo837
  • 🐞 Fix Table cellFontSizeSM and cellFontSizeLG tokens not working. #55770 @​guoyunhe
  • 🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). #55934 @​tuzixiangs
  • 💄 Fix Menu item styles not taking effect. #56041 @​Wxh16144
  • 🛠 MISC: @ant-design/react-slick remove classnames. #56080 @​yoyo837
  • 🛠 MISC: Migrate rc-overflow to @rc-component/overflow, rc-virtual-list to @rc-component/virtual-list in order to remove rc-util. #56074 @​yoyo837
  • TypeScript

6.0.1

2025-12-02

Bumps the npm-dependencies group with 23 updates in the /packages/admin-portal directory:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `4.0.5` | `4.0.10` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.2` | `7.3.6` |
| [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) | `8.11.2` | `8.22.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.9.0` | `2.11.2` |
| [antd](https://github.com/ant-design/ant-design) | `5.29.1` | `6.1.0` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `5.3.5` | `5.3.6` |
| [graphql](https://github.com/graphql/graphql-js) | `16.11.0` | `16.12.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.3` |
| [react-admin](https://github.com/marmelab/react-admin) | `5.11.1` | `5.13.3` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.7.0` | `1.9.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.3` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.7.3` | `16.5.0` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `6.0.0` | `6.1.0` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.1.16` | `10.1.8` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli-storybook) | `9.1.16` | `10.1.8` |
| [@storybook/preset-create-react-app](https://github.com/storybookjs/storybook/tree/HEAD/code/presets/create-react-app) | `9.1.16` | `10.1.8` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `9.1.16` | `10.1.8` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `9.1.16` | `10.1.8` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.23.0` | `0.24.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.4` | `25.0.2` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `10.0.0` | `11.0.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.1` | `29.4.6` |
| [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.103.0` |



Updates `@apollo/client` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/@apollo/client@4.0.5...@apollo/client@4.0.10)

Updates `@mui/material` from 7.3.2 to 7.3.6
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.6/packages/mui-material)

Updates `@mui/x-data-grid` from 8.11.2 to 8.22.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.22.0/packages/x-data-grid)

Updates `@reduxjs/toolkit` from 2.9.0 to 2.11.2
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.9.0...v2.11.2)

Updates `antd` from 5.29.1 to 6.1.0
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.29.1...6.1.0)

Updates `apexcharts` from 5.3.5 to 5.3.6
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits/v5.3.6)

Updates `graphql` from 16.11.0 to 16.12.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.11.0...v16.12.0)

Updates `react` from 19.1.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-admin` from 5.11.1 to 5.13.3
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.11.1...v5.13.3)

Updates `react-apexcharts` from 1.7.0 to 1.9.0
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

Updates `react-dom` from 19.1.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `react-i18next` from 15.7.3 to 16.5.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.7.3...v16.5.0)

Updates `@graphql-codegen/cli` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.1.0/packages/graphql-codegen-cli)

Updates `@storybook/addon-links` from 9.1.16 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/addons/links)

Updates `@storybook/cli` from 9.1.16 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/lib/cli-storybook)

Updates `@storybook/preset-create-react-app` from 9.1.16 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/presets/create-react-app)

Updates `@storybook/react` from 9.1.16 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/renderers/react)

Updates `@storybook/react-webpack5` from 9.1.16 to 10.1.8
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.8/code/frameworks/react-webpack5)

Updates `@storybook/test-runner` from 0.23.0 to 0.24.2
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.24.2/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.23.0...v0.24.2)

Updates `@types/node` from 24.10.4 to 25.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/uuid` from 10.0.0 to 11.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `ts-jest` from 29.4.1 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.1...v29.4.6)

Updates `webpack` from 5.101.3 to 5.103.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.101.3...v5.103.0)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mui/material"
  dependency-version: 7.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: antd
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: apexcharts
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: graphql
  dependency-version: 16.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-admin
  dependency-version: 5.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-apexcharts
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-i18next
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/cli"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/preset-create-react-app"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/react"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/react-webpack5"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.24.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/uuid"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: webpack
  dependency-version: 5.103.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant