Bump the edge-ui-package-updates group across 1 directory with 12 updates
Bumps the edge-ui-package-updates group with 12 updates in the /providers/edge3/src/airflow/providers/edge3/plugins/www directory:
| Package | From | To |
|---|---|---|
| @tanstack/react-query | 5.90.10 |
5.90.12 |
| react | 19.2.0 |
19.2.1 |
| @types/react | 19.2.6 |
19.2.7 |
| react-dom | 19.2.0 |
19.2.1 |
| react-router-dom | 7.9.6 |
7.10.1 |
| @vitest/coverage-v8 | 4.0.13 |
4.0.15 |
| happy-dom | 20.0.10 |
20.0.11 |
| prettier | 3.6.2 |
3.7.4 |
| typescript | 5.8.3 |
5.9.3 |
| typescript-eslint | 8.47.0 |
8.48.1 |
| vite | 7.2.4 |
7.2.6 |
| vitest | 4.0.13 |
4.0.15 |
Updates @tanstack/react-query from 5.90.10 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
@tanstack/react-query-persist-client@5.90.11Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.11Patch Changes
Changelog
Sourced from @tanstack/react-query's changelog.
5.90.12
Patch Changes
5.90.11
Patch Changes
Commits
9e8709eci: Version Packages (#9945)72d8ac5fix: update react and nextJs (#9944)6799395ci: Version Packages (#9911)c01b150fix(useQueries): Prevent infinite render loops when useSuspenseQueries has du...c9bc600chore: use betterThrowerdeclaration in tests (#9884)- 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 @types/react from 19.2.6 to 19.2.7
Commits
- 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-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 @types/react from 19.2.6 to 19.2.7
Commits
- See full diff in compare view
Updates @vitest/coverage-v8 from 4.0.13 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
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.159ca74cfchore: release v4.0.14acc5152perf: replacedebugwithobug(#9057)- See full diff in compare view
Updates happy-dom from 20.0.10 to 20.0.11
Release notes
Sourced from happy-dom's releases.
v20.0.11
:construction_worker_man: Patch fixes
- Always include manually set authorization headers in requests - By
@capricorn86in task #1048'
- Authorization headers should only be omitted when automatically set by page context
Commits
Updates prettier from 3.6.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#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#183643.7.1
3.7.0
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
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.
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.47.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.
v8.48.0
8.48.0 (2025-11-24)
🚀 Features
- eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
- rule-tester: remove workaround for jest circular structure error (#11772)
- typescript-estree: gate all errors behind allowInvalidAST (#11693)
- typescript-estree: replace fast-glob with tinyglobby (#11740)
🩹 Fixes
- eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
- scope-manager: change unhelpful
aaaerror message and changeanalyzeto expectsProgram(#11747)- typescript-estree: infers singleRun as true for project service (#11327)
- typescript-estree: disallow binding patterns in parameter properties (#11760)
❤️ Thank You
- Ben McCann
@benmccann- Dima Barabash
@dbarabashh- fisker Cheung
@fisker- James Henry
@JamesHenry- JamesHenry
@JamesHenry- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
@gen-ip-1
... (truncated)
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.
8.48.0 (2025-11-24)
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.16fb1551chore(release): publish 8.48.0a4dc42achore: migrate to nx 22 (#11780)- 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.13 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
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
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.
[//]: # (dependa...
Description has been truncated