Skip to content

Bump the core-ui-package-updates group across 1 directory with 85 updates #48757

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

Open
wants to merge 1 commit into
base: v2-10-test
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps the core-ui-package-updates group with 85 updates in the /airflow/www directory:

Package From To
@chakra-ui/react 2.4.2 2.10.7
@emotion/cache 11.9.3 11.14.0
@emotion/react 11.9.3 11.14.0
@emotion/styled 11.3.0 11.14.0
@tanstack/react-table 8.13.2 8.21.2
@visx/group 2.10.0 3.12.0
@visx/shape 2.12.2 3.12.0
ansi_up 6.0.2 6.0.3
axios 1.6.1 1.8.4
camelcase-keys 7.0.0 9.1.3
chakra-react-select 4.0.3 6.1.0
codemirror 5.61.1 6.0.1
color 4.2.3 5.0.0
d3 3.5.17 7.9.0
d3-shape 2.1.0 3.2.0
echarts 5.4.2 5.6.0
elkjs 0.7.1 0.10.0
framer-motion 6.3.11 12.6.3
jquery 3.6.0 3.7.1
jshint 2.13.4 2.13.6
moment-timezone 0.5.43 0.5.48
react 18.1.0 19.1.0
@types/react 18.0.15 19.1.0
react-dom 18.1.0 19.1.0
@types/react-dom 18.0.5 19.1.1
react-icons 5.2.1 5.5.0
react-markdown 8.0.4 10.1.0
react-query 3.39.1 3.39.3
react-router-dom 6.3.0 7.4.1
react-syntax-highlighter 15.5.0 15.6.1
@types/react-syntax-highlighter 15.5.6 15.5.13
react-textarea-autosize 8.3.4 8.5.9
reactflow 11.7.4 11.11.4
redoc 2.0.0-rc.72 2.4.0
remark-gfm 3.0.1 4.0.1
swagger-ui-dist 4.1.3 5.20.5
tsconfig-paths 3.14.2 4.2.0
type-fest 2.17.0 4.39.1
url-search-params-polyfill 8.1.1 8.2.5
validator 13.9.0 13.15.0
@babel/core 7.24.7 7.26.10
@babel/eslint-parser 7.24.7 7.27.0
@babel/plugin-transform-runtime 7.24.7 7.26.10
@babel/preset-env 7.24.7 7.26.9
@babel/preset-react 7.24.7 7.26.3
@babel/preset-typescript 7.24.7 7.27.0
@testing-library/jest-dom 5.16.4 6.6.3
@testing-library/react 13.3.0 16.3.0
@types/color 3.0.3 4.2.0
@types/react-table 7.7.12 7.7.20
@typescript-eslint/eslint-plugin 5.27.1 8.29.0
@typescript-eslint/parser 5.27.1 8.29.0
babel-jest 27.3.1 29.7.0
babel-loader 9.1.2 10.0.0
clean-webpack-plugin 3.0.0 4.0.0
copy-webpack-plugin 6.4.1 13.0.0
css-loader 5.2.7 7.1.2
css-minimizer-webpack-plugin 4.0.0 7.0.2
eslint 8.17.0 9.23.0
eslint-config-airbnb-typescript 17.0.0 18.0.0
eslint-config-prettier 8.6.0 10.1.1
eslint-plugin-html 6.1.2 8.1.2
eslint-plugin-import 2.27.5 2.31.0
eslint-plugin-jsx-a11y 6.5.1 6.10.2
eslint-plugin-promise 4.3.1 7.2.1
eslint-plugin-react 7.30.0 7.37.4
eslint-plugin-react-hooks 4.6.0 5.2.0
imports-loader 1.2.0 5.0.0
jest 27.3.1 29.7.0
jest-canvas-mock 2.5.1 2.5.2
mini-css-extract-plugin 1.6.2 2.9.2
moment 2.29.4 2.30.1
openapi-typescript 5.4.1 7.6.1
prettier 2.8.4 3.5.3
style-loader 1.3.0 4.0.0
stylelint 15.10.1 16.17.0
stylelint-config-standard 20.0.0 37.0.0
terser-webpack-plugin 4.2.3 5.3.14
typescript 4.7.3 5.8.2
url-loader 4.1.0 4.1.1
web-worker 1.2.0 1.5.0
webpack 5.94.0 5.98.0
webpack-cli 4.10.0 6.0.1
webpack-license-plugin 4.2.2 4.5.1
webpack-manifest-plugin 4.1.1 5.0.1

Updates @chakra-ui/react from 2.4.2 to 2.10.7

Commits

Updates @emotion/cache from 11.9.3 to 11.14.0

Release notes

Sourced from @​emotion/cache's releases.

@​emotion/cache@​11.14.0

Minor Changes

  • #3277 8dc1a6d 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.

@​emotion/cache@​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/utils@​1.4.2

@​emotion/cache@​11.13.1

Patch Changes

@​emotion/cache@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

@​emotion/cache@​11.12.0

Patch Changes

@​emotion/cache@​11.11.0

Minor Changes

Patch Changes

... (truncated)

Commits

Updates @emotion/react from 11.9.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

@​emotion/react@​11.13.3

Patch Changes

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

... (truncated)

Commits

Updates @emotion/styled from 11.3.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

@​emotion/styled@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

... (truncated)

Commits

Updates @tanstack/react-table from 8.13.2 to 8.21.2

Release notes

Sourced from @​tanstack/react-table's releases.

v8.21.2

Version 8.21.2 - 2/11/25, 8:59 PM

Changes

Fix

  • arrIncludes autoremove filterFn (#5623) (2efaf57) by lukebui
  • lit-table: spread table options in lit adapter (#5904) (36dede1) by @​kadoshms

Docs

  • row accessor bug in example code block (#5893) (b1506a7) by Valerii Petryniak
  • virtualizer tbody from onchange (827b098) by Kevin Van Cott
  • exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott
  • angular: add expanding and sub components examples (#5898) (099e1a4) by @​riccardoperra
  • example name (57703a4) by Kevin Van Cott

Packages

  • @​tanstack/table-core@​8.21.2
  • @​tanstack/lit-table@​8.21.2
  • @​tanstack/angular-table@​8.21.2
  • @​tanstack/qwik-table@​8.21.2
  • @​tanstack/react-table@​8.21.2
  • @​tanstack/solid-table@​8.21.2
  • @​tanstack/svelte-table@​8.21.2
  • @​tanstack/vue-table@​8.21.2
  • @​tanstack/react-table-devtools@​8.21.2

v8.21.1

Version 8.21.1 - 2/3/25, 5:37 AM

Changes

Fix

  • lit-table: dynamic data updates in the Lit Table Adapter (#5884) (9763877) by Luke Schierer

Docs

Packages

  • @​tanstack/lit-table@​8.21.1

v8.21.0

... (truncated)

Commits

Updates @visx/group from 2.10.0 to 3.12.0

Release notes

Sourced from @​visx/group's releases.

v3.12.0 (2024-11-07)

🚀 Enhancements

  • feat(sankey): add @​visx/sankey #1880

📝 Documentation

  • Fix small error in the code example in the "Theming" section #1863

🏆 Contributors

v3.11.0 (2024-05-29)

🚀 Enhancements

  • feat(xychart): improve performance when hovering with tooltip #1842

📝 Documentation

  • feat(xychart): improve performance when hovering with tooltip #1842

🏆 Contributors

v3.10.4 (2024-05-24)

🐛 Bug Fix

  • brush: fix brush jumping around after mouseup #1836

🏆 Contributors

v3.10.3 (2024-05-20)

🐛 Bug Fix

  • Fix LegendThreshold #1831

🏆 Contributors

v3.10.2 (2024-03-09)

🐛 Bug Fix

  • fix: explicit type exports in @​visx/responsive #1809

... (truncated)

Changelog

Sourced from @​visx/group's changelog.

v3.12.0 (2024-11-07)

🚀 Enhancements

  • feat(sankey): add @​visx/sankey #1880

📝 Documentation

  • Fix small error in the code example in the "Theming" section #1863

🏆 Contributors

v3.11.0 (2024-05-29)

🚀 Enhancements

  • feat(xychart): improve performance when hovering with tooltip #1842

📝 Documentation

  • feat(xychart): improve performance when hovering with tooltip #1842

🏆 Contributors

v3.10.4 (2024-05-24)

🐛 Bug Fix

  • brush: fix brush jumping around after mouseup #1836

🏆 Contributors

v3.10.3 (2024-05-20)

🐛 Bug Fix

  • Fix LegendThreshold #1831

🏆 Contributors

v3.10.2 (2024-03-09)

🐛 Bug Fix

  • fix: explicit type exports in @​visx/responsive #1809

... (truncated)

Commits
  • 4aa0fde v3.12.0
  • b7952e4 build(07a91d82660f7166bf5278fe631e881f17a829e0): auto-commit package sizes
  • 07a91d8 feat(sankey): add @​visx/sankey (#1880)
  • d920798 Fix snippet in "Theming" section README.md (#1863)
  • 1aed091 changelog: v3.11.0
  • b9163a1 v3.11.0
  • 26fd656 build(32f82f4c9f9ca8ff57d75489932b8d88b063fd1a): auto-commit package sizes
  • 32f82f4 feat(xychart): improve performance when hovering with tooltip (#1842)
  • d609c9a changelog: v3.10.4
  • 7c79845 v3.10.4
  • Additional commits viewable in compare view

Updates @visx/shape from 2.12.2 to 3.12.0

Release notes

Sourced from @​visx/shape's releases.

v3.12.0 (2024-11-07)

🚀 Enhancements

  • feat(sankey): add @​visx/sankey #1880

📝 Documentation

  • Fix small error in the code example in the "Theming" section #1863

🏆 Contributors

v3.11.0 (2024-05-29)

🚀 Enhancements

  • feat(xychart): improve performance when hovering with tooltip #1842

📝 Documentation

  • feat(xychart): improve performance when hovering with tooltip #1842

🏆 Contributors

v3.10.4 (2024-05-24)

🐛 Bug Fix

  • brush: fix brush jumping around after mouseup #1836

🏆 Contributors

v3.10.3 (2024-05-20)

🐛 Bug Fix

  • Fix LegendThreshold #1831

🏆 Contributors

v3.10.2 (2024-03-09)

🐛 Bug Fix

  • fix: explicit type exports in @​visx/responsive #1809

... (truncated)

Changelog

Sourced from @​visx/shape's changelog.

v3.12.0 (2024-11-07)

🚀 Enhancements

  • feat(sankey): add @​visx/sankey #1880

📝 Documentation

  • Fix small error in the code example in the "Theming" section #1863

🏆 Contributors

v3.11.0 (2024-05-29)

🚀 Enhancements

  • feat(xychart): improve performance when hovering with tooltip #1842

📝 Documentation

  • feat(xychart): improve performance when hovering with tooltip #1842

🏆 Contributors

v3.10.4 (2024-05-24)

🐛 Bug Fix

  • brush: fix brush jumping around after mouseup #1836

🏆 Contributors

v3.10.3 (2024-05-20)

🐛 Bug Fix

  • Fix LegendThreshold #1831

🏆 Contributors

v3.10.2 (2024-03-09)

🐛 Bug Fix

  • fix: explicit type exports in @​visx/responsive #1809

... (truncated)

Commits
  • 4aa0fde v3.12.0
  • b7952e4 build(07a91d82660f7166bf5278fe631e881f17a829e0): auto-commit package sizes
  • 07a91d8 feat(sankey): add @​visx/sankey (#1880)
  • d920798 Fix snippet in "Theming" section README.md (#1863)
  • 1aed091 changelog: v3.11.0
  • b9163a1 v3.11.0
  • 26fd656 build(32f82f4c9f9ca8ff57d75489932b8d88b063fd1a): auto-commit package sizes
  • 32f82f4 feat(xychart): improve performance when hovering with tooltip (#1842)
  • d609c9a changelog: v3.10.4
  • 7c79845 v3.10.4
  • Additional commits viewable in compare view

Updates ansi_up from 6.0.2 to 6.0.3

Release notes

Sourced from ansi_up's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: drudru/ansi_up@v6.0.2...v6.0.3

Commits
  • 65baddb Bump version to v6.0.3
  • 1bf6d11 Merge pull request #93 from gabe565/fix-faint
  • 5f9bc97 fix: Include faint style when no other modifiers are active
  • See full diff in compare view

Updates axios from 1.6.1 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

... (truncated)

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • Additional commits viewable in compare view

Updates camelcase-keys from 7.0.0 to 9.1.3

Release notes

Sourced from camelcase-keys's releases.

v9.1.3

  • Fix TypeScript types for passing in multiple objects (#122) c6ef8fe

sindresorhus/camelcase-keys@v9.1.2...v9.1.3

v9.1.2

  • Fix camel-casing keys in nested objects when using union with null (#119) 919a29e

sindresorhus/camelcase-keys@v9.1.1...v9.1.2

v9.1.1

  • Fix setting default value for the TypeScript type (#117) 482bd84

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 3, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e branch 2 times, most recently from e5aa690 to 0848cd0 Compare April 14, 2025 17:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e branch 2 times, most recently from 285d970 to cdcc715 Compare April 24, 2025 16:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e branch from cdcc715 to cd0d921 Compare April 29, 2025 17:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e branch 2 times, most recently from eb0eb6f to 172d474 Compare May 9, 2025 17:32
…ates

Bumps the core-ui-package-updates group with 85 updates in the /airflow/www directory:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.4.2` | `2.10.7` |
| [@emotion/cache](https://github.com/emotion-js/emotion) | `11.9.3` | `11.14.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.9.3` | `11.14.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.3.0` | `11.14.0` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.13.2` | `8.21.2` |
| [@visx/group](https://github.com/airbnb/visx) | `2.10.0` | `3.12.0` |
| [@visx/shape](https://github.com/airbnb/visx) | `2.12.2` | `3.12.0` |
| [ansi_up](https://github.com/drudru/ansi_up) | `6.0.2` | `6.0.3` |
| [axios](https://github.com/axios/axios) | `1.6.1` | `1.8.4` |
| [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) | `7.0.0` | `9.1.3` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `4.0.3` | `6.1.0` |
| [codemirror](https://github.com/codemirror/basic-setup) | `5.61.1` | `6.0.1` |
| [color](https://github.com/Qix-/color) | `4.2.3` | `5.0.0` |
| [d3](https://github.com/d3/d3) | `3.5.17` | `7.9.0` |
| [d3-shape](https://github.com/d3/d3-shape) | `2.1.0` | `3.2.0` |
| [echarts](https://github.com/apache/echarts) | `5.4.2` | `5.6.0` |
| [elkjs](https://github.com/kieler/elkjs) | `0.7.1` | `0.10.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `6.3.11` | `12.6.3` |
| [jquery](https://github.com/jquery/jquery) | `3.6.0` | `3.7.1` |
| [jshint](https://github.com/jshint/jshint) | `2.13.4` | `2.13.6` |
| [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.43` | `0.5.48` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.1.0` | `19.1.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.15` | `19.1.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.1.0` | `19.1.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.0.5` | `19.1.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.2.1` | `5.5.0` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `8.0.4` | `10.1.0` |
| [react-query](https://github.com/tannerlinsley/react-query) | `3.39.1` | `3.39.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.3.0` | `7.4.1` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `15.6.1` |
| [@types/react-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-syntax-highlighter) | `15.5.6` | `15.5.13` |
| [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) | `8.3.4` | `8.5.9` |
| [reactflow](https://github.com/xyflow/xyflow/tree/HEAD/packages/reactflow) | `11.7.4` | `11.11.4` |
| [redoc](https://github.com/Redocly/redoc) | `2.0.0-rc.72` | `2.4.0` |
| [remark-gfm](https://github.com/remarkjs/remark-gfm) | `3.0.1` | `4.0.1` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `4.1.3` | `5.20.5` |
| [tsconfig-paths](https://github.com/dividab/tsconfig-paths) | `3.14.2` | `4.2.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `2.17.0` | `4.39.1` |
| [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) | `8.1.1` | `8.2.5` |
| [validator](https://github.com/validatorjs/validator.js) | `13.9.0` | `13.15.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.26.10` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.7` | `7.27.0` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.24.7` | `7.26.10` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.26.9` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.26.3` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.27.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.16.4` | `6.6.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `13.3.0` | `16.3.0` |
| [@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/color) | `3.0.3` | `4.2.0` |
| [@types/react-table](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-table) | `7.7.12` | `7.7.20` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.27.1` | `8.29.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.27.1` | `8.29.0` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `27.3.1` | `29.7.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.1.2` | `10.0.0` |
| [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) | `3.0.0` | `4.0.0` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `6.4.1` | `13.0.0` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `5.2.7` | `7.1.2` |
| [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) | `4.0.0` | `7.0.2` |
| [eslint](https://github.com/eslint/eslint) | `8.17.0` | `9.23.0` |
| [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) | `17.0.0` | `18.0.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.6.0` | `10.1.1` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) | `6.1.2` | `8.1.2` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.31.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.5.1` | `6.10.2` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `4.3.1` | `7.2.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.30.0` | `7.37.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `5.2.0` |
| [imports-loader](https://github.com/webpack-contrib/imports-loader) | `1.2.0` | `5.0.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `27.3.1` | `29.7.0` |
| [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) | `2.5.1` | `2.5.2` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `1.6.2` | `2.9.2` |
| [moment](https://github.com/moment/moment) | `2.29.4` | `2.30.1` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `5.4.1` | `7.6.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.4` | `3.5.3` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `1.3.0` | `4.0.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `15.10.1` | `16.17.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `20.0.0` | `37.0.0` |
| [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | `4.2.3` | `5.3.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.7.3` | `5.8.2` |
| [url-loader](https://github.com/webpack-contrib/url-loader) | `4.1.0` | `4.1.1` |
| [web-worker](https://github.com/developit/web-worker) | `1.2.0` | `1.5.0` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.98.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.10.0` | `6.0.1` |
| [webpack-license-plugin](https://github.com/codepunkt/webpack-license-plugin) | `4.2.2` | `4.5.1` |
| [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) | `4.1.1` | `5.0.1` |



Updates `@chakra-ui/react` from 2.4.2 to 2.10.7
- [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/HEAD/packages/react)

Updates `@emotion/cache` from 11.9.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/react` from 11.9.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.3.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 `@tanstack/react-table` from 8.13.2 to 8.21.2
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.21.2/packages/react-table)

Updates `@visx/group` from 2.10.0 to 3.12.0
- [Release notes](https://github.com/airbnb/visx/releases)
- [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md)
- [Commits](airbnb/visx@v2.10.0...v3.12.0)

Updates `@visx/shape` from 2.12.2 to 3.12.0
- [Release notes](https://github.com/airbnb/visx/releases)
- [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md)
- [Commits](airbnb/visx@v2.12.2...v3.12.0)

Updates `ansi_up` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/drudru/ansi_up/releases)
- [Commits](drudru/ansi_up@v6.0.2...v6.0.3)

Updates `axios` from 1.6.1 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.1...v1.8.4)

Updates `camelcase-keys` from 7.0.0 to 9.1.3
- [Release notes](https://github.com/sindresorhus/camelcase-keys/releases)
- [Commits](sindresorhus/camelcase-keys@v7.0.0...v9.1.3)

Updates `chakra-react-select` from 4.0.3 to 6.1.0
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.0.3...v6.1.0)

Updates `codemirror` from 5.61.1 to 6.0.1
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/basic-setup/commits/6.0.1)

Updates `color` from 4.2.3 to 5.0.0
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](Qix-/color@4.2.3...5.0.0)

Updates `d3` from 3.5.17 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v3.5.17...v7.9.0)

Updates `d3-shape` from 2.1.0 to 3.2.0
- [Release notes](https://github.com/d3/d3-shape/releases)
- [Commits](d3/d3-shape@v2.1.0...v3.2.0)

Updates `echarts` from 5.4.2 to 5.6.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@5.4.2...5.6.0)

Updates `elkjs` from 0.7.1 to 0.10.0
- [Release notes](https://github.com/kieler/elkjs/releases)
- [Commits](kieler/elkjs@0.7.1...0.10.0)

Updates `framer-motion` from 6.3.11 to 12.6.3
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v6.3.11...v12.6.3)

Updates `jquery` from 3.6.0 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@3.6.0...3.7.1)

Updates `jshint` from 2.13.4 to 2.13.6
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
- [Commits](jshint/jshint@2.13.4...2.13.6)

Updates `moment-timezone` from 0.5.43 to 0.5.48
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.43...0.5.48)

Updates `react` from 18.1.0 to 19.1.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.1.0/packages/react)

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

Updates `react-dom` from 18.1.0 to 19.1.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.1.0/packages/react-dom)

Updates `@types/react-dom` from 18.0.5 to 19.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `react-markdown` from 8.0.4 to 10.1.0
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.4...10.1.0)

Updates `react-query` from 3.39.1 to 3.39.3
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/commits)

Updates `react-router-dom` from 6.3.0 to 7.4.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

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 `@types/react-syntax-highlighter` from 15.5.6 to 15.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-syntax-highlighter)

Updates `react-textarea-autosize` from 8.3.4 to 8.5.9
- [Release notes](https://github.com/Andarist/react-textarea-autosize/releases)
- [Changelog](https://github.com/Andarist/react-textarea-autosize/blob/main/CHANGELOG.md)
- [Commits](Andarist/react-textarea-autosize@v8.3.4...v8.5.9)

Updates `reactflow` from 11.7.4 to 11.11.4
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/11.11.4/packages/reactflow/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/11.11.4/packages/reactflow)

Updates `redoc` from 2.0.0-rc.72 to 2.4.0
- [Release notes](https://github.com/Redocly/redoc/releases)
- [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md)
- [Commits](Redocly/redoc@v2.0.0-rc.72...v2.4.0)

Updates `remark-gfm` from 3.0.1 to 4.0.1
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](remarkjs/remark-gfm@3.0.1...4.0.1)

Updates `swagger-ui-dist` from 4.1.3 to 5.20.5
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v4.1.3...v5.20.5)

Updates `tsconfig-paths` from 3.14.2 to 4.2.0
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](jonaskello/tsconfig-paths@v3.14.2...v4.2.0)

Updates `type-fest` from 2.17.0 to 4.39.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v2.17.0...v4.39.1)

Updates `url-search-params-polyfill` from 8.1.1 to 8.2.5
- [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases)
- [Commits](https://github.com/jerrybendy/url-search-params-polyfill/commits)

Updates `validator` from 13.9.0 to 13.15.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.9.0...13.15.0)

Updates `@babel/core` from 7.24.7 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/eslint/babel-eslint-parser)

Updates `@babel/plugin-transform-runtime` from 7.24.7 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.24.7 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.24.7 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.24.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-preset-typescript)

Updates `@testing-library/jest-dom` from 5.16.4 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.16.4...v6.6.3)

Updates `@testing-library/react` from 13.3.0 to 16.3.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v13.3.0...v16.3.0)

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

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

Updates `@types/react-dom` from 18.0.5 to 19.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/react-syntax-highlighter` from 15.5.6 to 15.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-syntax-highlighter)

Updates `@types/react-table` from 7.7.12 to 7.7.20
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-table)

Updates `@typescript-eslint/eslint-plugin` from 5.27.1 to 8.29.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.27.1 to 8.29.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/parser)

Updates `babel-jest` from 27.3.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `babel-loader` from 9.1.2 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.2...v10.0.0)

Updates `clean-webpack-plugin` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- [Commits](johnagan/clean-webpack-plugin@v3.0.0...v4.0.0)

Updates `copy-webpack-plugin` from 6.4.1 to 13.0.0
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v6.4.1...v13.0.0)

Updates `css-loader` from 5.2.7 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v7.1.2)

Updates `css-minimizer-webpack-plugin` from 4.0.0 to 7.0.2
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v4.0.0...v7.0.2)

Updates `eslint` from 8.17.0 to 9.23.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.17.0...v9.23.0)

Updates `eslint-config-airbnb-typescript` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases)
- [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md)
- [Commits](iamturns/eslint-config-airbnb-typescript@v17.0.0...v18.0.0)

Updates `eslint-config-prettier` from 8.6.0 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.6.0...v10.1.1)

Updates `eslint-plugin-html` from 6.1.2 to 8.1.2
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md)
- [Commits](BenoitZugmeyer/eslint-plugin-html@v6.1.2...v8.1.2)

Updates `eslint-plugin-import` from 2.27.5 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.27.5...v2.31.0)

Updates `eslint-plugin-jsx-a11y` from 6.5.1 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.5.1...v6.10.2)

Updates `eslint-plugin-promise` from 4.3.1 to 7.2.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v4.3.1...v7.2.1)

Updates `eslint-plugin-react` from 7.30.0 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.30.0...v7.37.4)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 5.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `imports-loader` from 1.2.0 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/imports-loader@v1.2.0...v5.0.0)

Updates `jest` from 27.3.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `jest-canvas-mock` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/hustcc/jest-canvas-mock/releases)
- [Changelog](https://github.com/hustcc/jest-canvas-mock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hustcc/jest-canvas-mock/commits)

Updates `mini-css-extract-plugin` from 1.6.2 to 2.9.2
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v1.6.2...v2.9.2)

Updates `moment` from 2.29.4 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.4...2.30.1)

Updates `openapi-typescript` from 5.4.1 to 7.6.1
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-typescript)

Updates `prettier` from 2.8.4 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.4...3.5.3)

Updates `style-loader` from 1.3.0 to 4.0.0
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/style-loader@v1.3.0...v4.0.0)

Updates `stylelint` from 15.10.1 to 16.17.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.1...16.17.0)

Updates `stylelint-config-standard` from 20.0.0 to 37.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@20.0.0...37.0.0)

Updates `terser-webpack-plugin` from 4.2.3 to 5.3.14
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/terser-webpack-plugin@v4.2.3...v5.3.14)

Updates `typescript` from 4.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v4.7.3...v5.8.2)

Updates `url-loader` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v4.1.0...v4.1.1)

Updates `web-worker` from 1.2.0 to 1.5.0
- [Release notes](https://github.com/developit/web-worker/releases)
- [Commits](developit/web-worker@1.2.0...1.5.0)

Updates `webpack` from 5.94.0 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.98.0)

Updates `webpack-cli` from 4.10.0 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@6.0.1)

Updates `webpack-license-plugin` from 4.2.2 to 4.5.1
- [Release notes](https://github.com/codepunkt/webpack-license-plugin/releases)
- [Changelog](https://github.com/codepunkt/webpack-license-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codepunkt/webpack-license-plugin/commits/v4.5.1)

Updates `webpack-manifest-plugin` from 4.1.1 to 5.0.1
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](shellscape/webpack-manifest-plugin@v4.1.1...v5.0.1)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 2.10.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@emotion/cache"
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@emotion/react"
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@tanstack/react-table"
  dependency-version: 8.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@visx/group"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@visx/shape"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: ansi_up
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: axios
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: camelcase-keys
  dependency-version: 9.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: chakra-react-select
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: codemirror
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: color
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: d3
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: d3-shape
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: echarts
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: elkjs
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: framer-motion
  dependency-version: 12.6.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: jquery
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: jshint
  dependency-version: 2.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: moment-timezone
  dependency-version: 0.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: react
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-dom
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-icons
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: react-markdown
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-query
  dependency-version: 3.39.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: react-router-dom
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-syntax-highlighter
  dependency-version: 15.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-syntax-highlighter"
  dependency-version: 15.5.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: react-textarea-autosize
  dependency-version: 8.5.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: reactflow
  dependency-version: 11.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: redoc
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: remark-gfm
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: swagger-ui-dist
  dependency-version: 5.20.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: tsconfig-paths
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: type-fest
  dependency-version: 4.39.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: url-search-params-polyfill
  dependency-version: 8.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: validator
  dependency-version: 13.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/core"
  dependency-version: 7.26.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/eslint-parser"
  dependency-version: 7.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-version: 7.26.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-env"
  dependency-version: 7.26.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-react"
  dependency-version: 7.26.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.6.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/color"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-syntax-highlighter"
  dependency-version: 15.5.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-table"
  dependency-version: 7.7.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.29.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.29.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: babel-jest
  dependency-version: 29.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: babel-loader
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: clean-webpack-plugin
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: copy-webpack-plugin
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: css-loader
  dependency-version: 7.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: css-minimizer-webpack-plugin
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint
  dependency-version: 9.23.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-config-airbnb-typescript
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-html
  dependency-version: 8.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-import
  dependency-version: 2.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-jsx-a11y
  dependency-version: 6.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-promise
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: imports-loader
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: jest
  dependency-version: 29.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: jest-canvas-mock
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: mini-css-extract-plugin
  dependency-version: 2.9.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: moment
  dependency-version: 2.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: openapi-typescript
  dependency-version: 7.6.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: style-loader
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: stylelint
  dependency-version: 16.17.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: stylelint-config-standard
  dependency-version: 37.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: typescript
  dependency-version: 5.8.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: url-loader
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: web-worker
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: webpack
  dependency-version: 5.98.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: webpack-cli
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: webpack-license-plugin
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: webpack-manifest-plugin
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e branch from 172d474 to 17bc669 Compare May 12, 2025 16:45
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