Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the dependencies group with 18 updates in the / directory:

Package From To
@chakra-ui/icons 2.2.1 2.2.4
@chakra-ui/next-js 2.3.1 2.4.2
@chakra-ui/react 2.9.1 3.27.0
@emotion/react 11.13.3 11.14.0
@emotion/styled 11.13.0 11.14.1
@giscus/react 3.0.0 3.1.0
@mdx-js/loader 3.0.1 3.1.1
@mdx-js/react 3.0.1 3.1.1
@next/mdx 14.2.14 15.5.3
apexcharts 3.54.0 5.3.5
framer-motion 11.9.0 12.23.18
isomorphic-dompurify 2.16.0 2.28.0
next 14.2.32 15.5.3
react 18.3.1 19.1.1
react-apexcharts 1.4.1 1.7.0
react-dom 18.3.1 19.1.1
react-icons 5.3.0 5.5.0
swr 2.2.5 2.3.6

Updates @chakra-ui/icons from 2.2.1 to 2.2.4

Commits

Updates @chakra-ui/next-js from 2.3.1 to 2.4.2

Commits

Updates @chakra-ui/react from 2.9.1 to 3.27.0

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.27.0

Minor Changes

  • 16fb3cc Thanks @​segunadebayo! - Enhanced composition types with comprehensive CSS property support

    Text Style Properties: Added these properties to theme.textStyles:

    • Basic properties (color, direction, font, fontFamily, fontFeatureSettings, fontKerning, fontLanguageOverride, fontOpticalSizing, fontPalette)
    • Typography properties (hangingPunctuation, hyphens, hyphenateCharacter, hyphenateLimitChars, lineBreak, quotes, overflowWrap, tabSize)
    • Text alignment (textAlign, textAlignLast, textCombineUpright, textJustify)
    • Text decoration (textDecorationSkip, textDecorationSkipBox, textDecorationSkipInk, textDecorationSkipInset, textDecorationThickness, textEmphasis)
    • Text formatting (textShadow, textStroke, textStrokeColor, textStrokeWidth, textUnderlineOffset, textUnderlinePosition, textWrap, textWrapMode, textWrapStyle)
    • Text layout (unicodeBidi, verticalAlign, whiteSpace, wordBreak, wordSpacing, writingMode)

    Layer Style Properties: Added these properties to theme.layerStyles:

    • Layout properties (aspectRatio, display, contain, contentVisibility, isolation)
    • Visual effects (clipPath, mixBlendMode, maskClip, maskComposite, maskImage, maskMode, maskOrigin, maskPosition, maskRepeat, maskSize)
    • Modern properties (objectFit, objectPosition, pointerEvents, resize, visibility, willChange)
    • Border properties (borderImage, borderImageOutset, borderImageRepeat, borderImageSlice, borderImageSource, borderImageWidth)
    • Overflow properties (overflow, overflowX, overflowY)

Patch Changes

  • c741fe9 Thanks @​segunadebayo! - - CodeBlock: Fix issue where Line numbers display incorrectly when meta.wordWrap is true in code blocks
    • Hover Card: Change default delay values for hover card to improve accessibility.
      • openDelay: from 700ms to 600ms
    • Tooltip: Change default delay values for tooltip to improve accessibility.

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.27.0

