Skip to content
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

Bump the dependencies group with 11 updates #721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 11 updates:

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.0.2
@mdx-js/loader 3.0.1 3.1.0
@mdx-js/react 3.0.1 3.1.0
@next/mdx 14.2.14 15.0.2
apexcharts 3.54.0 4.0.0
framer-motion 11.9.0 11.11.11
next 14.2.14 15.0.2
react-apexcharts 1.4.1 1.5.0
react-syntax-highlighter 15.5.0 15.6.1

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

Release notes

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

@​chakra-ui/react@​3.0.2

Patch Changes

  • 20b91bd Thanks @​segunadebayo! - - InputAddon: Fix issue with input addon not stretched correctly.
    • Snippets / Toaster: Improve toaster styling by adding width={{ md: "sm" }} to the toast root.

@​chakra-ui/react@​3.0.1

Patch Changes

  • c0020c9 Thanks @​segunadebayo! - Fix issue where using keyframe interpolation in animation prop doesn't work

  • 7d4f898 Thanks @​segunadebayo! - Fix issue where scrollBehavior=outside doesn't allow scrolling outside the dialog content

@​chakra-ui/react@​3.0.0

Major Changes

  • #8153 7b6e66a Thanks @​segunadebayo! - Prepares the ground for the next version Chakra that leverages Ark UI.

    User Facing

    • Consolidate all component packages into a single package
    • Remove all deprecated components and APIs
    • Simplify the Changelogs for all v2 releases

    Infrastructure

    • Simplify the repo infrastructure and release process
    • Migrate from jest to vitest
    • Migrate from tsup to custom rollup setup for better bundling strategy
  • #8815 806be96 Thanks @​isBatak! - Remove the @chakra-ui/hooks package in favour of using dedicated, robust libraries like react-use and usehooks-ts

Minor Changes

... (truncated)

Changelog

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

3.0.2

Patch Changes

  • 20b91bd Thanks @​segunadebayo! - - InputAddon: Fix issue with input addon not stretched correctly.
    • Snippets / Toaster: Improve toaster styling by adding width={{ md: "sm" }} to the toast root.

3.0.1

Patch Changes

  • c0020c9 Thanks @​segunadebayo! - Fix issue where using keyframe interpolation in animation prop doesn't work

  • 7d4f898 Thanks @​segunadebayo! - Fix issue where scrollBehavior=outside doesn't allow scrolling outside the dialog content

3.0.0

Major Changes

  • #8153 7b6e66a Thanks @​segunadebayo! - Prepares the ground for the next version Chakra that leverages Ark UI.

    User Facing

    • Consolidate all component packages into a single package
    • Remove all deprecated components and APIs
    • Simplify the Changelogs for all v2 releases

    Infrastructure

    • Simplify the repo infrastructure and release process
    • Migrate from jest to vitest
    • Migrate from tsup to custom rollup setup for better bundling strategy
  • #8815 806be96 Thanks @​isBatak! - Remove the @chakra-ui/hooks package in favour of using dedicated, robust libraries like react-use and usehooks-ts

Minor Changes

... (truncated)

Commits

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

Release notes

Sourced from @​next/mdx's releases.

v15.0.2

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

... (truncated)

Commits

Updates apexcharts from 3.54.0 to 4.0.0

Release notes

Sourced from apexcharts's releases.

💎 Version 4.0.0

What's Changed

Upgrade to Svgjs 3.2.

Svg.js, the main engine behind ApexCharts’ drawing mechanism, was long overdue for an upgrade. With [email protected], both Svg.js and all related plugins have been upgraded to their latest versions. This ensures that ApexCharts stays up-to-date with its dependencies.

Other fixes

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.54.1...v4.0.0

💎 Version 3.54.1

What's Changed

  • improve border radius implementation in stacked bar charts by @​junedchhipa in apexcharts/apexcharts.js#4747
  • Bar and column true stroke and fill paths by @​rosco54 in apexcharts/apexcharts.js#4753
  • fix #4757; allow duplicate labels in yaxis
  • fix #4623; use x value from w.config.series instead of w.globals.labels
  • fix #4750; safari tooltip issue
  • Restore true stroke paths on bars and columns - by @​rosco54
  • fix #4755; tooltip marker color when fill type is gradient
  • fix apexcharts/react-apexcharts#627 prevent mutating config.colors as it causes reactivity issues in react
  • move some styles to foreignObject as external styles are not applied when exporting
  • fix #4657; fix #4818; border radius on last element when previous datapoint is zero
  • fix #4738; legend height when position is bottom
  • fix #4734; last annotation was not shown because of a refactor

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

Commits

