-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update minor #1307
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
Conversation
Deploying s-private with
|
| Latest commit: |
a1ce905
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4c6bf1a3.s-private.pages.dev |
| Branch Preview URL: | https://renovate-minor.s-private.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Coverage Report
File CoverageNo changed files found. |
5e4410a to
5d034bd
Compare
5d034bd to
4829bce
Compare
4829bce to
d63d8fa
Compare
d63d8fa to
1c4a391
Compare
1c4a391 to
2d11e6d
Compare
2d11e6d to
a054cd9
Compare
a054cd9 to
05b0dfb
Compare
05b0dfb to
8581bce
Compare
8581bce to
fbb83f1
Compare
fbb83f1 to
1145ac0
Compare
1145ac0 to
6c29f1b
Compare
06d06c2 to
589f5db
Compare
589f5db to
0b65e14
Compare
0b65e14 to
70c4de7
Compare
70c4de7 to
e08b307
Compare
e08b307 to
eeb8d63
Compare
4c1b79d to
92166b6
Compare
92166b6 to
97f5bd7
Compare
97f5bd7 to
9147e03
Compare
|
Deployment failed with the following error: |
7da78a8 to
b6770a6
Compare
96f1909 to
e53dea3
Compare
e53dea3 to
a1ce905
Compare
This PR contains the following updates:
1.2.8->1.3.11.0.2->1.1.09.27.0->9.30.06.4.0->6.6.05.0.1->5.1.11.52.0->1.53.16.8.2->6.10.19.22.0->9.33.03.4.0->3.7.05.77.0->5.81.55.77.0->5.81.53.1.1->3.2.43.1.1->3.2.41.2.7->1.3.39.27.0->9.30.04.13.0->4.15.016.1.0->16.2.00.511.0->0.525.01.52.0->1.53.16.8.2->6.10.18.32.0->8.35.03.1.1->3.2.4Release Notes
eslint/rewrite (@eslint/compat)
v1.3.1Compare Source
Bug Fixes
@eslint/compateslint peerDependencies constraint (#215) (b96ec0c)Dependencies
v1.3.0Compare Source
Features
includeIgnoreFile(#211) (3e18175)Dependencies
v1.2.9Compare Source
Bug Fixes
eslint/config-inspector (@eslint/config-inspector)
v1.1.0Compare Source
Features
Bug Fixes
eslint/eslint (@eslint/js)
v9.30.0Compare Source
v9.29.0Compare Source
v9.28.0Compare Source
eslint/markdown (@eslint/markdown)
v6.6.0Compare Source
Features
no-multiple-h1rule to recognize JSON frontmatter (#413) (33dda18)Bug Fixes
v6.5.0Compare Source
Features
no-missing-atx-heading-spacerule (#371) (84c87c4)table-column-count(#392) (c685139)no-duplicate-definitions(#360) (18c7d77)no-empty-images(#357) (23e4ff0)Bug Fixes
no-invalid-label-refsdo not report correct position (#366) (ed01747)no-missing-label-refsrule does not respect escaping (#348) (cb6b437)require-alt-textrule to ignore commented images (#385) (b2fc801)react-hook-form/resolvers (@hookform/resolvers)
v5.1.1Compare Source
Bug Fixes
v5.1.0Compare Source
Features
microsoft/playwright (@playwright/test)
v1.53.1Compare Source
v1.53.0Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'reporter to set the title of a specific test run:Miscellaneous
New option
kindin testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --listwill now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
prisma/prisma (@prisma/client)
v6.10.1Compare Source
Today, we are issuing a 6.10.1 patch release.
Bug fixes
In Prisma ORM version 6.10.0, we shipped a bug fix for Prisma Migrate that ensured we always gracefully closed PostgreSQL connections by sending the Terminate message and not just abruptly closing the TCP connection. This fix was incomplete because it didn't work on Windows, which is now fixed. We highly recommend upgrading to version 6.10.1 if you are using Windows.
We also recommend upgrading to this version if you are currently using local Prisma Postgres via the
prisma devcommand with an ORM version older than 6.10.x.Performance improvements
The
queryCompilerpreview feature recently introduced a performance regression related to in-memory joins in TypeScript-based query execution (users who use thequeryCompilerand therelationJoinspreview features together were not affected, unless usingrelationLoadStrategy: "query"). This has now been fixed, leading to significant performance improvements: in our Query Compiler benchmarks, we are seeing up to 500x performance improvement compared to the previous implementation in the TypeScript-based query executor, or up to 10–20x performance improvement compared to the Rust-based Query Engine.Other news
Please see the release notes for Prisma ORM 6.10.0 for other recent news and announcements.
v6.10.0Compare Source
Today, we are excited to share the
6.10.0stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
No Rust engines for MS SQL Server & PlanetScale (Preview)
We are in the process of removing the Rust engines from Prisma ORM. If you want to try this, you can configure your
generatorlike this:In this release, we are excited to move the
queryCompiler(which enables using Prisma ORM without Rust engines) into Preview for MS SQL Server and PlanetScale (via the new@prisma/adapter-mssqland existing@prisma/adapter-planetscaledriver adapters).📚Learn more in the docs.
Manage local Prisma Postgres instances in VS Code
We recently released a database management UI as part of the Prisma VS Code extension to enable visual database management workflows for Prisma Postgres. In this release, we added new functionality to it: You can now manage multiple local Prisma Postgres instances via the same UI. To try it, find the Prisma logo in VS Code’s sidebar and start managing your local Prisma Postgres instances (no Docker required).
📚 Learn more in the docs.
Performance improvements for
prisma migrate devWe improved the
prisma migrate devcommand by optimizing the interactions with the shadow database. Our measurements show a 2x improvement in speed for some databases!"Push to Cloud": Easily deploy a local Prisma Postgres instance in VS Code
Local Prisma Postgres instances are perfect for development, but how do you go from local to remote once you’re ready to deploy?
The database management UI in VS Code now has a Push to Cloud button that makes it easy to deploy your local Prisma Postgres so that you can connect to it from your deployed applications.
📚 Learn more in the docs.
Support for shard keys on PlanetScale (Preview)
Sharding is a popular technique to scale up when database load grows. As of this release, Prisma ORM supports sharding on PlanetScale natively via the new
@shardKeyand@@​shardKeyattributes in the Prisma schema which you can apply to the fields in your models that should serve as shard keys in your database setup:Note that this requires you to set the
shardKeysPreview feature flag on your generator definition:📚 Learn more in the docs.
Other changes
pg-workerpackage. It's not needed any more, you can simply usepgwhen using Prisma ORM in Cloudflare Workers.prisma-clientgenerator changed. Learn how this affects imports in the docs.More news
Local Prisma Postgres now works with any ORM & tool (Early Access)
We recently released direct connections for remote Prisma Postgres so that you can now use it with your favorite ORM or database tool. As of this release, this is also possible for your local Prisma Postgres instances. To try it, run the
prisma devcommand and use the direct connection string starting withpostgres://in order to connect from any tool.📚 Learn more in the docs.
Let your favorite AI tool manage Prisma Postgres via remote MCP
We just released a new remote MCP server that helps you manage Prisma Postgres instances! It enables your AI tools to help with these workflows:
You can start it using the
npx -y mcp-remote https://mcp.prisma.io/mcpcommand.📚 Learn more in the docs.
v6.9.0Compare Source
Today, we are excited to share the
6.9.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 for PostgreSQL & SQLite (Preview)
If you've been excited about our work of removing the Rust engines from Prisma ORM but hesitated trying it out because it was in an Early Access (EA) phase, now is a great time for you to get your hands on the Rust-free Prisma ORM version.
This major architectural change has moved from EA into Preview in this release, meaning there are no more know major issues. If you want to try it out, add the
queryCompileranddriverAdapterspreview feature flags to yourgenerator, install the driver adapter for your database, and get going:Now run
prisma generateto re-generate Prisma Client. If you didn't use a driver adapter before, you'll need to install, e.g. the one for PostgreSQL:Once installed, you can instantiate
PrismaClientas follows:No more hassle with query engines, binary targets and an even smoother experience in serverless and edge environments!
📚 Learn more in the docs.
Major improvements for local Prisma Postgres (Preview)
In the last release, we enabled you to spin up a Prisma Postgres instance locally via the new
prisma devcommand. Local Prisma Postgres uses PGlite under the hood and gives you an identical experience as you get with a remote Prisma Postgres instance.This release brings major improvements to this feature:
prisma devinvocations.prisma initnow uses local Prisma Postgres by default.Try it out and let us know what you think!
📚 Learn more in the docs.
More news
Connect to Prisma Postgres with any ORM (Preview)
Since its GA release, you could only interact with Prisma Postgres using Prisma ORM via a custom connection string.
This has changed now: When setting up a new Prisma Postgres instance, you receive a regular PostgreSQL direct TCP connection string (starting with
postgres://...) that lets you connect to it using your favorite tool or database library, including Drizzle, Kysely, TypeORM, and others.If you want to access Prisma Postgres from a serverless environment, you can also use our new serverless driver (Early Access).
📚 Learn more in the docs.
Automated backup & restore
Prisma Postgres' backup and restore mechanism has seen a major upgrade recently: You can now easily restore any previous backup via the UI in the Prisma Console. Find the new Backups tab when viewing your database and select any backup from the list to restore its state to a previous point in time.
📚 Learn more in the docs.
Prisma's VS Code extension now has a UI to manage Prisma Postgres
If you're using Prisma ORM, chances are that you're using our VS Code extension too. In its latest release, we've added a major new capability to it: A UI for managing databases.
With this new UI, you can:
To use the new features, make sure to have the latest version of the Prisma VS Code extension installed and look out for the new Prisma logo in VS Code's Activity Bar.
📚 Learn more in the docs.
New region for Prisma Postgres: San Francisco (
us-west-1)We keep expanding Prisma Postgres availability across the globe! After having added Singapore just a few weeks ago, we're now adding San Francisco based on another poll we ran on X. Here are all the regions where you can spin up Prisma Postgres instances today:
us-west-1: San Francisco (new!)us-east-1: North Virginiaeu-west-3: Parisap-northeast-1: Tokyoap-southeast-1: SingaporeKeep an eye on our X account to take part in the poll and vote for the next availability zone of Prisma Postgres!
getsentry/sentry-javascript (@sentry/nextjs)
v9.33.0Compare Source
Important Changes
vercelAiIntegrationto cloudflare & vercel-edge (#16732)The
vercelAiIntegrationis now available as opt-in for the Cloudflare and the Next.js SDK for Vercel Edge.To use it, add the integration in
Sentry.initAnd enable telemetry for Vercel AI calls
The Node.js SDK now includes instrumentation for Postgres.js.
If you're on Fastify v5, you no longer need to call
setupFastifyErrorHandler. It is done automatically by the node SDK. Older versions still rely on callingsetupFastifyErrorHandler.Other Changes
waitUntil(#16681)aifrom default server external packages (#16736)Work in this release was contributed by @0xbad0c0d3. Thank you for your contribution!
v9.32.0Compare Source
Important Changes
Enhances CLS (Cumulative Layout Shift) spans by adding attributes detailing the elements that caused layout shifts.
instrumentWorkflowWithSentryto instrument workflows (#16672)We've added support for Cloudflare Workflows, enabling comprehensive tracing for your workflow runs. This integration uses the workflow's instanceId as the Sentry trace_id and for sampling, linking all steps together. You'll now be able to see full traces, including retries with exponential backoff.
Adds the ability to send logs to Sentry via a pino transport.
Other Changes
errorHandleroption (#16718)CloudEventsContextcompatible withCloudEvent(#16705)false(#16695)@opentelemetry/resources(#16727)Work in this release was contributed by @flaeppe. Thank you for your contribution!
Bundle size 📦
v9.31.0Compare Source
Important Changes
Adds an option to automatically generate a random tunnel route for the Next.js SDK. This helps prevent ad blockers and other tools from blocking Sentry requests by using a randomized path instead of the predictable
/monitoringendpoint.scope&clienttogetTraceData(#16633)Adds the ability to pass custom
scopeandclientparameters to thegetTraceDatafunction, providing more flexibility when generating trace data for distributed tracing.Other Changes
x-forwarded-hostandx-forwarded-protoheaders (#16687)@sentry/opentelemetrydependency (#16677)@sentry/pino-transport(#16652)safeJoinusage in console logging integration (#16658)CloudEventtype compatible (#16661)instrumentation-client.jsfile (#16637)Bundle size 📦
v9.30.0Compare Source
vercelAiIntegrationwhenaimodule is detected (#16565)modulesIntegrationworks in more environments (#16566)sendDefaultPii(#16527)Configuration
📅 Schedule: Branch creation - "before 11am on monday" in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.