-
Notifications
You must be signed in to change notification settings - Fork 181
chore(deps): update all non-major dependencies #3467
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
6ea501e to
4ecfd57
Compare
4ecfd57 to
35a9115
Compare
35a9115 to
eb63dd0
Compare
eb63dd0 to
87cb8ee
Compare
87cb8ee to
5a26743
Compare
5a26743 to
e878edf
Compare
e878edf to
05f31a0
Compare
05f31a0 to
3658ec4
Compare
3658ec4 to
a59409b
Compare
a59409b to
19aac86
Compare
19aac86 to
3e1b173
Compare
3e1b173 to
8b11dd7
Compare
8b11dd7 to
dbca69f
Compare
1f95b44 to
cd91859
Compare
cd91859 to
108642d
Compare
108642d to
382fb71
Compare
382fb71 to
6ed0308
Compare
6ed0308 to
3fe12d1
Compare
3fe12d1 to
9a8a86a
Compare
9a8a86a to
f8e5b2a
Compare
f8e5b2a to
597411d
Compare
597411d to
a69e58d
Compare
a69e58d to
226ff7b
Compare
226ff7b to
b275201
Compare
b275201 to
cca047f
Compare
cca047f to
7dd205f
Compare
7dd205f to
cc5d2f9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.0->2.9.16.6.0->6.8.23.3.0->3.4.28.6.12->8.6.148.6.12->8.6.148.6.12->8.6.148.6.12->8.6.148.6.12->8.6.148.6.12->8.6.148.6.12->8.6.148.6.12->8.6.146.0.0->6.0.12.20.8->2.21.15.2.7->5.2.83.1.2->3.1.43.14.18->3.16.20.8.158->0.8.20417.4.6->17.5.61.11.12->1.11.130.507.0->0.511.00.507.0->0.511.00.507.0->0.511.08.0.1->8.0.215.3.1->15.3.25.0.0-beta.27->5.0.0-beta.283.17.2->3.17.43.3.3->3.4.06.6.0->6.8.27.56.2->7.56.43.3.0->3.4.21.9.6->1.9.78.6.12->8.6.145.28.2->5.33.94.1.7->4.2.15.7.0->5.7.18.4.0->8.5.02.5.2->2.5.30.2.2->0.2.441.7.0->41.7.84.5.3->4.5.43.1.2->3.1.43.5.13->3.5.16Release Notes
nextauthjs/next-auth (@auth/prisma-adapter)
v2.9.1Compare Source
Bugfixes
PrismaClientKnownRequestErrorfor edge runtime compatibility (#12755) (c7409f3)prisma/prisma (@prisma/client)
v6.8.2Compare Source
Today, we are issuing the 6.8.2 patch release. It fully resolves an issue with the
prisma initandprisma devcommands for some Windows users who were still facing problems after the previous incomplete fix in version 6.8.1.Fixes:
v6.8.1Compare Source
Today, we are issuing the 6.8.1 patch release. It fixes an issue with the
prisma initandprisma devcommands on Windows.Fixes
v6.8.0Compare Source
Today, we are excited to share the
6.8.0stable 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 devcommand:npx prisma dev # starts a local Prisma Postgres serverThis command spins up a local Prisma Postgres instance and prints the connection URL that you'll need to set as the
urlof yourdatasourceblock to point to a local Prisma Postgres instance. It looks similar to this: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 devprocess running in order to interact with the local Prisma Postgres instance.📚 Learn more in the docs.
Native Deno support in
prisma-clientgenerator (Preview)In this release, we're removing the
denoPreview feature from theprisma-client-jsgenerator. If you want to use Prisma ORM with Deno, you can now do so with the newprisma-clientgenerator:📚 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:
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-1region.We're not stopping here — keep an eye out on X for another poll asking for your favorite regions that we should add!
v6.7.0Compare Source
Today, we are excited to share the
6.7.0stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
Prisma ORM without Rust engines (Early Access)
If you're a regular visitor of our company blog, you may already know that we're currently working on moving the core of Prisma from Rust to TypeScript. We have written extensively about why we're moving away from Rust and already shared the first measurements of performance boosts we saw from the re-write.
This re-write is not just a move from one programming language to another. It fundamentally improves the architecture of Prisma ORM and replaces the Query Engine (which is written in Rust and deployed as a standalone binary) with a much leaner and more efficient approach that we call Query Compiler.
In this release, we're excited to give you Early Access to the new Query Compiler for PostgreSQL and SQLite database 🥳 Support for more database will follow very soon!
To use the new "Rust-free" version of Prisma ORM, add the
queryCompiler(new) anddriverAdaptersfeature flags to your client generator:Now run
prisma generateto re-generate Prisma Client. If you didn't use a driver adapter before, you'll need to install one. For example, the one for PostgreSQL:Once installed, you can instantiate
PrismaClientas follows:This version of
PrismaClientdoesn't have a Query Engine binary and you can use it in the exact same way as before.📚 Learn more in the docs.
Support for
better-sqlite3JavaScript driver (Preview)Driver adapters are Prisma ORM's way of letting you use JS-native drivers (like
pg) to interact with your database. In this release, we're introducing a new driver adapter for using thebetter-sqlite3package, so you can now interact with SQLite database in a JS-native way.To use it, first enable the
driverAdaptersPreview feature flag in on your clientgenerator, then install these libraries:Now you can instantiate Prisma Client as follows:
📚 Learn more in the docs.
Multi-file Prisma schemas are now production-ready
The
prismaSchemaFolderPreview feature is moving into General Availability 🎉 With that change, Prisma ORM now by default supports splitting your Prisma schema file and e.g. lets you organize your schema as follows:prisma/schema.prisma→ defines data source and generatorprisma/models/posts.prisma→ definesPostmodelprisma/models/users.prisma→ definesUsermodelprismaSchemaFolderPreview feature in the last 6.6.0 release. If you've been using this feature to split your Prisma schema, make sure to read the release notes and update your project accordingly.📚 Learn more in the docs.
Splitting generated output with new
prisma-clientgenerator (Preview)With the
prisma-client-jsgenerator, the generated Prisma Client library is put into a singleindex.d.tsfile. This sometimes led to issues with large schemas where the size of the generated output could slow down code editors and breaking auto-complete.As of this release, our new
prisma-clientgenerator (that was released in 6.6.0) now splits the generated Prisma Client library into multiple files and thus avoids the problems of a single, large output file.Also: As a bonus, we now ensure that generated files do not raise any ESLint and TypeScript errors!
Before
After
📚 Learn more in the docs.
Company news
Our team has been busy shipping more than just the ORM! Check out these articles to learn what else we've been up to recently:
shikijs/shiki (@shikijs/transformers)
v3.4.2Compare Source
🚀 Features
View changes on GitHub
v3.4.1Compare Source
🚀 Features
transformerRemoveNotationEscapesupport rehype plugin usage - by @fuma-nama in https://github.com/shikijs/shiki/issues/1011 (946ef)🐞 Bug Fixes
View changes on GitHub
v3.4.0Compare Source
🐞 Bug Fixes
View changes on GitHub
storybookjs/storybook (@storybook/addon-a11y)
v8.6.14Compare Source
v8.6.13Compare Source
react-native-web- #31324, thanks @ndelangen!storybookjs/storybook (@storybook/addon-essentials)
v8.6.14Compare Source
v8.6.13Compare Source
storybookjs/storybook (@storybook/addon-links)
v8.6.14Compare Source
v8.6.13Compare Source
sveltejs/kit (@sveltejs/adapter-auto)
v6.0.1Compare Source
Patch Changes
chore: remove
import-meta-resolvedependency (#13629)Updated dependencies [
bd1c04662332cbafa843c35a2e783486116af3d5,09f61ec2a14573e27769edb403c58aea5433a39f,09f61ec2a14573e27769edb403c58aea5433a39f]:sveltejs/kit (@sveltejs/kit)
v2.21.1Compare Source
Patch Changes
chore: clarify which functions
handleFetchaffects (#13788)fix: ensure
$envand$app/environmentare correctly set while analysing server nodes (#13790)v2.21.0Compare Source
Minor Changes
Patch Changes
chore: remove
import-meta-resolvedependency (#13629)fix: remove component code from server nodes that are never used for SSR (#13684)
testing-library/svelte-testing-library (@testing-library/svelte)
v5.2.8Compare Source
Bug Fixes
vitest-dev/vitest (@vitest/coverage-v8)
v3.1.4Compare Source
v3.1.3Compare Source
🐞 Bug Fixes
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reportsto show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
Effect-TS/effect (effect)
v3.16.2[Compare Source](https://redirect.github.com/Effect-TS/effect/compare/effect@3.16.1...ef
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.