Minor Changes

  • 16fb3cc Thanks @​segunadebayo! - Enhanced composition types with comprehensive CSS property support

    Text Style Properties: Added these properties to theme.textStyles:

    • Basic properties (color, direction, font, fontFamily, fontFeatureSettings, fontKerning, fontLanguageOverride, fontOpticalSizing, fontPalette)
    • Typography properties (hangingPunctuation, hyphens, hyphenateCharacter, hyphenateLimitChars, lineBreak, quotes, overflowWrap, tabSize)
    • Text alignment (textAlign, textAlignLast, textCombineUpright, textJustify)
    • Text decoration (textDecorationSkip, textDecorationSkipBox, textDecorationSkipInk, textDecorationSkipInset, textDecorationThickness, textEmphasis)
    • Text formatting (textShadow, textStroke, textStrokeColor, textStrokeWidth, textUnderlineOffset, textUnderlinePosition, textWrap, textWrapMode, textWrapStyle)
    • Text layout (unicodeBidi, verticalAlign, whiteSpace, wordBreak, wordSpacing, writingMode)

    Layer Style Properties: Added these properties to theme.layerStyles:

    • Layout properties (aspectRatio, display, contain, contentVisibility, isolation)
    • Visual effects (clipPath, mixBlendMode, maskClip, maskComposite, maskImage, maskMode, maskOrigin, maskPosition, maskRepeat, maskSize)
    • Modern properties (objectFit, objectPosition, pointerEvents, resize, visibility, willChange)
    • Border properties (borderImage, borderImageOutset, borderImageRepeat, borderImageSlice, borderImageSource, borderImageWidth)
    • Overflow properties (overflow, overflowX, overflowY)

Patch Changes

  • c741fe9 Thanks @​segunadebayo! - - CodeBlock: Fix issue where Line numbers display incorrectly when meta.wordWrap is true in code blocks
    • Hover Card: Change default delay values for hover card to improve accessibility.
      • openDelay: from 700ms to 600ms
    • Tooltip: Change default delay values for tooltip to improve accessibility. Learn more

... (truncated)

Commits

Updates @emotion/react from 11.13.3 to 11.14.0

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.14.0

Minor Changes

  • #3281 fc4d7bd Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [8dc1a6d, e1bf17e]:
    • @​emotion/cache@​11.14.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0

@​emotion/react@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/cache@​11.13.5
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates @emotion/styled from 11.13.0 to 11.14.1

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.1

Patch Changes

  • #3334 0facbe4 Thanks @​ZachRiegel! - Renamed default-exported variable in @emotion/styled to aid inferred import names in auto-import completions in IDEs

@​emotion/styled@​11.14.0

Minor Changes

  • #3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [e1bf17e]:
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0

@​emotion/styled@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates @giscus/react from 3.0.0 to 3.1.0

Release notes

Sourced from @​giscus/react's releases.

@​giscus/react v3.1.0

Added

  • Update types with new available languages and themes.
Commits
  • eba2a53 common: Update giscus to 1.6.0 and bump version to 3.1.0
  • 282f365 common: Update types with new languages and themes
  • d3f7f4a common: Update dependencies
  • e1a3a8d build(deps-dev): bump the react group across 1 directory with 6 updates
  • 06a9bf1 common: Ensure component is rendered after import is finished
  • 8415cf3 react: Fix tsconfig for vite.config.mts
  • 58b355a react: Allow React 19
  • acedcb2 react: Simplify tsconfig
  • 5ea198e react: Fix type augmentation for giscus-widget
  • 25a7bf9 build(deps-dev): bump the react group across 1 directory with 12 updates
  • Additional commits viewable in compare view

Updates @mdx-js/loader from 3.0.1 to 3.1.1

Release notes

Sourced from @​mdx-js/loader's releases.

3.1.1

Fix

Types

  • 933ab444 @mdx-js/mdx: add attributes to export/import declarations

Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

3.1.0

Add

Fix

  • d306f870 @mdx-js/core: replace periscopic with estree-util-scope
  • c7479905 @mdx-js/core: fix injecting providers for jsx in esm, expressions
  • 3a794ab5 @mdx-js/loader: fix ESM type import by @​remcohaszing in mdx-js/mdx#2452
  • be79212a @mdx-js/loader: change webpack peer dependency to optional by @​chenjiahan in mdx-js/mdx#2440

Types

... (truncated)

Commits

Updates @mdx-js/react from 3.0.1 to 3.1.1

Release notes

Sourced from @​mdx-js/react's releases.

3.1.1

Fix

Types

  • 933ab444 @mdx-js/mdx: add attributes to export/import declarations

Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

