Skip to content

Bump the dependencies group with 9 updates #714

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

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the dependencies group with 9 updates:

Package From To
@chakra-ui/icons 2.1.1 2.2.1
@chakra-ui/next-js 2.2.0 2.3.1
@chakra-ui/react 2.8.2 2.9.1
@next/mdx 14.2.7 14.2.14
apexcharts 3.53.0 3.54.0
date-fns-tz 3.1.3 3.2.0
framer-motion 11.3.31 11.9.0
isomorphic-dompurify 2.15.0 2.16.0
next 14.2.10 14.2.14

Updates @chakra-ui/icons from 2.1.1 to 2.2.1

Changelog

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

June 7, 2022: v2.2.1

June 6, 2022: v2.2.0

May 24, 2022: v2.1.2

Commits

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

Changelog

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

August 29, 2022: v2.3.1

August 29, 2022: v2.3.0

August 24, 2022: v2.2.9

August 13, 2022: v2.2.7

August 5, 2022: v2.2.5

July 13, 2022: v2.2.4

July 10, 2022: v2.2.3

June 21, 2022: v2.2.2

June 7, 2022: v2.2.1

Commits

Updates @chakra-ui/react from 2.8.2 to 2.9.1

Changelog

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

Change Log

2.7.0

Minor Changes

  • c31df5a4b Thanks @​segunadebayo! - - Add new Indicator layout component. Useful for positioning an element in the corners of another element.

    For example, let's say you want to position a notification badge in the top end corner of a box. You can use the Indicator component to achieve this.

    <Box position="relative" width="80px" height="80px" bg="gray.50">
      <Indicator placement="top-end">
        <Circle size="5" bg="red.100">
          3
        </Circle>
      </Indicator>
    </Box>
    • Refactored the Stack and Wrap components to use the flex gap instead of the owl selector & > * ~ * for spacing.

      This fixes an issue where you can't use raw text nodes as a child of the Stack or Wrap component.

Patch Changes

... (truncated)

Commits

Updates @next/mdx from 14.2.7 to 14.2.14

Release notes

Sourced from @​next/mdx's releases.

v14.2.14

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

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Changes

... (truncated)

Commits

Updates apexcharts from 3.53.0 to 3.54.0

Release notes

Sourced from apexcharts's releases.

💎 Version 3.54.0

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.53.0...v3.54.0

Commits

Updates date-fns-tz from 3.1.3 to 3.2.0

Changelog

Sourced from date-fns-tz's changelog.

v3.2.0 (27 September 2024)

Commits
  • b882090 3.2.0
  • 62b11e3 Peer dep date-fns ^3.0.0 || ^4.0.0
  • 142a409 Merge pull request #286 from yangchristina/get-default-options
  • 9877487 Merge pull request #297 from callstack-internal/hur/perf/extract-testDateForm...
  • 772f07c Merge pull request #284 from yangchristina/docs
  • e7a6122 Merge pull request #301 from eshimischi/master
  • 16a355b Yarn: upgrade
  • 7ecd332 Merge pull request #1 from eshimischi/eshimischi-patch-1
  • a70c07a date-fns v4.1.0
  • 79bb229 perf: extract testDateFormatted to avoid re-initialising each time getDateTie...
  • Additional commits viewable in compare view

Updates framer-motion from 11.3.31 to 11.9.0

Changelog

Sourced from framer-motion's changelog.

[11.9.0] 2024-09-27

Added

  • Mini animate and useAnimate functions.

[11.8.0] 2024-09-25

Added

  • Easing functions now get compiled into linear() easings when animating via WAAPI.

[11.7.0] 2024-09-25

Added

  • Added support for custom animation generators via type.

[11.6.0] 2024-09-24

Added

  • Added info and element tracking to scroll.
  • Added steps easing.

Changed

  • Values added to will-change now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.

[11.5.6] 2024-09-20

Fixed

  • Ensuring updating motion values during render doesn't lock rendering for an element.

[11.5.5] 2024-09-19

Fixed

  • Changed values of child variants now animate even when the parent variant name hasn't changed.

[11.5.4] 2024-09-05

