Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.34.0 -> 9.35.0 age confidence
@sentry/node (source) 10.8.0 -> 10.10.0 age confidence
@sentry/react (source) 10.8.0 -> 10.10.0 age confidence
@sentry/vite-plugin (source) 4.2.0 -> 4.3.0 age confidence
@types/node (source) 22.18.0 -> 22.18.1 age confidence
@ui5/webcomponents (source) 2.13.3 -> 2.14.0 age confidence
@ui5/webcomponents-cypress-commands (source) 2.13.2 -> 2.14.0 age confidence
@ui5/webcomponents-fiori (source) 2.13.3 -> 2.14.0 age confidence
@ui5/webcomponents-icons (source) 2.13.3 -> 2.14.0 age confidence
@ui5/webcomponents-react (source) 2.13.2 -> 2.14.0 age confidence
@ui5/webcomponents-react-charts (source) 2.13.2 -> 2.14.0 age confidence
@vitest/eslint-plugin 1.3.5 -> 1.3.9 age confidence
dotenv 17.2.1 -> 17.2.2 age confidence
fastify (source) 5.5.0 -> 5.6.0 age confidence
i18next (source) 25.4.2 -> 25.5.2 age confidence
typescript-eslint (source) 8.41.0 -> 8.42.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.35.0

Compare Source

getsentry/sentry-javascript (@​sentry/node)

v10.10.0

Compare Source

