Skip to content

build(deps): bump @prisma/internals from 5.8.1 to 6.8.2 #1649

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

Bumps @prisma/internals from 5.8.1 to 6.8.2.

Release notes

Sourced from @​prisma/internals's releases.

6.8.2

Today, we are issuing the 6.8.2 patch release. It fully resolves an issue with the prisma init and prisma dev commands for some Windows users who were still facing problems after the previous incomplete fix in version 6.8.1.

Fixes:

6.8.1

Today, we are issuing the 6.8.1 patch release. It fixes an issue with the prisma init and prisma dev commands on Windows.

Fixes

6.8.0

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

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Local development with Prisma Postgres via prisma dev (Early Access)

In this release, we're releasing a way to develop against Prisma Postgres locally — no Docker required!

To get started, run the new prisma dev command:

npx prisma dev # starts a local Prisma Postgres server

This command spins up a local Prisma Postgres instance and prints the connection URL that you'll need to set as the url of your datasource block to point to a local Prisma Postgres instance. It looks similar to this:

datasource db {
  provider = "postgresql"
  url      = "prisma+postgres://localhost:51213/?api_key=ey..." 
}

You can then run migrations and execute queries against this local Prisma Postgres instance as with any remote one. Note that you need to keep the prisma dev process running in order to interact with the local Prisma Postgres instance.

📚 Learn more in the docs.

Native Deno support in prisma-client generator (Preview)

In this release, we're removing the deno Preview feature from the prisma-client-js generator. If you want to use Prisma ORM with Deno, you can now do so with the new prisma-client generator:

generator client {
  provider = "prisma-client"
  output   = "../src/generated/prisma"
</tr></table> 

... (truncated)

Commits
  • ca1b6ac feat(data-proxy): make http calls to local PPG. (#27166)
  • b30fd1e chore(deps): update engines to 6.8.0-43.2060c79ba17c6bb9f5823312b6f6b7f4a8457...
  • 2cab745 chore(deps): update engines to 6.8.0-42.de97e6aff41b72abc6bdd5c9a6926ea66a74e...
  • 1ee4662 chore(deps): update engines to 6.8.0-41.b03dd9008d13ed18b5f85f9fc9d97c16419fd...
  • f892633 chore(deps): update engines to 6.8.0-40.01ffc8196ad6cc982b7000b88379c3b5e59b8...
  • d18569a chore(deps): update engines to 6.8.0-39.2594251642324e4aa16b918f0d41ca043b15f...
  • 485e846 chore(deps): update engines to 6.8.0-37.fcdb14294b94156ad1c9a1dbabd7c07c03b72...
  • 186ada0 chore(deps): update engines to 6.8.0-36.6be5c27c506def490f96592e3d14c68e2ca44...
  • b6e8957 chore(deps): update engines to 6.8.0-35.7c820c0ac3c21b2c97a74c39067a820e9cee6...
  • c40b0fc chore(deps): update engines to 6.8.0-33.c61a388a7fb11357e90788dab0e830ab1ca22...
  • 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)

Bumps [@prisma/internals](https://github.com/prisma/prisma/tree/HEAD/packages/internals) from 5.8.1 to 6.8.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.8.2/packages/internals)

---
updated-dependencies:
- dependency-name: "@prisma/internals"
  dependency-version: 6.8.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 16, 2025
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