chore(deps): update backend dependencies (major) #1818
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:
^9.0.12->^10.0.0^9.2.0->^10.0.0^9.2.0->^10.0.0~29.5->~30.0.0^2.4.3->^3.0.0^1.18.3->^2.0.0^2.3.1->^3.0.0^2.4.3->^3.0.0^16.4.5->^17.0.0~8.57->~9.39.0~28.14.0->~29.8.0^4.16.4->^5.0.0~29.7->~30.2.0~29.7->~30.2.0^21.0.0->^27.0.022.21.1->24.12.010.9.4->11.7.0^7.11.0->^10.0.0^7.0.0->^11.0.0Release Notes
ardatan/graphql-tools (@graphql-tools/schema)
v10.0.30Compare Source
Patch Changes
[
2118a80]:v10.0.29Compare Source
Patch Changes
[
2fe123a]:v10.0.28Compare Source
Patch Changes
[
dddc5f6]:v10.0.27Compare Source
Patch Changes
[
fbb58b5]:v10.0.26Compare Source
Patch Changes
[
fd105f4,fded91e,3b99a9b]:v10.0.25Compare Source
Patch Changes
[
984d542,984d542,32d0457]:v10.0.24Compare Source
Patch Changes
[
e5f98c2,3c21496,e5f98c2,22af985,53db005]:v10.0.23Compare Source
Patch Changes
[
d123e26]:v10.0.22Compare Source
Patch Changes
[
4899c62,90a717e,26518de]:v10.0.21Compare Source
Patch Changes
[
155944b]:v10.0.20Compare Source
Patch Changes
[
4a2eb14]:v10.0.19Compare Source
Patch Changes
[
3547bba]:v10.0.18Compare Source
Patch Changes
[
651a5dc]:v10.0.17Compare Source
Patch Changes
357b2eeThanks @renovate! - dependencies updates:
value-or-promise@^1.0.12↗︎ (fromdependencies)[
0a3e193,357b2ee]:v10.0.16Compare Source
Patch Changes
[
53bb601,53bb601]:v10.0.15Compare Source
Patch Changes
[
4912f19]:v10.0.14Compare Source
Patch Changes
[
2c70d27]:v10.0.13Compare Source
Patch Changes
[
6a8123b]:v10.0.12Compare Source
Patch Changes
020b9e4Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
Updated dependencies
[
020b9e4]:v10.0.11Compare Source
Patch Changes
696a0d5Thanks @renovate! - dependencies updates:
@graphql-tools/merge@^9.0.11↗︎(from
^9.0.10, independencies)@graphql-tools/utils@^10.6.1↗︎(from
^10.6.0, independencies)[
696a0d5,1b24656]:v10.0.10Compare Source
Patch Changes
[
1e02935]:v10.0.9Compare Source
Patch Changes
[
414e404]:v10.0.8Compare Source
Patch Changes
[
dc5043b]:v10.0.7Compare Source
Patch Changes
[
cf2ce5e]:v10.0.6Compare Source
Patch Changes
0286437Thanks @ardatan! - Improve directive extraction
Updated dependencies
[
0286437]:v10.0.5Compare Source
Patch Changes
b8bf584Thanks @ardatan! - Introduce `getDirectiveExtensions` and refactor
directive handling in the extensions
Updated dependencies
[
b8bf584]:v10.0.4Compare Source
Patch Changes
#6194
7368829Thanks @ardatan! - Handle interface objects in a different way
Updated dependencies
[
7368829,e10c13a]:v10.0.3Compare Source
Patch Changes
[
2118a80]:v10.0.2Compare Source
Patch Changes
[
2fe123a]:v10.0.1Compare Source
Patch Changes
[
3547bba]:v10.0.0Compare Source
Major Changes
944a68e8Thanks @ardatan! - Drop Node 14 support. Require Node.js
>= 16Patch Changes
[
944a68e8,944a68e8]:getsentry/sentry-javascript (@sentry/node)
v10.32.1Compare Source
implementationfield optional (hashroutes) (#18564)Internal Changes
cloudflare-astroe2e test (#18567)v10.32.0Compare Source
Important Changes
feat(core): Apply scope attributes to logs (#18184)
You can now set attributes on the SDK's scopes which will be applied to all logs as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.feat(replay): Add Request body with
attachRawBodyFromRequestoption (#18501)To attach the raw request body (from
Requestobjects passed as the firstfetchargument) to replay events, you can now use theattachRawBodyFromRequestoption in the Replay integration:feat(tanstackstart-react): Trace server functions (#18500)
To enable tracing for server-side requests, you can now explicitly define a server entry point in your application and wrap your request handler with
wrapFetchWithSentry.feat(vue): Add TanStack Router integration (#18547)
The
@sentry/vuepackage now includes support for TanStack Router. UsetanstackRouterBrowserTracingIntegrationto automatically instrument pageload and navigation transactions with parameterized routes:Other Changes
Internal Changes
http.response_content_length_uncompressed(#18536)v10.31.0Compare Source
Important Changes
The
graphqlClientIntegrationnow supports GraphQL persisted operations (queries). When a persisted query is detected, the integration will capture the operation hash and version as span attributes:graphql.persisted_query.hash.sha256- The SHA-256 hash of the persisted querygraphql.persisted_query.version- The version of the persisted query protocolAdditionally, the
graphql.documentattribute format has changed to align with OpenTelemetry semantic conventions. It now contains only the GraphQL query string instead of the full JSON request payload.Before:
After:
Other Changes
propagateTraceparentoption (#18476)captureExceptionandcaptureMessageparameter types (#18521)captureExceptionandcaptureMessageparameter types (#18509)@sentry/vite-pluginand@sentry/rollup-pluginto 4.6.1 (#18349)fromLocationexistence before reporting pageload (#18463)Internal Changes
Work in this release was contributed by @sebws and @TBeeren. Thank you for your contributions!
v10.30.0Compare Source
Internal Changes
@sentry/types(#18429)v10.29.0Compare Source
Important Changes
We expanded the supported version range for
@solidjs/routerto include0.14.xand0.15.xversions.Other Changes
msgin pino integration (#18389)Internal Changes
v10.28.0Compare Source
Important Changes
matcherparameter optional inmakeMultiplexedTransport(#10798)The
matcherparameter inmakeMultiplexedTransportis now optional with a sensible default. This makes it much easier to use the multiplexed transport for sending events to multiple DSNs based on runtime configuration.Before:
After:
The default matcher looks for routing information in
event.extra[MULTIPLEXED_TRANSPORT_EXTRA_KEY]. You can still provide a custom matcher function for advanced use cases.This release adds support for
cacheComponentson turbopack builds. We are working on adding support for this feature in webpack builds as well.Other Changes
isolateTraceoption toSentry.withMonitor()(#18079)waitUntildetection (#18336)continueTracedoesn't propagate given trace ID if active span exists (#18328)Internal Changes
BUGBOT.mdrules to flag invalid op and origin values during review (#18352)v10.27.0Compare Source
Important Changes
feat(deps): Bump OpenTelemetry (#18239)
feat(browserprofiling): Add
manualmode and deprecate old profiling (#18189)Adds the
manuallifecycle mode for UI profiling (the default mode), allowing profiles to be captured manually withSentry.uiProfiler.startProfiler()andSentry.uiProfiler.stopProfiler().The previous transaction-based profiling is with
profilesSampleRateis now deprecated in favor of the new UI Profiling withprofileSessionSampleRate.Other Changes
gibibyteandpebibytetoInformationUnittype (#18241)_experiments.enableLogsoptiConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.