-
-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update all non-major dependencies #188
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 | 8s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | 1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-10-01 13:53:06
UTC
More templates
@tanstack/devtools
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/react-devtools
@tanstack/solid-devtools
commit: |
d6a4561
to
554ec36
Compare
554ec36
to
3e0f546
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^2.0.32
->^2.0.42
^6.16.2
->^6.16.3
0.20.2
->0.20.3
^5.90.1
->^5.90.2
^5.90.1
->^5.90.2
^1.131.50
->^1.132.27
^1.131.50
->^1.132.27
1.132.0-alpha.25
->1.132.27
^1.131.50
->^1.132.27
^5.90.1
->^5.90.3
^5.90.1
->^5.90.3
^1.131.50
->^1.132.27
^1.131.50
->^1.132.27
^6.8.0
->^6.9.0
^19.1.13
->^19.1.16
^5.0.48
->^5.0.59
^0.31.4
->^0.31.5
^5.64.0
->^5.64.1
^21.5.3
->^21.6.2
10.17.0
->10.17.1
^6.16.2
->^6.16.3
~5.9.2
->~5.9.3
Release Notes
vercel/ai (@ai-sdk/openai)
v2.0.42
Patch Changes
de5c066
]v2.0.41
Compare Source
Patch Changes
110c735
: support OPENAI_BASE_URL envv2.0.40
Compare Source
Patch Changes
8c74f47
: feat(provider/openai): add gpt-5-codex model idadca087
: feat(provider/openai): local shell toolv2.0.39
Compare Source
Patch Changes
5428a0d
: The built in Code Interpreter tool input code is streamed intool-input-<start/delta/end>
chunks.v2.0.38
Compare Source
Patch Changes
0bda600
: enables code_interpreter and file_search capabilities in the Azure provider through the Responses APIv2.0.37
Compare Source
Patch Changes
6075c91
: feat(provider/openai): only send item references for reasoning when store: truev2.0.36
Compare Source
Patch Changes
bc5ed71
: chore: update zod peer depenedency versionbc5ed71
]v2.0.35
Compare Source
Patch Changes
1cfc209
: feat(provider/openai):OpenAIChatLanguageModelOptions
typev2.0.34
Compare Source
Patch Changes
322901b
: feat: add provider version to user-agent headerv2.0.33
Compare Source
Patch Changes
a617948
: fix the "incomplete_details" key from nullable to nullish for openai compatibilityprisma/prisma (@prisma/client)
v6.16.3
Compare Source
Today, we are issuing a 6.16.3 patch release focused on bug fixes.
🛠 Fixes
Prisma Client (
prisma-client
generator): fixed missing JSON null type definitions (JsonNull
,DbNull
,AnyNull
) in thebrowser.ts
entrypoint. (#28186)Prisma Migrate: don't add the default schema (namespace) to the generated migrations unless it was specified explicitly in the schema file. This restores the pre-6.13.0 behaviour that was inadvertently changed with enabling multi-schema support by default. Users who rely on database schemas for multi-tenancy can now again use the same migration files for all of their schemas. (prisma/prisma-engines#5614)
Prisma Client: enabled negative
take
withfindFirst
again. (prisma/prisma-engines#5616 — contributed by @jay-l-e-e)Prisma Accelerate: aligned the behaviour of the new Rust-free client with Query Engine to handle self-signed certificates consistently and ensure backward compatibility. (#28134)
@prisma/adapter-mariadb
: fixed error event listeners leak. (#28177 — contributed by @Tiaansu)The fix introduces the missing types, but the singleton instances differ between the client and browser entrypoints of the generated client. This means that values like
Prisma.JsonNull
imported from browser cannot yet be assigned to fields expected from the client entrypoint, and vice versa. This results in confusing TypeScript errors if you mix them. A follow-up improvement is planned to unify these utility types across entrypoints.TanStack/config (@tanstack/config)
v0.20.3
Compare Source
Patch Changes
60ac898
]:TanStack/query (@tanstack/react-query)
v5.90.2
Compare Source
Version 5.90.2 - 9/23/25, 7:37 AM
Changes
Fix
2cf3ec9
) by Dominik DorfmeisterPackages
TanStack/router (@tanstack/react-router)
v1.132.27
Compare Source
Version 1.132.27 - 9/30/25, 10:04 PM
Changes
Fix
5269bd8
) by Manuel SchillerrewriteBasepath
not working without trailing slash (#5244) (bb410f8
) by Thenglong HengCi
ae5119d
) by autofix-ci[bot]Docs
c29938b
) by TinsFoxPackages
v1.132.26
Compare Source
Version 1.132.26 - 9/30/25, 6:49 PM
Changes
Fix
545ff3f
) by Manuel Schiller1ca59e3
) by Manuel SchillerDocs
2d453a2
) by @morinokamiTests
581941a
) by Birk SkyumPackages
v1.132.25
Compare Source
Version 1.132.25 - 9/29/25, 7:38 PM
Changes
Fix
target="_blank"
generate incorrect URLs (#5242) (e52673b
) by LeeDocs
31e5b9c
) by @oliwheelerPackages
v1.132.23
Compare Source
Version 1.132.23 - 9/28/25, 11:25 PM
Changes
Fix
a255e9d
) by Manuel SchillerDocs
7a129f7
) by Adam RackisExamples
2817a0c
) by Tim BellefleurTests
58e8a94
) by Nico LynzaadPackages
v1.132.21
Compare Source
Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release)
Changes
Fix
785afe3
) by Manuel Schiller3a76b3c
) by Manuel SchillerDocs
04af815
) by MoPackages
v1.132.19
Compare Source
Version 1.132.19 - 9/28/25, 10:43 AM
Changes
Fix
7d876bc
) by Manuel SchillerDocs
985f8c6
) by kkaneb19e0b9
) by Mattèo GauthierPackages
v1.132.17
Compare Source
Version 1.132.17 - 9/27/25, 10:25 PM
Changes
Fix
16eacb3
) by Nico LynzaadPackages
v1.132.7
Compare Source
Version 1.132.7 - 9/25/25, 3:29 PM
Changes
Fix
e6ef218
) by Manuel SchillerPackages
v1.132.6
Compare Source
Version 1.132.6 - 9/25/25, 3:01 AM
Changes
Fix
98a02d7
) by Brooke HolmesPackages
v1.132.2
Compare Source
Version 1.132.2 - 9/23/25, 10:37 PM
Changes
Fix
bd55576
) by Manuel SchillerDocs
70d2989
) by Manuel Schiller0c069fb
) by SarahOther
0aa3666
) by @John-ColvinPackages
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 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.