Bump the core-ui-package-updates group across 1 directory with 11 updates
Bumps the core-ui-package-updates group with 11 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory:
| Package | From | To |
|---|---|---|
| @chakra-ui/react | 3.20.0 |
3.21.0 |
| @tanstack/react-query | 5.80.6 |
5.80.7 |
| axios | 1.9.0 |
1.10.0 |
| react-hook-form | 7.57.0 |
7.58.1 |
| @eslint/compat | 1.2.9 |
1.3.0 |
| @eslint/js | 9.28.0 |
9.29.0 |
| @types/react | 19.1.7 |
19.1.8 |
| eslint | 9.28.0 |
9.29.0 |
| eslint-plugin-prettier | 5.4.1 |
5.5.0 |
| happy-dom | 17.6.3 |
18.0.1 |
| typescript-eslint | 8.34.0 |
8.34.1 |
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.80.6 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
Commits
33d008brelease: v5.80.7- See full diff in compare view
Updates axios from 1.9.0 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
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
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 react-hook-form from 7.57.0 to 7.58.1
Release notes
Sourced from react-hook-form's releases.
Version 7.58.1
🔧 check window.crypto undefined (#12893)
Version 7.58.0
⌨️ feat: add FieldArrayPathByValue type (#12481) 📇 feat #12813 use stringToPath to prevent error at field name with quotes (#12858) 🧧 default to crypto.randomUUID in generateId (#12890) 🐞 close #12857 incorrect formControl return from useForm (#12878) 🐞 fix Initial useFieldArray fields (#12847) 🥷 chore: improve type import (#12879) 📇 chore: Added displayName to useFormContext (#11448) ✍️ chore: fix typo in assert-esm-exports.mjs (#12860)
thanks to
@mastermatt,@clonemycode,@dusan233,@candymask0712,@tran-simon&@adnanalbeda
Commits
d8bb9b37.58.1bb64c07🔧 check window.crypto undefined (#12893)9e33cfa7.58.04502ddb🧧 default to crypto.randomUUID in generateId (#12890)0e3ef81📇 chore: Added displayName to useFormContext (#11448)7ce7cc6🥷 chore: improve type import (#12879)c47545b⌨️ feat: add FieldArrayPathByValue type (#12481)e495306📇 feat #12813 use stringToPath to prevent error at field name with quotes (#1...f513037🐞 close #12857 incorrect formControl return from useForm (#12878)ecc4768🐞 fix Initial useFieldArray fields (#12847)- Additional commits viewable in compare view
Updates @eslint/compat from 1.2.9 to 1.3.0
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.3.0
1.3.0 (2024-08-30)
Features
compat: v1.3.0
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/compat's changelog.
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.14.0 to ^0.15.0
Commits
48b1f84chore: release main (#216)147afecchore: updatepackage.jsonto follow template (#225)0a6aad0docs: fix bun command and update documentation (#222)2a8913cdocs: Update README sponsors3e18175feat: add support for custom name parameter toincludeIgnoreFile(#211)79b4646chore: remove unused@ts-ignorecomment (#209)4ec089edocs: Update README sponsors1ddb2eddocs: Update README sponsorsaa6a48bdocs: Update README sponsors- See full diff in compare view
Updates @eslint/js from 9.28.0 to 9.29.0
Release notes
Sourced from @eslint/js's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
acf2201chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @types/react from 19.1.7 to 19.1.8
Commits
- See full diff in compare view
Updates eslint from 9.28.0 to 9.29.0
Release notes
Sourced from eslint's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
edf232b9.29.0c2414b6Build: changelog update for 9.29.05c114c9chore: upgrade@eslint/js@9.29.0 (#19851)acf2201chore: package.json update for@eslint/jsreleasef686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837)a806994refactor: Remove eslintrc from flat config functionality (#19833)19cdd22feat: prune suppressions for non-existent files (#19825)- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.4.1 to 5.5.0
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.5.0
Minor Changes
- #743
92f2c9cThanks@dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/jsonNew Contributors
@dotcarmenmade their first contribution in prettier/eslint-plugin-prettier#743Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.5.0
Minor Changes
- #743
92f2c9cThanks@dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
Commits
Updates happy-dom from 17.6.3 to 18.0.1
Release notes
Sourced from happy-dom's releases.
v18.0.1
:construction_worker_man: Patch fixes
- Addresses an issue where an error occurred if the Element ID was set to the same name as a Window property with a null value - By
@capricorn86in task #1841v18.0.0
:bomb: Breaking Changes
- Makes the types for Happy DOM strict - By
@capricorn86in task #1154
- This makes it possible to use the option
skipLibCheckset to "false" in the typescript configuration for projects with a strict configuration- This change has resulted in that some types has changed and is therefore considered as a breaking change
BrowserContext.close()now throws an error when trying to close the default context of a browser - By@capricorn86in task #1154:art: Features
- Adds support for
Browser.closed,BrowserContext.closed,BrowserPage.closedandBrowserFrame.closed- By@capricorn86in task #1154- Adds support for
VirtualConsolePrinter.close()andVirtualConsolePrinter.closed- By@capricorn86in task #1154- Adds support for
CookieContainer.clearCookies()- By@capricorn86in task #1154