Skip to content

Bump the core-ui-package-updates group across 1 directory with 43 updates#50128

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-4ce60e8ab8
Closed

Bump the core-ui-package-updates group across 1 directory with 43 updates#50128
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-4ce60e8ab8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2025

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

Package From To
@chakra-ui/react 3.15.1 3.17.0
@tanstack/react-query 5.69.0 5.75.1
@tanstack/react-table 8.21.2 8.21.3
@uiw/codemirror-themes-all 4.23.10 4.23.12
@uiw/react-codemirror 4.23.10 4.23.12
@xyflow/react 12.4.4 12.6.0
axios 1.8.4 1.9.0
chart.js 4.4.8 4.4.9
next-themes 0.3.0 0.4.6
react 18.3.1 19.1.0
@types/react 18.3.19 19.1.2
react-dom 18.3.1 19.1.0
@types/react-dom 18.3.5 19.1.3
react-hook-form 7.54.2 7.56.1
react-hotkeys-hook 4.6.1 5.0.1
react-markdown 9.1.0 10.1.0
react-resizable-panels 2.1.7 3.0.0
react-router-dom 6.30.0 7.5.3
zustand 5.0.3 5.0.4
@eslint/compat 1.2.7 1.2.9
@eslint/js 9.23.0 9.25.1
@stylistic/eslint-plugin 2.13.0 4.2.0
@tanstack/eslint-plugin-query 5.68.0 5.74.7
@testing-library/react 16.2.0 16.3.0
@trivago/prettier-plugin-sort-imports 4.3.0 5.2.2
@types/node 22.13.11 22.15.3
@vitejs/plugin-react-swc 3.8.1 3.9.0
@vitest/coverage-v8 2.1.9 3.1.2
eslint 9.23.0 9.25.1
eslint-config-prettier 10.1.1 10.1.2
eslint-plugin-perfectionist 4.10.1 4.12.3
eslint-plugin-prettier 5.2.3 5.2.6
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-react-hooks 4.6.2 5.2.0
eslint-plugin-react-refresh 0.4.19 0.4.20
eslint-plugin-unicorn 55.0.0 59.0.0
globals 15.15.0 16.0.0
happy-dom 17.4.4 17.4.6
msw 2.7.3 2.7.5
typescript 5.5.4 5.8.3
typescript-eslint 8.27.0 8.31.1
vite 5.4.19 6.3.4
vitest 2.1.9 3.1.2

Updates @chakra-ui/react from 3.15.1 to 3.17.0

Release notes

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

@​chakra-ui/react@​3.17.0

Minor Changes

  • #9977 ad8cc44 Thanks @​seongminn! - - Breadcrumb: Prevent screen reader from reading the separator

    • Toast: Added toast queuing when the max limit is reached:

      • New toasts were queued instead of dropped
      • Queued toasts were shown when space became available
      • Queue cleared when all toasts were removed
    • SegmentGroup: Fix issue where disabled prop was not being applied to SegmentGroup.Items

    • RatingGroup: Fix issue where half-filled icons were not being displayed correctly in RTL

    • Collapsible: Fixed issue in React.js <= v18.x where collapse animation might not work as expected

@​chakra-ui/react@​3.16.1

Patch Changes

  • 46075ba Thanks @​segunadebayo! - - Dialog, Drawer: Use correct z-index for dialog and drawer backdrop

    • SegmentGroup: Fix issue where orientation prop to SegmentGroup.Root doesn't work as expected

@​chakra-ui/react@​3.16.0

Minor Changes

  • 529244d Thanks @​segunadebayo! - - Global CSS: Improve text selection contrast

    • System

      • Fix issue where borderEnd shorthand was not working despite borderStart being present
      • Fix issue where system.cva return type was incorrect
      • Soften the focus ring for all color palettes
    • Dialog, Drawer: Fix issue where z-index was not being applied correctly

... (truncated)

Changelog

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

3.17.0

Minor Changes

  • #9977 ad8cc44 Thanks @​seongminn! - - Breadcrumb: Prevent screen reader from reading the separator

    • Toast: Added toast queuing when the max limit is reached:

      • New toasts were queued instead of dropped
      • Queued toasts were shown when space became available
      • Queue cleared when all toasts were removed
    • SegmentGroup: Fix issue where disabled prop was not being applied to SegmentGroup.Items

    • RatingGroup: Fix issue where half-filled icons were not being displayed correctly in RTL

    • Collapsible: Fixed issue in React.js <= v18.x where collapse animation might not work as expected

