Skip to content

chore: update all non-major dependencies#62

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

chore: update all non-major dependencies#62
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 25, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@hey-api/openapi-ts (source) ^0.97.1^0.97.2 age confidence devDependencies patch 0.97.3
@tanstack/react-query (source) ^5.100.10^5.100.14 age confidence dependencies patch
@tanstack/react-query-devtools (source) ^5.100.10^5.100.14 age confidence dependencies patch
@tanstack/react-router (source) ^1.169.2^1.170.8 age confidence dependencies minor
@tanstack/react-router-devtools (source) ^1.166.13^1.167.0 age confidence dependencies minor
@tanstack/router-plugin (source) ^1.167.35^1.168.11 age confidence dependencies minor
@types/react (source) ^19.2.14^19.2.15 age confidence devDependencies patch
node (source) 24.15.024.16.0 age confidence minor
pnpm (source) 11.1.211.3.0 age confidence packageManager minor
vite (source) ^8.0.13^8.0.14 age confidence devDependencies patch

Release Notes

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.97.2

@​hey-api/openapi-ts 0.97.2

Updates
  • dsl: cache lazy node result (#​3855)
Plugins
@​hey-api/client-angular
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-axios
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-fetch
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-ky
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-next
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-nuxt
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/client-ofetch
  • preserve query auth when when there are no other query parameters (#​3853)
@​hey-api/sdk
  • support valibot as response transformer (#​3847)
  • support zod as response transformer (#​3847)
@​tanstack/angular-query-experimental
@​tanstack/preact-query
@​tanstack/react-query
@​tanstack/solid-query
@​tanstack/svelte-query
@​tanstack/vue-query
valibot
  • use enums from TypeScript if available (#​3884)
zod
  • use enums from TypeScript if available (#​3884)

@​hey-api/shared 0.4.4

Updates
  • plugin: add querySymbols() function (#​3884)

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

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes
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
TanStack/router (@​tanstack/react-router-devtools)

v1.167.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.168.11

Compare Source

Patch Changes

v1.168.10

Compare Source

Patch Changes

v1.168.9

Compare Source

Patch Changes

v1.168.8

Compare Source

Patch Changes

v1.168.7

Compare Source

Patch Changes
  • Update chokidar to v5. (#​7439)

  • Add deferred Hydrate boundary support for TanStack Start. (#​7362)

    Hydrate boundaries can now be code-split by the Start compiler, preload their generated client chunks, preserve server-rendered fallback HTML, and replay interaction-triggered events after hydration. The compiler integration now uses a Start-owned compiler plugin for Hydrate virtual modules across Vite and Rsbuild, with dev invalidation for generated virtual modules.

    Shared AST utilities used by the router code-splitter and Hydrate virtual modules were moved into @tanstack/router-utils so both pipelines can retain referenced top-level declarations, unwrap local exports, and let dead-code elimination remove unused route module code.

  • Updated dependencies [5fa9e55]:

v1.168.6

Compare Source

Patch Changes

v1.168.5

Compare Source

Patch Changes
  • Fix Vite Fast Refresh detection for root routes created with createRootRouteWithContext type arguments. (#​7420)

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

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

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 a review from derklaro May 25, 2026 02:25
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 25, 2026

Deploying sit-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 64f8deb
Status: ✅  Deploy successful!
Preview URL: https://0377faf0.sit-frontend.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.sit-frontend.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2c1b8e5 to cf814bc Compare May 27, 2026 01:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cf814bc to 64f8deb Compare May 27, 2026 09:13
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