Update all non-major dependencies#2810
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
7fb952b to
5c2949e
Compare
0b63ab3 to
64b1d3b
Compare
8f954c9 to
3ddc741
Compare
b997910 to
7f530f8
Compare
58b9af7 to
a0e10ac
Compare
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:
15.3.5→15.4.03.12.0→3.26.11.0.3→1.1.010.44.0→10.61.010.62.05afcf98v6→v6.0.3v8→v8.0.1v6→v6.4.0v7→v7.0.1v8.1.0→v8.2.01.8.1→1.18.1==1.42.97→==1.43.363.41.0→3.49.0==0.74.3→==0.76.4==5.2.13→==5.2.15==65.16.1→==65.18.0==0.13.0→==0.14.0==3.3.1→==3.3.2==3.2.0→==3.3.0==0.50.4→==0.51.13.2.4→3.4.1111.0.14→11.0.1711.0.19(+1)==1.29.0→==1.30.1==9.13.0→==9.14.19.15.04.1.1→4.2.04.3.04.17.21→4.18.118.0.2→18.0.5==11.0.2→==11.1.03.0.1→3.0.4==3.3.3→==3.3.4==2.33.1→==2.34.2==2.58.0→==2.63.0==4.67.3→==4.68.33.5.13→3.5.394.5.0→4.6.41.3.1→1.5.03.7.15→3.12.8Release Notes
APIDevTools/json-schema-ref-parser (@apidevtools/json-schema-ref-parser)
v15.4.0Compare Source
Features
v15.3.6Compare Source
Bug Fixes
kitware-resonant/resonant-oauth-client (@resonant/oauth-client)
v1.1.0Compare Source
ServerError,TokenFailureError, etc.) now supportError.causechainingv1.0.4Compare Source
NOTICEfile for additional Apache 2.0 license termsgetsentry/sentry-javascript (@sentry/vue)
v10.61.0Compare Source
Important Changes
feat(core): Enable
streamGenAiSpansby default (#21732)The SDK now extracts all
gen_aispans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated by default. SetenableTruncation: trueon the respective AI integration to re-enable truncation. To keep the previous behavior, setstreamGenAiSpans: false.Self-hosted Sentry users should opt out with
streamGenAiSpans: false, since streamed gen_ai spans may not be ingested by their Sentry instance.Other Changes
db.query.summaryfunctionality (#21670)Sentry.setAttribute(s)APIs (#21705)trace_idswith span streaming (#21714)Internal Changes
bindTracingChannelToSpanacross runtimes (#21642)fsIntegration(#21654)sentry-sdk-initmeasure and marks (#21687)Bundle size 📦
v10.60.0Compare Source
v10.59.0Compare Source
Important Changes
feat(react-router): Add support for React Router v8 (#21633)
The SDK now supports React Router v8, in both the framework and SPA (
@sentry/react) modes.feat(react): Add version-agnostic React Router SPA exports (#21633)
@sentry/reactnow exports version-agnostic wrappers for React Router v6+ SPA instrumentation.The new exports replace the version-specific
V6/V7variants, which are now deprecated:reactRouterV6BrowserTracingIntegration/V7reactRouterBrowserTracingIntegrationwithSentryReactRouterV6Routing/V7wrapReactRouterRoutingwrapCreateBrowserRouterV6/V7wrapCreateBrowserRouterwrapCreateMemoryRouterV6/V7wrapCreateMemoryRouterwrapUseRoutesV6/V7wrapUseRoutesThe deprecated exports continue to work and will be removed in the next major version.
Other Changes
streamGenAiSpansis enabled (#21603)spanStartevent (#21644)//request paths (#21645)productionas defaultsentry.environmentattribute value on streamed spans (#21637)Internal Changes
@sentry/conventions(#21597)bundler(#21559)@sentry/conventions(#21492)@sentry/conventions(#21493)@sentry/conventions(#21494)@sentry/conventions(#21495)@sentry/conventions(#21496)@sentry/conventions(#21497)@sentry/conventions(#21490)@sentry/conventions(#21498)Bundle size 📦
v10.58.0Compare Source
Important Changes
feat(hono): Add support for the Deno runtime (#21450)
@sentry/hononow supports the Deno runtime via a new@sentry/hono/denoentry point.Install
@sentry/denoas a peer dependency and initialize Sentry through thesentry()middleware:feat(core): Extract objects as structured logs in
consoleLoggingIntegration(#21385)The
consoleLoggingIntegrationnow extracts structured log attributes when the first argument is a plain object.feat(react-router): Stabilize the instrumentation API (#21470)
React Router's instrumentation API is now stable — the
@experimentalmarkers have been removed fromcreateSentryServerInstrumentation,createSentryClientInstrumentation, and the related helpers and types.The manual server wrappers
wrapServerLoaderandwrapServerActionare now deprecated in favor of it. Exportinstrumentations = [Sentry.createSentryServerInstrumentation()]from yourentry.server.tsxto instrument all loaders and actions without wrapping them individually.Other Changes
useInstrumentationAPI(#21432)__sentry_wrapped__inherited fromFunction.prototype(#21506)safeJoinside-effect-free for DOM elements (#21356)moduleandtypesfields inpackage.json(#21449)okinstead ofinternal_error(#21521)defaultexports condition (#21472)Work in this release was contributed by @archievi, @AyaanFaisal21, @itosa-kazu, and @bkchr. Thank you for your contributions!
Internal Changes
22.7.5(#21527)SENTRY_BUILD_PRESERVE_MODULESenv check from rollup configs (#21487)Bundle size 📦