Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

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

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

Updates @chakra-ui/react from 3.20.0 to 3.30.0

Release notes

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

@​chakra-ui/react@​3.30.0

Minor Changes

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

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

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

    Changed

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

    Fixed

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

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

    Changed

... (truncated)

Changelog

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

3.30.0

Minor Changes

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

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

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

    Changed

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

    Fixed

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

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

    Changed

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

... (truncated)

Commits

Updates @codemirror/lang-json from 6.0.1 to 6.0.2

Changelog

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

6.0.2 (2025-06-19)

Bug fixes

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

Commits

Updates @tanstack/react-query from 5.75.4 to 5.90.12

Release notes

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

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

Patch Changes

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

@​tanstack/react-query@​5.90.11

Patch Changes

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

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

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

Patch Changes

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

@​tanstack/react-query@​5.90.10

Patch Changes

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

Patch Changes

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

@​tanstack/react-query@​5.90.9

Patch Changes

... (truncated)

Changelog

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

5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

5.90.11

Patch Changes

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

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11

5.90.10

Patch Changes

5.90.9

Patch Changes

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

5.90.8

Patch Changes

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

5.90.7

Patch Changes

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

5.90.6

Patch Changes

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

... (truncated)

Commits

Updates @tanstack/react-virtual from 3.13.8 to 3.13.12

Release notes

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

@​tanstack/react-virtual@​3.13.12

Patch Changes

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

  • Updated dependencies [d21ed98]:

    • @​tanstack/virtual-core@​3.13.12

@​tanstack/react-virtual@​3.13.11

Patch Changes

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

@​tanstack/react-virtual@​3.13.10

Patch Changes

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

@​tanstack/react-virtual@​3.13.9

Patch Changes

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

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

3.13.12

Patch Changes

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

  • Updated dependencies [d21ed98]:

    • @​tanstack/virtual-core@​3.13.12

3.13.11

Patch Changes

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

3.13.10

Patch Changes

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

3.13.9

Patch Changes

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

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

Release notes

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

v4.25.3

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.3

v4.25.2

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.2

v4.25.1

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.1

v4.25.0

Buy me a coffee

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

... (truncated)

Commits

Updates @uiw/react-codemirror from 4.23.12 to 4.25.3

Release notes

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

v4.25.3

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.3

v4.25.2

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.2

v4.25.1

Buy me a coffee

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

npm i @uiw/react-codemirror@4.25.1

v4.25.0

Buy me a coffee

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

... (truncated)

Commits

Updates @xyflow/react from 12.4.4 to 12.10.0

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.10.0

Minor Changes

Patch Changes

@​xyflow/react@​12.9.3

Patch Changes

@​xyflow/react@​12.9.2

Patch Changes

@​xyflow/react@​12.9.1

Patch Changes

@​xyflow/react@​12.9.0

Minor Changes

... (truncated)

Changelog

Sourced from @​xyflow/react's changelog.

12.10.0

Minor Changes

Patch Changes

12.9.3

Patch Changes

12.9.2

Patch Changes

12.9.1

Patch Changes

12.9.0

Minor Changes

... (truncated)

Commits
  • c0ed3c3 chore(packages): bump
  • 83a312b chore(zIndexMode): use basic as default
  • 14fd41b change default back to elevateEdgesOnSelect=false and zIndexMode=basic
  • 3680a6a Merge branch 'main' into feat/zindexmode
  • a523919 chore(middleware): cleanup
  • e4e3605 Merge branch 'main' into middlewares
  • 2c05b32 Merge branch 'feat/zindexmode' of github.com:xyflow/xyflow into feat/zindexmode
  • ddbb928 chore(examples): add zindexmode
  • 9faca33 Merge branch 'main' into feat/zindexmode
  • 4eb4295 feat(svelte): add zIndexMode
  • Additional commits viewable in compare view

Updates anser from 2.3.2 to 2.3.3

Release notes

Sourced from anser's releases.

2.3.3

Update documentation links

Commits

Updates axios from 1.12.0 to 1.13.2

Release notes

Sourced from axios's releases.

Release v1.13.2

Release notes:

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Release v1.13.1

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.2 (2025-11-04)

Bug Fixes

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 11, 2025
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Dec 11, 2025
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Dec 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded branch 3 times, most recently from cc2f9b0 to 5b01d32 Compare December 15, 2025 23:22
…ates

Bumps the core-ui-package-updates group with 60 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.30.0` |
| [@codemirror/lang-json](https://github.com/codemirror/lang-json) | `6.0.1` | `6.0.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.75.4` | `5.90.12` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.8` | `3.13.12` |
| [@uiw/codemirror-themes-all](https://github.com/uiwjs/react-codemirror) | `4.23.12` | `4.25.3` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.12` | `4.25.3` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.4.4` | `12.10.0` |
| [anser](https://github.com/IonicaBizau/anser) | `2.3.2` | `2.3.3` |
| [axios](https://github.com/axios/axios) | `1.12.0` | `1.13.2` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `6.1.0` | `6.1.1` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.9` | `4.5.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.19` |
| [elkjs](https://github.com/kieler/elkjs) | `0.10.0` | `0.11.0` |
| [i18next](https://github.com/i18next/i18next) | `25.1.2` | `25.7.1` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.1.0` | `8.2.0` |
| [node-sql-parser](https://github.com/taozhi8833998/node-sql-parser) | `5.3.10` | `5.3.13` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.19` | `19.2.7` |
| [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) | `5.3.0` | `5.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.2.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.2` | `7.68.0` |
| [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) | `4.6.1` | `5.2.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.5.1` | `16.4.0` |
| [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.6` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.0` | `7.10.1` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.6.1` | `16.1.0` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.4` | `10.0.6` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.0` | `2.8.2` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.4` | `5.0.9` |
| [@7nohe/openapi-react-query-codegen](https://github.com/7nohe/openapi-react-query-codegen) | `1.6.2` | `2.0.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.2.9` | `2.0.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.26.0` | `9.39.1` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.13.0` | `5.6.1` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.74.7` | `5.91.2` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.9.1` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `4.3.0` | `6.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.14` | `24.10.1` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.0.1` | `4.2.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.15` |
| [eslint](https://github.com/eslint/eslint) | `9.26.0` | `9.39.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.8` |
| [eslint-plugin-i18next](https://github.com/edvardchen/eslint-plugin-i18next) | `6.1.1` | `6.1.3` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.1` | `2.21.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.12.3` | `4.15.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.0` | `5.5.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.20` | `0.4.24` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `55.0.0` | `62.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.5.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.2` | `20.0.11` |
| [jsonc-eslint-parser](https://github.com/ota-meshi/jsonc-eslint-parser) | `2.4.0` | `2.4.2` |
| [msw](https://github.com/mswjs/msw) | `2.7.6` | `2.12.4` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.7.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.0` | `8.48.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.2.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.15` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |



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

Updates `@codemirror/lang-json` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/codemirror/lang-json/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-json@6.0.1...6.0.2)

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

Updates `@tanstack/react-virtual` from 3.13.8 to 3.13.12
- [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.12/packages/react-virtual)

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

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

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

Updates `anser` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/IonicaBizau/anser/releases)
- [Commits](IonicaBizau/anser@2.3.2...2.3.3)

Updates `axios` from 1.12.0 to 1.13.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.0...v1.13.2)

Updates `chakra-react-select` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v6.1.0...v6.1.1)

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

Updates `dayjs` from 1.11.13 to 1.11.19
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.19)

Updates `elkjs` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/kieler/elkjs/releases)
- [Commits](kieler/elkjs@0.10.0...0.11.0)

Updates `i18next` from 25.1.2 to 25.7.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.7.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 `node-sql-parser` from 5.3.10 to 5.3.13
- [Release notes](https://github.com/taozhi8833998/node-sql-parser/releases)
- [Commits](taozhi8833998/node-sql-parser@5.3.10...5.3.13)

Updates `react` from 19.1.1 to 19.2.1
- [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.2.1/packages/react)

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

Updates `react-chartjs-2` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases)
- [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md)
- [Commits](reactchartjs/react-chartjs-2@v5.3.0...v5.3.1)

Updates `react-dom` from 19.1.1 to 19.2.1
- [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.2.1/packages/react-dom)

Updates `@types/react-dom` from 18.3.5 to 19.2.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.56.2 to 7.68.0
- [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.68.0)

Updates `react-hotkeys-hook` from 4.6.1 to 5.2.1
- [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.2.1)

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

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

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

Updates `react-syntax-highlighter` from 15.6.1 to 16.1.0
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@v15.6.1...v16.1.0)

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

Updates `yaml` from 2.8.0 to 2.8.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.0...v2.8.2)

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

Updates `@7nohe/openapi-react-query-codegen` from 1.6.2 to 2.0.0
- [Release notes](https://github.com/7nohe/openapi-react-query-codegen/releases)
- [Commits](7nohe/openapi-react-query-codegen@v1.6.2...v2.0.0)

Updates `@eslint/compat` from 1.2.9 to 2.0.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-v2.0.0/packages/compat)

Updates `@eslint/js` from 9.26.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js)

Updates `@stylistic/eslint-plugin` from 2.13.0 to 5.6.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/v5.6.1/packages/eslint-plugin)

Updates `@tanstack/eslint-plugin-query` from 5.74.7 to 5.91.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.91.2/packages/eslint-plugin-query)

Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.9.1)

