chore(deps): update all non-major dependencies#130
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
ca2a469 to
d2b98a8
Compare
6149b6e to
99e96ad
Compare
18481ea to
d0be774
Compare
d0be774 to
3ff0218
Compare
cef7dbf to
b9874d9
Compare
5110433 to
1f8a019
Compare
3b91fed to
cda8056
Compare
44caa98 to
f6a20ce
Compare
757e722 to
1dfd24e
Compare
1dfd24e to
004b886
Compare
004b886 to
c99abb4
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:
3.0.75→3.0.823.0.62→3.0.698.2.0→8.3.010.52.0→10.57.04.2.4→4.3.05.100.9→5.101.05.100.9→5.101.025.6.0→25.9.219.2.14→19.2.176.0.1→6.0.26.0.175→6.0.1991.11.20→1.11.214.4.2→4.4.341.5.0→41.7.226.8.1→26.15.25.4.3→5.4.46.8.3→6.8.910.3.0→10.4.112.38.0→12.40.01.14.0→1.17.01.3.0→1.3.110.11.0→10.34.1v4.1.0→v4.4.03.8.3→3.8.4^0.7.2→^0.8.01.4.3→1.5.019.2.6→19.2.719.2.6→19.2.77.15.0→7.17.00.5.6→0.5.7v2.2.1→v2.6.23.5.0→3.6.04.2.4→4.3.08.0.11→8.0.16Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.82Compare Source
Patch Changes
2a91a17: feat(provider/anthropic): add support forclaude-fable-5and thefallbacksAPI parameterv3.0.81Compare Source
Patch Changes
4084fcd: feat(provider/anthropic): add support forclaude-opus-4-8v3.0.80Compare Source
Patch Changes
263d3e6: fix(provider/anthropic): fix remaining errors with Anthropiccode_executiontool dynamic calls from latestweb_fetchorweb_searchv3.0.79Compare Source
Patch Changes
d61a788: Handle errors from anthropic websearch toolv3.0.78Compare Source
Patch Changes
6e28d25: fix(anthropic): propagate toModelOutput providerOption to anthropic tool resultsv3.0.77Patch Changes
d53314d: feat(anthropic): add the new advisor toolv3.0.76Patch Changes
f591416]antfu/eslint-config (@antfu/eslint-config)
v8.3.0Compare Source
🚀 Features
perfectionistconfigurable insideantfu()- by @oliver139 in #848 (ae1d6)🐞 Bug Fixes
View changes on GitHub
getsentry/sentry-javascript (@sentry/react)
v10.57.0Compare Source
Important Changes
feat(angular): Add support for Angular 22 (#21330)
@sentry/angularnow officially supports Angular 22.ref(core): Deprecate
sendDefaultPiiin favor ofdataCollection(#21277)sendDefaultPiiis deprecated and will be removed in v11. The newdataCollectionoption lets you control each category of collected data.sendDefaultPii: truestill works and maps to enabling alldataCollectioncategories.dataCollection.userInfodefaults totruewhendataCollectionis provided, meaning auto-populateduser.*fields (e.g. IP address from a request) are collected by default.Data you set explicitly (like via
Sentry.setUser()) is always sent regardless.When
dataCollectionis not set at all, the legacysendDefaultPiibehavior applies (userInfo: falseby default) to preserve backward compatibility.Note that an empty
dataCollection: {}falls back to more permissive defaults thansendDefaultPii: false, so replicate the old behavior by opting out explicitly:Other Changes
dataCollection.frameContextLinesfor ContextLines integration (#21323)dataCollection.userInfototrue(#21348)dataCollection.httpBodiesto all valid body types (#21352)faviconetc) (#21365)safeDateNowcalls fornew Date()reads (#21351)pinoIntegrationon edge runtime (#21347)__SENTRY_SERVER_MODULES__lazily so Turbopack injection is honored (#21339)react.componentStackevent context (#21183)sentry._internal.replay_is_bufferingfor spans (#21297)Internal Changes
sendDefaultPiitodataCollectionoption (#21288)Work in this release was contributed by @zhongrenfei1-hub. Thank you for your contribution!
Bundle size 📦
v10.56.0Compare Source
Important Changes
feat(deno): Redis diagnostics channel based integration for Deno (#21087)
Adds Redis integration support for Deno, covering both
redisandioredisclients.Other Changes
@sentry/nodewas imported instead of@sentry/hono/node(#21240)consistentTraceSamplingis enabled (#21281)instrumentDurableObjectWithSentrybreaking Cloudflare Agents (#21101)WeakReffor Span-Scope circular references (#21242)InstrumentationNodeModuleFileto fix Bun--bytecodecrash (#21262)Internal Changes
hrTimeutilities from@opentelemetry/core(#21191)http.route(#21193)TraceStateimplementation (#21192)dataCollection(#21282)Bundle size 📦
v10.55.0Compare Source
Important Changes
feat(hono): Promote
@sentry/honoto stable and deprecatehonoIntegration(#21208)The
@sentry/honoSDK is now stable. See the Sentry Hono SDK docs to get started.docs(tanstackstart-react): Promote SDK status to beta (#21175)
This release promotes the
@sentry/tanstackstart-reactSDK to beta. For details on how to use it, check out theSentry TanStack Start SDK docs. Please reach out on
GitHub if you have any feedback or concerns.
feat(hono): Add
shouldHandleErroroption tosentry()middleware (#21205)The
sentry()middleware now accepts ashouldHandleErrorcallback to control which errors are captured and sent to Sentry. By default, 3xx/4xx HTTP errors are ignored and 5xx errors and plainErrorobjects are captured. Returntruefrom the callback to capture an error,falseto suppress it.test(tanstackstart-react): Move initialization to client entry point (#21161)
Change the recommended setup for the SDK to do
Sentry.init()in the client entry file to capture telemetry that is emitted ahead of page hydration.feat(tanstackstart-react): Add distributed tracing (#21144)
Server and client traces are now automatically connected, allowing you to see the full request lifecycle from server-side rendering through client-side hydration in a single trace.
feat(tanstackstart-react): Add server-side route parametrization (#21147)
Server transaction names are now parametrized automatically (e.g.,
GET /users/123becomesGET /users/$userId), improving transaction grouping in Sentry.feat(tanstackstart-react): Show readable server function names in traces (#21190)
Server function spans now show human-readable names (e.g.,
GET /_serverFn/greetinstead ofGET /_serverFn/a10e70b3...). Thetanstackstart.function.hash.sha256span attribute has been renamed totanstackstart.function.id.Other Changes
dataCollection(#21071)dataCollectioninstead ofsendDefaultPii(#21078)Elysiaapp type to support Elysia options (#21164)Internal Changes
beforeSend*callbacks (#21186)astro-6e2e test build by relaxing astro version range (#21211)normalizecode out of core (#21172)registerSpanErrorInstrumentation()on server (#21169)v10.54.0Compare Source
Important Changes
feat(core): Support array attributes for spans, logs, and metrics (#20427)
Arrays of primitive values (
string,number,boolean) are now accepted as attribute values. Arrays containing non-primitive elements will be dropped and won't show up in Sentry. Array attributes on logs and metrics were previously stringified and will now be sent as actual arrays instead. If you have custom rules that process attribute values in anybeforeSend*callbacks (e.g., data scrubbing), you may need to update them to correctly handle array values.For instance, here's how you can update a
beforeSendLogcallback to handle arrays:**feat(browser): Add
fetchStreamPerformanceIntegrationfor streamed response tracking ([#20778](https://redirect.github.com/getsentry/sentry