3.16.1

Patch Changes

  • 46075ba Thanks @​segunadebayo! - - Dialog, Drawer: Use correct z-index for dialog and drawer backdrop

    • SegmentGroup: Fix issue where orientation prop to SegmentGroup.Root doesn't work as expected

3.16.0

Minor Changes

  • 529244d Thanks @​segunadebayo! - - Global CSS: Improve text selection contrast

    • System

      • Fix issue where borderEnd shorthand was not working despite borderStart being present
      • Fix issue where system.cva return type was incorrect
      • Soften the focus ring for all color palettes
    • Dialog, Drawer: Fix issue where z-index was not being applied correctly

... (truncated)

Commits
  • e658c1b ci(changesets): version packages
  • 45e6f3f chore: bump ark-ui
  • d6866e1 fix(rating): half star + rtl
  • 23248e9 fix: lint and eslint config
  • cb20b71 chore: bump deps
  • c033daa fix(segment): item disabled prop
  • 7b5dd7a chore: bump ark-ui
  • 8316baf refactoring(breadcrumb.tsx): prevent screen reader from reading the separator...
  • 84c99b4 feat(breadcrumb.tsx): prevent screen reader from reading the separator
  • ae3ca71 ci(changesets): version packages
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.69.0 to 5.75.1

Release notes

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

v5.75.1

Version 5.75.1 - 5/2/25, 11:19 AM

Changes

