Skip to content

👷 Update all non-major dependencies#4701

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

👷 Update all non-major dependencies#4701
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 30, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@angular/common (source) 21.2.1221.2.14 age adoption passing confidence devDependencies patch 21.2.15
@angular/compiler (source) 21.2.1221.2.14 age adoption passing confidence devDependencies patch 21.2.15
@angular/core (source) 21.2.1221.2.14 age adoption passing confidence devDependencies patch 21.2.15
@angular/platform-browser (source) 21.2.1221.2.14 age adoption passing confidence devDependencies patch 21.2.15
@angular/router (source) 21.2.1221.2.14 age adoption passing confidence devDependencies patch 21.2.15
@datadog/webpack-plugin (source) 3.1.43.1.8 age adoption passing confidence devDependencies patch
@mantine/core (source) 9.2.09.2.1 age adoption passing confidence dependencies patch 9.2.2
@mantine/hooks (source) 9.2.09.2.1 age adoption passing confidence dependencies patch 9.2.2
@module-federation/enhanced (source) 2.4.02.5.0 age adoption passing confidence devDependencies minor
@swc/core (source) 1.15.331.15.40 age adoption passing confidence devDependencies patch
@tanstack/react-router (source) 1.169.21.170.8 age adoption passing confidence dependencies minor 1.170.10 (+1)
@tanstack/react-router (source) 1.169.21.170.8 age adoption passing confidence devDependencies minor 1.170.10 (+1)
@types/node (source) 25.7.025.9.1 age adoption passing confidence devDependencies minor
@types/react (source) 19.2.1419.2.15 age adoption passing confidence devDependencies patch
actions/stale v10.2.0v10.3.0 age adoption passing confidence action minor
github/codeql-action v4.35.4v4.36.0 age adoption passing confidence action minor
react-router (source) 7.15.07.15.1 age adoption passing confidence devDependencies patch 7.16.0
react-router-dom (source) 7.15.07.15.1 age adoption passing confidence dependencies patch 7.16.0
react-router-dom (source) 7.15.07.15.1 age adoption passing confidence devDependencies patch 7.16.0
typescript-eslint (source) 8.59.38.59.4 age adoption passing confidence devDependencies patch 8.60.0
undici (source) 8.2.08.3.0 age adoption passing confidence devDependencies minor
webpack 5.106.25.107.1 age adoption passing confidence devDependencies minor 5.107.2
ws 8.20.18.21.0 age adoption passing confidence devDependencies minor
yarn (source) 4.14.14.15.0 age adoption passing confidence packageManager minor
yarn (source) 4.14.14.15.0 age adoption passing confidence volta minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/common)

v21.2.14

Compare Source

compiler
Commit Type Description
68282dff9f fix strip namespaced SVG script elements during template compilation
core
Commit Type Description
c0f52272ed fix do not insert todo when migrating void @​Output
938a7f3edd fix makes resource URL sanitizer lookup case-insensitive
0fb2724194 fix reject script element as a dynamic component host
49113ac0ef fix visit ICU expressions in signal migration schematics
router
Commit Type Description
099bf577ee fix skip scroll-to-top on initial navigation when hydrating

v21.2.13

Compare Source

core
Commit Type Description
1c6553e97d fix disallow event attribute bindings in host bindings unconditionally
platform-server
Commit Type Description
629905d537 fix add allowedHosts option to renderModule and renderApplication
0b7192f441 fix forward BEFORE_APP_SERIALIZED errors to ErrorHandler
DataDog/build-plugins (@​datadog/webpack-plugin)

v3.1.8

Compare Source

What's Changed

Full Changelog: DataDog/build-plugins@v3.1.7...v3.1.8

mantinedev/mantine (@​mantine/core)

v9.2.1

Compare Source

