Skip to content

build(deps-dev): bump prisma from 6.19.1 to 7.2.0 in /typescript/prisma#284

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript/prisma/prisma-7.2.0
Closed

build(deps-dev): bump prisma from 6.19.1 to 7.2.0 in /typescript/prisma#284
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript/prisma/prisma-7.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 9, 2026

Bumps prisma from 6.19.1 to 7.2.0.

Release notes

Sourced from prisma's releases.

7.2.0

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

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

Highlights

ORM

  • #28830: feat: add sqlcommenter-query-insights plugin
    • Adds a new SQL commenter plugin to support query insights metadata.
  • #28860: feat(migrate): add -url param for db pull, db push, migrate dev
    • Adds a -url flag to key migrate commands to make connection configuration more flexible.
  • #28895: feat(config): allow undefined URLs in e.g. prisma generate
    • Allows certain workflows (such as prisma generate) to proceed even when URLs are undefined.
  • #28903: feat(cli): customize prisma init based on the JS runtime (Bun vs others)
    • Makes prisma init tailor generated setup depending on whether the runtime is Bun or another JavaScript runtime.
  • #28846: fix(client-engine-runtime): make DataMapperError a UserFacingError
    • Ensures DataMapperError is surfaced as a user-facing error for clearer, more actionable error reporting.
  • #28849: fix(adapter-{pg,neon,ppg}): handle 22P02 error in Postgres
    • Improves Postgres adapter error handling for invalid-text-representation errors (22P02).
  • #28913: fix: fix byte upserts by removing legacy byte array representation
    • Fixes byte upsert behavior by removing a legacy byte-array representation path.
  • #28535: fix(client,internals,migrate,generator-helper): handle multibyte UTF-8 characters split across chunk boundaries in byline
    • Prevents issues when multibyte UTF-8 characters are split across chunk boundaries during line processing.
  • #28911: fix(cli): make prisma version --json emit JSON only to stdout
    • Ensures machine-readable JSON output is emitted cleanly to stdout without extra noise.

VS Code Extension

  • #1950: fix: TML-1670 studio connections
    • Resolves issues related to Studio connections, improving reliability for VS Code or language-server integrations.

Open roles at Prisma

Interested in joining Prisma? We’re growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our [Careers page](https://www.prisma.io/careers#current) and find the role that’s right for you.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.

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.

... (truncated)

Commits
  • 815ba13 chore(cli): bump @prisma/dev, fix init usage following changes. (#28929)
  • bebccbd feat(cli): customize prisma init based on the JS runtime (Bun vs other) (#2...
  • 09b4a1d fix(cli): make prisma version --json emit JSON only to stdout (#28911)
  • ed03287 feat(config): allow undefined urls in e.g. prisma generate (#28895)
  • f80a3d3 chore(cli): bump @prisma/dev. (#28924)
  • fdbf663 chore(cli): bump @​prisma/studio-core to latest with proper licensing. (#28923)
  • f85de48 refactor(cli): bump @prisma/dev and use startPrismaDevServer instead of t...
  • 9c14872 fix(cli): studio mishandles remote "prisma+postgres:" connection strings. (#2...
  • f27b66b refactor: TML-1654 use management api sdk init command (#28878)
  • 0506a3a fix: remove pool param for studio ppg connections (#28883)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/prisma/prisma-7.2.0 branch 5 times, most recently from c490cb6 to efb6a1c Compare January 16, 2026 23:06
Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.19.1 to 7.2.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.2.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/prisma/prisma-7.2.0 branch from efb6a1c to 0cf5f22 Compare January 22, 2026 19:54
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 27, 2026

Superseded by #375.

@dependabot dependabot Bot closed this Jan 27, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript/prisma/prisma-7.2.0 branch January 27, 2026 02:15
amaksimo pushed a commit that referenced this pull request Jan 29, 2026
This PR updates the Prisma sample from Prisma v6 to Prisma v7. There
were major version changes which caused incompatibilities with our
previous sample, such that Dependabot was unable to complete the upgrade
without manual changes. It tried in #295 and #284.

The major change is the replacement of `DATABASE_URL` with a
`prisma.config.ts` file. This is quite convenient for DSQL since
previously it was awkward for users to generate a token and embed it in
the `DATABASE_URL` variable, given the password would expire. Now we can
generate a token on the fly as part of the `prisma.config.ts` file like
we do in our connector libraries.

You will notice that it's now necessary to provide `CLUSTER_ENDPOINT`
even when doing things like `npm run build` which doesn't make a lot of
sense, but this seems to be a side-effect of the way Prisma requires the
configuration file any time a Prisma command is run. We could probably
provide a dummy URL or something but that may be confusing in the sample
code, and in practice it's easy to define the `CLUSTER_ENDPOINT` env var
first and just leave it defined. In practice I think users may hard code
their endpoint in the config file anyway, in which case this won't be an
issue.

By submitting this pull request, I confirm that my contribution is made
under the terms of the MIT-0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants