WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

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

Package From To
@chakra-ui/react 2.4.2 2.10.9
@emotion/cache 11.9.3 11.14.0
@emotion/react 11.9.3 11.14.0
@emotion/styled 11.3.0 11.14.1
@tanstack/react-table 8.13.2 8.21.3
@visx/group 2.10.0 2.17.0
@visx/shape 2.12.2 2.18.0
ansi_up 6.0.2 6.0.6
axios 1.6.1 1.13.2
camelcase-keys 7.0.0 10.0.1
chakra-react-select 4.0.3 6.1.1
codemirror 5.61.1 6.0.2
color 4.2.3 5.0.3
d3 3.5.17 7.9.0
d3-shape 2.1.0 3.2.0
echarts 5.4.2 6.0.0
elkjs 0.7.1 0.11.0
framer-motion 6.3.11 12.23.25
jquery 3.6.0 3.7.1
jshint 2.13.4 2.13.6
moment-timezone 0.5.43 0.6.0
react 18.1.0 19.2.0
@types/react 18.0.15 19.2.7
react-dom 18.1.0 19.2.0
@types/react-dom 18.0.5 19.2.3
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.9.6
react-syntax-highlighter 15.5.0 16.1.0
react-textarea-autosize 8.3.4 8.5.9
reactflow 11.7.4 11.11.4
redoc 2.0.0-rc.72 2.5.2
remark-gfm 3.0.1 4.0.1
swagger-ui-dist 4.1.3 5.30.3
tsconfig-paths 3.14.2 4.2.0
type-fest 2.17.0 5.2.0
url-search-params-polyfill 8.1.1 8.2.5
validator 13.9.0 13.15.23
@babel/core 7.24.7 7.28.5
@babel/eslint-parser 7.24.7 7.28.5
@babel/plugin-transform-runtime 7.24.7 7.28.5
@babel/preset-env 7.24.7 7.28.5
@babel/preset-react 7.24.7 7.28.5
@babel/preset-typescript 7.24.7 7.28.5
@testing-library/jest-dom 5.16.4 6.9.1
@testing-library/react 13.3.0 16.3.0
@types/color 3.0.3 4.2.0
@types/react-syntax-highlighter 15.5.6 15.5.13
@types/react-table 7.7.12 7.7.20
@typescript-eslint/eslint-plugin 5.27.1 7.18.0
@typescript-eslint/parser 5.27.1 8.48.0
babel-jest 27.3.1 30.2.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.1
css-loader 5.2.7 7.1.2
css-minimizer-webpack-plugin 4.0.0 7.0.2
eslint 8.17.0 9.39.1
eslint-config-airbnb-typescript 17.0.0 18.0.0
eslint-config-prettier 8.6.0 10.1.8
eslint-plugin-html 6.1.2 8.1.3
eslint-plugin-import 2.27.5 2.32.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.5
eslint-plugin-react-hooks 4.6.0 7.0.1
eslint-plugin-standard 4.1.0 5.0.0
imports-loader 1.2.0 5.0.0
jest 27.3.1 30.2.0
jest-canvas-mock 2.5.1 2.5.2
mini-css-extract-plugin 1.6.2 2.9.4
moment 2.29.4 2.30.1
openapi-typescript 5.4.1 7.10.1
prettier 2.8.4 3.7.3
style-loader 1.3.0 4.0.0
stylelint 15.10.1 16.26.1
stylelint-config-standard 20.0.0 39.0.1
terser-webpack-plugin 4.2.3 5.3.14
typescript 4.7.3 5.9.3
url-loader 4.1.0 4.1.1
web-worker 1.2.0 1.5.0
webpack 5.94.0 5.103.0
webpack-cli 4.10.0 6.0.1
webpack-license-plugin 4.2.2 4.5.1
webpack-manifest-plugin 4.1.1 6.0.1

Updates @chakra-ui/react from 2.4.2 to 2.10.9

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

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.1

Patch Changes

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

@​emotion/styled@​11.14.0

Minor Changes

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

Patch Changes

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

@​emotion/styled@​11.13.5

Patch Changes

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

  • Updated dependencies [77d930d]:

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

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

  • #3206 d1994c4 Thanks @​DiegoAndai! - Improved compatibility with the upcoming @types/react for React 19 where the global JSX namespace doesn't exist anymore

  • #3208 56109e7 Thanks @​Andarist! - Only forward defined refs to improve compatibility with the upcoming React 19

... (truncated)

Commits

Updates @tanstack/react-table from 8.13.2 to 8.21.3

Release notes

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

v8.21.3

Version 8.21.3 - 4/14/25, 8:19 PM

Changes

Fix

  • table-core: use right Document instance on getResizeHandler (column-sizing feature) (#5989) (54ce673) by @​riccardoperra

Docs

Packages

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

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

... (truncated)

Commits

Updates @visx/group from 2.10.0 to 2.17.0

Release notes

Sourced from @​visx/group's releases.

v2.17.0 (2022-12-22)

🐛 Bug Fix

  • deps(scale): bump d3-interpolate and d3-scale #1578

🏠 Internal

  • internal: migrate off nimbus #1609

🏆 Contributors

v2.16.1 (2022-12-20)

🐛 Bug Fix

  • fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
  • fix(brush): update brush start/end on window resize #1606

📝 Documentation

  • docs(xychart): fix typo #1594

🏠 Internal

  • internal(github-actions): add github release script #1585

🏆 Contributors

Changelog

Sourced from @​visx/group's changelog.

v2.17.0 (2022-12-22)

🐛 Bug Fix

  • deps(scale): bump d3-interpolate and d3-scale #1578

🏠 Internal

  • internal: migrate off nimbus #1609

🏆 Contributors

v2.16.1 (2022-12-20)

🐛 Bug Fix

  • fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
  • fix(brush): update brush start/end on window resize #1606

📝 Documentation

  • docs(xychart): fix typo #1594

🏠 Internal

  • internal(github-actions): add github release script #1585

🏆 Contributors

v2.16.0 (2022-10-19)

🐛 Bug Fix

  • fix(tooltip, bounds): replace findDOMNode with refs for TooltipWithBounds #1583

🏆 Contributors

v2.15.1 (2022-10-13)

🐛 Bug Fix

  • fix(mock-data): add missing bitcoinPrice to index.ts #1582

... (truncated)

Commits
  • 4850219 v2.17.0
  • 0f7ee0a deps(scale): bump d3-interpolate and d3-scale (#1578)
  • 77292e2 v2.17.0-alpha.0
  • 9c73152 build(fa743a47ba83d192d0fcbd7ec71877a169f82ef1): auto-commit package sizes
  • fa743a4 internal: migrate off nimbus (#1609)
  • 0cb5b2f changelog: v2.16.1
  • 31a5492 v2.16.1
  • a4b2ef0 build(f146cadbeba70cad878365b501629bee0759ad0f): auto-commit package sizes
  • f146cad fix(brush): update brush start/end on window resize (#1606)
  • bd96c70 fix uneven data elements renders spokes and wek out of sync (#1599)
  • Additional commits viewable in compare view

Updates @visx/shape from 2.12.2 to 2.18.0

Release notes

Sourced from @​visx/shape's releases.

v2.18.0 (2023-01-03)

🐛 Bug Fix

  • fix(demo/pages/docs): use relative imports to fix API docs #1612
  • Revert breaking "deps(scale): bump d3-interpolate and d3-scale" #1619

📝 Documentation

  • fix(demo/pages/docs): use relative imports to fix API docs #1612

🏆 Contributors

v2.17.0 (2022-12-22)

🐛 Bug Fix

  • deps(scale): bump d3-interpolate and d3-scale #1578

🏠 Internal

  • internal: migrate off nimbus #1609

🏆 Contributors

v2.16.1 (2022-12-20)

🐛 Bug Fix

  • fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
  • fix(brush): update brush start/end on window resize #1606

📝 Documentation

  • docs(xychart): fix typo #1594

🏠 Internal

  • internal(github-actions): add github release script #1585

🏆 Contributors

Changelog

Sourced from @​visx/shape's changelog.

v2.18.0 (2023-01-03)

🐛 Bug Fix

  • fix(demo/pages/docs): use relative imports to fix API docs #1612
  • Revert breaking "deps(scale): bump d3-interpolate and d3-scale" #1619

📝 Documentation

  • fix(demo/pages/docs): use relative imports to fix API docs #1612

🏆 Contributors

v2.17.0 (2022-12-22)

🐛 Bug Fix

  • deps(scale): bump d3-interpolate and d3-scale #1578

🏠 Internal

  • internal: migrate off nimbus #1609

🏆 Contributors

v2.16.1 (2022-12-20)

🐛 Bug Fix

  • fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
  • fix(brush): update brush start/end on window resize #1606

📝 Documentation

  • docs(xychart): fix typo #1594

🏠 Internal

  • internal(github-actions): add github release script #1585

🏆 Contributors

v2.16.0 (2022-10-19)

... (truncated)

Commits

Updates ansi_up from 6.0.2 to 6.0.6

Release notes

Sourced from ansi_up's releases.

v6.0.6

Full Changelog: drudru/ansi_up@v6.0.5...v6.0.6

Just documentation changes

v6.0.5

Full Changelog: drudru/ansi_up@v6.0.4...v6.0.5

Again a whoops. Both the .ts and the .js should have the change now.

v6.0.4

What's Changed

From @​drudru: I just forgot to pull the change into the .ts file. Whoops. The v6.0.3 release had the correct change in the .js file.

New Contributors

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

v6.0.3

What's Changed

New Contributors

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

Commits
  • 07a4824 Bump version 6.0.6
  • fee3d8c Update names
  • 4e1f6c7 Bump version to v6.0.5 and have changes in both .ts and .js
  • 02316f4 Bump version to v6.0.4
  • 7854309 Merge pull request #94 from jonatanschroeder/patch-1
  • 565bc9d Fix handling of faint-only style
  • 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.13.2

Release notes

Sourced from axios's releases.

Release v1.13.2

Release notes:

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Release v1.13.1

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.2 (2025-11-04)

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

1.13.1 (2025-10-28)

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

1.13.0 (2025-10-27)

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

  • http: add HTTP2 support; (#7150) (

…ates

Bumps the core-ui-package-updates group with 86 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.9` |
| [@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.1` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.13.2` | `8.21.3` |
| [@visx/group](https://github.com/airbnb/visx) | `2.10.0` | `2.17.0` |
| [@visx/shape](https://github.com/airbnb/visx) | `2.12.2` | `2.18.0` |
| [ansi_up](https://github.com/drudru/ansi_up) | `6.0.2` | `6.0.6` |
| [axios](https://github.com/axios/axios) | `1.6.1` | `1.13.2` |
| [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) | `7.0.0` | `10.0.1` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `4.0.3` | `6.1.1` |
| [codemirror](https://github.com/codemirror/basic-setup) | `5.61.1` | `6.0.2` |
| [color](https://github.com/Qix-/color) | `4.2.3` | `5.0.3` |
| [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` | `6.0.0` |
| [elkjs](https://github.com/kieler/elkjs) | `0.7.1` | `0.11.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `6.3.11` | `12.23.25` |
| [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.6.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.1.0` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.15` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.1.0` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.0.5` | `19.2.3` |
| [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.9.6` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `16.1.0` |
| [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.5.2` |
| [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.30.3` |
| [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` | `5.2.0` |
| [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.23` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.28.5` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.7` | `7.28.5` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.24.7` | `7.28.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.28.5` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.28.5` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.28.5` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.16.4` | `6.9.1` |
| [@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-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-syntax-highlighter) | `15.5.6` | `15.5.13` |
| [@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` | `7.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.27.1` | `8.48.0` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `27.3.1` | `30.2.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.1` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `5.2.7` | `7.1.2` |
| [css-minimizer-webpack-plugin](https://github.com/webpack/css-minimizer-webpack-plugin) | `4.0.0` | `7.0.2` |
| [eslint](https://github.com/eslint/eslint) | `8.17.0` | `9.39.1` |
| [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.8` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) | `6.1.2` | `8.1.3` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.32.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.5` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `7.0.1` |
| [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) | `4.1.0` | `5.0.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` | `30.2.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.4` |
| [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.10.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.4` | `3.7.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.26.1` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `20.0.0` | `39.0.1` |
| [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) | `4.2.3` | `5.3.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.7.3` | `5.9.3` |
| [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.103.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` | `6.0.1` |



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

Updates `@emotion/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.1
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@tanstack/react-table` from 8.13.2 to 8.21.3
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.21.3/packages/react-table)

Updates `@visx/group` from 2.10.0 to 2.17.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...v2.17.0)

Updates `@visx/shape` from 2.12.2 to 2.18.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...v2.18.0)

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

Updates `axios` from 1.6.1 to 1.13.2
- [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.13.2)

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

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

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

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

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 6.0.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@5.4.2...6.0.0)

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

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

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.6.0
- [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.6.0)

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

Updates `@types/react` from 18.0.15 to 19.2.7
- [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.2.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.2.0/packages/react-dom)

Updates `@types/react-dom` from 18.0.5 to 19.2.3
- [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.9.6
- [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 16.1.0
- [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...v16.1.0)

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.5.2
- [Release notes](https://github.com/Redocly/redoc/releases)
- [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Redocly/redoc/commits)

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.30.3
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v4.1.3...v5.30.3)

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

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

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.23
- [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.23)

Updates `@babel/core` from 7.24.7 to 7.28.5
- [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.28.5/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.7 to 7.28.5
- [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.28.5/eslint/babel-eslint-parser)

Updates `@babel/plugin-transform-runtime` from 7.24.7 to 7.28.5
- [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.28.5/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.24.7 to 7.28.5
- [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.28.5/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.24.7 to 7.28.5
- [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.28.5/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.24.7 to 7.28.5
- [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.28.5/packages/babel-preset-typescript)

Updates `@testing-library/jest-dom` from 5.16.4 to 6.9.1
- [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.9.1)

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.2.7
- [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.2.3
- [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 7.18.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/v7.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.27.1 to 8.48.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.48.0/packages/parser)

Updates `babel-jest` from 27.3.1 to 30.2.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/v30.2.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.1
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v6.4.1...v13.0.1)

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/css-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/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/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/css-minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/css-minimizer-webpack-plugin@v4.0.0...v7.0.2)

Updates `eslint` from 8.17.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.17.0...v9.39.1)

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.8
- [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.8)

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

Updates `eslint-plugin-import` from 2.27.5 to 2.32.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.32.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.5
- [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.5)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 7.0.1
- [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 `eslint-plugin-standard` from 4.1.0 to 5.0.0
- [Commits](standard/eslint-plugin-standard@v4.1.0...v5.0.0)

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/imports-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/imports-loader@v1.2.0...v5.0.0)

Updates `jest` from 27.3.1 to 30.2.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/v30.2.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.4
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/mini-css-extract-plugin@v1.6.2...v2.9.4)

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.10.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.7.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.7.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/style-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/style-loader@v1.3.0...v4.0.0)

Updates `stylelint` from 15.10.1 to 16.26.1
- [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.26.1)

Updates `stylelint-config-standard` from 20.0.0 to 39.0.1
- [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...39.0.1)

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

Updates `typescript` from 4.7.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.7.3...v5.9.3)

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.103.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.103.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/main/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 6.0.1
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](shellscape/webpack-manifest-plugin@v4.1.1...v6.0.1)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 2.10.9
  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.1
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@visx/group"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@visx/shape"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: ansi_up
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: camelcase-keys
  dependency-version: 10.0.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: codemirror
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: color
  dependency-version: 5.0.3
  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: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: elkjs
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: framer-motion
  dependency-version: 12.23.25
  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.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-dom
  dependency-version: 19.2.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.2.3
  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.9.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-syntax-highlighter
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.5.2
  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.30.3
  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: 5.2.0
  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.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/eslint-parser"
  dependency-version: 7.28.5
  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.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-react"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.28.5
  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.9.1
  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.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  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: 7.18.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.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: babel-jest
  dependency-version: 30.2.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.1
  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.39.1
  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.8
  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.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.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.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-standard
  dependency-version: 5.0.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: 30.2.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.4
  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.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: prettier
  dependency-version: 3.7.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.26.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.1
  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.9.3
  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.103.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: 6.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2025
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Dec 5, 2025
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