Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.0 -> 9.39.1 age confidence
@sentry/node (source) 10.22.0 -> 10.23.0 age confidence
@sentry/react (source) 10.22.0 -> 10.23.0 age confidence
@ui5/webcomponents (source) 2.15.1 -> 2.16.0 age confidence
@ui5/webcomponents-fiori (source) 2.15.1 -> 2.16.0 age confidence
@ui5/webcomponents-icons (source) 2.15.1 -> 2.16.0 age confidence
@vitest/eslint-plugin 1.4.0 -> 1.4.1 age confidence
cypress (source) 15.5.0 -> 15.6.0 age confidence
react-i18next 16.2.3 -> 16.2.4 age confidence
typescript-eslint (source) 8.46.2 -> 8.46.3 age confidence
vite (source) 7.1.12 -> 7.2.1 age confidence
vitest (source) 4.0.6 -> 4.0.7 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

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

v10.23.0

Compare Source

  • feat(core): Send user-agent header with envelope requests in server SDKs (#​17929)
  • feat(browser): Limit transport buffer size (#​18046)
  • feat(core): Remove default value of maxValueLength: 250 (#​18043)
  • feat(react-router): Align options with shared build time options type (#​18014)
  • fix(browser-utils): cache element names for INP (#​18052)
  • fix(browser): Capture unhandled rejection errors for web worker integration (#​18054)
  • fix(cloudflare): Ensure types for cloudflare handlers (#​18064)
  • fix(nextjs): Update proxy template wrapping (#​18086)
  • fix(nuxt): Added top-level fallback exports (#​18083)
  • fix(nuxt): check for H3 error cause before re-capturing (#​18035)
  • fix(replay): Linked errors not resetting session id (#​17854)
  • fix(tracemetrics): Bump metrics buffer to 1k (#​18039)
  • fix(vue): Make options parameter optional on attachErrorHandler (#​18072)
  • ref(core): Set span status internal_error instead of unknown_error (#​17909)
Internal Changes
  • fix(tests): un-override nitro dep version for nuxt-3 test (#​18056)
  • fix(e2e): Add p-map override to fix React Router 7 test builds (#​18068)
  • feat: Add a note to save changes before starting (#​17987)
  • test(browser): Add test for INP target name after navigation or DOM changes (#​18033)
  • chore: Add external contributor to CHANGELOG.md (#​18032)
  • chore(aws-serverless): Fix typo in timeout warning function name (#​18031)
  • chore(browser): upgrade fake-indexeddb to v6 (#​17975)
  • chore(tests): pass test flags through to the test command (#​18062)

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

Bundle size 📦
Path Size
@​sentry/browser 24.06 KB
@​sentry/browser - with treeshaking flags 22.58 KB
@​sentry/browser (incl. Tracing) 40.29 KB
@​sentry/browser (incl. Tracing, Profiling) 44.47 KB
@​sentry/browser (incl. Tracing, Replay) 77.64 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.58 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.23 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.12 KB
@​sentry/browser (incl. Feedback) 40.34 KB
@​sentry/browser (incl. sendFeedback) 28.62 KB
@​sentry/browser (incl. FeedbackAsync) 33.44 KB
@​sentry/react 25.71 KB
@​sentry/react (incl. Tracing) 42.23 KB
@​sentry/vue 28.45 KB
@​sentry/vue (incl. Tracing) 42.04 KB
@​sentry/svelte 24.07 KB
CDN Bundle 26.27 KB
CDN Bundle (incl. Tracing) 40.82 KB
CDN Bundle (incl. Tracing, Replay) 76.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.6 KB
CDN Bundle - uncompressed 77.04 KB
CDN Bundle (incl. Tracing) - uncompressed 121.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 233.6 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.06 KB
@​sentry/nextjs (client) 44.3 KB
@​sentry/sveltekit (client) 40.69 KB
@​sentry/node-core 49.62 KB
@​sentry/node 154.18 KB
@​sentry/node - without tracing 90.52 KB
@​sentry/aws-serverless 103.93 KB
UI5/webcomponents (@​ui5/webcomponents)

v2.16.0

Compare Source

Bug Fixes
Features
  • ui5-ai-input: introduce new component (#​12407) (6344333)
  • ui5-checkbox: implement accessibilityInfo getter (#​12527) (d9b42bc)
  • ui5-form, ui5-form-group: add accessibleNameRef (#​12595) (dbfe7c5)
  • ui5-form: enhance a11y using description list (#​12365) (28994f1)
  • ui5-segmented-button: replace the enum property contentMode with boolean one (0a71381)
  • ui5-select: adds new prop textSeparator (086a92a)
UI5/webcomponents (@​ui5/webcomponents-fiori)

v2.16.0

Compare Source

Bug Fixes
  • ui5-dynamic-page: prevent scroll when focusing title/header (#​12588) (cd6da99)
Features
UI5/webcomponents (@​ui5/webcomponents-icons)

v2.16.0

Compare Source

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

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

v1.4.1

Compare Source

No significant changes

    View changes on GitHub
cypress-io/cypress (cypress)

v15.6.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-6-0

i18next/react-i18next (react-i18next)

v16.2.4

Compare Source

  • try to fix "Trans component do not render anymore children as default value in test environment" 1883 by also respecting 1876
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores
vitest-dev/vitest (vitest)

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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 5 times, most recently from 4833b46 to 9cd499d Compare November 8, 2025 14:03
@renovate
Copy link
Contributor Author

renovate bot commented Nov 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @ui5/webcomponents-cypress-commands@2.15.3
npm error Found: @ui5/webcomponents@2.16.0
npm error node_modules/@ui5/webcomponents
npm error   @ui5/webcomponents@"2.16.0" from the root project
npm error   @ui5/webcomponents@"2.16.0" from @ui5/webcomponents-fiori@2.16.0
npm error   node_modules/@ui5/webcomponents-fiori
npm error     @ui5/webcomponents-fiori@"2.16.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @ui5/webcomponents@"~2.15.0" from @ui5/webcomponents-cypress-commands@2.15.3
npm error node_modules/@ui5/webcomponents-cypress-commands
npm error   dev @ui5/webcomponents-cypress-commands@"2.15.3" from the root project
npm error
npm error Conflicting peer dependency: @ui5/webcomponents@2.15.1
npm error node_modules/@ui5/webcomponents
npm error   peerOptional @ui5/webcomponents@"~2.15.0" from @ui5/webcomponents-cypress-commands@2.15.3
npm error   node_modules/@ui5/webcomponents-cypress-commands
npm error     dev @ui5/webcomponents-cypress-commands@"2.15.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-09T05_59_57_898Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-09T05_59_57_898Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9cd499d to 02255f8 Compare November 9, 2025 06:00
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