build(deps-dev): Bump prisma from 5.22.0 to 7.0.1
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(7 months ago)
(7 months ago)
dependencies javascript
Bumps prisma from 5.22.0 to 7.0.1.
Release notes
Sourced from prisma's releases.
7.0.1
Today, we are issuing a 7.0.1 patch release focused on quality of life improvements, and bug fixes.
🛠 Fixes
Prisma Studio:
- Support Deno >= 1.4 <2.2 and Bun >= 1 (via prisma/prisma#28583)
- Fix collisions between user and internal Studio columns when querying (via prisma/prisma#28677)
- Warn when SQLite file doesn't exist (via prisma/prisma#28711)
- Fix prisma/studio#1363 (via prisma/prisma#28711)
- Sort tables alphabetically (via prisma/prisma#28702)
Prisma CLI
- Fix potential vulnerabilities in installed dependencies (via prisma/prisma#28592)
- Fix prisma/prisma#28240, an exit code regression affecting
prisma migrate diff(via prisma/prisma-engines#5699)- Show informative message when
prisma db seedis run, but nomigrations.seedcommand is specified in the Prisma config file (via prisma/prisma#28711)- Relax
enginescheck inpackage.json, to let Node.js 25+ users adopt Prisma, although Node.js 25+ isn't considered stable yet (via prisma/prisma#28600). Thanks@Sajito!Prisma Client
- Restore
cockroachdbsupport inprisma-client-jsgenerator, after it was accidentally not shipped in Prisma 7.0.0 (via prisma/prisma#28690)
@prisma/better-sqlite3
- Bump underlying version of
better-sqlite3to^12.4.5, fixing prisma/prisma#28624 (via prisma/prisma#28625). Thank you@bhbs!7.0.0
Today, we are excited to share the
7.0.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — and follow us on X!
Highlights
Over the past year we focused on making it simpler and faster to build applications with Prisma, no matter what tools you use or where you deploy, with exceptional developer experience at it’s core. This release makes many features introduced over the past year as the new defaults moving forward.
Prisma ORM
Rust-free Prisma Client as the default
The Rust-free Prisma Client has been in the works for some time now, all the way back to v6.16.0, with early iterations being available for developers to adopt. Now with version 7.0, we’re making this the default for all new projects. With this, developers are able to get:
- ~90% smaller bundle sizes
- Up to 3x faster queries
- ESM-first Prisma Client
- Significantly simpler deployments
Adopting the new Rust-free client is as simple as swapping the
prisma-client-jsprovider forprisma-clientin your mainschema.prisma:// schema.prisma generator client { - provider = "prisma-client-js" </tr></table>
... (truncated)
Commits
4122383feat: 7.0.1 release (#28711)1778827feat(cli): updateprisma init --dboutput (#28551)9558e9efeat(cli): MySQL + Studio fully functional. 🐬 (#28542)447e03afeat: implement the studio telemetry endpoint (#28560)61dd871fix: fix sqlite node 20 studio issues (#28552)2f4a80cfix: clarify the message about supported Node.js versions (#28545)12f0e27feat(cli): improveprisma initoutput (#28546)944cd0cfeat(cli): Studio + MySQL :dolphin: (#28537)cc6f6e5feat(cli): change custom generator example in help text (#28539)a1136eafeat(cli): re-introduce init as an eager command. (#28538)- 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.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 11378537 |
| UUID: | 3664075574 |
| Node ID: | PR_kwDOKKyu2M61eI0r |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |