Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@prisma/client (source) 6.7.0 -> 6.8.2 age adoption passing confidence dependencies minor
@prisma/client (source) 6.7.0 -> 6.8.2 age adoption passing confidence devDependencies minor
@types/node (source) 22.15.17 -> 22.15.18 age adoption passing confidence devDependencies patch 22.15.21 (+2)
docker.io/node 22.15.0-bookworm-slim -> 22.15.1-bookworm-slim age adoption passing confidence final patch 22.16.0
eslint (source) 9.26.0 -> 9.27.0 age adoption passing confidence devDependencies minor
fastify (source) 5.3.2 -> 5.3.3 age adoption passing confidence dependencies patch
prisma (source) 6.7.0 -> 6.8.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.32.0 -> 8.32.1 age adoption passing confidence devDependencies patch

Release Notes

prisma/prisma (@​prisma/client)

v6.8.2

Compare Source

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:

v6.8.1

Compare Source

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

v6.8.0

Compare Source

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"
  runtime = "deno"
}

📚 Learn more in the docs.

VS Code Agent Mode: AI support with your database workflows

Have you tried agent mode in VS Code already?

"The agent acts as an autonomous pair programmer that performs multi-step coding tasks at your command, such as analyzing your codebase, proposing file edits, and running terminal commands."

As of this release, your agent is capable of supporting you with your database workflows more than ever! If you're using VS Code and have the Prisma VS Code extension installed, your agent now is able to help you with your database workflows, such as:

  • checking the status of your migrations (e.g. telling you if migrations haven't been applied)
  • creating and running schema migrations for you
  • authenticating you with the Prisma Console
  • provisioning new Prisma Postgres instances so you can start coding right away

All you need to do is make sure you're using the latest version of Prisma's VS Code extension and your agent is ready to go 🚀

📚 Learn more in the docs.

Other news

You voted, we acted: New Singapore region for Prisma Postgres

We recently ran a poll where we asked you which region you'd like to see next for Prisma Postgres. The majority vote went to Asia Pacific (Singapore), so as of today, you're able to spin up new Prisma Postgres instances in the ap-southeast-1 region.

We're not stopping here — keep an eye out on X for another poll asking for your favorite regions that we should add!

eslint/eslint (eslint)

v9.27.0

Compare Source

fastify/fastify (fastify)

v5.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.3.2...v5.3.3

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

v8.32.1

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 May 18, 2025 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90680d2 to 1eb6bc3 Compare May 18, 2025 14:51
@renovate renovate bot changed the title chore(deps): update node.js to v22.15.1 fix(deps): update all non-major dependencies May 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from be40ee8 to da6a73c Compare May 19, 2025 16:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency typescript-eslint to v8.32.1 May 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency typescript-eslint to v8.32.1 fix(deps): update all non-major dependencies May 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 103f567 to 3eecce5 Compare May 23, 2025 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3eecce5 to 28d74ba Compare May 23, 2025 22:09
@xuhdev xuhdev merged commit 855d3f6 into master May 25, 2025
9 checks passed
@xuhdev xuhdev deleted the renovate/all-minor-patch branch May 25, 2025 00:19
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.

2 participants