Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@prisma/client (source) 6.16.2 -> 6.16.3 age confidence dependencies patch 6.17.0
@prisma/client (source) 6.16.2 -> 6.16.3 age confidence devDependencies patch 6.17.0
@types/node (source) 22.18.6 -> 22.18.7 age confidence devDependencies patch 22.18.8
fastify-plugin 5.0.1 -> 5.1.0 age confidence dependencies minor
github/codeql-action v3.30.6 -> v3.30.7 age confidence action patch
prisma (source) 6.16.2 -> 6.16.3 age confidence devDependencies patch 6.17.0
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch
typescript-eslint (source) 8.44.1 -> 8.45.0 age confidence devDependencies minor 8.46.0

Release Notes

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.

fastify/fastify-plugin (fastify-plugin)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-plugin@v5.0.1...v5.1.0

github/codeql-action (github/codeql-action)

v3.30.7

Compare Source

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.45.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

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

@renovate renovate bot requested a review from xuhdev as a code owner October 5, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b82f56d to a9012d9 Compare October 6, 2025 17:11
@renovate renovate bot changed the title fix(deps): update dependency fastify-plugin to v5.1.0 fix(deps): update all non-major dependencies Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 05ecd7e to 6fb08be Compare October 7, 2025 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fb08be to 343a457 Compare October 7, 2025 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants