airflow icon indicating copy to clipboard operation
airflow copied to clipboard

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

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

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

Package From To
@chakra-ui/react 3.20.0 3.29.0
@codemirror/lang-json 6.0.1 6.0.2
@tanstack/react-query 5.75.4 5.90.9
@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.2
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.5
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.0
react-hotkeys-hook 4.6.1 5.2.1
react-i18next 15.5.1 16.3.3
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.5.0
@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 3.9.0 4.2.2
@vitest/coverage-v8 2.1.9 4.0.9
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 17.4.6 20.0.10
jsonc-eslint-parser 2.4.0 2.4.1
msw 2.7.6 2.12.2
prettier 3.5.3 3.6.2
typescript 5.8.3 5.9.3
typescript-eslint 8.32.0 8.46.4
vite 5.4.19 7.2.2
vitest 2.1.9 4.0.9

Updates @chakra-ui/react from 3.20.0 to 3.29.0

Release notes

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

@​chakra-ui/react@​3.29.0

Minor Changes

Patch Changes

  • 69aabbf Thanks @​segunadebayo! - - Combobox: Refactor recipe for smarter padding management to prevent input text from overflowing unto triggers
    • CodeBlock: Add missing use client directive

@​chakra-ui/react@​3.28.0

Minor Changes

  • #10374 e62bae7 Thanks @​Adebesin-Cell! - Add new TagsInput component for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.

    import { Span, TagsInput } from "@chakra-ui/react"
    

    export const TagsInputBasic = () => { return ( <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}> <TagsInput.Label>Tags</TagsInput.Label> <TagsInput.Control> <TagsInput.Items /> <TagsInput.Input placeholder="Add tag..." /> </TagsInput.Control> </TagsInput.Root> ) }

  • bf31e2a Thanks @​segunadebayo! - - Checkbox

    • Fix issue where setting initial checked state to indeterminate doesn't work
    • Ensure api.checkedState returns the correct checked state
    • Collapsible
      • Add support for collapsedHeight and collapsedWidth props to control the dimensions of the collapsible content when in its collapsed state
      • Fix issue where dir prop value doesn't get applied correctly

... (truncated)

Changelog

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

3.29.0

Minor Changes

Patch Changes

  • 69aabbf Thanks @​segunadebayo! - - Combobox: Refactor recipe for smarter padding management to prevent input text from overflowing unto triggers
    • CodeBlock: Add missing use client directive

3.28.1

Patch Changes

  • fad9a2e Thanks @​segunadebayo! - Fix CodeBlock right padding when scrolling long code lines horizontally

  • 37d166a Thanks @​segunadebayo! - - Tabs: Refactor to use css variables for styling indicator (--tabs-indicator-bg ) for better customization.

    • SegmentedControl: Refactor to use css variables for styling indicator (--segment-indicator-bg and --segment-indicator-shadow) for better customization.
  • 7067c95 Thanks @​segunadebayo! - Fix Shadow DOM and Web Component selector handling in globalCss. The :host, :host-context(), and ::slotted() pseudo-classes now correctly transform to top-level selectors with case-insensitive matching.

  • c7060de Thanks @​segunadebayo! - Improve styled-system performance with multiple optimizations

    • Token cloning: Replace structuredClone() with efficient shallow clone (75x faster)
    • Memoization: Improve cache key generation with efficient hashing and LRU cache (1.4x faster baseline, up to 585x faster for cached operations)
    • Object allocation: Use singleton empty objects instead of creating new ones in hot paths
    • Array operations: Optimize responsive value normalization with for loops instead of reduce

... (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.9

Release notes

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

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

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.7

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.6

Patch Changes

... (truncated)

Changelog

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

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

5.90.4

Patch Changes

  • Updated dependencies [20ef922]:
    • @​tanstack/query-core@​5.90.4

5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
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 Nov 20 '25 16:11 dependabot[bot]