Skip to content

Bump the dependencies group across 1 directory with 20 updates #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the dependencies group with 20 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.3.0
@emotion/react 11.13.3 11.14.0
@emotion/styled 11.13.0 11.14.0
@giscus/react 3.0.0 3.1.0
@mdx-js/loader 3.0.1 3.1.0
@mdx-js/react 3.0.1 3.1.0
@next/mdx 14.2.14 15.1.4
apexcharts 3.54.0 4.3.0
framer-motion 11.9.0 11.16.4
isomorphic-dompurify 2.16.0 2.19.0
next 14.2.15 15.1.4
react 18.3.1 19.0.0
@types/react 18.3.11 19.0.4
react-apexcharts 1.4.1 1.7.0
react-dom 18.3.1 19.0.0
react-icons 5.3.0 5.4.0
react-syntax-highlighter 15.5.0 15.6.1
swr 2.2.5 2.3.0

Updates @chakra-ui/icons from 2.2.1 to 2.2.4

Changelog

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

July 13, 2022: v2.2.4

July 10, 2022: v2.2.3

June 21, 2022: v2.2.2

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

Release notes

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

@​chakra-ui/react@​3.3.0

Minor Changes

  • #9437 791bcec Thanks @​segunadebayo! - ### Added

    • Clipboard: Introduced Clipboard.ValueText to display clipboard content.
    • FileUpload:
      • Added preventDropOnDocument to block file drops on the document when the file upload component is active.
      • Added setClipboardFiles to the API for setting files from clipboard data.
    • Progress: Added support foronValueChange and defaultValue.
    • Tabs, Menu, Combobox: Added navigate property for custom router navigation when selections render as links.
    • QrCode:
      • Added support for onValueChange and defaultValue.
      • Added QrCode.DownloadTrigger to enable QR code image downloads.

    Fixed

    • Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was re-rendered.
    • Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element was removed from the DOM.
    • FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
    • Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger was inside a scrollable container.
    • Pagination: Corrected an issue where the page range returned an incorrect end value when pageSize exceeded count.
    • QRCode: Fixed getDataUrl to generate a properly sized QR code.
  • #9437 791bcec Thanks @​segunadebayo! - Add new QRCode component for converting text and links to QR codes.

    import { QrCode } from "@chakra-ui/react"
    export const QrCodeWithoutSnippet = () => {
    return (
    <QrCode.Root value="..." size="md">
    <QrCode.Frame>
    <QrCode.Pattern />
    </QrCode.Frame>
    </QrCode.Root>

... (truncated)

Changelog

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

3.3.0

Minor Changes

  • #9437 791bcec Thanks @​segunadebayo! - ### Added

    • Clipboard: Introduced Clipboard.ValueText to display clipboard content.
    • FileUpload:
      • Added preventDropOnDocument to block file drops on the document when the file upload component is active.
      • Added setClipboardFiles to the API for setting files from clipboard data.
    • Progress: Added support foronValueChange and defaultValue.
    • Tabs, Menu, Combobox: Added navigate property for custom router navigation when selections render as links.
    • QrCode:
      • Added support for onValueChange and defaultValue.
      • Added QrCode.DownloadTrigger to enable QR code image downloads.

    Fixed

    • Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was re-rendered.
    • Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element was removed from the DOM.
    • FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
    • Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger was inside a scrollable container.
    • Pagination: Corrected an issue where the page range returned an incorrect end value when pageSize exceeded count.
    • QRCode: Fixed getDataUrl to generate a properly sized QR code.
  • #9437 791bcec Thanks @​segunadebayo! - Add new QRCode component for converting text and links to QR codes.

    import { QrCode } from "@chakra-ui/react"
    export const QrCodeWithoutSnippet = () => {
    return (
    <QrCode.Root value="..." size="md">
    <QrCode.Frame>
    <QrCode.Pattern />
    </QrCode.Frame>

... (truncated)

Commits
  • abdd42d Version Packages (#9436)
  • d3f1c19 fix(factory): html width and height props
  • b11587b refactor(system): fix variant matching against colorPalette in factory
  • f32cb4a fix(layer-style): typesafety
  • a63515d chore(menu): add hide when detached example
  • 791bcec feat: qr-code component (#9437)
  • 1c220aa fix: align input radius (#9425)
  • 72ed34b Version Packages (#9421)
  • 609855d refactor(system): use overload for recipe hooks
  • b1c3f74 fix(system): asChild with native elements
  • Additional commits viewable in compare view

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

Release notes

Sourced from @​emotion/styled's releases.

@​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.0

Release notes

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

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

Miscellaneous

  • 77158cdb Refactor to externalize recma packages

Site

... (truncated)

Commits

Updates @mdx-js/react from 3.0.1 to 3.1.0

Release notes

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

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

Miscellaneous

  • 77158cdb Refactor to externalize recma packages

Site

... (truncated)

Commits

Updates @next/mdx from 14.2.14 to 15.1.4

Release notes

Sourced from @​next/mdx's releases.

v15.1.4

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

Core Changes

  • backport: force module format for virtual client-proxy (#74608)
  • Fix prerender tags when notFound is called (#74607)
  • Use provided waitUntil for pending revalidates (#74604)
  • Feature: next/image: add support for images.qualities in next.config (#74588)
  • Chore: docs: add missing search: '' on remotePatterns (#74587)
  • Chore: docs: update version history of next/image (#73923) (#74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

Credits

Huge thanks to @ and @ for helping!

v15.1.3

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

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Use shared worker for lint & typecheck steps: #74154

Credits

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

v15.1.2

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

Core Changes

Credits

Huge thanks to @​ztanner for helping!

v15.1.1

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

Core Changes

Credits

... (truncated)

Commits

Updates apexcharts from 3.54.0 to 4.3.0

Release notes

Sourced from apexcharts's releases.

💎 Version 4.3.0

What's Changed

  • improve datapoint detection on mousehover for correct tooltip position
  • fix #4869; custom tooltip can return html element
  • fix #4876; stacked columns when uneven data is provided
  • fix heatmap for uneven numeric x-axis
  • fix #4854; same stroke color when range color is used in bar
  • fixes #1453; date change when day changes in hour scale
  • fix #4863; reactivity issue in react and vue
  • fixes #4856; tooltip jump in irregular time series
  • fixes #4858; x-axis tick misalignment in bar chart
  • restores #4782 (isolated point in line chart not closing path) by @​bautisflow in apexcharts/apexcharts.js#4871
  • Remove use of global ApexCharts class by @​SmithKy3 in apexcharts/apexcharts.js#4884

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.2.0...v4.3.0

💎 Version 4.2.0

What's Changed

Documentation update

  • Migrated all react samples from class components to functional components

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.1.0...v4.2.0

💎 Version 4.1.0

What's Changed

... (truncated)

Commits
  • 02fc434 build - 4.3.0
  • 641fd9d Merge pull request #4884 from SmithKy3/fix/remove-use-of-global-apexcharts-class
  • b9858b0 4.3.0
  • 0fd0910 Remove use of global ApexCharts class
  • 97ed0dc simplify noExponent function
  • 17a15aa fix #4869; custom tooltip can return html element
  • d214fe8 fix #4876; stacked columns when uneven data is provided
  • 6213f39 re-add getFirstActiveXArray method in tooltip utils
  • 7daf768 fix heatmap for uneven numeric x-axis
  • 53881ec Merge pull request #4871 from bautisflow/fix/avoid-iterating-empty-series
  • Additional commits viewable in compare view

Updates framer-motion from 11.9.0 to 11.16.4

Changelog

Sourced from framer-motion's changelog.

[11.16.4] 2024-01-09

Fixed

  • Fix type of attachTimeline when skipLibCheck is disabled.

[11.16.3] 2024-01-09

Fixed

  • Checking return of press, hover, and inView callbacks before calling.

[11.16.2] 2024-01-09

Fixed

  • Restoring missing type exports.

[11.16.1] 2024-01-08

Fixed

  • Adding displayName to motion components.
  • Ensure press doesn't override tabindex when explicitly set.

[11.16.0] 2024-01-06

Added

  • Added view() alpha to early access.

[11.15.0] 2024-12-13

Added

  • Add support for repeat in animation sequences.

Fixed

  • Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.

[11.14.4] 2024-12-13

Fixed

  • Exporting AnimationSequence via "motion" entrypoint.
  • Adding support for passing normal components to motion.create() in React 19.

[11.14.3] 2024-12-13

... (truncated)

Commits

Updates isomorphic-dompurify from 2.16.0 to 2.19.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.19.0

Updated dependencies

Changelog

  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.18.0

Removed @​types/dompurify dependency. Updated dompurify and other dependencies.

Changelog

  • Removed @types/dompurify dependency which caused an issue kkomelin/isomorphic-dompurify#301. The third-party types are not needed anymore because dompurify provides their own. Thanks to @​Bro3Simon for helping with it.
  • Updated dompurify and other dependencies.

See the complete changelog for more details.

Release

2.17.0

Commits
  • c20261b Updated dependencies.
  • 1e55e93 Merge pull request #306 from kkomelin/dependabot/npm_and_yarn/dompurify-3.2.3
  • 80f6f11 Bump dompurify from 3.2.2 to 3.2.3
  • 9260365 Merge pull request #305 from kkomelin/dependabot/npm_and_yarn/terser-5.37.0
  • 9683533 Bump terser from 5.36.0 to 5.37.0
  • 246907b Merge pull request #304 from kkomelin/dependabot/npm_and_yarn/vitest-2.1.8
  • ec1c9b2 Bump vitest from 2.1.6 to 2.1.8
  • efa8ec6 Updated deps. Increased project version.
  • 3d42592 Merge pull request #303 from kkomelin/dependabot/npm_and_yarn/dompurify-3.2.2
  • 12b13a9 Bump dompurify from 3.2.1 to 3.2.2
  • Additional commits viewable in compare view

Updates next from 14.2.15 to 15.1.4

Release notes

Sourced from next's releases.

v15.1.4

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

Core Changes

  • backport: force module format for virtual client-proxy (#74608)
  • Fix prerender tags when notFound is called (#74607)
  • Use provided waitUntil for pending revalidates (#74604)
  • Feature: next/image: add support for images.qualities in next.config (#74588)
  • Chore: docs: add missing search: '' on remotePatterns (#74587)
  • Chore: docs: update version history of next/image (#73923) (#74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

Credits

Huge thanks to @ and @ for helping!

v15.1.3

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

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Use shared worker for lint & typecheck steps: #74154

Credits

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

v15.1.2

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

Core Changes

Credits

Huge thanks to @​ztanner for helping!

v15.1.1

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

Core Changes

Credits

... (truncated)

Commits

Updates react from 18.3.1 to 19.0.0

Release notes

Sourced from react's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediat...

    Description has been truncated

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

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xarray-dev ❌ Failed (Inspect) Jan 10, 2025 2:25am

Bumps the dependencies group with 20 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.3.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.0` |
| [@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.0` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.0.1` | `3.1.0` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.2.14` | `15.1.4` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.54.0` | `4.3.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.9.0` | `11.16.4` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.16.0` | `2.19.0` |
| [next](https://github.com/vercel/next.js) | `14.2.15` | `15.1.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `19.0.4` |
| [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.0.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.4.0` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `15.6.1` |
| [swr](https://github.com/vercel/swr) | `2.2.5` | `2.3.0` |



Updates `@chakra-ui/icons` from 2.2.1 to 2.2.4
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/[email protected]/CHANGELOG.md)
- [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.3.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.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 `@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.0
- [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.0/packages/loader)

Updates `@mdx-js/react` from 3.0.1 to 3.1.0
- [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.0/packages/react)

Updates `@next/mdx` from 14.2.14 to 15.1.4
- [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.1.4/packages/next-mdx)

Updates `apexcharts` from 3.54.0 to 4.3.0
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.54.0...v4.3.0)

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

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

Updates `next` from 14.2.15 to 15.1.4
- [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.15...v15.1.4)

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

Updates `@types/react` from 18.3.11 to 19.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/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.0.0
- [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.0.0/packages/react-dom)

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

Updates `react-syntax-highlighter` from 15.5.0 to 15.6.1
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@15.5.0...v15.6.1)

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

---
updated-dependencies:
- dependency-name: "@chakra-ui/icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@chakra-ui/next-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@giscus/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mdx-js/loader"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: isomorphic-dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-syntax-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: swr
  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-c88af3e69b branch from 5424e93 to a53485f Compare January 10, 2025 02:23
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

Superseded by #753.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-c88af3e69b branch February 1, 2025 19:42
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