Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) 10.14.0 -> 10.15.0 age confidence
@sentry/react (source) 10.14.0 -> 10.15.0 age confidence
@vitest/eslint-plugin 1.3.12 -> 1.3.13 age confidence
cypress (source) 15.2.0 -> 15.3.0 age confidence
react-i18next 15.7.3 -> 15.7.4 age confidence
react-router-dom (source) 7.9.1 -> 7.9.2 age confidence
tsx (source) 4.20.5 -> 4.20.6 age confidence

Release Notes

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

v10.15.0

Compare Source

Important Changes
  • feat(cloudflare): Add honoIntegration with error-filtering function (#​17743)

    This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured.
    By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

    The integration is added by default, and it's possible to modify this behavior like this:

     integrations: [
       honoIntegration({
        shouldHandleError: (err) => true; // always capture exceptions in onError
       })
     ]
  • feat(node): Add instrumentation for hono handler (#​17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#​17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#​17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes
  • fix(browser): Improve handling of 0 and undefined resource timing values (#​17751)
  • ref(nextjs): Display build compatibility warning for webpack (#​17746)
Internal Changes
  • docs: Reword changelog for google gen ai instrumentation (#​17753)
  • build: Add @typescript-eslint/no-unnecessary-type-assertion rule (#​17728)
  • build: Update TS target to es2020 everywhere (#​17709)
  • chore: Add external contributor to CHANGELOG.md (#​17745)

Work in this release was contributed by @​Karibash. Thank you for your contribution!

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

v1.3.13

Compare Source

cypress-io/cypress (cypress)

v15.3.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15.3.0

i18next/react-i18next (react-i18next)

v15.7.4

Compare Source

  • downgrade i18next dep to address 1865
remix-run/react-router (react-router-dom)

v7.9.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.2
privatenumber/tsx (tsx)

v4.20.6

Compare Source

Bug Fixes
  • properly hide relaySignal from process.listeners() (#​741) (710a424)

This release is also available on:


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 611b070 to 3561f55 Compare September 27, 2025 16:41
@renovate renovate bot changed the title chore(deps): update dependency cypress to v15.3.0 fix(deps): update all non-major dependencies Sep 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3561f55 to f7cf101 Compare September 29, 2025 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7cf101 to 749197b Compare September 29, 2025 07:05
@andreaskienle andreaskienle merged commit de5d12a into main Sep 29, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch September 29, 2025 07:21
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