Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 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.20.0 3.21.0
@tanstack/react-query 5.75.4 5.80.7
@tanstack/react-virtual 3.13.8 3.13.10
@uiw/codemirror-themes-all 4.23.12 4.23.13
@uiw/react-codemirror 4.23.12 4.23.13
@xyflow/react 12.4.4 12.7.0
axios 1.8.4 1.10.0
chart.js 4.4.9 4.5.0
i18next 25.1.2 25.2.1
i18next-browser-languagedetector 8.1.0 8.2.0
next-themes 0.3.0 0.4.6
react 18.3.1 19.1.0
@types/react 18.3.19 19.1.8
react-dom 18.3.1 19.1.0
@types/react-dom 18.3.5 19.1.6
react-hook-form 7.56.2 7.58.1
react-hotkeys-hook 4.6.1 5.1.0
react-i18next 15.5.1 15.5.3
react-markdown 9.1.0 10.1.0
react-resizable-panels 2.1.7 3.0.3
react-router-dom 6.30.0 7.6.2
use-debounce 10.0.4 10.0.5
zustand 5.0.4 5.0.5
@eslint/compat 1.2.9 1.3.0
@eslint/js 9.26.0 9.29.0
@stylistic/eslint-plugin 2.13.0 4.4.1
@tanstack/eslint-plugin-query 5.74.7 5.78.0
@trivago/prettier-plugin-sort-imports 4.3.0 5.2.2
@types/node 22.15.14 24.0.3
@vitejs/plugin-react-swc 3.9.0 3.10.2
@vitest/coverage-v8 2.1.9 3.2.3
eslint 9.26.0 9.29.0
eslint-config-prettier 10.1.2 10.1.5
eslint-plugin-perfectionist 4.12.3 4.14.0
eslint-plugin-prettier 5.4.0 5.5.0
eslint-plugin-react-hooks 4.6.2 5.2.0
eslint-plugin-unicorn 55.0.0 59.0.1
globals 15.15.0 16.2.0
happy-dom 17.4.6 18.0.1
msw 2.7.6 2.10.2
typescript-eslint 8.32.0 8.34.1
vite 5.4.19 6.3.5
vitest 2.1.9 3.2.3

Updates @chakra-ui/react from 3.20.0 to 3.21.0

Release notes

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

@​chakra-ui/react@​3.21.0

Minor Changes

  • 3df43ba Thanks @​segunadebayo! - Add support new entrypoint for /theme which allows for incremental loading of component recipes to avoid bloating the theme with unused components.

    This is mostly for bundle size optimization.

    For example, if you want just the button recipe to be included in your bundle, you can cherry-pick the recipe you need like this:

    import { createSystem, defaultBaseConfig } from "@chakra-ui/react"
    import { buttonRecipe } from "@chakra-ui/react/theme"
    export const system = createSystem(defaultBaseConfig, {
    theme: {
    recipes: {
    button: buttonRecipe,
    },
    },
    })

Patch Changes

  • 010f256 Thanks @​segunadebayo! - - File Upload: Prevented undefined in acceptedFiles when no files accepted

    • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
    • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
    • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item
Changelog

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

3.21.0

Minor Changes

  • 3df43ba Thanks @​segunadebayo! - Add support new entrypoint for /theme which allows for incremental loading of component recipes to avoid bloating the theme with unused components.

    This is mostly for bundle size optimization.

    For example, if you want just the button recipe to be included in your bundle, you can cherry-pick the recipe you need like this:

    import { createSystem, defaultBaseConfig } from "@chakra-ui/react"
    import { buttonRecipe } from "@chakra-ui/react/theme"
    export const system = createSystem(defaultBaseConfig, {
    theme: {
    recipes: {
    button: buttonRecipe,
    },
    },
    })

Patch Changes

  • 010f256 Thanks @​segunadebayo! - - File Upload: Prevented undefined in acceptedFiles when no files accepted

    • Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
    • Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
    • Menu: Fixed issue where Menu.ItemText could not be used with Menu.Item
Commits

Updates @tanstack/react-query from 5.75.4 to 5.80.7

Release notes

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

v5.80.7

Version 5.80.7 - 6/11/25, 11:51 PM

Changes

Fix

  • solid-query-devtools: client-side code instantiating prematurely server-side (#9163) (bd3ac49) by Wesley LeMahieu

Chore

  • deps: update autofix-ci/action digest to 635ffb0 (#9263) (641ec86) by renovate[bot]

Test

  • add callback return type tests for mutation callbacks (#9252) (2b9b122) by Braden Wong

Docs

  • fix relative links (#9262) (cba46b5) by Collin Stevens
  • Remove superfluous text from mutations.md (#9256) (10b4c2f) by H. C. Kruse
  • Replace accidentally-deleted content in mutations.md (#9254) (eae7bde) by Christina Martinez

Packages

  • @​tanstack/query-core@​5.80.7
  • @​tanstack/solid-query-devtools@​5.80.7
  • @​tanstack/query-broadcast-client-experimental@​5.80.7
  • @​tanstack/query-persist-client-core@​5.80.7
  • @​tanstack/query-sync-storage-persister@​5.80.7
  • @​tanstack/react-query@​5.80.7
  • @​tanstack/react-query-devtools@​5.80.7
  • @​tanstack/react-query-persist-client@​5.80.7
  • @​tanstack/react-query-next-experimental@​5.80.7
  • @​tanstack/solid-query@​5.80.7
  • @​tanstack/solid-query-persist-client@​5.80.7
  • @​tanstack/svelte-query@​5.80.7
  • @​tanstack/svelte-query-devtools@​5.80.7
  • @​tanstack/svelte-query-persist-client@​5.80.7
  • @​tanstack/vue-query@​5.80.7
  • @​tanstack/vue-query-devtools@​5.80.7
  • @​tanstack/angular-query-experimental@​5.80.7
  • @​tanstack/query-async-storage-persister@​5.80.7
  • @​tanstack/angular-query-devtools-experimental@​5.80.7

v5.80.6

Version 5.80.6 - 6/5/25, 1:09 PM

Changes

... (truncated)

Commits

Updates @tanstack/react-virtual from 3.13.8 to 3.13.10

Release notes

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

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

Release notes

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

v4.23.13

Buy me a coffee

Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.12...v4.23.13

npm i @uiw/react-codemirror@4.23.13
Commits

Updates @uiw/react-codemirror from 4.23.12 to 4.23.13

Release notes

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

v4.23.13

Buy me a coffee

Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.12...v4.23.13

npm i @uiw/react-codemirror@4.23.13
Commits

Updates @xyflow/react from 12.4.4 to 12.7.0

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.7.0

Minor Changes

Patch Changes

@​xyflow/react@​12.6.4

Patch Changes

@​xyflow/react@​12.6.3

Patch Changes

@​xyflow/react@​12.6.2

Patch Changes

@​xyflow/react@​12.6.1

Patch Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.7.0

Minor Changes

Patch Changes

12.6.4

Patch Changes

12.6.3

Patch Changes

12.6.2

Patch Changes

... (truncated)

Commits
  • 76ea554 chore(packages): bump
  • 120a12b chore(resizer): cleanup
  • ec3ef27 chore(resizer): cleanup and add scaleControls
  • 178ad01 remove css variable from node resizer
  • 9c2108f correct node resizer control size for viewport zoom
  • a522c48 Merge branch 'main' into feat/nodes-html-attributes
  • 34274eb chore(autoPanOnNodeFocus): cleanup
  • 19cd285 chore(autoFocus): rename to autoPanOnNodeFocus
  • d434f0c chore(nodewrapper): cleanup
  • 9ebc10a chore(cleanup)
  • Additional commits viewable in compare view

Updates axios from 1.8.4 to 1.10.0

Release notes

Sourced from axios's releases.

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

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.10.0 (2025-06-14)

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

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

Updates chart.js from 4.4.9 to 4.5.0

Release notes

Sourced from chart.js's releases.

v4.5.0

Essential Links

Enhancements

  • #11470 Fix min js two renames
  • #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • #12070 Fix: display stacked bar with multiple x-Axis

Types

  • #12064 Document requirement of 'this' when calling tick formatters
  • #12063 Add type definition for beforeEvent changed

Documentation

  • #12088 Fix grammar typo: 'only draw line' -> 'only draw lines'
  • #12087 Fix minified URL for development builds in the docs
  • #12084 fix: correct grammar in segment comments (an segment -> a segment)
  • #12082 Update docs for Developers API
  • #12068 Fix minor typo, missing period

Development

  • #12090 bump version to 4.5.0
  • #12025 Bump pnpm/action-setup from 4.0.0 to 4.1.0

Thanks to @​FabTechAT, @​Jee-on, @​LeeLenaleee, @​R2Jeu-prive, @​dependabot[bot], @​ffdm, @​fulldecent, @​joshkel, @​lucasleung8, @​nakanoh, @​xavierleune and dependabot[bot]

Commits

Updates i18next from 25.1.2 to 25.2.1

Release notes

Sourced from i18next's releases.

v25.2.1

  • streamline fallbackLng option of t call with the init options 2312

v25.2.0

  • introduce cacheInBuiltFormats option to address 2227

v25.1.3

  • Ensure nsSeparator is respected when appendNamespaceToMissingKey is true 2311, fixes 2310
Changelog

Sourced from i18next's changelog.

25.2.1

  • streamline fallbackLng option of t call with the init options 2312

25.2.0

  • introduce cacheInBuiltFormats option to address 2227

25.1.3

  • Ensure nsSeparator is respected when appendNamespaceToMissingKey is true 2311, fixes 2310
Commits

Updates i18next-browser-languagedetector from 8.1.0 to 8.2.0

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.2.0

  • feat: add support for hash detector 304
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2025
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jun 17, 2025
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jun 17, 2025
Copy link
Contributor

@bbovenzi bbovenzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we can't bump the major version changes without checking for breaking changes.

…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.20.0` | `3.21.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.75.4` | `5.80.7` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.8` | `3.13.10` |
| [@uiw/codemirror-themes-all](https://github.com/uiwjs/react-codemirror) | `4.23.12` | `4.23.13` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.12` | `4.23.13` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.4.4` | `12.7.0` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.10.0` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.9` | `4.5.0` |
| [i18next](https://github.com/i18next/i18next) | `25.1.2` | `25.2.1` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.1.0` | `8.2.0` |
| [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.8` |
| [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.6` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.2` | `7.58.1` |
| [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) | `4.6.1` | `5.1.0` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.5.1` | `15.5.3` |
| [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.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.0` | `7.6.2` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.4` | `10.0.5` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.4` | `5.0.5` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.2.9` | `1.3.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.26.0` | `9.29.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.13.0` | `4.4.1` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.74.7` | `5.78.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.15.14` | `24.0.3` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.9.0` | `3.10.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.9` | `3.2.3` |
| [eslint](https://github.com/eslint/eslint) | `9.26.0` | `9.29.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.12.3` | `4.14.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.0` | `5.5.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.2.0` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `55.0.0` | `59.0.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.2.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `17.4.6` | `18.0.1` |
| [msw](https://github.com/mswjs/msw) | `2.7.6` | `2.10.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.0` | `8.34.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.19` | `6.3.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `3.2.3` |



Updates `@chakra-ui/react` from 3.20.0 to 3.21.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.21.0/packages/react)

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

Updates `@tanstack/react-virtual` from 3.13.8 to 3.13.10
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.10/packages/react-virtual)

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

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

Updates `@xyflow/react` from 12.4.4 to 12.7.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.7.0/packages/react)

Updates `axios` from 1.8.4 to 1.10.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.10.0)

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

Updates `i18next` from 25.1.2 to 25.2.1
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.1.2...v25.2.1)

Updates `i18next-browser-languagedetector` from 8.1.0 to 8.2.0
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.1.0...v8.2.0)

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.8
- [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.6
- [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.56.2 to 7.58.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.56.2...v7.58.1)

Updates `react-hotkeys-hook` from 4.6.1 to 5.1.0
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md)
- [Commits](JohannesKlauss/react-hotkeys-hook@v4.6.1...v5.1.0)

Updates `react-i18next` from 15.5.1 to 15.5.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.5.1...v15.5.3)

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.3
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Commits](https://github.com/bvaughn/react-resizable-panels/commits)

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

Updates `use-debounce` from 10.0.4 to 10.0.5
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits)

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

Updates `@eslint/compat` from 1.2.9 to 1.3.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.3.0/packages/compat)

Updates `@eslint/js` from 9.26.0 to 9.29.0
- [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.29.0/packages/js)

Updates `@stylistic/eslint-plugin` from 2.13.0 to 4.4.1
- [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.4.1/packages/eslint-plugin)

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

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.15.14 to 24.0.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.8
- [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.6
- [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.9.0 to 3.10.2
- [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.10.2/packages/plugin-react-swc)

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

Updates `eslint` from 9.26.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.26.0...v9.29.0)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [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.2...v10.1.5)

Updates `eslint-plugin-perfectionist` from 4.12.3 to 4.14.0
- [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.12.3...v4.14.0)

Updates `eslint-plugin-prettier` from 5.4.0 to 5.5.0
- [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.4.0...v5.5.0)

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-unicorn` from 55.0.0 to 59.0.1
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v55.0.0...v59.0.1)

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

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

Updates `msw` from 2.7.6 to 2.10.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.6...v2.10.2)

Updates `typescript-eslint` from 8.32.0 to 8.34.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.34.1/packages/typescript-eslint)

Updates `vite` from 5.4.19 to 6.3.5
- [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.5/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.21.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.80.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.10
  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.13
  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.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@xyflow/react"
  dependency-version: 12.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: chart.js
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: i18next
  dependency-version: 25.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: i18next-browser-languagedetector
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.8
  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.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-hook-form
  dependency-version: 7.58.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.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-i18next
  dependency-version: 15.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-router-dom
  dependency-version: 7.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: use-debounce
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: zustand
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/compat"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 4.4.1
  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.78.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: 24.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.8
  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.6
  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.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint
  dependency-version: 9.29.0
  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.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 4.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-unicorn
  dependency-version: 59.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: happy-dom
  dependency-version: 18.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: msw
  dependency-version: 2.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: typescript-eslint
  dependency-version: 8.34.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: vite
  dependency-version: 6.3.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: vitest
  dependency-version: 3.2.3
  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-b78b402171 branch from 3e39d35 to ad21ad4 Compare June 18, 2025 17:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2025

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

@dependabot dependabot bot closed this Jun 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-b78b402171 branch June 19, 2025 17:01
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.

2 participants