chore(deps): update all non-major dependencies #290
+1,620
−1,557
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
^0.6.1->^0.32.0^0.1.2->^0.32.0^2.0.32->^2.0.88^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^6.16.2->^6.19.1^0.5.3->^0.9.0^4.1.13->^4.1.180.3.2->0.3.4^1.23.7->^1.27.4^0.1.7->^0.2.7^5.90.1->^5.90.12^5.90.1->^5.91.1^1.131.50->^1.141.4^1.131.50->^1.141.41.132.0-alpha.25->1.141.5^1.131.50->^1.141.5^5.90.1->^5.90.15^5.90.1->^5.91.1^1.131.50->^1.141.4^1.131.50->^1.141.40.2.1->0.3.30.2.1->0.4.3^5.90.5->^5.92.1^6.1.0->^6.1.2^6.8.0->^6.9.1^16.3.0->^16.3.1^19.1.13->^19.2.7^19.1.9->^19.2.3^6.0.1->^6.0.3^5.0.48->^5.0.114^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.3.0^5.64.0->^5.74.0^2.11.1->^2.12.0^4.0.2->^4.0.322.1.3->22.2.710.24.0->10.26.0^3.6.2->^3.7.4^3.4.0->^3.4.1^6.16.2->^6.19.1^0.3.13->^0.3.1619.1.1->19.2.319.1.1->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.1.13->^4.1.18^8.5.0->^8.5.1~5.9.2->~5.9.3^0.5.8->^0.5.9^7.1.7->^7.3.0^1.17.8->^1.17.9^2.11.8->^2.11.10^3.5.22->^3.5.25^4.1.11->^4.2.1^5.0.8->^5.0.9Release Notes
midday-ai/ai-sdk-tools (@ai-sdk-tools/devtools)
v0.32.0Compare Source
v0.31.0Compare Source
v0.25.0Compare Source
v0.24.0Compare Source
v0.20.6Compare Source
v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3v0.20.2v0.12.0Compare Source
v0.11.0Compare Source
v0.10.0Compare Source
vercel/ai (@ai-sdk/openai)
v2.0.88Compare Source
Patch Changes
a909bcf]v2.0.87Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.86Compare Source
Patch Changes
a909bcf: fix(openai); fix url_citation schema in chat apiv2.0.85Compare Source
Patch Changes
e79430b: fix(openai): change find action type to find_in_page action typev2.0.84Compare Source
Patch Changes
041a4fc: feat(openai): add gpt-5.2 modelsv2.0.83Compare Source
Patch Changes
edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs listv2.0.82Compare Source
Patch Changes
e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effortv2.0.81Compare Source
Patch Changes
ef6d784]v2.0.80Compare Source
Patch Changes
707a163: feat(openai): additional settings for file search toolv2.0.79Compare Source
Patch Changes
22ab538]v2.0.78Compare Source
Patch Changes
v2.0.77Compare Source
Patch Changes
31f6c20: fix(openai): allow open_page action type url to be nullishv2.0.76Compare Source
Patch Changes
61545c4: feat (provider/openai): include more image generation response metadataprisma/prisma (@prisma/client)
v6.19.1Compare Source
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.18Compare Source
Fixed
source(…)happens relative to the file it is in (#19274)!in the value (#19243)@tailwindcss/vite(#18970)--watch(#19373)ringColor.DEFAULT) in JS configs (#19348)contenttheme key from JS configs (#19381)futureandexperimentalconfig keys (#19344)text-*andleading-*classes (#19396)@keyframes(#19419)/dev/stdout(#19421)TanStack/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.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.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/router (@tanstack/react-router)
v1.141.4Compare Source
Version 1.141.4 - 12/17/25, 12:19 AM
Changes
Fix
f330532) by Manuel SchillerTest
8628d01) by Birk Skyum91b26b1) by Birk Skyuma13d102) by Birk Skyum0385e65) by Birk Skyumd27e202) by Birk Skyum949c3f4) by Birk Skyum77c7508) by Birk SkyumCi
df5d76c) by autofix-ci[bot]Docs
03aa67f) by Tanner Linsley3f1c2bb) by Tanner Linsley4256268) by Birk Skyum6fd176a) by Birk Skyum2c40790) by s-r-xOther
7e9c2f0) by Birk Skyum8e3c1bc) by Birk SkyumE2e
a6134ff) by Birk SkyumPackages
v1.141.2Compare Source
Version 1.141.2 - 12/12/25, 7:30 PM
Changes
Fix
20aac85) by Manuel SchillerCi
f9be760) by autofix-ci[bot]b1b8c9e) by Lachlan CollinsDocs
f5d2f29) by @AlmarAubelOther
d8377c0) by Tanner LinsleyE2e
eccfd26](httpsConfiguration
📅 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 is behind base branch, 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.