Fixed

  • Improving tree-shakability.

[11.5.3] 2024-09-05

Fixed

... (truncated)

Commits

Updates isomorphic-dompurify from 2.15.0 to 2.16.0

Release notes

Sourced from isomorphic-dompurify's releases.

Updated dependencies

Changelog

  • Updated dompurify, jsdom and other dependencies.

See the complete changelog for more details.

Release

2.16.0

Commits
  • 1a404c4 Upgraded deps. Increased project version.
  • ef0c702 Merge pull request #288 from kkomelin/dependabot/npm_and_yarn/jsdom-25.0.1
  • fc73358 Merge pull request #290 from kkomelin/dependabot/npm_and_yarn/dompurify-3.1.7
  • ad1241f Bump jsdom from 25.0.0 to 25.0.1
  • b84d959 Merge pull request #289 from kkomelin/dependabot/npm_and_yarn/terser-5.34.0
  • 2970cfa Bump dompurify from 3.1.6 to 3.1.7
  • 894fcd7 Bump terser from 5.33.0 to 5.34.0
  • 09d04ef Merge pull request #287 from kkomelin/dependabot/npm_and_yarn/terser-5.33.0
  • b364ed3 Bump terser from 5.32.0 to 5.33.0
  • c9a1559 Merge pull request #286 from kkomelin/dependabot/npm_and_yarn/vitest-2.1.1
  • Additional commits viewable in compare view

Updates next from 14.2.10 to 14.2.14

Release notes

Sourced from next's releases.

v14.2.14

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

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/icons) | `2.1.1` | `2.2.1` |
| [@chakra-ui/next-js](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/integrations/next-js) | `2.2.0` | `2.3.1` |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) | `2.8.2` | `2.9.1` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.2.7` | `14.2.14` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.53.0` | `3.54.0` |
| [date-fns-tz](https://github.com/marnusw/date-fns-tz) | `3.1.3` | `3.2.0` |
| [framer-motion](https://github.com/framer/motion) | `11.3.31` | `11.9.0` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.15.0` | `2.16.0` |
| [next](https://github.com/vercel/next.js) | `14.2.10` | `14.2.14` |


Updates `@chakra-ui/icons` from 2.1.1 to 2.2.1
- [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.2.0 to 2.3.1
- [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/integrations/next-js)

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

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

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

Updates `date-fns-tz` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v3.1.3...v3.2.0)

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

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

Updates `next` from 14.2.10 to 14.2.14
- [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.10...v14.2.14)

---
updated-dependencies:
- dependency-name: "@chakra-ui/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: dependencies
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
Copy link

vercel bot commented Oct 1, 2024

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

Name Status Preview Comments Updated (UTC)
xarray-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 7:57pm

@andersy005 andersy005 merged commit a6a90ed into main Oct 7, 2024
3 checks passed
@andersy005 andersy005 deleted the dependabot/npm_and_yarn/dependencies-609f81d6bd branch October 7, 2024 15:47
dcherian added a commit that referenced this pull request Nov 12, 2024
* upstream/main:
  Fix hydration warning due to nested links (#725)
  Bump typescript from 5.6.2 to 5.6.3 (#724)
  [pre-commit.ci] pre-commit autoupdate (#720)
  Bump webpack from 5.95.0 to 5.96.1 (#723)
  Bump the dev-dependencies group across 1 directory with 4 updates (#719)
  Bump webpack from 5.94.0 to 5.95.0 (#718)
  Bump @fontsource-variable/inter from 5.0.20 to 5.1.0 (#717)
  Bump typescript from 5.5.4 to 5.6.2 (#716)
  Bump the dependencies group with 9 updates (#714)
  Bump next from 14.2.7 to 14.2.10 (#711)
  Turn off survey banner (#710)
  Update opengraph thumbnails (#709)
  GroupBy(multiple variables) (#703)
  Bump webpack from 5.93.0 to 5.94.0 (#704)
  Bump micromatch from 4.0.7 to 4.0.8 (#707)
  Bump the dependencies group with 7 updates (#705)
  Bump the dev-dependencies group with 4 updates (#706)
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