Skip to content

chore(deps): Update all patch dependencies - #130

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

chore(deps): Update all patch dependencies#130
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/material-symbols 1.2.871.2.88 age confidence
@tanstack/router-plugin (source) 1.168.231.168.27 age confidence
@tanstack/solid-form (source) 1.33.21.33.4 age confidence
@tanstack/solid-router (source) 1.170.181.170.22 age confidence
@tanstack/solid-router-devtools (source) 1.167.01.167.1 age confidence
semantic-release 25.0.825.0.9 age confidence
vite-plugin-solid 2.11.132.11.14 age confidence

Release Notes

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

v1.168.27

Compare Source

Patch Changes

v1.168.26

Compare Source

Patch Changes

v1.168.25

Compare Source

Patch Changes

v1.168.24

Compare Source

Patch Changes
TanStack/form (@​tanstack/solid-form)

v1.33.4

Compare Source

Patch Changes
  • #​2263 d7fd741 - Generate the default formId with Solid's createUniqueId so it is SSR-safe. Previously, when no formId was configured, createForm did not provide a fallback, so FormApi generated a random UUID that differed between the server render and the client render. Binding that generated id (<form id={form.formId}>) produced a hydration mismatch under SolidStart. An explicitly provided formId was already forwarded and is unchanged. This mirrors the existing behaviour of the React, Preact, and Vue adapters.

  • Updated dependencies []:

v1.33.3

Compare Source

Patch Changes
TanStack/router (@​tanstack/solid-router)

v1.170.22

Compare Source

Patch Changes

v1.170.21

Compare Source

Patch Changes

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]:

TanStack/router (@​tanstack/solid-router-devtools)

v1.167.1

Compare Source

Patch Changes
semantic-release/semantic-release (semantic-release)

v25.0.9

Compare Source

Bug Fixes
  • do not expose the authenticated repository URL in EGITNOPERMISSION errors (#​4283) (8d905a5)
solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.14

Compare Source

Patch Changes
  • a9a68cb: Allow @testing-library/jest-dom v7 in the optional peer dependency range. v7 keeps the @testing-library/jest-dom/vitest subpath the plugin auto-injects into test.setupFiles, so no code change is needed, only the range widening that unblocks npm's peer resolution.

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 09:00 on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 label Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/all-patch-dependencies branch from 75a9b8b to 127d8c0 Compare August 3, 2026 14:10
@renovate renovate Bot changed the title chore(deps): Update dependency vite-plugin-solid to v2.11.14 chore(deps): Update all patch dependencies Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/all-patch-dependencies branch 6 times, most recently from 9ade05d to 516eefa Compare August 10, 2026 13:08
@renovate
renovate Bot force-pushed the renovate/all-patch-dependencies branch from 516eefa to 68ea8d0 Compare August 11, 2026 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants