Skip to content

[v3-1-test] chore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates#62807

Open
dependabot[bot] wants to merge 1 commit intov3-1-testfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-85850faba2
Open

[v3-1-test] chore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates#62807
dependabot[bot] wants to merge 1 commit intov3-1-testfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-85850faba2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

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

Package From To
@chakra-ui/react 3.20.0 3.33.0
@codemirror/lang-json 6.0.1 6.0.2
@tanstack/react-query 5.75.4 5.90.21
@tanstack/react-virtual 3.13.8 3.13.19
@uiw/codemirror-themes-all 4.23.12 4.25.5
@uiw/react-codemirror 4.23.12 4.25.5
@xyflow/react 12.4.4 12.10.1
anser 2.3.2 2.3.5
axios 1.13.5 1.13.6
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.8.13
i18next-browser-languagedetector 8.1.0 8.2.1
node-sql-parser 5.3.10 5.4.0
react 19.1.1 19.2.4
@types/react 18.3.19 19.2.14
react-chartjs-2 5.3.0 5.3.1
react-dom 19.1.1 19.2.4
@types/react-dom 18.3.5 19.2.3
react-hook-form 7.56.2 7.71.2
react-hotkeys-hook 4.6.1 5.2.4
react-i18next 15.5.1 16.5.4
react-markdown 9.1.0 10.1.0
react-resizable 3.0.5 3.1.3
react-resizable-panels 2.1.7 4.6.5
react-router-dom 7.12.0 7.13.1
react-syntax-highlighter 15.6.1 16.1.1
use-debounce 10.0.4 10.1.0
yaml 2.8.0 2.8.2
zustand 5.0.4 5.0.11
@7nohe/openapi-react-query-codegen 1.6.2 2.0.0
@eslint/compat 1.2.9 2.0.2
@eslint/js 9.26.0 10.0.1
@stylistic/eslint-plugin 2.13.0 5.9.0
@tanstack/eslint-plugin-query 5.74.7 5.91.4
@testing-library/jest-dom 6.6.3 6.9.1
@testing-library/react 16.3.0 16.3.2
@trivago/prettier-plugin-sort-imports 4.3.0 6.0.2
@types/node 22.15.14 25.3.2
@typescript-eslint/eslint-plugin 8.50.0 8.56.1
@typescript-eslint/parser 8.50.0 8.56.1
@typescript-eslint/utils 8.50.0 8.56.1
@vitejs/plugin-react-swc 3.9.0 4.2.3
@vitest/coverage-v8 2.1.9 4.0.18
eslint 9.26.0 10.0.2
eslint-config-prettier 10.1.2 10.1.8
eslint-plugin-i18next 6.1.1 6.1.3
eslint-plugin-jsonc 2.20.1 3.1.1
eslint-plugin-perfectionist 4.12.3 5.6.0
eslint-plugin-prettier 5.4.0 5.5.5
eslint-plugin-react-hooks 5.2.0 7.0.1
eslint-plugin-react-refresh 0.4.20 0.5.2
eslint-plugin-unicorn 55.0.0 63.0.0
globals 15.15.0 17.3.0
happy-dom 17.4.6 20.7.0
jsonc-eslint-parser 2.4.0 3.1.0
msw 2.7.6 2.12.10
prettier 3.5.3 3.8.1
typescript 5.8.3 5.9.3
typescript-eslint 8.32.0 8.56.1
vite 5.4.19 7.3.1
vite-plugin-css-injected-by-js 3.5.2 4.0.1
vitest 2.1.9 4.0.18

Updates @chakra-ui/react from 3.20.0 to 3.33.0

Release notes

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

@​chakra-ui/react@​3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.

@​chakra-ui/react@​3.32.0

Minor Changes

Patch Changes

... (truncated)

Changelog

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

3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.

3.32.0

Minor Changes

Patch Changes

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

Release notes

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

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

Patch Changes

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

@​tanstack/react-query@​5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

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

Patch Changes

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

@​tanstack/react-query@​5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

@​tanstack/react-query@​5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

@​tanstack/react-query@​5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17
Changelog

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

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)

5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20

5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

5.90.16

Patch Changes

  • fix(react-query): allow retryOnMount when throwOnError is function (#9338)

  • Updated dependencies [7f47906]:

    • @​tanstack/query-core@​5.90.16

5.90.15

Patch Changes

  • Updated dependencies [fccef79]:
    • @​tanstack/query-core@​5.90.15

... (truncated)

Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • 7ac4e20 ci: Version Packages (#10067)
  • 9ff3de7 Upgrade to Vitest v4 (#9862)
  • 0525ad1 ci: Version Packages (#10047)
  • 53fc74e fix(query-core): fix combine not updating when queries change with stable ref...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/react-query since your current version.


Updates @tanstack/react-virtual from 3.13.8 to 3.13.19

Release notes

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

@​tanstack/react-virtual@​3.13.19

Patch Changes

  • Updated dependencies [843109c]:
    • @​tanstack/virtual-core@​3.13.19

@​tanstack/react-virtual@​3.13.18

Patch Changes

  • Updated dependencies [9067574]:
    • @​tanstack/virtual-core@​3.13.18

@​tanstack/react-virtual@​3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @​tanstack/virtual-core@​3.13.17

@​tanstack/react-virtual@​3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @​tanstack/virtual-core@​3.13.16

@​tanstack/react-virtual@​3.13.15

Patch Changes

  • feat(react-virtual): add useFlushSync option (#1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

    • @​tanstack/virtual-core@​3.13.15

@​tanstack/react-virtual@​3.13.14

Patch Changes

  • Updated dependencies [6d9274c]:
    • @​tanstack/virtual-core@​3.13.14

@​tanstack/react-virtual@​3.13.13

Patch Changes

  • Fix: Notify framework when count changes to update getTotalSize() (#1085)

    Fixed an issue where getTotalSize() would return stale values when the count option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual useMemo workarounds.

... (truncated)

Changelog

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

3.13.19

Patch Changes

  • Updated dependencies [843109c]:
    • @​tanstack/virtual-core@​3.13.19

3.13.18

Patch Changes

  • Updated dependencies [9067574]:
    • @​tanstack/virtual-core@​3.13.18

3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @​tanstack/virtual-core@​3.13.17

3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @​tanstack/virtual-core@​3.13.16

3.13.15

Patch Changes

  • feat(react-virtual): add useFlushSync option (#1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience. Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

    • @​tanstack/virtual-core@​3.13.15

3.13.14

Patch Changes

  • Updated dependencies [6d9274c]:
    • @​tanstack/virtual-core@​3.13.14

3.13.13

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/react-virtual since your current version.


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

Release notes

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

v4.25.5

Buy me a coffee

Documentation v4.25.5: https://raw.githack.com/uiwjs/react-codemirror/2bcb7df/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.4...v4.25.5

npm i @uiw/react-codemirror@4.25.5

v4.25.4

Buy me a coffee

Documentation v4.25.4: https://raw.githack.com/uiwjs/react-codemirror/c6e2bc9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.3...v4.25.4

npm i @uiw/react-codemirror@4.25.4

v4.25.3

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.3

v4.25.2

Buy me a coffee

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​uiw/codemirror-themes-all since your current version.


Updates @uiw/react-codemirror from 4.23.12 to 4.25.5

Release notes

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

v4.25.5

Buy me a coffee

Documentation v4.25.5: https://raw.githack.com/uiwjs/react-codemirror/2bcb7df/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.4...v4.25.5

npm i @uiw/react-codemirror@4.25.5

v4.25.4

Buy me a coffee

Documentation v4.25.4: https://raw.githack.com/uiwjs/react-codemirror/c6e2bc9/index.html
Comparing Changes: uiwjs/react-codemirror@v4.25.3...v4.25.4

npm i @uiw/react-codemirror@4.25.4

v4.25.3

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.3

v4.25.2

Buy me a coffee

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​uiw/react-codemirror since your current version.


Updates @xyflow/react from 12.4.4 to 12.10.1

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.10.1

Patch Changes

@​xyflow/react@​12.10.0

Minor Changes

Patch Changes

@​xyflow/react@​12.9.3

Patch Changes

@​xyflow/react@​12.9.2

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.10.1

Patch Changes

12.10.0

Minor Changes

Patch Changes

12.9.3

Patch Changes

12.9.2

... (truncated)

Commits
  • 81a284a chore(packages): bump
  • ac89f9f Merge pull request #5684 from ysds/fix/nodes-selection-drag-after-programmati...
  • d666896 Merge pull request #5704 from xyflow/fix/old-callback-reference
  • 45a4a97 Always use latest version of onConnectEnd & isValidConnection in Handle/Recon...
  • ce6c869 Improve return type of useNodesdata
  • cb41f44 simplify code & useEffect instead of uselayoutEffect
  • be40c34 Fix formatting in MiniMap component usage
  • 39ff6e9 Merge pull request #5682 from artemtam/main
  • 89062ef Refactor loop variables for clarity in index.ts
  • 3f93f82 Merge pull request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2026
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Mar 3, 2026
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Mar 3, 2026
@potiuk potiuk changed the title chore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates [v3-1-testchore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates Mar 4, 2026
@potiuk potiuk changed the title [v3-1-testchore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates [v3-1-test] chore(deps): bump the core-ui-package-updates group across 1 directory with 65 updates Mar 4, 2026
…s 1 directory with 65 updates

Dependabot couldn't find the original pull request head commit, e010abf.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-85850faba2 branch from e010abf to 2501730 Compare March 4, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. 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