Important Changes
  • feat(browser): Add support for propagateTraceparent SDK option (#​17509)

Adds support for a new browser SDK init option, propagateTraceparent for attaching a W3C compliant traceparent header to outgoing fetch and XHR requests, in addition to sentry-trace and baggage headers. More details can be found here.

  • feat(core): Add tool calls attributes for Anthropic AI (#​17478)

Adds missing tool call attributes, we add gen_ai.response.tool_calls attribute for Anthropic AI, supporting both streaming and non-streaming requests.

  • feat(nextjs): Use compiler hook for uploading turbopack sourcemaps (#​17352)

Adds a new experimental flag _experimental.useRunAfterProductionCompileHook to withSentryConfig for automatic source maps uploads when building a Next.js app with next build --turbopack.
When set we:

  • Automatically enable source map generation for turbopack client files (if not explicitly disabled)
  • Upload generated source maps to Sentry at the end of the build by leveraging a Next.js compiler hook.
Other Changes
  • feat(feedback): Add more labels so people can configure Highlight and Hide labels (#​17513)
  • fix(node): Add origin for OpenAI spans & test auto instrumentation (#​17519)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 39.19 KB
@​sentry/browser (incl. Tracing, Replay) 76.63 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.64 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.2 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.13 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.96 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 41.11 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.95 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.14 KB
CDN Bundle (incl. Tracing) 39.05 KB
CDN Bundle (incl. Tracing, Replay) 74.48 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.82 KB
CDN Bundle - uncompressed 73.4 KB
CDN Bundle (incl. Tracing) - uncompressed 115.49 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.88 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 240.35 KB
@​sentry/nextjs (client) 43.08 KB
@​sentry/sveltekit (client) 39.62 KB
@​sentry/node-core 48.49 KB
@​sentry/node 147.1 KB
@​sentry/node - without tracing 90.07 KB
@​sentry/aws-serverless 103.06 KB

v10.9.0

Compare Source

Important Changes
  • feat(node): Update httpIntegration handling of incoming requests (#​17371)

This version updates the handling of the Node SDK of incoming requests. Instead of relying on @​opentelemetry/instrumentation-http, we now handle incoming request instrumentation internally, ensuring that we can optimize performance as much as possible and avoid interop problems.

This change should not affect you, unless you're relying on very in-depth implementation details. Importantly, this also drops the _experimentalConfig option of the integration - this will no longer do anything.
Finally, you can still pass instrumentation.{requestHook,responseHook,applyCustomAttributesOnSpan} options, but they are deprecated and will be removed in v11. Instead, you can use the new incomingRequestSpanHook configuration option if you want to adjust the incoming request span.

Other Changes
  • feat(browser): Add replay.feedback CDN bundle (#​17496)
  • feat(browser): Export sendFeedback from CDN bundles (#​17495)
  • fix(astro): Ensure span name from beforeStartSpan isn't overwritten (#​17500)
  • fix(browser): Ensure source is set correctly when updating span name in-place in beforeStartSpan (#​17501)
  • fix(core): Only set template attributes on logs if parameters exist (#​17480)
  • fix(nextjs): Fix parameterization for root catchall routes (#​17489)
  • fix(node-core): Shut down OTel TraceProvider when calling Sentry.close() (#​17499)
Internal Changes
  • chore: Add changelog script back to package.json (#​17517)
  • chore: Ensure prettier is run on all files (#​17497)
  • chore: Ignore prettier commit for git blame (#​17498)
  • chore: Remove experimental from Nuxt SDK package description (#​17483)
  • ci: Capture overhead in node app (#​17420)
  • ci: Ensure we fail on cancelled jobs (#​17506)
  • ci(deps): bump actions/checkout from 4 to 5 (#​17505)
  • ci(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 (#​17504)
  • test(aws): Improve reliability on CI (#​17502)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.93 KB
@​sentry/browser (incl. Tracing, Replay) 76.4 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.43 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.97 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.81 KB
@​sentry/browser (incl. Feedback) 39.88 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.91 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.25 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.56 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.56 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 48.45 KB
@​sentry/node 146.74 KB
@​sentry/node - without tracing 90.02 KB
@​sentry/aws-serverless 103.01 KB
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v4.3.0

Compare Source

  • feat(core): Extend deploy option to allow opting out of automatic deploy creation (#​801)
  • feat(core): No asset globbing for direct upload (#​800)
SAP/ui5-webcomponents (@​ui5/webcomponents)

v2.14.0

Compare Source

Bug Fixes
SAP/ui5-webcomponents-react (@​ui5/webcomponents-cypress-commands)

v2.14.0

Compare Source

Features

2.13.2 (2025-08-29)

Bug Fixes

2.13.1 (2025-08-14)

Note: Version bump only for package @​ui5/webcomponents-cypress-commands

SAP/ui5-webcomponents (@​ui5/webcomponents-fiori)

v2.14.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-fiori

SAP/ui5-webcomponents (@​ui5/webcomponents-icons)

v2.14.0

Compare Source

Note: Version bump only for package @​ui5/webcomponents-icons

SAP/ui5-webcomponents-react (@​ui5/webcomponents-react)

v2.14.0

Compare Source

Bug Fixes
Features

2.13.2 (2025-08-29)

Bug Fixes

2.13.1 (2025-08-14)

Bug Fixes
SAP/ui5-webcomponents-react (@​ui5/webcomponents-react-charts)

v2.14.0

Compare Source

Features

2.13.2 (2025-08-29)

Bug Fixes

2.13.1 (2025-08-14)

Note: Version bump only for package @​ui5/webcomponents-react-charts

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.9

Compare Source

v1.3.8

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

motdotla/dotenv (dotenv)

v17.2.2

Compare Source

Added
  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.
fastify/fastify (fastify)

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.5.0...v5.6.0

i18next/i18next (i18next)

v25.5.2

Compare Source

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

v25.5.1

Compare Source

  • export keyFromSelector from index.cjs 2347

v25.5.0

Compare Source

  • export keyFromSelector function for testing purposes 2346
typescript-eslint/typescript-eslint (typescript-eslint)

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

You can read about our versioning strategy and releases on our website.


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e378dd0 to 35fb3fb Compare September 5, 2025 14:15
@renovate renovate bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.6 chore(deps): update all non-major dependencies Sep 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35fb3fb to fcc9c08 Compare September 5, 2025 18:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 09b4fb2 to 15a1189 Compare September 9, 2025 05:36
@andreaskienle

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 081347d to 16f069f Compare September 10, 2025 11:25
@andreaskienle
Copy link
Contributor

Issues might be resolved with the upgrade to vite 7

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16f069f to 685ff70 Compare September 10, 2025 12:14
@andreaskienle andreaskienle merged commit 82fe381 into main Sep 10, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch September 10, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant