-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix(deps): update all non-major dependencies #1845
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
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:
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 (
|
9030df6
to
99f14dd
Compare
99f14dd
to
08e3ea9
Compare
Deployment failed with the following error:
|
08e3ea9
to
39d1d89
Compare
39d1d89
to
7a343d7
Compare
7a343d7
to
322069a
Compare
322069a
to
46bf78b
Compare
46bf78b
to
645fe1f
Compare
645fe1f
to
13c9792
Compare
13c9792
to
6c8c970
Compare
6c8c970
to
b5c7fc6
Compare
b5c7fc6
to
c638b19
Compare
This PR contains the following updates:
4.3.2
->4.3.3
6.0.1
->6.1.0
5.62.7
->5.62.8
5.62.7
->5.62.8
19.0.1
->19.0.2
3.2.3
->3.3.0
2.10.3
->2.10.4
0.468.0
->0.469.0
2.6.8
->2.7.0
15.1.0
->15.1.2
6.0.1
->6.1.0
7.54.1
->7.54.2
3.4.16
->3.4.17
6.0.3
->6.0.5
Release Notes
react-hook-form/devtools (@hookform/devtools)
v4.3.3
Compare Source
prisma/prisma (@prisma/client)
v6.1.0
Compare Source
Today we're releasing Prisma ORM version 6.1.0
In this version our
tracing
Preview feature is being graduated to GA!Highlights
Tracing goes GA
The
tracing
Preview feature is now stable. You now no longer have to includetracing
in your set of enabled preview features.generator client { provider = "prisma-client-js" - previewFeatures = ["tracing"] }
We have also changed some of the spans generated by Prisma Client. Previously, a trace would report the following spans:
Now, the following are reported:
Additionally, we have made a few changes to our dependencies:
@opentelemetry/api
is now a peer dependency instead of a regular dependencyregisterInstrumentations
in@opentelemetry/instrumentation
is now re-exported by@prisma/instrumentation
After upgrading to Prisma ORM 6.1.0 you will need to add
@opentelemetry/api
to your dependencies if you haven't already:You will also no longer need to have
@opentelemetry/instrumentation
if you only useregisterInstrumentations
. In this case you can importregisterInstrumentations
from@prisma/instrumentation
Bug fixes
Tracing related
As we're moving our
tracing
preview to GA, a number of issues have been resolved. Here are a few highlights:suppressTracing
Other issues
We also have a number of other issues that were resolved outside of our
tracing
feature.PrismaNeonHTTP
adapterfindUnique
returnsnull
when used instead ofPromise.all
Fixes and improvements
Prisma
TypeError: parentTracer.getSpanLimits is not a function
Span
constructorprisma:engine
spans do not respectsuppressTracing()
tracing: engine
spans don't pass throughSampler
prisma:client:operation
prisma:engine
spans are missing when there are multiplenew PrismaClient()
invocationsparentTracer.getSpanLimits is not a function
opentelemetry-sdk-trace-base
(e.g. Datadog tracer)traceparent
comments with multiple SQL statements@prisma/instrumentation
dependencies peer dependenciesdb.statement
attribute doesn't include thetraceparent
commentregisterInstrumentations
uses the global provider instead of the one passed inPrismaNeonHTTP
adapter breaks on some types e.g. timestampPrisma failed to detect the libssl/openssl version to use
Prisma Client
@prisma/instrumentation
Type Error:'InstrumentionNodeModuleDefintion' is not generic
TanStack/query (@tanstack/react-query)
v5.62.8
Compare Source
TanStack/query (@tanstack/react-query-devtools)
v5.62.8
Compare Source
unjs/consola (consola)
v3.3.0
Compare Source
compare changes
🚀 Enhancements
formatTree
utility (#223)cause
(#308)🩹 Fixes
initial
inselect
andmultiselect
prompts (#232)📖 Documentation
📦 Build
require
condition for browser builds (#243)🌊 Types
select
type return value type (#238)🏡 Chore
🎨 Styles
🤖 CI
❤️ Contributors
pmndrs/jotai (jotai)
v2.10.4
Compare Source
A minor improvement for some edge cases. (For more information, see #2789.)
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4
lucide-icons/lucide (lucide-react)
v0.469.0
: New icons 0.469.0Compare Source
Modified Icons 🔨
snowflake
(#2610) by @karsa-mistmeresun-snow
(#2610) by @karsa-mistmerethermometer-snowflake
(#2610) by @karsa-mistmeremswjs/msw (msw)
v2.7.0
Compare Source
v2.7.0 (2024-12-17)
Features
picocolors
instead ofchalk
(#2377) (85bdd82
) @Namchee @kettanaitov2.6.9
Compare Source
v2.6.9 (2024-12-16)
Bug Fixes
SharedArrayBuffer
inHttpResponse.arrayBuffer
(#2389) (41f00e1
) @danilofuchs @kettanaitovercel/next.js (next)
v15.1.2
Compare Source
v15.1.1
Compare Source
react-hook-form/react-hook-form (react-hook-form)
v7.54.2
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
vitejs/vite (vite)
v6.0.5
Compare Source
v6.0.4
Compare Source
this.resolve
skipSelf should not skip for differentid
orimport
(#18903) (4727320), closes #18903pluginContainer.getModuleInfo
(#18895) (258cdd6), closes #18895url()
when lightningcss is used (#18997) (3734f80), closes #18997true
(#18899) (8a6bb4e), closes #18899handleInvoke
(#18902) (27f691b), closes #18902ModuleRunnerTransport
invoke
API (#18865) (e5f5301), closes #18865Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.