Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/cli (source) 6.0.0 -> 6.0.1 age confidence
@sentry/node (source) 10.20.0 -> 10.22.0 age confidence
@sentry/react (source) 10.20.0 -> 10.22.0 age confidence
@sentry/vite-plugin (source) 4.4.0 -> 4.5.0 age confidence
@types/node (source) 22.18.11 -> 22.18.12 age confidence
@ui5/webcomponents (source) 2.15.0 -> 2.15.1 age confidence
@ui5/webcomponents-cypress-commands (source) 2.15.2 -> 2.15.3 age confidence
@ui5/webcomponents-fiori (source) 2.15.0 -> 2.15.1 age confidence
@ui5/webcomponents-icons (source) 2.15.0 -> 2.15.1 age confidence
@ui5/webcomponents-react (source) 2.15.2 -> 2.15.3 age confidence
@ui5/webcomponents-react-charts (source) 2.15.2 -> 2.15.3 age confidence
@vitejs/plugin-react (source) 5.0.4 -> 5.1.0 age confidence
@xyflow/react (source) 12.8.6 -> 12.9.0 age confidence
react-i18next 16.1.0 -> 16.1.6 age confidence
typescript-eslint (source) 8.46.1 -> 8.46.2 age confidence
vite (source) 7.1.11 -> 7.1.12 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v6.0.1

Compare Source

Patch Changes
  • #​10468 cb1b9d9 Thanks @​eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

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

v10.22.0

Compare Source

