Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.36.0 -> 9.37.0 age confidence
@graphql-codegen/client-preset (source) 5.0.1 -> 5.1.0 age confidence
@sentry/node (source) 10.15.0 -> 10.17.0 age confidence
@sentry/react (source) 10.15.0 -> 10.17.0 age confidence
@types/node (source) 22.18.6 -> 22.18.8 age confidence
@types/react (source) 19.1.15 -> 19.2.2 age confidence
@types/react-dom (source) 19.1.9 -> 19.2.1 age confidence
@ui5/webcomponents (source) 2.14.0 -> 2.15.0 age confidence
@ui5/webcomponents-cypress-commands (source) 2.14.1 -> 2.15.0 age confidence
@ui5/webcomponents-fiori (source) 2.14.0 -> 2.15.0 age confidence
@ui5/webcomponents-icons (source) 2.14.0 -> 2.15.0 age confidence
@ui5/webcomponents-react (source) 2.14.1 -> 2.15.0 age confidence
@ui5/webcomponents-react-charts (source) 2.14.1 -> 2.15.0 age confidence
@vitest/eslint-plugin 1.3.13 -> 1.3.16 age confidence
dotenv 17.2.2 -> 17.2.3 age confidence
i18next (source) 25.5.2 -> 25.5.3 age confidence
monaco-editor 0.45.0 -> 0.54.0 age confidence
react (source) 19.1.1 -> 19.2.0 age confidence
react-dom (source) 19.1.1 -> 19.2.0 age confidence
react-hook-form (source) 7.63.0 -> 7.64.0 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
typescript-eslint (source) 8.44.1 -> 8.46.0 age confidence
vite (source) 7.1.7 -> 7.1.9 age confidence
vite-plugin-static-copy 3.1.2 -> 3.1.3 age confidence
zod (source) 4.1.11 -> 4.1.12 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

dotansimha/graphql-code-generator (@​graphql-codegen/client-preset)

v5.1.0

Compare Source

Minor Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

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

v10.17.0

Compare Source

Important Changes
  • feat(nuxt): Implement server middleware instrumentation (#​17796)

    This release introduces instrumentation for Nuxt middleware, ensuring that all middleware handlers are automatically wrapped with tracing and error reporting functionality.

  • fix(aws-serverless): Take http_proxy into account when choosing
    useLayerExtension default (#​17817)

    The default setting for useLayerExtension now considers the http_proxy environment variable.
    When http_proxy is set, useLayerExtension will be off by default.
    If you use a http_proxy but would still like to make use of the Sentry Lambda extension, exempt localhost in a no_proxy environment variable.

Other Changes
  • feat(node): Split up http integration into composable parts (#​17524)
  • fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans (#​17811)
  • doc(core): Fix outdated JSDoc in beforeSendSpan (#​17815)
Internal Changes
  • ci: Do not run dependabot on e2e test applications (#​17813)
  • docs: Reword changelog for google gen ai integration (#​17805)

v10.16.0

Compare Source

  • feat(logs): Add internal replay_is_buffering flag (#​17752)
  • feat(react-router): Update loadContext type to be compatible with middleware (#​17758)
  • feat(replay/logs): Only attach sampled replay Ids to logs (#​17750)
  • fix(browser): Use current start timestamp for CLS span when CLS is 0 (#​17800)
  • fix(core): Prevent instrumentAnthropicAiClient breaking MessageStream api (#​17754)
  • fix(nextjs): Don't use chalk in turbopack config file (#​17806)
  • fix(react): Do not send additional navigation span on pageload (#​17799)
Internal Changes
  • build(aws): Ensure AWS build cache does not keep old files (#​17776)
  • chore: Add publish_release command (#​17797)
  • ref(aws-serverless): Add resolution for import-in-the-middle when building the Lambda layer (#​17780)
  • ref(aws-serverless): Improve README with better examples (#​17787)
  • ref(core): Improve promise buffer (#​17788)
  • Revert "test(e2e): Pin import-in-the-middle@1.14.2 due to @vercel/nft incompatibility (#​17777)" (#​17784)
  • test(e2e): Pin import-in-the-middle@1.14.2 due to @vercel/nft incompatibility (#​17777)
  • test(nextjs): Add route handler tests for turbopack (#​17515)
  • test(react-router): Test v8 middleware (#​17783)
UI5/webcomponents (@​ui5/webcomponents)

v2.15.0

Compare Source

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

v2.15.0

Compare Source

Features

2.14.1 (2025-09-08)

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

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

v2.15.0

Compare Source

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

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

v2.15.0

Compare Source

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

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

v2.15.0

Compare Source

Bug Fixes
Features
  • AnalyticalTable: add noDataReason & accessibleRole prop to NoDataComponent (#​7732) (4e99e5f)
  • create-wrappers: document supported slot types & deep-link to UI5WC component docs (#​7791) (b5e5cee)
  • update to UI5 Web Components v2.15.0 (#​7801) (03dfd2a)

2.14.1 (2025-09-08)

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

v2.15.0

Compare Source

Features

2.14.1 (2025-09-08)

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

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

v1.3.16

Compare Source

v1.3.15

Compare Source

v1.3.14

Compare Source

motdotla/dotenv (dotenv)

v17.2.3

Compare Source

Changed
  • Fixed typescript error definition (#​912)
i18next/i18next (i18next)

v25.5.3

Compare Source

  • export esm type declaration for keyFromSelector 2356
microsoft/monaco-editor (monaco-editor)

v0.54.0

Compare Source

  • Adds option editor.mouseMiddleClickAction
  • Various bug fixes

v0.53.0

Compare Source

  • ⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
New Features
  • Next Edit Suggestion support.
  • Scroll On Middle Click
  • Edit Context Support
Breaking Changes
  • Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
  • The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
  • Custom AMD workers don't work anymore out of the box.

v0.52.2

Compare Source

Changes:

This list of changes was auto generated.

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

v0.50.0

Compare Source

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

v0.48.0

Compare Source

Additions
  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

v0.47.0

Compare Source

Additions
  • Bug fixes
  • registerNewSymbolNameProvider
  • Experimental registerInlineEditProvider

v0.46.0

Compare Source

  • Bug fixes
facebook/react (react)

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler
react-hook-form/react-hook-form (react-hook-form)

v7.64.0: Version 7.64.0

Compare Source

🚏 Support optional array fields in PathValueImpl type (#​13057)
🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#​13063)
✂ chore: remove unused field ids ref in useFieldArray (#​13066)

thanks to @​gynekolog & @​uk960214

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

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

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.45.0

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

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)

v3.1.3

Compare Source

Patch Changes
colinhacks/zod (zod)

v4.1.12

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 8 times, most recently from 12c6502 to 8081179 Compare October 2, 2025 13:59
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies to v10.16.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8081179 to 80157ec Compare October 2, 2025 16:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v10.16.0 fix(deps): update all non-major dependencies Oct 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from a35c596 to e7627b9 Compare October 7, 2025 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d61eb14 to e4d7b5e Compare October 9, 2025 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4d7b5e to 8e83514 Compare October 10, 2025 06:01
@andreaskienle andreaskienle merged commit f5ef613 into main Oct 10, 2025
6 checks passed
@andreaskienle andreaskienle deleted the renovate/all-minor-patch branch October 10, 2025 10:24
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