Bump the core-ui-package-updates group across 1 directory with 43 updates
Bumps the core-ui-package-updates group with 43 updates in the /airflow-core/src/airflow/ui directory:
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.0Minor Changes
3df43baThanks@segunadebayo! - Add support new entrypoint for/themewhich 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
buttonrecipe 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
010f256Thanks@segunadebayo! - - File Upload: PreventedundefinedinacceptedFileswhen 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.ItemTextcould not be used withMenu.Item
Changelog
Sourced from @chakra-ui/react's changelog.
3.21.0
Minor Changes
3df43baThanks@segunadebayo! - Add support new entrypoint for/themewhich 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
buttonrecipe 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
010f256Thanks@segunadebayo! - - File Upload: PreventedundefinedinacceptedFileswhen 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.ItemTextcould not be used withMenu.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.7v5.80.6
Version 5.80.6 - 6/5/25, 1:09 PM
Changes
... (truncated)
Commits
33d008brelease: v5.80.74335993release: v5.80.62db48f4release: v5.80.54f4c2c7release: v5.80.30d2c2e0fix(react-query): move hydrationQueue from state to a derived value (#9247)37eda0drelease: v5.80.29c6fb06release: v5.80.18d41a4erelease: v5.80.0efa963drefactor(types): remove unnecessary TQueryData generic in InfiniteQueryObserv...214fafdrelease: v5.79.2- Additional commits viewable in compare view
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.10Patch Changes
@tanstack/react-virtual@3.13.9Patch Changes
Changelog
Sourced from @tanstack/react-virtual's changelog.
3.13.10
Patch Changes
3.13.9
Patch Changes
Commits
7e9906cci: Version Packages (#1016)152bc3bchore(deps): update all non-major dependencies (#1015)d3ee618chore(deps): update all non-major dependencies (#1010)64b6f3bchore(deps): update all non-major dependencies (#1006)27f779bci: Version Packages (#1005)704ac0dchore(deps): update all non-major dependencies (#1000)- See full diff in compare view
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
Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.12...v4.23.13npm i @uiw/[email protected]
- 🐞 fix(merge): Update react codemirror merge to work in shadow dom (#735) 154727c
@boopeshmahendran227- 🆎 type(merge): fix type error. #735 9e9776b
@jaywcjlove
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
Documentation v4.23.13: https://raw.githack.com/uiwjs/react-codemirror/40401ed/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.23.12...v4.23.13npm i @uiw/[email protected]
- 🐞 fix(merge): Update react codemirror merge to work in shadow dom (#735) 154727c
@boopeshmahendran227- 🆎 type(merge): fix type error. #735 9e9776b
@jaywcjlove
Commits
Updates @xyflow/react from 12.4.4 to 12.7.0
Release notes
Sourced from @xyflow/react's releases.
@xyflow/react@12.7.0Minor Changes
#5299
848b486bThanks@printerscanner! - AddariaRoleprop to nodes and edges#5276
6ce44a05Thanks@moklick! - Add aneaseandinterpolateoption to all function that alter the viewport#5277
f59730ceThanks@printerscanner! - AddariaLabelConfigprop for customizing UI text like aria labels and descriptions.#5317
09458f52Thanks@moklick! - AdddomAttributesoption for nodes and edges#5326
050b511cThanks@peterkogo! - Prevent NodeResizer controls to become too small when zooming out#5308
09fab679Thanks@printerscanner! - Focus nodes on tab if not within the viewport and add a new propautoPanOnNodeFocusPatch Changes
- Updated dependencies [
848b486b,dba6faf2,6ce44a05,f59730ce,09458f52,050b511c]:
@xyflow/system@0.0.62
@xyflow/react@12.6.4Patch Changes
#5263
e4a8d4b4Thanks@moklick! - Multi select key works when input is focused#5266
77107453Thanks@peterkogo! - Fix connection snapping for handles larger than connectionRadiusUpdated dependencies [
77107453]:
@xyflow/system@0.0.61
@xyflow/react@12.6.3Patch Changes
#5259
77bf79c4Thanks@peterkogo! - Fix background-color css variable fallback.Updated dependencies [
77bf79c4]:
@xyflow/system@0.0.60
@xyflow/react@12.6.2Patch Changes
#5257
b1314be0Thanks@moklick! - Use OnReconnect from systemUpdated dependencies [
a95f0e2f]:
@xyflow/system@0.0.59
@xyflow/react@12.6.1Patch Changes
... (truncated)
Changelog
Sourced from @xyflow/react's changelog.
12.7.0
Minor Changes
#5299
848b486bThanks@printerscanner! - AddariaRoleprop to nodes and edges#5276
6ce44a05Thanks@moklick! - Add aneaseandinterpolateoption to all function that alter the viewport#5277
f59730ceThanks@printerscanner! - AddariaLabelConfigprop for customizing UI text like aria labels and descriptions.#5317
09458f52Thanks@moklick! - AdddomAttributesoption for nodes and edges#5326
050b511cThanks@peterkogo! - Prevent NodeResizer controls to become too small when zooming out#5308
09fab679Thanks@printerscanner! - Focus nodes on tab if not within the viewport and add a new propautoPanOnNodeFocusPatch Changes
- Updated dependencies [
848b486b,dba6faf2,6ce44a05,f59730ce,09458f52,050b511c]:
@xyflow/system@0.0.6212.6.4
Patch Changes
#5263
e4a8d4b4Thanks@moklick! - Multi select key works when input is focused#5266
77107453Thanks@peterkogo! - Fix connection snapping for handles larger than connectionRadiusUpdated dependencies [
77107453]:
@xyflow/system@0.0.6112.6.3
Patch Changes
#5259
77bf79c4Thanks@peterkogo! - Fix background-color css variable fallback.Updated dependencies [
77bf79c4]:
@xyflow/system@0.0.6012.6.2
Patch Changes
... (truncated)
Commits
76ea554chore(packages): bump120a12bchore(resizer): cleanupec3ef27chore(resizer): cleanup and add scaleControls178ad01remove css variable from node resizer9c2108fcorrect node resizer control size for viewport zooma522c48Merge branch 'main' into feat/nodes-html-attributes34274ebchore(autoPanOnNodeFocus): cleanup19cd285chore(autoFocus): rename to autoPanOnNodeFocusd434f0cchore(nodewrapper): cleanup9ebc10achore(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
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
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
getSetCookieby 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
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
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
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
getSetCookieby 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
Contributors to this release
Commits
73a836dchore(release): v1.10.0 (#6943)3d343b8fix(package): add module entry point for React Native; (#6933)0f50af8fix(adapter): pass fetchOptions to fetch function (#6883)ee7799erefactor: remove unused import in test (#6922)eb0a2dbchore: fix typos in test (#6923)7d55139docs(readme): improve error descriptions; (#6920)f4fc6b8chore(sponsor): update sponsor block (#6921)5064b10fix(form-data): convert boolean values to strings in FormData serialization (...c7e0feaCI: add Node 24 (#6913)7ba895cchore(sponsor): update sponsor block (#6907)- Additional commits viewable in compare view
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
Thanks to
@FabTechAT,@Jee-on,@LeeLenaleee,@R2Jeu-prive,@dependabot[bot],@ffdm,@fulldecent,@joshkel,@lucasleung8,@nakanoh,@xavierleuneand dependabot[bot]
Commits
b5ee134bump version to 4.5.0 (#12090)e106aa9Fix grammar typo: '... and only draw line.' -> '... and only draw lines.' (#1...59ffa84Fix minified url for development builds (#12087)debdf07Fix min js two renames (#11470)14d66befix: correct grammar in segment comments (#12084)c86116dBump pnpm/action-setup from 4.0.0 to 4.1.0 (#12025)4bd8cf4Update docs for Developers API (#12082)8ea47caFix: display stacked bar with multiple x-Axis (#12070)bcc7681Fix minor typo (#12068)3361a63Require 'this' when calling tick formatters (#12064)- Additional commits viewable in compare view
Updates i18next from 25.1.2 to 25.2.1
Release notes
Sourced from i18next's releases.
v25.2.1
- streamline
fallbackLngoption of t call with the init options 2312v25.2.0
- introduce
cacheInBuiltFormatsoption to address 2227v25.1.3
Changelog
Sourced from i18next's changelog.
25.2.1
- streamline
fallbackLngoption of t call with the init options 231225.2.0
- introduce
cacheInBuiltFormatsoption to address 222725.1.3
Commits
defa00f25.2.18b42d4bstreamlinefallbackLngoption of t call with the init options #231201dd29725.2.0ce54c7dintroducecacheInBuiltFormatsoption to address #22270b4a3d325.1.30b3d167releasef50472fRespectnsSeparatorwhenappendNamespaceToMissingKeyistrue(#2311)32979d8chore: update dependencies (#2309)- See full diff in compare view
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
- fix: add null check for value in updateDOM function to prevent runtime errors and flashing by
@groveomin pacocoursey/next-themes#344New Contributors
@groveommade their first contribution in