Updates framer-motion from 11.9.0 to 11.11.11

Changelog

Sourced from framer-motion's changelog.

[11.11.11] 2024-10-31

Fixed

  • Fixing double update() call on mount.

[11.11.10] 2024-10-25

Fixed

  • Removing will-change from SSR.

[11.11.9] 2024-10-15

Changed

  • will-change is now no longer automatically managed without useWillChange.

[11.11.8] 2024-10-11

Fixed

  • Fixing fallback package.json for entrypoints in older versions of Node.

[11.11.7] 2024-10-09

Fixed

  • Improving generic value signature for animate.

[11.11.6] 2024-10-09

Fixed

  • Allowing generic motion value types in animate.

[11.11.5] 2024-10-09

Fixed

  • Removed ability to define CSS variables on style without casting, as this was conflicting with React CSSProperties.

[11.11.4] 2024-10-08

Fixed

  • Memoize AnimatePresence safeToRemove.
  • Remove duplicate layout="size" annotation.

[11.11.3] 2024-10-08

... (truncated)

Commits

Updates next from 14.2.14 to 15.0.2

Release notes

Sourced from next's releases.

v15.0.2

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

... (truncated)

Commits

Updates react-apexcharts from 1.4.1 to 1.5.0

Commits

Updates react-syntax-highlighter from 15.5.0 to 15.6.1

Release notes

Sourced from react-syntax-highlighter's releases.

v15.6.1

  • Fix: #487 Fix: Allow override of display: styles when wrapLongLines is true

v15.6.0

Been awhile! 😰

  • Feat: #555 Add Vue language support
  • Feat: #534 Add a11yOneLight theme
  • Bugfix: #561 Fix bug with wrapLines that butchers highlighting
  • Docs: #559 Adding languages
Changelog

Sourced from react-syntax-highlighter's changelog.

15.6.1

  • Fix: Allow override of display: styles when wrapLongLines is true

15.6.0

  • Fix: #561 Fix bug with wrapLines that butchers highlighting
  • Docs: #559 Adding languages
  • Feat: #555 Add Vue language support
  • Feat: #534 Add a11yOneLight theme

[ gap in documentation ]

15.4.3 / 2020-12-07

  • Fixed highlight version regression

15.4.2 / 2020-12-07

  • Updated lowlight to 1.17.0 to match highlight dependency version

15.4.1 / 2020-12-07

  • Bugfix: increased minwidth to avoid unequal line number widths
  • Bugfix: prevent last line of file from rendering an unwanted line number

15.4.0 / 2020-12-07

  • Security fix: updated highlight.js to 10.4.1

15.3.1 / 2020-11-24

  • Bugfix: styling correctly applied to interpolation punctuation

15.3.0 / 2020-10-29

  • Updated prismjs (1.22.0) and refractor (3.2.0)
  • Updated prism-themes (1.5.0)
  • Fixed a broken readme link

15.2.1 / 2020-10-08

  • Bugfix: use string templating in language-specific theming code

15.2.0 / 2020-10-07

  • Allow language-specific theme styles to override default theme styles

15.1.0 / 2020-10-05

  • Updated to prism-themes 1.4.1

15.0.1 / 2020-10-03

  • Regenerate Prism themes containing nested tokens

15.0.0 / 2020-10-03

  • Breaking change: Allow styling nested tokens with classes in styles (probably not practically breaking for most, since this is a change that fixes a previously non-working feature)

14.0.2 / 2020-10-03

  • updated test snapshots after 14.0.1 fix

... (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 will merge this PR once it's up-to-date and CI passes on it, as requested by @andersy005.


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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
Copy link

vercel bot commented Nov 1, 2024

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

Name Status Preview Comments Updated (UTC)
xarray-dev ❌ Failed (Inspect) Nov 1, 2024 9:54pm

@andersy005
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-18eddfb068 branch from 2ee55ac to ace1594 Compare November 1, 2024 21:44
Bumps the dependencies group with 11 updates:

| 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.0.2` |
| [@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.0.2` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.54.0` | `4.0.0` |
| [framer-motion](https://github.com/framer/motion) | `11.9.0` | `11.11.11` |
| [next](https://github.com/vercel/next.js) | `14.2.14` | `15.0.2` |
| [react-apexcharts](https://github.com/apexcharts/react-apexcharts) | `1.4.1` | `1.5.0` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `15.6.1` |


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.0.2
- [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 `@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.0.2
- [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.0.2/packages/next-mdx)

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

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

Updates `next` from 14.2.14 to 15.0.2
- [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.14...v15.0.2)

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

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)

---
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: "@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: next
  dependency-type: direct:production
  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-syntax-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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