-
-
Notifications
You must be signed in to change notification settings - Fork 43
chore(deps): update all non-major dependencies #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:format,test:eslint,t... |
❌ Failed | 1m 57s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | 25s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-12-26 17:02:03 UTC
More templates
@tanstack/devtools
@tanstack/devtools-client
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/preact-devtools
@tanstack/react-devtools
@tanstack/solid-devtools
@tanstack/vue-devtools
commit: |
8f5167e to
09c56be
Compare
73011f9 to
169373f
Compare
169373f to
d946b42
Compare

This PR contains the following updates:
^7.28.4->^7.28.5^7.28.3->^7.28.5^7.28.4->^7.28.5^7.28.4->^7.28.5^7.28.4->^7.28.5^2.29.7->^2.29.8^1.2.0->^1.2.1^4.0.6->^4.1.180.3.2->0.3.4^1.23.7->^1.27.6^0.1.7->^0.2.9^5.90.1->^5.90.12^5.90.1->^5.91.1^1.132.0->^1.143.11^1.132.0->^1.143.11^1.131.7->^1.143.11^1.132.0->^1.143.11^1.132.0->^1.143.11^5.90.1->^5.90.15^5.90.1->^5.91.1^1.131.50->^1.143.6^1.131.50->^1.143.60.2.1->0.3.30.2.1->0.4.3^5.90.5->^5.92.1^6.1.0->^6.1.2^10.4.0->^10.4.1^6.8.0->^6.9.1^16.2.0->^16.3.1^19.2.0->^19.2.7^19.2.0->^19.2.3^5.0.4->^5.1.2^6.0.1->^6.0.3^0.31.4->^0.31.8^0.44.5->^0.45.1^9.36.0->^9.39.2^4.2.0->^4.3.0^10.5.1->^10.6.2^2.1.16->^2.1.18^27.0.0->^27.4.0^27.0.0->^27.4.0^5.64.0->^5.77.2^2.11.1->^2.12.0^0.561.0->^0.562.0^4.0.2->^4.0.322.1.3->22.3.310.24.0->10.26.2^10.28.0->^10.28.1^3.6.2->^3.7.4^3.4.0->^3.4.1^0.3.13->^0.3.16^19.2.0->^19.2.3^19.2.0->^19.2.3^1.7.0->^1.9.0^1.9.9->^1.9.10^1.9.9->^1.9.100.9.0->0.10.1^4.0.6->^4.1.18^8.5.0->^8.5.1~5.9.2->~5.9.3^0.5.8->^0.5.10^7.1.7->^7.3.0^7.1.7->^7.3.0^1.17.8->^1.17.9^2.11.8->^2.11.10^6.0.2->^6.0.3^3.5.22->^3.5.26^4.1.11->^4.2.1^5.0.8->^5.0.9Release Notes
solidjs/solid-start (@solidjs/start)
v1.2.0Compare Source
Minor Changes
b454563: adds the option to change the public directory to something other than the default "public"Patch Changes
7282ef4: fix: check fornullinstad ofundefinedinHeaderProxy12f3a3d: Handle multiple exports from the same file in fs-router222c8fc: Enhance route matching to returnisPageflag and add tests for plain text API response and Missing page handling that has both api/file routes.f674717: delete expired cookies in Single-Flight requests12f3a3d: Add a test route for multiple exports handling and correct variable typosTanStack/config (@tanstack/eslint-config)
v0.3.4Compare Source
Patch Changes
v0.3.3Compare Source
Patch Changes
chore: update deps (#315)
fix: add types (#313)
TanStack/form (@tanstack/react-form)
v1.27.6Compare Source
Patch Changes
c526378]:v1.27.5Compare Source
Patch Changes
36fa503,01b24a9]:v1.27.4Compare Source
Patch Changes
fix(react-form): prevent array field re-render when child property changes (#1930)
Array fields with
mode="array"were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.The fix ensures that
mode="array"fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.Fixes #1925
Updated dependencies [
c753d5e]:v1.27.3Compare Source
Patch Changes
c2ecf5d]:v1.27.2Compare Source
Patch Changes
use React 18's useId hook by default for formId generation, only calling Math.random() as a fallback if no formId is provided. (#1913)
fix(react-form): ensure
FormApi.handleSubmitreturns a promise again (#1924)Updated dependencies []:
v1.27.1Compare Source
Patch Changes
Fix issues with methods not being present in React adapter (#1903)
Updated dependencies [
3b080ec]:v1.27.0Compare Source
Patch Changes
Minorly improve performance and fix issues with Start (#1882)
Fixed issues with React Compiler (#1893)
Remove useId for react 17 user compatibility, replaced with uuid (#1850)
Updated dependencies [
8afbfc3,4e92a91]:TanStack/form (@tanstack/react-form-devtools)
v0.2.9Compare Source
Patch Changes
v0.2.8Compare Source
Patch Changes
v0.2.7Compare Source
Patch Changes
v0.2.6Compare Source
Patch Changes
v0.2.5Compare Source
Patch Changes
e18f00c]:v0.2.4Compare Source
Patch Changes
v0.2.3Compare Source
Patch Changes
v0.2.2Compare Source
Patch Changes
v0.2.1Compare Source
Patch Changes
v0.2.0Compare Source
Minor Changes
Patch Changes
154ac18]:TanStack/query (@tanstack/react-query)
v5.90.12Compare Source
Patch Changes
72d8ac5]:TanStack/query (@tanstack/solid-query)
v5.90.15Compare Source
Patch Changes
72d8ac5]:TanStack/router (@tanstack/solid-router)
v1.143.6Compare Source
Version 1.143.6 - 12/24/25, 11:22 PM
Changes
Fix
af9ef26) by Manuel SchillerPackages
v1.143.4Compare Source
Version 1.143.4 - 12/23/25, 11:42 PM
Changes
Fix
6ea81b4) by Nico LynzaadPackages
v1.143.3Compare Source
Version 1.143.3 - 12/23/25, 11:38 AM
Changes
Fix
17c07d9) by Manuel SchillerPackages
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.