Fix

  • vue-query: reorder queryOptions and useQuery function overloads to fix type inference (#9088) (a535a46) by @​romansp

Test

  • react-query: use fake timers for useQuery.test.tsx (#9086) (df8e02b) by @​manudeli
  • react-query: use fake timers for useMutation.test.tsx (#9094) (fd34b98) by @​manudeli

Packages

  • @​tanstack/react-query@​5.75.1
  • @​tanstack/vue-query@​5.75.1
  • @​tanstack/react-query-devtools@​5.75.1
  • @​tanstack/react-query-persist-client@​5.75.1
  • @​tanstack/react-query-next-experimental@​5.75.1
  • @​tanstack/vue-query-devtools@​5.75.1

v5.75.0

Version 5.75.0 - 5/1/25, 1:29 PM

Changes

Feat

  • query-core: refetchMode “replace” for streamedQuery (#9092) (ff0131b) by Dominik Dorfmeister

Chore

  • remove unused common type (#8989) (a9fe406) by novice0840
  • deps: update dependency vite to v6.2.7 [security] (#9090) (7d25373) by renovate[bot]

Packages

  • @​tanstack/query-core@​5.75.0
  • @​tanstack/query-broadcast-client-experimental@​5.75.0
  • @​tanstack/query-persist-client-core@​5.75.0
  • @​tanstack/query-sync-storage-persister@​5.75.0
  • @​tanstack/react-query@​5.75.0
  • @​tanstack/react-query-devtools@​5.75.0
  • @​tanstack/react-query-persist-client@​5.75.0
  • @​tanstack/react-query-next-experimental@​5.75.0
  • @​tanstack/solid-query@​5.75.0
  • @​tanstack/solid-query-devtools@​5.75.0
  • @​tanstack/solid-query-persist-client@​5.75.0

... (truncated)

Commits

Updates @tanstack/react-table from 8.21.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
Commits

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

Release notes

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

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @​Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @​jaywcjlove

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
Commits
  • e365f7d released v4.23.12
  • 8ce4ceb fix: resolve ESM import issue in the package. #732
  • 9a5ce28 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-i...
  • fe8e356 released v4.23.11 (#729)
  • d1271a6 fix(react-codemirror): Set correct module type in basic package (#729)
  • d6ee7f8 fix: Set correct module type in basic package (#729)
  • 3bf96a6 example: update nextjs example.
  • d589c09 website: fix example issue. #717
  • See full diff in compare view

Updates @uiw/react-codemirror from 4.23.10 to 4.23.12

Release notes

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

v4.23.12

Buy me a coffee

Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12

npm i @uiw/react-codemirror@4.23.12
  • 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension (#732) 9a5ce28 @​Shellishack
  • 🐞 fix: resolve ESM import issue in the package. #732 8ce4ceb @​jaywcjlove

v4.23.11

Buy me a coffee

Documentation v4.23.11: https://raw.githack.com/uiwjs/react-codemirror/4f9af7b/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.10...v4.23.11

npm i @uiw/react-codemirror@4.23.11
Commits
  • e365f7d released v4.23.12
  • 8ce4ceb fix: resolve ESM import issue in the package. #732
  • 9a5ce28 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-i...
  • fe8e356 released v4.23.11 (#729)
  • d1271a6 fix(react-codemirror): Set correct module type in basic package (#729)
  • d6ee7f8 fix: Set correct module type in basic package (#729)
  • 3bf96a6 example: update nextjs example.
  • d589c09 website: fix example issue. #717
  • See full diff in compare view

Updates @xyflow/react from 12.4.4 to 12.6.0

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.6.0

Minor Changes

Patch Changes

@​xyflow/react@​12.5.6

Patch Changes

@​xyflow/react@​12.5.5

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.6.0

Minor Changes

Patch Changes

12.5.6

Patch Changes

12.5.5

Patch Changes

... (truncated)

Commits
  • 213c004 chore(packages): bump
  • cb6f073 refactor(changes): allow set attributes to be width or height
  • cda61ff chore(ResizeControlLine): cleanup type
  • bee2f4a feat(xy-resizer): add resize direction #2986
  • c75f191 Merge pull request #5217 from xyflow/refactor/selection-changes
  • 9878e93 refactor(provider): rename fitviewoptions to initialfitviewoptions
  • c941596 feat(provider): add minZoom, maxZoom and fitViewOptions
  • f9f9e6f chore(react): avoid deselection on pane click if elementsSelectable=false
  • 1f66172 chore(packages): bump
  • aa555cc refactor(selection-change): dont fire when elementsSelectable=false
  • Additional commits viewable in compare view

Updates axios from 1.8.4 to 1.9.0

Release notes

Sourced from axios's releases.

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Commits
  • cdcfd21 chore(release): v1.9.0 (#6891)
  • 987d2e2 fix(http): send minimal end multipart boundary (#6661)
  • f112edf chore(ci): add PR files guard action; (#6890)
  • 61de4c0 chore(ci): update github actions; (#6889)
  • c3aba3d chore(ci): add labeler github action; (#6888)
  • f7a3b5e fix(headers): fixed support for setting multiple header values from an iterat...
  • e61a893 fix(types): fix autocomplete for adapter config (#6855)
  • 6c5d4cd fix(core): fix the Axios constructor implementation to treat the config argum...
  • dfe8411 fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)
  • d4f7df4 fix(headers): fix getSetCookie by using 'get' method for caseless access; (...
  • Additional commits viewable in compare view

Updates chart.js from 4.4.8 to 4.4.9

Release notes

Sourced from chart.js's releases.

v4.4.9

Essential Links

Bugs Fixed

  • #12057 fix: respect dataset clipping area when filling line charts

Documentation

  • #12039 Add docs on using from Node.js

Development

  • #12062 Bump version to 4.4.9

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

Commits

Updates next-themes from 0.3.0 to 0.4.6

Release notes

Sourced from next-themes's releases.

v0.4.6

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.5...v0.4.6

v0.4.5

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.4...v0.4.5

v0.4.4

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.3...v0.4.4

v0.4.3

What's Changed

  • Pass nonce to inline style tag when using disableTransitionOnChange

Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog:

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2025
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label May 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-4ce60e8ab8 branch from 3c5171d to 088157c Compare May 5, 2025 17:24
…ates

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

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `3.15.1` | `3.17.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.69.0` | `5.75.1` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.21.2` | `8.21.3` |
| [@uiw/codemirror-themes-all](https://github.com/uiwjs/react-codemirror) | `4.23.10` | `4.23.12` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.10` | `4.23.12` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.4.4` | `12.6.0` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.8` | `4.4.9` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.1.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.19` | `19.1.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.1.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.1.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.56.1` |
| [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) | `4.6.1` | `5.0.1` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.1.0` | `10.1.0` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `2.1.7` | `3.0.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.0` | `7.5.3` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.3` | `5.0.4` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.7` | `1.2.9` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` | `9.25.1` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.13.0` | `4.2.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.68.0` | `5.74.7` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.2.0` | `16.3.0` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.3.0` | `5.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.11` | `22.15.3` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.8.1` | `3.9.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.9` | `3.1.2` |
| [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.25.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.2` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.10.1` | `4.12.3` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.6` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.2.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.19` | `0.4.20` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `55.0.0` | `59.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.0.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `17.4.4` | `17.4.6` |
| [msw](https://github.com/mswjs/msw) | `2.7.3` | `2.7.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.8.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.27.0` | `8.31.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.19` | `6.3.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `3.1.2` |



Updates `@chakra-ui/react` from 3.15.1 to 3.17.0
- [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/react@3.17.0/packages/react)

Updates `@tanstack/react-query` from 5.69.0 to 5.75.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.75.1/packages/react-query)

Updates `@tanstack/react-table` from 8.21.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 `@uiw/codemirror-themes-all` from 4.23.10 to 4.23.12
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.10...v4.23.12)

Updates `@uiw/react-codemirror` from 4.23.10 to 4.23.12
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.10...v4.23.12)

Updates `@xyflow/react` from 12.4.4 to 12.6.0
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.6.0/packages/react)

Updates `axios` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.9.0)

Updates `chart.js` from 4.4.8 to 4.4.9
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.8...v4.4.9)

Updates `next-themes` from 0.3.0 to 0.4.6
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.3.0...v0.4.6)

Updates `react` from 18.3.1 to 19.1.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.1.0/packages/react)

Updates `@types/react` from 18.3.19 to 19.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.1.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.1.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.5 to 19.1.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-hook-form` from 7.54.2 to 7.56.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.54.2...v7.56.1)

Updates `react-hotkeys-hook` from 4.6.1 to 5.0.1
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JohannesKlauss/react-keymap-hook/commits)

Updates `react-markdown` from 9.1.0 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@9.1.0...10.1.0)

Updates `react-resizable-panels` from 2.1.7 to 3.0.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Commits](bvaughn/react-resizable-panels@2.1.7...3.0.0)

Updates `react-router-dom` from 6.30.0 to 7.5.3
- [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/react-router-dom@7.5.3/packages/react-router-dom)

Updates `zustand` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.3...v5.0.4)

Updates `@eslint/compat` from 1.2.7 to 1.2.9
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.7...compat-v1.2.9)

Updates `@eslint/js` from 9.23.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.25.1/packages/js)

Updates `@stylistic/eslint-plugin` from 2.13.0 to 4.2.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.2.0/packages/eslint-plugin)

Updates `@tanstack/eslint-plugin-query` from 5.68.0 to 5.74.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.74.7/packages/eslint-plugin-query)

Updates `@testing-library/react` from 16.2.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@v16.2.0...v16.3.0)

Updates `@trivago/prettier-plugin-sort-imports` from 4.3.0 to 5.2.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v4.3.0...v5.2.2)

Updates `@types/node` from 22.13.11 to 22.15.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.19 to 19.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.5 to 19.1.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react-swc` from 3.8.1 to 3.9.0
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@3.9.0/packages/plugin-react-swc)

Updates `@vitest/coverage-v8` from 2.1.9 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-v8)

Updates `eslint` from 9.23.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.23.0...v9.25.1)

Updates `eslint-config-prettier` from 10.1.1 to 10.1.2
- [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@v10.1.1...v10.1.2)

Updates `eslint-plugin-perfectionist` from 4.10.1 to 4.12.3
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.10.1...v4.12.3)

Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.6)

Updates `eslint-plugin-react` from 7.37.4 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.37.4...v7.37.5)

Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.2.0
- [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-react-refresh` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.19...v0.4.20)

Updates `eslint-plugin-unicorn` from 55.0.0 to 59.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v55.0.0...v59.0.0)

Updates `globals` from 15.15.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.15.0...v16.0.0)

Updates `happy-dom` from 17.4.4 to 17.4.6
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v17.4.4...v17.4.6)

Updates `msw` from 2.7.3 to 2.7.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.3...v2.7.5)

Updates `typescript` from 5.5.4 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.8.3)

Updates `typescript-eslint` from 8.27.0 to 8.31.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)

Updates `vite` from 5.4.19 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

Updates `vitest` from 2.1.9 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.75.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-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@uiw/codemirror-themes-all"
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@xyflow/react"
  dependency-version: 12.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: axios
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: chart.js
  dependency-version: 4.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: next-themes
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: react
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-dom
  dependency-version: 19.1.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.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-hook-form
  dependency-version: 7.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: react-hotkeys-hook
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-resizable-panels
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-router-dom
  dependency-version: 7.5.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: zustand
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/compat"
  dependency-version: 1.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/js"
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.74.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 4.12.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-unicorn
  dependency-version: 59.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: globals
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: happy-dom
  dependency-version: 17.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: msw
  dependency-version: 2.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: typescript-eslint
  dependency-version: 8.31.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: vitest
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-4ce60e8ab8 branch from 088157c to 02c77ac Compare May 6, 2025 16:35
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 7, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-4ce60e8ab8 branch May 7, 2025 10:32
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