Skip to content

fix(deps): update all non-major dependencies #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) 10.3.0 -> 10.4.0 age confidence
@sentry/react (source) 10.3.0 -> 10.4.0 age confidence
@sentry/vite-plugin (source) 4.0.2 -> 4.1.0 age confidence
@types/react (source) 19.1.9 -> 19.1.10 age confidence
fastify (source) 5.4.0 -> 5.5.0 age confidence
swr (source) 2.3.5 -> 2.3.6 age confidence
typescript-eslint (source) 8.39.0 -> 8.39.1 age confidence

Release Notes

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

v10.4.0

Compare Source

Important Changes
  • fix(browser): Ensure IP address is only inferred by Relay if sendDefaultPii is true

This release includes a fix for a behaviour change
that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically,
if sendDefaultPii was set to true.

However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
Unfortunately, the change did not make it into the initial v10 version but is now applied with 10.4.0.
There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set sendDefaultPii: true in your Sentry.init options.

We apologize for any inconvenience caused!

  • feat(node): Add ignoreStaticAssets (#​17370)

This release adds a new option to httpIntegration to ignore requests for static assets (e.g. favicon.xml or robots.txt). The option defaults to true, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to false:

Sentry.init({
  integrations: [
    Sentry.httpIntegration({
      // defaults to true, set to false to enable traces for static assets
      ignoreStaticAssets: false,
    }),
  ],
});
Other Changes
  • fix(nuxt): Do not drop parametrized routes (#​17357)
Internal Changes
  • ref(node): Split up incoming & outgoing http handling (#​17358)
  • test(node): Enable additionalDependencies in integration runner (#​17361)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.16 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.75 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.57 KB
@​sentry/browser (incl. Feedback) 39.87 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.88 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.04 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.69 KB
@​sentry/node 143.39 KB
@​sentry/node - without tracing 89.89 KB
@​sentry/aws-serverless 101.05 KB
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v4.1.0

Compare Source

  • feat(deps): Bump @​sentry/cli to 2.51.0 #​786
  • feat(core): Add flag for disabling sourcemaps upload #​785
  • fix(debugId): Add guards for injected code to avoid errors #​783
  • docs(options): Improve JSDoc for options #​781
  • feat(core): Expose method for injecting debug Ids from plugin manager #​784
fastify/fastify (fastify)

v5.5.0

Compare Source

What's Changed

New Contributors

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

vercel/swr (swr)

v2.3.6

Compare Source

Patches

Full Changelog: vercel/swr@v2.3.5...v2.3.6

typescript-eslint/typescript-eslint (typescript-eslint)

v8.39.1

Compare Source

🩹 Fixes
  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#​11464)
❤️ 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 7470437 to 2c494e0 Compare August 14, 2025 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c494e0 to df6341d Compare August 14, 2025 21:34
@andreaskienle andreaskienle merged commit 7ce5d92 into main Aug 15, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch August 15, 2025 08:08
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