3.1.0

Add

Fix

  • d306f870 @mdx-js/core: replace periscopic with estree-util-scope
  • c7479905 @mdx-js/core: fix injecting providers for jsx in esm, expressions
  • 3a794ab5 @mdx-js/loader: fix ESM type import by @​remcohaszing in mdx-js/mdx#2452
  • be79212a @mdx-js/loader: change webpack peer dependency to optional by @​chenjiahan in mdx-js/mdx#2440

Types

... (truncated)

Commits

Updates @next/mdx from 14.2.14 to 15.5.3

Release notes

Sourced from @​next/mdx's releases.

v15.5.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: validation return types of pages API routes (#83069)
  • fix: relative paths in dev in validator.ts (#83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)

Credits

Huge thanks to @​bgub for helping!

v15.5.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.39

Core Changes

  • [metadata] change the metadata routes params to promises: #83560

... (truncated)

Commits

Updates apexcharts from 3.54.0 to 5.3.5

Release notes

Sourced from apexcharts's releases.

💎 Version 5.3.3

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v5.3.0...v5.3.3

💎 Version 5.3.0

What's changed

  • Data Parsing capabilites. ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/
  • Pie/Donut/RadialBar series formats These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/

💎 Version 4.7.0

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

💎 Version 4.6.0

What's Changed

New Contributors

... (truncated)

Commits

Updates framer-motion from 11.9.0 to 12.23.18

Changelog

Sourced from framer-motion's changelog.

[12.23.18] 2025-09-19

Fixed

  • <motion /> components now support changing ref prop.

[12.23.17] 2025-09-19

Fixed

  • Ensure animate() onComplete only fires once, when all values are complete.

[12.23.16] 2025-09-19

Fixed

  • Fixing ref when passed to a child of AnimatePresence in "popLayout" mode.

[12.23.15] 2025-09-18

Fixed

  • Fixing export * error in RSC.

[12.23.14] 2025-09-17

Fixed

  • Fixing types of Reorder.Item and Reorder.Group so incorrect HTML props are correctly flagged.
  • Reverting rehydration of externalRef when it switches.

[12.23.13] 2025-09-16

Fixed

  • Fixed issue where motion components don't update refs when externalRef changes. The useMotionRef function now properly includes externalRef in the dependency array to ensure ref callbacks update when the external ref changes.

Changed

  • Stopped tracking yarn cache in the repo.

[12.23.12] 2025-07-29

Added

  • Exporting internal APIs for use in view animations.

[12.23.11] 2025-07-28

Added

... (truncated)

Commits

Updates isomorphic-dompurify from 2.16.0 to 2.28.0

Release notes

Sourced from isomorphic-dompurify's releases.

2.28.0: Updated dompurify

Changelog

  • Updated dompurify.

See the complete changelog for more details.

Release

2.28.0

2.27.0: Updated jsdom dependency and dropped support for Node < 20

Changelog

  • Updated jsdom which dropped support for Node < 20.
  • Updated dev deps.

See the complete changelog for more details.

Release

2.27.0

2.26.0: Fixed package import in different environments

Changelog

See the complete changelog for more details.

Release

2.26.0

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.25.0

Updated dependencies

Changelog

  • Updated jsdom and other dependencies.

... (truncated)

Commits
  • 2a237c0 chore: Incremented project version.
  • 770f771 chore: Updated deps.
  • 65b7dd0 Merge pull request #354 from kkomelin/dependabot/npm_and_yarn/dompurify-3.2.7
  • 5ae71e3 chore(deps): bump dompurify from 3.2.6 to 3.2.7
  • a667dd5 chore: Updated deps. Dropped support for Node > 20 (by jsdom). Incremented pr...
  • 35f934b Merge pull request #352 from kkomelin/dependabot/npm_and_yarn/jsdom-27.0.0
  • bd4b650 chore(deps): bump jsdom from 26.1.0 to 27.0.0
  • d549d39 Merge pull request #351 from kkomelin/dependabot/npm_and_yarn/terser-5.44.0
  • 9d34d9d chore(deps-dev): bump terser from 5.43.1 to 5.44.0
  • aaa9cbe Removed bundlephobia badge from reamde because it's not been working for a wh...
  • Additional commits viewable in compare view

Updates next from 14.2.32 to 15.5.3

Release notes

Sourced from next's releases.

v15.5.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: validation return types of pages API routes (#83069)
  • fix: relative paths in dev in validator.ts (#83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)

Credits

Huge thanks to @​bgub for helping!

v15.5.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.39

Core Changes

  • [metadata] change the metadata routes params to promises: #83560

... (truncated)

Commits

Updates react from 18.3.1 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Own...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
Copy link

vercel bot commented Sep 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
xarray-dev Error Error Oct 1, 2025 7:11pm

Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for xarraydev failed. Why did it fail? →

Name Link
🔨 Latest commit 4396839
🔍 Latest deploy log https://app.netlify.com/projects/xarraydev/deploys/68dd7b785368400008a6963b

Bumps the dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/icons) | `2.2.1` | `2.2.4` |
| [@chakra-ui/next-js](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/integrations/next-js) | `2.3.1` | `2.4.2` |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.9.1` | `3.27.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.3` | `11.14.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.0` | `11.14.1` |
| [@giscus/react](https://github.com/giscus/giscus-component/tree/HEAD/react) | `3.0.0` | `3.1.0` |
| [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) | `3.0.1` | `3.1.1` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.0.1` | `3.1.1` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.2.14` | `15.5.3` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.54.0` | `5.3.5` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.9.0` | `12.23.18` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.16.0` | `2.28.0` |
| [next](https://github.com/vercel/next.js) | `14.2.32` | `15.5.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.1.1` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.4.1` | `1.7.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.1.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.5.0` |
| [swr](https://github.com/vercel/swr) | `2.2.5` | `2.3.6` |



Updates `@chakra-ui/icons` from 2.2.1 to 2.2.4
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/components/icons)

Updates `@chakra-ui/next-js` from 2.3.1 to 2.4.2
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/integrations/next-js)

Updates `@chakra-ui/react` from 2.9.1 to 3.27.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/react)

Updates `@emotion/react` from 11.13.3 to 11.14.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.13.0 to 11.14.1
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@giscus/react` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/giscus/giscus-component/releases)
- [Commits](https://github.com/giscus/giscus-component/commits/@giscus/react-v3.1.0/react)

Updates `@mdx-js/loader` from 3.0.1 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/loader)

Updates `@mdx-js/react` from 3.0.1 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react)

Updates `@next/mdx` from 14.2.14 to 15.5.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.3/packages/next-mdx)

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

Updates `framer-motion` from 11.9.0 to 12.23.18
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.9.0...v12.23.18)

Updates `isomorphic-dompurify` from 2.16.0 to 2.28.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.16.0...2.28.0)

Updates `next` from 14.2.32 to 15.5.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.32...v15.5.3)

Updates `react` from 18.3.1 to 19.1.1
- [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.1.1/packages/react)

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

Updates `react-dom` from 18.3.1 to 19.1.1
- [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.1.1/packages/react-dom)

Updates `react-icons` from 5.3.0 to 5.5.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.5.0)

Updates `swr` from 2.2.5 to 2.3.6
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.2.5...v2.3.6)

---
updated-dependencies:
- dependency-name: "@chakra-ui/icons"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@chakra-ui/next-js"
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@emotion/react"
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@giscus/react"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mdx-js/loader"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mdx-js/react"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/mdx"
  dependency-version: 15.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: apexcharts
  dependency-version: 5.3.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: framer-motion
  dependency-version: 12.23.18
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: isomorphic-dompurify
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 15.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-apexcharts
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-icons
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: swr
  dependency-version: 2.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-80b866920c branch from 886164e to 4396839 Compare October 1, 2025 19:05
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.

0 participants