Updates `@trivago/prettier-plugin-sort-imports` from 4.3.0 to 6.0.0
- [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...v6.0.0)

Updates `@types/node` from 22.15.14 to 24.10.1
- [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.2.7
- [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.2.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 4.0.1 to 4.2.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@4.2.2/packages/plugin-react-swc)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/coverage-v8)

Updates `eslint` from 9.26.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.26.0...v9.39.1)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.8
- [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.8)

Updates `eslint-plugin-i18next` from 6.1.1 to 6.1.3
- [Changelog](https://github.com/edvardchen/eslint-plugin-i18next/blob/main/CHANGELOG.md)
- [Commits](edvardchen/eslint-plugin-i18next@v6.1.1...v6.1.3)

Updates `eslint-plugin-jsonc` from 2.20.1 to 2.21.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.20.1...v2.21.0)

Updates `eslint-plugin-perfectionist` from 4.12.3 to 4.15.1
- [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.15.1)

Updates `eslint-plugin-prettier` from 5.4.0 to 5.5.4
- [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.4)

Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1
- [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.20 to 0.4.24
- [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.20...v0.4.24)

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

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

Updates `happy-dom` from 20.0.2 to 20.0.11
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.2...v20.0.11)

Updates `jsonc-eslint-parser` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/ota-meshi/jsonc-eslint-parser/releases)
- [Changelog](https://github.com/ota-meshi/jsonc-eslint-parser/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/jsonc-eslint-parser@v2.4.0...v2.4.2)

Updates `msw` from 2.7.6 to 2.12.4
- [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.12.4)

Updates `prettier` from 3.5.3 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.7.4)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

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

Updates `vite` from 7.1.11 to 7.2.6
- [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/v7.2.6/packages/vite)

Updates `vitest` from 3.2.4 to 4.0.15
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest)

Updates `@playwright/test` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@codemirror/lang-json"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  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.12
  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.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.25.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@xyflow/react"
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: anser
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: axios
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: chakra-react-select
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: dayjs
  dependency-version: 1.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: elkjs
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: i18next
  dependency-version: 25.7.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: node-sql-parser
  dependency-version: 5.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: react
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-chartjs-2
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: react-dom
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.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.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: react-hotkeys-hook
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-i18next
  dependency-version: 16.4.0
  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.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-router-dom
  dependency-version: 7.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: react-syntax-highlighter
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: use-debounce
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: yaml
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: zustand
  dependency-version: 5.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: "@7nohe/openapi-react-query-codegen"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@eslint/js"
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.6.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.91.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.1
  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: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.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: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: eslint
  dependency-version: 9.39.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.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-i18next
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 4.15.1
  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.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  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.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: eslint-plugin-unicorn
  dependency-version: 62.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: happy-dom
  dependency-version: 20.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: jsonc-eslint-parser
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-ui-package-updates
- dependency-name: msw
  dependency-version: 2.12.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: typescript-eslint
  dependency-version: 8.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: vite
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-ui-package-updates
- dependency-name: vitest
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-ui-package-updates
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-db17c02ded branch from 5b01d32 to 89d56aa Compare December 16, 2025 16:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2025

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

@dependabot dependabot bot closed this Dec 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded branch December 16, 2025 18: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.

0 participants