Important Changes
  • feat(node): Instrument cloud functions for firebase v2 (#​17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#​17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });
Other Changes
  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#​17986)
  • feat: Align sentry origin with documentation (#​17998)
  • feat(core): Truncate request messages in AI integrations (#​17921)
  • feat(nextjs): Support node runtime on proxy files (#​17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#​17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#​18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#​18010)
  • fix(node): Pino capture serialized err (#​17999)
  • fix(node): Pino child loggers (#​17934)
  • fix(react): Don't trim index route / when getting pathname (#​17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#​17962)
Internal Changes
  • chore: Add required size_check for GH Actions (#​18009)
  • chore: Upgrade madge to v8 (#​17957)
  • test(hono): Fix hono e2e tests (#​18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#​18013)
  • test(react): Add parameterized route tests for createHashRouter (#​17789)

Bundle size 📦

Path Size
@​sentry/browser 24.05 KB
@​sentry/browser - with treeshaking flags 22.57 KB
@​sentry/browser (incl. Tracing) 40.01 KB
@​sentry/browser (incl. Tracing, Profiling) 44.2 KB
@​sentry/browser (incl. Tracing, Replay) 77.43 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.36 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.02 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.9 KB
@​sentry/browser (incl. Feedback) 40.33 KB
@​sentry/browser (incl. sendFeedback) 28.61 KB
@​sentry/browser (incl. FeedbackAsync) 33.42 KB
@​sentry/react 25.69 KB
@​sentry/react (incl. Tracing) 41.96 KB
@​sentry/vue 28.43 KB
@​sentry/vue (incl. Tracing) 41.75 KB
@​sentry/svelte 24.06 KB
CDN Bundle 26.27 KB
CDN Bundle (incl. Tracing) 40.65 KB
CDN Bundle (incl. Tracing, Replay) 76.05 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.39 KB
CDN Bundle - uncompressed 77.01 KB
CDN Bundle (incl. Tracing) - uncompressed 120.55 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 232.89 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 245.35 KB
@​sentry/nextjs (client) 44.05 KB
@​sentry/sveltekit (client) 40.43 KB
@​sentry/node-core 49.56 KB
@​sentry/node 154.11 KB
@​sentry/node - without tracing 90.46 KB
@​sentry/aws-serverless 103.86 KB

v10.21.0

Compare Source

Important Changes
  • feat(browserProfiling): Add trace lifecycle mode for UI profiling (#​17619)

    Adds a new trace lifecycle mode for UI profiling, allowing profiles to be captured for the duration of a trace. A manual mode will be added in a future release.

  • feat(nuxt): Instrument Database (#​17899)

    Adds instrumentation for Nuxt database operations, enabling better performance tracking of database queries.

  • feat(nuxt): Instrument server cache API (#​17886)

    Adds instrumentation for Nuxt's server cache API, providing visibility into cache operations.

  • feat(nuxt): Instrument storage API (#​17858)

    Adds instrumentation for Nuxt's storage API, enabling tracking of storage operations.

Other Changes
  • feat(browser): Add onRequestSpanEnd hook to browser tracing integration (#​17884)
  • feat(nextjs): Support Next.js proxy files (#​17926)
  • feat(replay): Record outcome when event buffer size exceeded (#​17946)
  • fix(cloudflare): copy execution context in durable objects and handlers (#​17786)
  • fix(core): Fix and add missing cache attributes in Vercel AI (#​17982)
  • fix(core): Improve uuid performance (#​17938)
  • fix(ember): Use updated version for clean-css (#​17979)
  • fix(nextjs): Don't set experimental instrumentation hook flag for next 16 (#​17978)
  • fix(nextjs): Inconsistent transaction naming for i18n routing (#​17927)
  • fix(nextjs): Update bundler detection (#​17976)
Internal Changes
  • build: Update to typescript 5.8.0 (#​17710)
  • chore: Add external contributor to CHANGELOG.md (#​17949)
  • chore(build): Upgrade nodemon to 3.1.10 (#​17956)
  • chore(ci): Fix external contributor action when multiple contributions existed (#​17950)
  • chore(solid): Remove unnecessary import from README (#​17947)
  • test(nextjs): Fix proxy/middleware test (#​17970)

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

Bundle size 📦
Path Size
@​sentry/browser 24.05 KB
@​sentry/browser - with treeshaking flags 22.57 KB
@​sentry/browser (incl. Tracing) 40.01 KB
@​sentry/browser (incl. Tracing, Profiling) 44.2 KB
@​sentry/browser (incl. Tracing, Replay) 77.43 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.36 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.02 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.9 KB
@​sentry/browser (incl. Feedback) 40.33 KB
@​sentry/browser (incl. sendFeedback) 28.61 KB
@​sentry/browser (incl. FeedbackAsync) 33.42 KB
@​sentry/react 25.69 KB
@​sentry/react (incl. Tracing) 41.96 KB
@​sentry/vue 28.43 KB
@​sentry/vue (incl. Tracing) 41.75 KB
@​sentry/svelte 24.06 KB
CDN Bundle 26.27 KB
CDN Bundle (incl. Tracing) 40.65 KB
CDN Bundle (incl. Tracing, Replay) 76.05 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.39 KB
CDN Bundle - uncompressed 77.01 KB
CDN Bundle (incl. Tracing) - uncompressed 120.55 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 232.89 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 245.35 KB
@​sentry/nextjs (client) 44.05 KB
@​sentry/sveltekit (client) 40.43 KB
@​sentry/node-core 49.56 KB
@​sentry/node 150.82 KB
@​sentry/node - without tracing 90.44 KB
@​sentry/aws-serverless 103.84 KB
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v4.5.0

Compare Source

  • docs: added info on debug flag value precedence (#​811)
  • feat: add debug statements after sourcemap uploads (#​812)
  • feat(core): Allow multi-project sourcemaps upload (#​813)
  • fix: propagate the debug option to the cli (#​810)
UI5/webcomponents (@​ui5/webcomponents)

v2.15.1

Compare Source

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

v2.15.3

Compare Source

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

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

v2.15.3

Compare Source

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

v2.15.3

Compare Source

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

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

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

xyflow/xyflow (@​xyflow/react)

v12.9.0

Compare Source

Minor Changes
Patch Changes
i18next/react-i18next (react-i18next)

v16.1.6

Compare Source

  • fix: fix: handle spread props for inner components in Trans (icu) 1877

v16.1.5

Compare Source

  • fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876
  • Trans: use also defaultValue via tOptions as fallback

v16.1.4

Compare Source

  • fix: detect pre-transformation use of interpolation like number/date/etc. 1875

v16.1.3

Compare Source

  • fix: ensure invalid identifiers are quoted in the props object 1874

v16.1.2

Compare Source

  • missing.js extensions for Icu imports

v16.1.1

Compare Source

  • exports for IcuTrans component 1873
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

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

Compare Source

Please refer to CHANGELOG.md for details.


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 0782f3b to 6d60c01 Compare October 23, 2025 14:03
@renovate renovate bot changed the title fix(deps): update dependency @xyflow/react to v12.9.0 fix(deps): update all non-major dependencies Oct 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1aea4e5 to 79641c3 Compare October 27, 2025 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79641c3 to 4a3970e Compare October 27, 2025 09:11
@andreaskienle andreaskienle merged commit b6d489a into main Oct 27, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch October 27, 2025 09:31
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