Skip to content

chore(deps): bump the prisma group in /auth with 2 updates#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/auth/prisma-bb0d37a526
Open

chore(deps): bump the prisma group in /auth with 2 updates#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/auth/prisma-bb0d37a526

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps the prisma group in /auth with 2 updates: @prisma/client and prisma.

Updates @prisma/client from 6.19.0 to 7.1.0

Release notes

Sourced from @​prisma/client's releases.

7.1.0

Today, we are excited to share the 7.1.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

This release brings quality of life improvements and fixes various bugs.

Prisma ORM

  • #28735: pnpm monorepo issues with prisma client runtime utils Resolves issues in pnpm monorepos where users would report TypeScript issues related to @prisma/client-runtime-utils.

  • #28769:  implement sql commenter plugins for Prisma Client This PR implements support for SQL commenter plugins to Prisma Client. The feature will allow users to add metadata to SQL queries as comments following the sqlcommenter format.

    Here’s two related PRs that were also merged:

    • #28796: implement query tags for SQL commenter plugin
    • #28802: add traceContext SQL commenter plugin
  • #28737: added error message when constructing client without configs This commit adds an additional error message when trying to create a new PrismaClient instance without any arguments. Thanks to @​xio84 for this community contribution!

  • #28820: mark @opentelemetry/api as external in instrumentation Ensures @opentelemetry/api is treated as an external dependency rather than bundled. Since it is a peer dependency, this prevents applications from ending up with duplicate copies of the package.

  • #28694: allow env() helper to accept interface-based generics Updates the env() helper’s type definition so it works with interfaces as well as type aliases. This removes the previous constraint requiring an index signature and resolves TS2344 errors when using interface-based env types. Runtime behavior is unchanged. Thanks to @​SaubhagyaAnubhav for this community contribution!

Read Replicas extension

  • #53: Add support for Prisma 7 Users of the read-replicas extension can now use the extension in Prisma v7. You can update by installing:

    npm install @prisma/extension-read-replicas@latest

    For folks still on Prisma v6, install version 0.4.1:

    npm install @prisma/extension-read-replicas@0.4.1

For more information, visit the repo

SQL comments

... (truncated)

Commits
  • d00dc11 feat: add traceContext SQL commenter plugin (#28802)
  • f2ef286 chore(deps): update engines to 7.1.0-6.ab635e6b9d606fa5c8fb8b1a7f909c3c3c1c98...
  • 32ac485 feat: implement query tags sqlcommenter plugin (#28796)
  • 44cac9f feat: implement sqlcommenter plugins for Prisma Client (#28769)
  • 6b81970 test: re-add integration tests (#28799)
  • 6e9438a fix(test): e2e unsupported edge error (#28722)
  • ba98f98 fix(client): added error message when constructing client without configs (#2...
  • 58fec5e refactor: refactor schema path loading and fix config relative handling (#28734)
  • 0847487 fix(client-engine-runtime): abort transaction on maxWait timeout (#28723)
  • 08ed4f4 ci: re-add memory tests (#28710)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​prisma/client since your current version.


Updates prisma from 6.19.0 to 7.1.0

Release notes

Sourced from prisma's releases.

7.1.0

Today, we are excited to share the 7.1.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

This release brings quality of life improvements and fixes various bugs.

Prisma ORM

  • #28735: pnpm monorepo issues with prisma client runtime utils Resolves issues in pnpm monorepos where users would report TypeScript issues related to @prisma/client-runtime-utils.

  • #28769:  implement sql commenter plugins for Prisma Client This PR implements support for SQL commenter plugins to Prisma Client. The feature will allow users to add metadata to SQL queries as comments following the sqlcommenter format.

    Here’s two related PRs that were also merged:

    • #28796: implement query tags for SQL commenter plugin
    • #28802: add traceContext SQL commenter plugin
  • #28737: added error message when constructing client without configs This commit adds an additional error message when trying to create a new PrismaClient instance without any arguments. Thanks to @​xio84 for this community contribution!

  • #28820: mark @opentelemetry/api as external in instrumentation Ensures @opentelemetry/api is treated as an external dependency rather than bundled. Since it is a peer dependency, this prevents applications from ending up with duplicate copies of the package.

  • #28694: allow env() helper to accept interface-based generics Updates the env() helper’s type definition so it works with interfaces as well as type aliases. This removes the previous constraint requiring an index signature and resolves TS2344 errors when using interface-based env types. Runtime behavior is unchanged. Thanks to @​SaubhagyaAnubhav for this community contribution!

Read Replicas extension

  • #53: Add support for Prisma 7 Users of the read-replicas extension can now use the extension in Prisma v7. You can update by installing:

    npm install @prisma/extension-read-replicas@latest

    For folks still on Prisma v6, install version 0.4.1:

    npm install @prisma/extension-read-replicas@0.4.1

For more information, visit the repo

SQL comments

... (truncated)

Commits
  • 8bb6b7c feat: TML-1618 add ppg local vs remote tracking for studio cli (#28765)
  • f36ad10 fix: TML-1639 adjust utm_medium for init (#28763)
  • 6efbe22 fix: bump prisma dev to fix valibot security issue (#28762)
  • 1608d0a feat: update init cli utms (#28755)
  • 58fec5e refactor: refactor schema path loading and fix config relative handling (#28734)
  • 4f7b38b chore(cli): bump @​prisma/dev resolving hono vulnerabilities. (#28728)
  • 762213c fix(client): broken links in type comments (#28598)
  • 3c695f1 feat(cli): sort tables alphabetically in Studio. (#28702)
  • 3230645 fix: allow any node version higher than 24 (#28600)
  • 8b6e5ca feat: add expired token detection for platform cli calls using the old platfo...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prisma since your current version.


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the auth label Dec 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2025

Labels

The following labels could not be found: auto-merge, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 3 times, most recently from 5a9daec to a768e7a Compare December 15, 2025 14:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 4 times, most recently from ae50630 to 1659994 Compare December 29, 2025 14:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch from 1659994 to 4c21e81 Compare January 5, 2026 14:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch from 4c21e81 to 84cb81a Compare January 12, 2026 17:46
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 2 times, most recently from e56d252 to d29fef1 Compare January 19, 2026 16:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 2 times, most recently from 2e2d3ae to afba8de Compare January 26, 2026 15:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 3 times, most recently from 5295660 to d9c7b0c Compare February 9, 2026 16:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 2 times, most recently from 367d588 to a8c6932 Compare February 16, 2026 15:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch 2 times, most recently from cee4b50 to 566bf34 Compare February 23, 2026 15:22
Bumps the prisma group in /auth with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.19.0 to 7.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/client)

Updates `prisma` from 6.19.0 to 7.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prisma
- dependency-name: prisma
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/auth/prisma-bb0d37a526 branch from 566bf34 to e2a09f7 Compare February 23, 2026 15:24
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.

0 participants