Bump the core-ui-package-updates group across 1 directory with 11 updates
Bumps the core-ui-package-updates group with 10 updates in the /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory:
| Package | From | To |
|---|---|---|
| @tanstack/react-query | 5.90.11 |
5.90.12 |
| react | 19.2.0 |
19.2.1 |
| react-dom | 19.2.0 |
19.2.1 |
| react-hook-form | 7.67.0 |
7.68.0 |
| react-router-dom | 7.9.6 |
7.10.1 |
| @vitest/coverage-v8 | 4.0.14 |
4.0.15 |
| prettier | 3.7.2 |
3.7.4 |
| typescript | 5.8.3 |
5.9.3 |
| typescript-eslint | 8.48.0 |
8.48.1 |
| vite | 7.2.4 |
7.2.6 |
Updates @tanstack/react-query from 5.90.11 to 5.90.12
Release notes
Sourced from @tanstack/react-query's releases.
@tanstack/react-query-persist-client@5.90.12Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.12Patch Changes
Commits
9e8709eci: Version Packages (#9945)72d8ac5fix: update react and nextJs (#9944)- See full diff in compare view
Updates react from 19.2.0 to 19.2.1
Release notes
Sourced from react's releases.
19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
053df4eVersion 19.2.1- See full diff in compare view
Updates react-dom from 19.2.0 to 19.2.1
Release notes
Sourced from react-dom's releases.
19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react-dom's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
053df4eVersion 19.2.1- See full diff in compare view
Updates react-hook-form from 7.67.0 to 7.68.0
Release notes
Sourced from react-hook-form's releases.
Version 7.68.0
🎧 feat:
<FormStateSubscribe />component (#13142)import { useForm, FormStateSubscribe } from 'react-hook-form';const App = () => {
const { register, control } = useForm();return (
<div>
<form>
<input {...register('foo')} />
<input {...register('bar')} />
</form>
{/* re-render only when formState offoochanges */}
<FormStateSubscribe
control={control}
name={"foo"}
render={({errors}) => <span>{errors.foo?.message}</span>}
/>
</div>
);
};
🐞 fix: clear validation errors synchronously in reset() to fix Next.js 16 Server Actions issue (#13139) Revert "✨ fix(types): allow undefined value with async defaultValues in Contr…" (#13171)
thanks to
@xiangnuans,@abnud11,@ntatoud&@ap0nia
Commits
b84595e7.68.0f51aaa8🧹 chore: clean up imports in deep-equal (#13174)baa0733Revert "✨ fix(types): allow undefined value with async defaultValues in Contr...e82e05e🐞 fix: clear validation errors synchronously in reset() to fix Next.js 16 Ser...175cbb9🪖 chore: upgrade eslint react hooks (#13168)43bcf05🎧 feat: <FormStateSubscribe /> component (#13142)6f39b1e7.67.090d19ad🎯 feat: add exact to useController props (#13154)ceb0b8f✨ fix(types): allow undefined value with async defaultValues in Contr… (#13160)a42f198🐞 fix(types): correct PathValueImpl type inference (#13150)- See full diff in compare view
Updates react-router-dom from 7.9.6 to 7.10.1
Release notes
Sourced from react-router-dom's releases.
[email protected]
Patch Changes
- Updated dependencies
Changelog
Sourced from react-router-dom's changelog.
7.10.1
Patch Changes
- Updated dependencies:
7.10.0
Patch Changes
- Updated dependencies:
Commits
77d22fachore: Update version for release (#14634)201cad9chore: Update version for release (pre) (#14629)4a5e333chore: Update version for release (#14618)99244dfchore: Update version for release (pre) (#14606)d037c11chore: Update version for release (pre) (#14599)- See full diff in compare view
Updates @vitest/coverage-v8 from 4.0.14 to 4.0.15
Release notes
Sourced from @vitest/coverage-v8's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
Commits
eb1abf0chore: release v4.0.15- See full diff in compare view
Updates prettier from 3.7.2 to 3.7.4
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@fiskerin prettier/prettier#18393- Fix unstable comment print in union type by
@fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@kovsuin prettier/prettier#183833.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#18375
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div><!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by
@fisker)// Input type Foo = (/** comment */ a | b) | c;// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by
@fisker)// Input type X = (A | B) & ( // comment A | B );// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>
... (truncated)
Commits
7848357Release 3.7.47686c59Release@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3fe49434Remove dead code checking union/intersection types length (#18396)ca02b37Fix unstable comment print (#18395)7efb988Fix comment in union type get duplicated (#18393)cfa92c1Update dependency@angular/compilerto v21.0.2 (#18392)1de2737Update dependency yaml to v2.8.2 (#18391)706aa4eSwitch js parse postprocess toonEnter(#18382)d3eb2b2Reuse arrays in visitor keys (#18386)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKG- Additional commits viewable in compare view
Updates typescript-eslint from 8.48.0 to 8.48.1
Release notes
Sourced from typescript-eslint's releases.
v8.48.1
8.48.1 (2025-12-02)
⏪ Reverts
- eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)
🩹 Fixes
- eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
- eslint-plugin: honor ignored base types on generic classes (#11767)
- eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon
@Higangssh- tao
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.48.1 (2025-12-02)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
8fe3445chore(release): publish 8.48.1- See full diff in compare view
Updates vite from 7.2.4 to 7.2.6
Release notes
Sourced from vite's releases.
v7.2.6
Please refer to CHANGELOG.md for details.
v7.2.5
Please refer to CHANGELOG.md for details.
Note: 7.2.5 failed to publish so it is skipped on npm
Changelog
Sourced from vite's changelog.
7.2.6 (2025-12-01)
7.2.5 (2025-12-01)
Bug Fixes
- config: handle shebang properly (#21158) (df5a30d)
- deps: update all non-major dependencies (#21146) (a3cd262)
- deps: update all non-major dependencies (#21175) (72e398a)
- fix
external: truemerging (#21164) (5ef557a)- shortcuts not rebound after server restart (#21166) (3765f7b)
Performance Improvements
Documentation
Miscellaneous Chores
Commits
bda5dbbrelease: v7.2.63aa7527release: v7.2.572e398afix(deps): update all non-major dependencies (#21175)3765f7bfix: shortcuts not rebound after server restart (#21166)5ef557afix: fixexternal: truemerging (#21164)74559c9chore(deps): update rolldown-related dependencies (#21174)df5a30dfix(config): handle shebang properly (#21158)a3cd262fix(deps): update all non-major dependencies (#21146)46d3077docs: clarify manifest.jsonimportsfield is JS chunks only (#21136)203a551perf(deps): replace debug with obug (#21137)- See full diff in compare view
Updates vitest from 4.0.14 to 4.0.15
Release notes
Sourced from vitest's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
Commits
eb1abf0chore: release v4.0.15a68f74efeat(cache): add opt-out on a plugin level, fix internal root cache (#9154)122ff32feat(reporters): print import duration breakdown (#9105)0d2e7e3fix(browser): runtoMatchScreenshotonly once when used with `expect.elemen...d57d8bffix(pool): terminate workers onCTRL+cforceful exits (#9140)bb65e15fix(reporters): show project in github reporter (#9138)52b242bchore(deps): update all non-major dependencies (#9133)4c75492fix: fix external behavior withdeps.optimizer(#9125)a5d98fdrefactor(vitest): get current test name from task property (#9120)fd8bd6dfix: useoptimizeDeps.rolldownOptionsto fix depreated warning + fix `ssr.e...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions