airflow icon indicating copy to clipboard operation
airflow copied to clipboard

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

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

Bumps the core-ui-package-updates group with 59 updates in the /airflow-core/src/airflow/ui directory:

Package From To
@chakra-ui/react 3.20.0 3.30.0
@codemirror/lang-json 6.0.1 6.0.2
@tanstack/react-query 5.75.4 5.90.11
@tanstack/react-virtual 3.13.8 3.13.12
@uiw/codemirror-themes-all 4.23.12 4.25.3
@uiw/react-codemirror 4.23.12 4.25.3
@xyflow/react 12.4.4 12.9.3
anser 2.3.2 2.3.3
axios 1.12.0 1.13.2
chakra-react-select 6.1.0 6.1.1
chart.js 4.4.9 4.5.1
dayjs 1.11.13 1.11.19
elkjs 0.10.0 0.11.0
i18next 25.1.2 25.6.3
i18next-browser-languagedetector 8.1.0 8.2.0
node-sql-parser 5.3.10 5.3.13
react 19.1.1 19.2.0
@types/react 18.3.19 19.2.7
react-chartjs-2 5.3.0 5.3.1
react-dom 19.1.1 19.2.0
@types/react-dom 18.3.5 19.2.3
react-hook-form 7.56.2 7.66.1
react-hotkeys-hook 4.6.1 5.2.1
react-i18next 15.5.1 16.3.5
react-markdown 9.1.0 10.1.0
react-resizable-panels 2.1.7 3.0.6
react-router-dom 6.30.0 7.9.6
react-syntax-highlighter 15.6.1 16.1.0
use-debounce 10.0.4 10.0.6
yaml 2.8.0 2.8.1
zustand 5.0.4 5.0.8
@eslint/compat 1.2.9 2.0.0
@eslint/js 9.26.0 9.39.1
@stylistic/eslint-plugin 2.13.0 5.6.1
@tanstack/eslint-plugin-query 5.74.7 5.91.2
@testing-library/jest-dom 6.6.3 6.9.1
@trivago/prettier-plugin-sort-imports 4.3.0 6.0.0
@types/node 22.15.14 24.10.1
@vitejs/plugin-react-swc 4.0.1 4.2.2
@vitest/coverage-v8 3.2.4 4.0.14
eslint 9.26.0 9.39.1
eslint-config-prettier 10.1.2 10.1.8
eslint-plugin-i18next 6.1.1 6.1.3
eslint-plugin-jsonc 2.20.1 2.21.0
eslint-plugin-perfectionist 4.12.3 4.15.1
eslint-plugin-prettier 5.4.0 5.5.4
eslint-plugin-react-hooks 5.2.0 7.0.1
eslint-plugin-react-refresh 0.4.20 0.4.24
eslint-plugin-unicorn 55.0.0 62.0.0
globals 15.15.0 16.5.0
happy-dom 20.0.2 20.0.11
jsonc-eslint-parser 2.4.0 2.4.1
msw 2.7.6 2.12.3
prettier 3.5.3 3.7.1
typescript 5.8.3 5.9.3
typescript-eslint 8.32.0 8.48.0
vite 7.1.11 7.2.4
vitest 3.2.4 4.0.14
@playwright/test 1.56.1 1.57.0

Updates @chakra-ui/react from 3.20.0 to 3.30.0

Release notes

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

@​chakra-ui/react@​3.30.0

Minor Changes

  • #10425 0168a04 Thanks @​Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component

    <Splitter.Root panels={[{ id: "a" }, { id: "b" }]}>
      <Splitter.Panel id="a">Panel A</Splitter.Panel>
      <Splitter.ResizeTrigger id="a:b" />
      <Splitter.Panel id="b">Panel B</Splitter.Panel>
    </Splitter.Root>
    
  • 7b9aa97 Thanks @​segunadebayo! - ### Added

    • Carousel: Added autoSize prop for variable width/height slides

    Changed

    • useListCollection: initialItems now accepts readonly arrays
    • Types: Exported InteractOutsideEvent, FocusOutsideEvent, PointerDownOutsideEvent types

    Fixed

    • Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with allowMouseDrag
    • Combobox:
      • Fixed onHighlightChange not firing when filtered to empty;
      • Fixed focus stealing in controlled mode
      • Removed problematic aria-hidden behavior
    • File Upload: Fixed non-interactive children in dropzone not opening file picker
    • Radio Group: Fixed inconsistent data-focus-visible/data-focus attributes; fixed indicator showing before rect resolved (with Tabs)
    • Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
  • 503e11a Thanks @​segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

... (truncated)

Changelog

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

3.30.0

Minor Changes

  • #10425 0168a04 Thanks @​Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component

    <Splitter.Root panels={[{ id: "a" }, { id: "b" }]}>
      <Splitter.Panel id="a">Panel A</Splitter.Panel>
      <Splitter.ResizeTrigger id="a:b" />
      <Splitter.Panel id="b">Panel B</Splitter.Panel>
    </Splitter.Root>
    
  • 7b9aa97 Thanks @​segunadebayo! - ### Added

    • Carousel: Added autoSize prop for variable width/height slides

    Changed

    • useListCollection: initialItems now accepts readonly arrays
    • Types: Exported InteractOutsideEvent, FocusOutsideEvent, PointerDownOutsideEvent types

    Fixed

    • Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with allowMouseDrag
    • Combobox:
      • Fixed onHighlightChange not firing when filtered to empty;
      • Fixed focus stealing in controlled mode
      • Removed problematic aria-hidden behavior
    • File Upload: Fixed non-interactive children in dropzone not opening file picker
    • Radio Group: Fixed inconsistent data-focus-visible/data-focus attributes; fixed indicator showing before rect resolved (with Tabs)
    • Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
  • 503e11a Thanks @​segunadebayo! - ### Added

    • Semantic Tokens: Add new border semantic token to all color palettes (gray.300/gray.700 for gray, color.500/color.400 for colored palettes) to improve outline component appearance

    Changed

    • Button, Badge, Tag, Checkbox: Update outline variants to use colorPalette.border instead of colorPalette.muted or global border token for better appearance, especially for non-gray color palettes.