What's Changed
  • [@mantine/tiptap] Fix controls having stale state when built with react compiler (#​8725)
  • [@mantine/charts] Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#​8768)
  • [@mantine/modals] Fix incorrect duplicate modals ids handling (#​8736)
  • [@mantine/core] Table: Fix th borders being rendered transparent if sticky prop set (#​8778)
  • [@mantine/core] Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components (#​8820)
  • [@mantine/core] Add aria-valuetext support to Slider and RangeSlider (#​8871)
  • [@mantine/schedule] MonthView: Improve multi-day events overlap rendering for maxed-out days (#​8874)
  • [@mantine/core] Fix mergeMantineTheme mutated DEFAULT_THEME.headings (#​8875)
  • [@mantine/hooks] use-debounced-value: Fix leading callback not being reset on timeout (#​8833)
  • [@mantine/core] Highlight: Add accent insensitive option support (#​8890)
  • [@mantine/form] Fix some handlers not being stable reference (#​8891)
  • [@mantine/dropzone] Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers (#​8876)
  • [@mantine/schedule] Fix incorrect events positioning with intervalMinutes={60} (#​8887)
  • [@mantine/core] PinInput: Fix keyboard shorcuts being blocked on numeric input type (#​8889)
  • [@mantine/form] Fix default validators making form.validate return value async (#​8880)
  • [@mantine/core] Menu: Add safe polygon support for sub menus (#​8888)
  • [@mantine/core] ScrollArea: Fix Maximum update depth exceeded error
  • [@mantine/core] TreeSelect: Fix focus to moving to input after clear button click
New Contributors

Full Changelog: mantinedev/mantine@9.2.0...9.2.1

module-federation/core (@​module-federation/enhanced)

v2.5.0

Compare Source

Patch Changes
swc-project/swc (@​swc/core)

v1.15.40

Compare Source

Bug Fixes
  • (es/minifier) Preserve args for destructured callbacks (#​11830) (21873b0)

  • (es/minifier) Avoid generating mangled property names that collide with existing properties (#​11839) (9b4fab5)

  • (es/minifier) Respect ecma for iife temp vars (#​11873) (e481934)

  • (es/minifier) Preserve default parameter object props (#​11884) (71ff84f)

  • (es/parser) Reject object-rest assignment to array/object literal (#​11875) (7b57d1f)

  • (es/parser) Reject object rest assignment to literals (#​11881) (4ec2eaf)

  • (es/react) Exclude self-recursive hooks from refresh dependency array (#​11838) (9101c71)

  • (ts/fast-dts) Strip definite assertions in dts (#​11858) (2ab1b8a)

  • (ts/fast-strip) Reject unsafe assertion erasure in binary expressions (#​11828) (aa5b539)

  • (typescript) Strip parameter binding defaults in dts (#​11857) (800bc17)

Documentation
Features
Miscellaneous Tasks
Performance
Testing
  • (es/minifier) Move issue_11835 fixture out of terser folder (#​11840) (3dd3431)
Ci
Security
TanStack/router (@​tanstack/react-router)

v1.170.8

Compare Source

Patch Changes
  • Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#​7477)

    Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the script key. The transformAssets script callback context now exposes only kind: 'script' and url, keeping script format handling internal to manifest rendering.

  • Updated dependencies [51a97a1]:

v1.170.7

Compare Source

Patch Changes

v1.170.6

Compare Source

Patch Changes

v1.170.5

Compare Source

Patch Changes

v1.170.4

Compare Source

Patch Changes

v1.170.3

Compare Source

Patch Changes

v1.170.2

Compare Source

Patch Changes

v1.170.1

Compare Source

Patch Changes

v1.170.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes
actions/stale (actions/stale)

v10.3.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.3.0

github/codeql-action (github/codeql-action)

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926

v4.35.5

Compare Source

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #​3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #​3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #​3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #​3880
remix-run/react-router (react-router)

v7.15.1

Compare Source

Patch Changes
  • Update router to operate on fetcher Maps in an immutable manner to avoid delayed React renders from potentially reading an updated but not yet committed Map. This could result in brief flickers in some fetcher-driven optimistic UI scenarios. (#​15028)
  • Fix serverLoader() returning stale SSR data when a client navigation aborts pending hydration before the hydration clientLoader resolves (#​15022)
  • Fix RouterProvider onError callback not being called for synchronous initial loader errors in SPA mode (#​15039) (#​14942)
  • Memoize useFetchers to return a stable identity and only change if fetchers changed (#​15028)
  • Internal refactor to consolidate mutation request detection through shared utility (#​15033)
Unstable Changes

⚠️ Unstable features are not recommended for production use

  • Add a new unstable_useRouterState() hook that consolidates access to active and pending router states (RFC: #​12358) (#​15017)
    • Data/Framework/RSC only — throws when used without a data router

    • This should allow you to consolidate usages of the following hooks which will likely be deprecated and removed in a future major version

      • useLocation
      • useSearchParams
      • useParams
      • useMatches
      • useNavigationType
      • useNavigation
      let { active, pending } = unstable_useRouterState();
      
      // Active is always populated with the current location
      active.location; // replaces `useLocation()`
      active.searchParams; // replaces `useSearchParams()[0]`
      active.params; // replaces `useParams()`
      active.matches; // replaces `useMatches()`
      active.type; // replaces `useNavigationType()`
      
      // Pending is only populated during a navigation
      pending.location; // replaces `useNavigation().location`
      pending.searchParams; // equivalent to `new URLSearchParams(useNavigation().search)`
      pending.params; // Not directly accessible today
      pending.matches; // Not directly accessible today
      pending.type; // Not directly accessible today
      pending.state; // replaces `useNavigation().state`
      pending.formMethod; // replaces useNavigation().formMethod
      pending.formAction; // replaces useNavigation().formAction
      pending.formEncType; // replaces useNavigation().formEncType
      pending.formData; // replaces useNavigation().formData
      pending.json; // replaces useNavigation().json
      pending.text; // replaces useNavigation().text
remix-run/react-router (react-router-dom)

v7.15.1

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.4

Compare Source

🩹 Fixes
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#​12340)
❤️ Thank You

See GitHub Releases for more information.

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

nodejs/undici (undici)

v8.3.0

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 requested review from a team as code owners May 30, 2026 05:15
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 30, 2026
@datadog-prod-us1-3
Copy link
Copy Markdown

datadog-prod-us1-3 Bot commented May 30, 2026

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 6 Pipeline jobs failed

DataDog/browser-sdk | e2e: [chromium-pinned]   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Internal Error: vue-router-app package not in lockfile. Run 'yarn install' to update.

DataDog/browser-sdk | e2e: [chromium]   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile.

DataDog/browser-sdk | e2e: [firefox-pinned]   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Internal Error: vue-router-app@workspace: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile.

View all 6 failed jobs.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 76.60% (+0.00%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 4bab37a | Docs | Datadog PR Page | Give us feedback!

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8588cc2 to 9fd84c4 Compare May 30, 2026 13:32
@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da Bot commented May 30, 2026

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 173.78 KiB 173.78 KiB 0 B 0.00%
Rum Profiler 7.88 KiB 7.88 KiB 0 B 0.00%
Rum Recorder 21.21 KiB 21.21 KiB 0 B 0.00%
Logs 55.59 KiB 55.59 KiB 0 B 0.00%
Rum Slim 131.60 KiB 131.60 KiB 0 B 0.00%
Worker 22.99 KiB 22.99 KiB 0 B 0.00%

🔗 RealWorld

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9fd84c4 to 4bab37a Compare May 31, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants