Update all non-major dependencies#523
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying bats-ai with
|
| Latest commit: |
8bf2979
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://df6e7822.bats-ai.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.bats-ai.pages.dev |
ab02b29 to
b586cd1
Compare
4502ef2 to
b67e8ee
Compare
b67e8ee to
8bf2979
Compare
Contributor
Author
|
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
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:
1.0.4→1.1.010.53.0→10.65.0v6→v6.0.3v6→v6.4.0v6.5.0v8.1.0→v8.3.21.16.0→1.18.1==6.0.5→==6.0.7==65.16.1→==65.18.0==0.13.0→==0.14.0==3.2.0→==3.3.0==0.51.0→==0.51.1==40.15.0→==40.28.11.19.1→1.19.2==1.1.3→==1.1.4==9.13.0→==9.15.03.1.1→3.3.0==2.4.4→==2.5.1==12.2.0→==12.3.0==2.34.0→==2.34.2==1.17.1→==1.18.0==2.59.0→==2.64.02.65.0==4.67.3→==4.68.43.5.34→3.5.395.0.6→5.1.03.12.6→3.12.93.12.10Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kitware-resonant/resonant-oauth-client (@resonant/oauth-client)
v1.1.0Compare Source
ServerError,TokenFailureError, etc.) now supportError.causechaininggetsentry/sentry-javascript (@sentry/vue)
v10.65.0Compare Source
urlattributes on pageload and navigation spans (#21985)url.templateon pageload spans (#22011)url.pathandurl.fullon pageload and navigation spans (#21952)attributesonSerializedStreamedSpan(#22052)url.template,url.pathandurl.fullon router spans (#22095)urlattributes on pageload and navigation spans (#22006)url.template,url.pathandurl.fullon routing spans (#22087)url.template,url.pathandurl.fullon pageload and navigation spans (#22018)url.templateon pageload and navigation spans (#22025)urlattributes on solid router and tanstack router spans (#22090)url.template,url.pathandurl.fullon pageload and navigation spans (#22027)url.templateand URL attributes on router spans (#22063)sentry.segment.nameattribute (#22024)'sentry.origin': manualwhen backfilling OTel data (#22102)Internal Changes
71588ddto4013fc6(#21897)@opentelemetry/instrumentation-graphqlto orchestrion (#21885)@opentelemetry/instrumentation-redisto orchestrion (#21925)urlattribute creation (#22091)== nullchecks for nullish detection (#22154)attributesonSerializedStreamedSpanobjects (#22060)Work in this release was contributed by @martijnwalraven. Thank you for your contribution!
Bundle size 📦
v10.64.0Compare Source
Important Changes
feat(cloudflare): Add
nodejs_compatentrypoint (#21881)The Cloudflare SDK now ships a dedicated
@sentry/cloudflare/nodejs_compatentrypoint for Workers running with thenodejs_compatflag. This entrypoint unlocks Node SDK features on Cloudflare, including theprismaIntegration(#21882) and AI v7 support for thevercelAiIntegration(#21917).This entrypoint is a drop-in replacement, so you can switch your imports from
@sentry/cloudflaredirectly to@sentry/cloudflare/nodejs_compat. To use it, your Worker must set thenodejs_compatcompatibility flag inwrangler.toml/wrangler.jsonc. This will become the default entrypoint in v11.feat: Use Sentry's minimal OpenTelemetry tracer provider by default (#21666, #21680, #21842)
The Node SDK now registers Sentry's own minimal
SentryTracerProviderby default, which creates native Sentry spans directly instead of routing them through the full OpenTelemetry SDK span pipeline. This reduces overhead for the common case where you don't need the full OpenTelemetry tracing stack.If you rely on OpenTelemetry SDK features that the minimal provider doesn't support, you can opt out and fall back to the full OpenTelemetry
BasicTracerProviderby settingopenTelemetryBasicTracerProvider: truein yourSentry.init()options. Providing customopenTelemetrySpanProcessorsalso forces the full provider automatically.Other Changes
sentry.trace_lifecycleattribute (#21850)Middleware.executeroot spans on Node.js runtime (#22013)onBeforeLoad/onResolved(#21975)Internal Changes
app-idwithclient-idin GH workflows (#21914)@opentelemetry/instrumentation-ioredisto orchestrion (#21849)@opentelemetry/instrumentation-hapito orchestrion (#21866)@sentry/conventionsto@sentry/coreand align versions (#21855)@sentry/conventionsand vendor remaining semantic conventions (#21893)injectDiagnosticsfor orchestrion marker (#21987)additionalDependencies(#21878)Work in this release was contributed by @codr and @zenato. Thank you for your contribution!
Bundle size 📦
v10.63.0Compare Source
url.fullattribute to resource spans (#21846)extendIntegrationmethod (#21759)isTracingSuppressedto the async context strategy (#21785)fastifyIntegration(#21706)sentry.status.messageattribute (#21811)Internal Changes
fastifyIntegration(#21706)spanStreamingIntegrationsetup intoServerRuntimeClient(#21814)mysqlinstrumentation with orchestrion bundler plugin (#21782)Work in this release was contributed by @suzunn. Thank you for your contribution!
v10.62.0Compare Source
Important Changes
feat(server-runtimes): Add v7 support for
vercelAiIntegration(#21613)The
vercelAiIntegrationnow supports v7 of theaipackage. Note that v7 is not yet supported on Cloudflare.Other Changes
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.