Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

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:

Package Change Age Confidence
@ai-sdk/openai (source) ^2.0.32 -> ^2.0.42 age confidence
@prisma/client (source) ^6.16.2 -> ^6.16.3 age confidence
@tanstack/config (source) 0.20.2 -> 0.20.3 age confidence
@tanstack/react-query (source) ^5.90.1 -> ^5.90.2 age confidence
@tanstack/react-query-devtools (source) ^5.90.1 -> ^5.90.2 age confidence
@tanstack/react-router (source) ^1.131.50 -> ^1.132.27 age confidence
@tanstack/react-router-devtools (source) ^1.131.50 -> ^1.132.27 age confidence
@tanstack/react-start (source) 1.132.0-alpha.25 -> 1.132.27 age confidence
@tanstack/router-plugin (source) ^1.131.50 -> ^1.132.27 age confidence
@tanstack/solid-query (source) ^5.90.1 -> ^5.90.3 age confidence
@tanstack/solid-query-devtools (source) ^5.90.1 -> ^5.90.3 age confidence
@tanstack/solid-router (source) ^1.131.50 -> ^1.132.27 age confidence
@tanstack/solid-router-devtools (source) ^1.131.50 -> ^1.132.27 age confidence
@testing-library/jest-dom ^6.8.0 -> ^6.9.0 age confidence
@types/react (source) ^19.1.13 -> ^19.1.16 age confidence
ai (source) ^5.0.48 -> ^5.0.59 age confidence
drizzle-kit (source) ^0.31.4 -> ^0.31.5 age confidence
knip (source) ^5.64.0 -> ^5.64.1 age confidence
nx (source) ^21.5.3 -> ^21.6.2 age confidence
pnpm (source) 10.17.0 -> 10.17.1 age confidence
prisma (source) ^6.16.2 -> ^6.16.3 age confidence
typescript (source) ~5.9.2 -> ~5.9.3 age confidence

Release Notes

vercel/ai (@​ai-sdk/openai)

v2.0.42

Patch Changes
  • Updated dependencies [de5c066]
    • ai@​5.0.42

v2.0.41

Compare Source

Patch Changes
  • 110c735: support OPENAI_BASE_URL env

v2.0.40

Compare Source

Patch Changes
  • 8c74f47: feat(provider/openai): add gpt-5-codex model id
  • adca087: feat(provider/openai): local shell tool

v2.0.39

Compare Source

Patch Changes
  • 5428a0d: The built in Code Interpreter tool input code is streamed in tool-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 API

v2.0.37

Compare Source

Patch Changes
  • 6075c91: feat(provider/openai): only send item references for reasoning when store: true

v2.0.36

Compare Source

Patch Changes

v2.0.35

Compare Source

Patch Changes
  • 1cfc209: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from '@&#8203;ai-sdk/openai';
    import { generateText } from 'ai';
    
    await generateText({
      model: openai.chat('gpt-4o'),
      prompt: 'Invent a new holiday and describe its traditions.',
      providerOptions: {
        openai: {
          user: 'user-123',
        } satisfies OpenAIChatLanguageModelOptions,
      },
    });

v2.0.34

Compare Source

Patch Changes
  • 322901b: feat: add provider version to user-agent header

v2.0.33

Compare Source

Patch Changes
  • a617948: fix the "incomplete_details" key from nullable to nullish for openai compatibility
prisma/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 the browser.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 with findFirst 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)

⚠️ Known Limitation: JSON null types in browser builds

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
TanStack/query (@​tanstack/react-query)

v5.90.2

Compare Source

Version 5.90.2 - 9/23/25, 7:37 AM

Changes

Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister

Packages

TanStack/router (@​tanstack/react-router)

v1.132.27

Compare Source

Version 1.132.27 - 9/30/25, 10:04 PM

Changes

Fix
  • raw response handling (#​5276) (5269bd8) by Manuel Schiller
  • router: rewriteBasepath not working without trailing slash (#​5244) (bb410f8) by Thenglong Heng
Ci
  • apply automated fixes (ae5119d) by autofix-ci[bot]
Docs

Packages

v1.132.26

Compare Source

Version 1.132.26 - 9/30/25, 6:49 PM

Changes

Fix
  • allow to express dependencies between serialization adapters (#​5314) (545ff3f) by Manuel Schiller
  • redirect respects rewrites (#​5315) (1ca59e3) by Manuel Schiller
Docs
Tests
  • solid-router: Enable e2e scroll restoration test (#​5298) (581941a) by Birk Skyum

Packages

v1.132.25

Compare Source

Version 1.132.25 - 9/29/25, 7:38 PM

Changes

Fix
  • router: hash history links with target="_blank" generate incorrect URLs (#​5242) (e52673b) by Lee
Docs

Packages

v1.132.23

Compare Source

Version 1.132.23 - 9/28/25, 11:25 PM

Changes

Fix
Docs
Examples
  • fix Bun server static routes from using the wrong path separator on Windows (#​5285) (2817a0c) by Tim Bellefleur
Tests
  • start: update spa mode e2e to use production build (#​5284) (58e8a94) by Nico Lynzaad

Packages

v1.132.21

Compare Source

Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release)

Changes

Fix
  • exclude some more files from compilation (785afe3) by Manuel Schiller
  • use package alias for h3 (#​5281) (3a76b3c) by Manuel Schiller
Docs

Packages

v1.132.19

Compare Source

Version 1.132.19 - 9/28/25, 10:43 AM

Changes

Fix
  • register createServerFn fetcher as serializable (#​5268) (7d876bc) by Manuel Schiller
Docs
  • fix Validation with Zod documentation (#​5269) (985f8c6) by kkane
  • wrong link to bun server implementation in hosting page (#​5272) (b19e0b9) by Mattèo Gauthier

Packages

v1.132.17

Compare Source

Version 1.132.17 - 9/27/25, 10:25 PM

Changes
Fix
  • router-core: consider root in path parsing of trailing underscores (#​5262) (16eacb3) by Nico Lynzaad
Packages

v1.132.7

Compare Source

Version 1.132.7 - 9/25/25, 3:29 PM

Changes

Fix
  • opt into SSR type level serializability check (#​5233) (e6ef218) by Manuel Schiller

Packages

v1.132.6

Compare Source

Version 1.132.6 - 9/25/25, 3:01 AM

Changes
Fix
  • router-core: avoid infinite serializer recursion for arrays (#​5199) (98a02d7) by Brooke Holmes
Packages

v1.132.2

Compare Source

Version 1.132.2 - 9/23/25, 10:37 PM

Changes

Fix
Docs
Other

Packages


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Sep 29, 2025

⚠️ No Changeset found

Latest commit: 7350d51

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

nx-cloud bot commented Sep 29, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 7350d51

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

Copy link

pkg-pr-new bot commented Sep 29, 2025

More templates

@tanstack/devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools@188

@tanstack/devtools-ui

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-ui@188

@tanstack/devtools-utils

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-utils@188

@tanstack/devtools-vite

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-vite@188

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-bus@188

@tanstack/devtools-event-client

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/devtools-event-client@188

@tanstack/react-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/react-devtools@188

@tanstack/solid-devtools

npm i https://pkg.pr.new/TanStack/devtools/@tanstack/solid-devtools@188

commit: 7350d51

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d6a4561 to 554ec36 Compare September 30, 2025 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 554ec36 to 3e0f546 Compare September 30, 2025 23:01
Copy link
Contributor Author

renovate bot commented Oct 1, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant