Skip to content

👷 Update all non-major dependencies - #4952

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

ℹ️ 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) 22.1.022.1.1 age adoption passing confidence devDependencies patch 22.1.2
@angular/compiler (source) 22.1.022.1.1 age adoption passing confidence devDependencies patch 22.1.2
@angular/core (source) 22.1.022.1.1 age adoption passing confidence devDependencies patch 22.1.2
@angular/platform-browser (source) 22.1.022.1.1 age adoption passing confidence devDependencies patch 22.1.2
@angular/router (source) 22.1.022.1.1 age adoption passing confidence devDependencies patch 22.1.2
@datadog/webpack-plugin (source) 3.2.103.2.12 age adoption passing confidence devDependencies patch
@module-federation/enhanced (source) 2.8.12.8.2 age adoption passing confidence devDependencies patch
@salesforce/cli (source) 2.146.32.147.7 age adoption passing confidence devDependencies minor
@tanstack/react-router (source) 1.170.181.170.25 age adoption passing confidence dependencies patch 1.170.29 (+3)
@tanstack/react-router (source) 1.170.181.170.25 age adoption passing confidence devDependencies patch 1.170.29 (+3)
@types/node (source) 26.1.226.2.0 age adoption passing confidence devDependencies minor
@typescript-eslint/utils (source) 8.65.08.66.0 age adoption passing confidence devDependencies minor 8.67.0
@vue/compiler-dom (source) 3.5.403.5.41 age adoption passing confidence devDependencies patch
eslint (source) 10.8.010.8.1 age adoption passing confidence devDependencies patch
github/codeql-action v4.37.4v4.37.6 age adoption passing confidence action patch v4.37.7
next (source) 16.2.1216.3.0 age adoption passing confidence dependencies minor 16.3.1
next (source) 16.2.1216.3.0 age adoption passing confidence devDependencies minor 16.3.1
node (source) 26.6.026.7.0 age adoption passing confidence volta minor
node (source) 26.6.0-bookworm-slim26.7.0-bookworm-slim age adoption passing confidence stage minor
nuxt (source) 4.5.14.5.2 age adoption passing confidence dependencies patch
puppeteer (source) 25.4.025.5.0 age adoption passing confidence devDependencies minor 25.8.0 (+2)
rolldown (source) 1.2.11.2.3 age adoption passing confidence resolutions patch 1.2.4
typescript-eslint (source) 8.65.08.66.0 age adoption passing confidence devDependencies minor 8.67.0
undici (source) 8.9.08.10.0 age adoption passing confidence devDependencies minor
vite (source) 8.2.08.2.1 age adoption passing confidence devDependencies patch
vue (source) 3.5.403.5.41 age adoption passing confidence dependencies patch
vue (source) 3.5.403.5.41 age adoption passing confidence devDependencies patch
ws 8.21.18.21.3 age adoption passing confidence devDependencies patch

Warning

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


Release Notes

angular/angular (@​angular/common)

v22.1.1

Compare Source

core
Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values
http
Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue
DataDog/build-plugins (@​datadog/webpack-plugin)

v3.2.12

Compare Source

What's Changed

New Contributors

Full Changelog: DataDog/build-plugins@v3.2.11...v3.2.12

v3.2.11

Compare Source

What's Changed

Full Changelog: DataDog/build-plugins@v3.2.10...v3.2.11

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

v2.8.2

Compare Source

Patch Changes
salesforcecli/cli (@​salesforce/cli)

v2.147.7

Compare Source

!! Release as nightly !!

v2.147.6

Compare Source

!! Release as nightly !!

v2.147.5

Compare Source

!! Release as nightly !!

v2.147.4

Compare Source

!! Release as nightly !!

v2.147.3

Compare Source

!! Release as nightly !!

v2.147.2

Compare Source

!! Release as nightly !!

v2.147.1

Compare Source

!! Release as nightly !!

v2.147.0

Compare Source

!! Release as nightly !!

TanStack/router (@​tanstack/react-router)

v1.170.25

Compare Source

Patch Changes

v1.170.24

Compare Source

Patch Changes

v1.170.23

Compare Source

Patch Changes
  • #​7952 95dec51 - bail out of Link re-renders when the resolved href and active state are unchanged

v1.170.22

Compare Source

Patch Changes

v1.170.21

Compare Source

Patch Changes
  • #​7961 697ebb6 - Prevent a blank frame before zero-delay initial pending UI by using a
    component-scoped React transition for match publication. Pending timing,
    boundary selection, and rendered matches continue to come from the router
    core.

  • #​7970 2435885 - createFileRoute does not rely on FileRoute class

  • #​7971 86bf510 - clean intersection observer options in link component

  • #​7967 6aefb33 - Preserve path params in their raw string form while matching routes so structured values returned by params.parse produce stable match IDs and do not reuse stale loader data.

    RouterCore.getMatchedRoutes() now returns [matchedRoutes, rawParams, foundRoute] instead of an object.

  • Updated dependencies [84db4a8, 9cac62a, 6aefb33]:

v1.170.20

Compare Source

Patch Changes

v1.170.19

Compare Source

Patch Changes
  • #​7805 45c4ad8 - Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.

    • Invalidation now retires matching active preloads so older speculative loader results cannot become fresh cache data after invalidation.
    • Route headers() now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.
    • The documented default gcTime and preloadGcTime now match the existing runtime default of 5 minutes (300_000).

    Removed / changed exported internals

    • RouterState no longer includes loadedAt, isTransitioning, statusCode, or redirect. Use match.updatedAt in place of loadedAt; subscribe to router.state.status / router.state.isLoading in place of isTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed on router.state.
    • RouteMatch.fetchCount has been removed, with no replacement — it was purely informational.
    • RouteMatch.status no longer includes 'redirected' (it remains 'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.
    • RouteMatch.globalNotFound has been renamed and privatized to the internal _notFound field. Use match.status === 'notFound' instead.
    • The exported React, Solid, and Vue Match components now accept routeId instead of matchId.
    • The exported RouterStores adapter contract now uses route-keyed presentation stores: matchesId is replaced by ids, matchStores by byRoute, and getRouteMatchStore() by getMatchStore(). The separate loadedAt, isLoading, isTransitioning, statusCode, and redirect stores have been removed, along with the pending/cache stores and their setters. StoreConfig.init has also been removed. Read application-facing state from router.state; preload and cache coordination are now internal.
    • Removed RouterCore members getMatch(), updateMatch(), cancelMatch(), and cancelMatches() — read matches from router.state.matches (e.g. router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.
    • Removed RouterCore.hasNotFoundMatch() — use router.state.matches.some((m) => m.status === 'notFound').
    • Removed RouterCore.looseRoutesById — use routesById.
    • Removed RouterCore.isPrerendering(), RouterCore.isViewTransitionTypesSupported, and RouterCore.viewTransitionPromise, with no replacement.
    • Removed RouterCore.getParsedLocationHref() and RouterCore.clearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.
    • Removed RouterCore.latestLoadPromise and RouterCore.beforeLoad(), with no replacement.
    • RouterCore.commitLocationPromise and RouterCore.pendingBuiltLocation have been replaced by the internal _commitPromise and _pendingLocation fields.
    • Removed the exported GetMatchFn and UpdateMatchFn types, along with the methods they typed.
    • Removed the standalone getMatchedRoutes() export from @tanstack/router-core — use the router.getMatchedRoutes() instance method instead.
    • RouterCore.loadRouteChunk() no longer accepts an array of component types as its second argument. One-argument usage is unchanged; the optional second argument is now 'errorComponent', 'notFoundComponent', or false for internal boundary loading.
    • Removed Redirect.redirectHandled, which was internal redirect bookkeeping.
    • MatchRoutesOpts.preload and MatchRoutesOpts.dest have been removed.
    • StartTransitionFn is now (fn, expected) => Promise<boolean> (previously (fn) => void). This only affects custom framework adapters that implement startTransition.
  • Updated dependencies [45c4ad8]:

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.66.0

Compare Source

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

See GitHub Releases for more information.

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

vuejs/core (@​vue/compiler-dom)

v3.5.41

Compare Source

Bug Fixes
eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

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

v4.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v4.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061
vercel/next.js (next)

v16.3.0

Compare Source

nodejs/node (node)

v26.7.0: 2026-08-05, Version 26.7.0 (Current), @​aduh95

Compare Source

Notable Changes
  • [58717685a1] - (SEMVER-MINOR) crypto: support loading private keys through STORE loaders (Filip Skokan) #​63949
  • [44b940ee8c] - crypto: update root certificates to NSS 3.125 (Node.js GitHub Bot) #​64746
  • [c1e4f7365e] - (SEMVER-MINOR) lib: add perfetto support (Chengzhong Wu) #​64565
  • [11c2f9c642] - (SEMVER-MINOR) module: implement Symbol.dispose in ModuleHooks (Remco Haszing) #​63928
  • [a646319f61] - (SEMVER-MINOR) test_runner: add support for --test-coverage-include-all (avivkeller) #​64830
Commits

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 added the dependencies Pull requests that update a dependency file label Aug 15, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 15, 2026 05:40
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 15, 2026
@datadog-prod-us1-4

datadog-prod-us1-4 Bot commented Aug 15, 2026

Copy link
Copy Markdown

Pipelines  Tests

Unblock PR with BitsAI

⚠️ Warnings

🚦 1 Pipeline job failed

DataDog/browser-sdk | check-node-version   View in Datadog   GitLab

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

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

Useful? React with 👍 / 👎

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

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b781e94 to 137d2f5 Compare August 16, 2026 09:15
@cit-pr-commenter-54b7da

Copy link
Copy Markdown

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 180.54 KiB 180.54 KiB 0 B 0.00%
Rum Profiler 8.43 KiB 8.43 KiB 0 B 0.00%
Rum Recorder 21.12 KiB 21.12 KiB 0 B 0.00%
Logs 57.04 KiB 57.04 KiB 0 B 0.00%
Rum Salesforce N/A 138.49 KiB N/A N/A N/A
Rum Slim 138.49 KiB 138.49 KiB 0 B 0.00%
Worker 22.96 KiB 22.96 KiB 0 B 0.00%
Rum Shopify N/A 200.26 KiB N/A N/A N/A
Rum-shopify Profiler N/A 8.43 KiB N/A N/A N/A
Rum-shopify Recorder N/A 3.72 KiB N/A N/A N/A

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 137d2f5 to 94c1ff7 Compare August 16, 2026 21: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