airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Bump the core-ui-package-updates group across 1 directory with 86 updates

Open dependabot[bot] opened this issue 1 month ago • 0 comments

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.1
@types/react 18.0.15 19.2.7
react-dom 18.1.0 19.2.1
@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.10.1
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.3.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.1
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.3
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.4
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.15
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: Bug Fix

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

:house: Internal

  • internal: migrate off nimbus #1609

:trophy: Contributors

v2.16.1 (2022-12-20)

:bug: 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

:memo: Documentation

  • docs(xychart): fix typo #1594

:house: Internal

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

:trophy: Contributors

Changelog

Sourced from @​visx/group's changelog.

v2.17.0 (2022-12-22)

:bug: Bug Fix

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

:house: Internal

  • internal: migrate off nimbus #1609

:trophy: Contributors

v2.16.1 (2022-12-20)

:bug: 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

:memo: Documentation

  • docs(xychart): fix typo #1594

:house: Internal

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

:trophy: Contributors

v2.16.0 (2022-10-19)

:bug: Bug Fix

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

:trophy: Contributors

v2.15.1 (2022-10-13)

:bug: 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: 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

:memo: Documentation

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

:trophy: Contributors

v2.17.0 (2022-12-22)

:bug: Bug Fix

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

:house: Internal

  • internal: migrate off nimbus #1609

:trophy: Contributors

v2.16.1 (2022-12-20)

:bug: 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

:memo: Documentation

  • docs(xychart): fix typo #1594

:house: Internal

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

:trophy: Contributors

Changelog

Sourced from @​visx/shape's changelog.

v2.18.0 (2023-01-03)

:bug: 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

:memo: Documentation

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

:trophy: Contributors

v2.17.0 (2022-12-22)

:bug: Bug Fix

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

:house: Internal

  • internal: migrate off nimbus #1609

:trophy: Contributors

v2.16.1 (2022-12-20)

:bug: 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

:memo: Documentation

  • docs(xychart): fix typo #1594

:house: Internal

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

:trophy: 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: https://github.com/drudru/ansi_up/compare/v6.0.5...v6.0.6

Just documentation changes

v6.0.5

Full Changelog: https://github.com/drudru/ansi_up/compare/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: https://github.com/drudru/ansi_up/compare/v6.0.3...v6.0.4

v6.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/drudru/ansi_up/compare/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

dependabot[bot] avatar Dec 09 '25 16:12 dependabot[bot]