Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/client (source) 3.13.9 -> 3.14.0 age confidence
@eslint/js (source) 9.33.0 -> 9.34.0 age confidence
@sentry/node (source) 10.4.0 -> 10.5.0 age confidence
@sentry/react (source) 10.4.0 -> 10.5.0 age confidence
@sentry/vite-plugin (source) 4.1.0 -> 4.1.1 age confidence
@types/node (source) 22.17.1 -> 22.17.2 age confidence
@types/react (source) 19.1.10 -> 19.1.11 age confidence
@ui5/webcomponents (source) 2.13.2 -> 2.13.3 age confidence
@ui5/webcomponents-cypress-commands (source) 2.13.0 -> 2.13.1 age confidence
@ui5/webcomponents-fiori (source) 2.13.2 -> 2.13.3 age confidence
@ui5/webcomponents-icons (source) 2.13.2 -> 2.13.3 age confidence
@ui5/webcomponents-react (source) 2.13.0 -> 2.13.1 age confidence
@vitejs/plugin-react (source) 5.0.0 -> 5.0.1 age confidence
@xyflow/react (source) 12.8.2 -> 12.8.4 age confidence
i18next (source) 25.3.4 -> 25.4.2 age confidence
react-i18next 15.6.1 -> 15.7.2 age confidence
react-router-dom (source) 7.8.0 -> 7.8.2 age confidence
react-syntax-highlighter 15.6.1 -> 15.6.3 age confidence
typescript-eslint (source) 8.39.1 -> 8.40.0 age confidence
zod (source) 4.0.17 -> 4.1.1 age confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.14.0

Compare Source

Minor Changes
Patch Changes
eslint/eslint (@​eslint/js)

v9.34.0

Compare Source

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

v10.5.0

Compare Source

Internal Changes
  • chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#​17374)
  • test(aws): Run E2E tests with AWS SAM (#​17367)
  • test(node): Add tests for full http.server span attribute coverage (#​17373)

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

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.86 KB
@​sentry/node 143.58 KB
@​sentry/node - without tracing 90.08 KB
@​sentry/aws-serverless 101.24 KB
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v4.1.1

Compare Source

  • fix(react-native): Enhance fragment detection for indirect references (#​767)
SAP/ui5-webcomponents (@​ui5/webcomponents)

v2.13.3

Compare Source

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

v2.13.1

Compare Source

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

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

v2.13.1

Compare Source

Bug Fixes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.0.1

Compare Source

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#​735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#​734)
Respect tsconfig jsxImportSource (#​726)
Fix reactRefreshHost option on rolldown-vite (#​716)
Fix RefreshRuntime being injected twice for class components on rolldown-vite (#​708)
Skip babel-plugin-react-compiler on non client environment (689)
xyflow/xyflow (@​xyflow/react)

v12.8.4

Compare Source

Patch Changes

v12.8.3

Compare Source

Patch Changes
i18next/i18next (i18next)

v25.4.2

Compare Source

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

v25.4.1

Compare Source

  • fix: KeyPrefix not working with new selector api 2340

v25.4.0

Compare Source

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

v25.3.6

Compare Source

  • improve fix: Ordinals and non-ordinals don't work together 2337

v25.3.5

Compare Source

  • fix: Ordinals and non-ordinals don't work together 2337
i18next/react-i18next (react-i18next)

v15.7.2

Compare Source

  • update i18next dependency

v15.7.1

Compare Source

  • Fix: _EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) 1858

v15.7.0

Compare Source

  • add new selector API to improve TypeScript IDE performance 1852
    • read more about it here
remix-run/react-router (react-router-dom)

v7.8.2

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.2

v7.8.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.8.1
react-syntax-highlighter/react-syntax-highlighter (react-syntax-highlighter)

v15.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.2...v15.6.3

v15.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.1...v15.6.2

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

v8.40.0

Compare Source

🩹 Fixes
  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#​11475)
❤️ Thank You

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

colinhacks/zod (zod)

v4.1.1

Compare Source

v4.1.0

Compare Source


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 81daf5f to 788ba1d Compare August 16, 2025 13:25
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v10.5.0 fix(deps): update all non-major dependencies Aug 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b939812 to a5903aa Compare August 23, 2025 14:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3134887 to 4494818 Compare August 26, 2025 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4494818 to 5ab03d5 Compare August 27, 2025 13:57
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Hubert-Szczepanski-SAP Hubert-Szczepanski-SAP merged commit 2f8b1ef into main Aug 28, 2025
5 checks passed
@Hubert-Szczepanski-SAP Hubert-Szczepanski-SAP deleted the renovate/all-minor-patch branch August 28, 2025 07:18
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.

2 participants