... (truncated)

Commits

Updates @codemirror/lang-json from 6.0.1 to 6.0.2

Changelog

Sourced from @​codemirror/lang-json's changelog.

6.0.2 (2025-06-19)

Bug fixes

Add a .d.cts file to make TypeScript happy.

Commits

Updates @tanstack/react-query from 5.75.4 to 5.90.11

Release notes

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

@​tanstack/react-query-persist-client@​5.90.11

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.8
    • @​tanstack/react-query@​5.90.9

@​tanstack/react-query@​5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

@​tanstack/react-query-persist-client@​5.90.10

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.7
    • @​tanstack/react-query@​5.90.8

@​tanstack/react-query@​5.90.10

Patch Changes

@​tanstack/react-query-persist-client@​5.90.9

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.6
    • @​tanstack/react-query@​5.90.7

@​tanstack/react-query@​5.90.9

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9

@​tanstack/react-query-persist-client@​5.90.8

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.5
    • @​tanstack/react-query@​5.90.6

@​tanstack/react-query@​5.90.8

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

5.90.10

Patch Changes

5.90.9

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9

5.90.8

Patch Changes

  • Updated dependencies [c0ec9fe]:
    • @​tanstack/query-core@​5.90.8

5.90.7

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

5.90.6

Patch Changes

  • Updated dependencies [1638c02]:
    • @​tanstack/query-core@​5.90.6

5.90.5

Patch Changes

  • Updated dependencies [e42ddfe]:
    • @​tanstack/query-core@​5.90.5

... (truncated)

Commits

Updates @tanstack/react-virtual from 3.13.8 to 3.13.12

Release notes

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

@​tanstack/react-virtual@​3.13.12

Patch Changes

  • chore(react-virtual): fix vite e2e build (#1030)

  • Updated dependencies [d21ed98]:

    • @​tanstack/virtual-core@​3.13.12

@​tanstack/react-virtual@​3.13.11

Patch Changes

  • Updated dependencies [73fa867]:
    • @​tanstack/virtual-core@​3.13.11

@​tanstack/react-virtual@​3.13.10

Patch Changes

  • Updated dependencies [b3b7e7d]:
    • @​tanstack/virtual-core@​3.13.10

@​tanstack/react-virtual@​3.13.9

Patch Changes

  • Updated dependencies [9e33cdb]:
    • @​tanstack/virtual-core@​3.13.9
Changelog

Sourced from @​tanstack/react-virtual's changelog.

3.13.12

Patch Changes

  • chore(react-virtual): fix vite e2e build (#1030)

  • Updated dependencies [d21ed98]:

    • @​tanstack/virtual-core@​3.13.12

3.13.11

Patch Changes

  • Updated dependencies [73fa867]:
    • @​tanstack/virtual-core@​3.13.11

3.13.10

Patch Changes

  • Updated dependencies [b3b7e7d]:
    • @​tanstack/virtual-core@​3.13.10

3.13.9

Patch Changes

  • Updated dependencies [9e33cdb]:
    • @​tanstack/virtual-core@​3.13.9
Commits

Updates @uiw/codemirror-themes-all from 4.23.12 to 4.25.3

Release notes

Sourced from @​uiw/codemirror-themes-all's releases.

v4.25.3

Buy me a coffee

Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.2...v4.25.3

npm i @uiw/[email protected]

v4.25.2

Buy me a coffee

Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2

npm i @uiw/[email protected]

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.0...v4.25.1

npm i @uiw/[email protected]

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html

... (truncated)

Commits

Updates @uiw/react-codemirror from 4.23.12 to 4.25.3

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.25.3

Buy me a coffee

Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.2...v4.25.3

npm i @uiw/[email protected]

v4.25.2

Buy me a coffee

Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2

npm i @uiw/[email protected]

v4.25.1

Buy me a coffee

Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.0...v4.25.1

npm i @uiw/[email protected]

v4.25.0

Buy me a coffee

Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html

... (truncated)

Commits

Updates @xyflow/react from 12.4.4 to 12.9.3

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.9.3

Patch Changes

@​xyflow/react@​12.9.2

Patch Changes

@​xyflow/react@​12.9.1

Patch Changes

@​xyflow/react@​12.9.0

Minor Changes

Patch Changes

@​xyflow/react@​12.8.5

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.9.3

Patch Changes

12.9.2

Patch Changes

12.9.1

Patch Changes

12.9.0

Minor Changes

Patch Changes

12.8.6

... (truncated)

Commits
  • 12c516d chore(packages): bump
  • cb2db9f chore(reactflow): paneClickDistance default 1
  • 7680cef Merge pull request #5594 from xyflow/enhance/connection-snapping
  • a52ccc2 chore(packages): bump
  • b298819 chore(pane): handle nodes selection
  • 0d2cda7 also postpone starting selection when clicking on a node
  • 11aa29b always pass current pointer position to connection
  • 1522b24 chore(packages): bump
  • 2baa839 simplify conditions
  • eb7a272 rename hasActiveSelection to isSelectionEnabled
  • Additional commits viewable in compare view

Updates anser from 2.3.2 to 2.3.3

Release notes

Sourced from anser's releases.

2.3.3

Update documentation links

Commits

Updates axios from 1.12.0 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

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