Skip to content

chore(ci): Update Tauri Dependencies#103

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

chore(ci): Update Tauri Dependencies#103
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tauri-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@eslint/compat (source) 2.0.32.1.0 age confidence devDependencies minor
@tailwindcss/vite (source) 4.2.24.3.0 age confidence dependencies minor
@tanstack/react-devtools (source) 0.10.00.10.5 age confidence dependencies patch
@tanstack/react-router (source) 1.168.101.170.7 age confidence dependencies minor 1.170.11 (+3)
@tanstack/react-router-devtools (source) 1.166.111.167.0 age confidence dependencies minor
@tanstack/router-plugin (source) 1.167.121.168.10 age confidence dependencies minor 1.168.14 (+3)
@tauri-apps/api 2.10.12.11.0 age confidence dependencies minor
@tauri-apps/cli 2.10.12.11.2 age confidence devDependencies minor
@tauri-apps/plugin-dialog ~2.6.0~2.7.0 age confidence dependencies minor
@tauri-apps/plugin-opener 2.5.32.5.4 age confidence dependencies patch
@tauri-apps/plugin-store 2.4.22.4.3 age confidence dependencies patch
@types/node (source) 24.12.024.12.4 age confidence devDependencies patch 24.13.0
@types/react (source) 19.2.1419.2.15 age confidence devDependencies patch 19.2.16
clap 4.6.04.6.1 age confidence dependencies patch
eslint-plugin-react-hooks (source) 7.0.17.1.1 age confidence devDependencies minor
globals 17.4.017.6.0 age confidence devDependencies minor
indexmap 2.13.02.14.0 age confidence dependencies minor
libc 0.2.1830.2.186 age confidence dependencies patch
prettier (source) 3.8.13.8.3 age confidence devDependencies patch
prettier-plugin-tailwindcss ^0.7.2^0.8.0 age confidence devDependencies minor
react (source) 19.2.419.2.6 age confidence dependencies patch 19.2.7
react-dom (source) 19.2.419.2.6 age confidence dependencies patch 19.2.7
react-xtermjs 1.0.101.0.12 age confidence dependencies patch
serde_json 1.0.1491.0.150 age confidence dependencies patch
tailwind-merge 3.5.03.6.0 age confidence dependencies minor
tailwindcss (source) 4.2.24.3.0 age confidence dependencies minor
tao 0.35.00.35.2 age confidence dependencies patch 0.35.3
tauri (source) 2.10.32.11.2 age confidence dependencies minor
tauri-build (source) 2.5.62.6.2 age confidence build-dependencies minor
tauri-plugin-dialog 2.6.02.7.1 age confidence dependencies minor
tauri-plugin-opener 2.5.32.5.4 age confidence dependencies patch
tauri-plugin-single-instance 2.4.02.4.2 age confidence dependencies patch
tauri-plugin-store 2.4.22.4.3 age confidence dependencies patch
tokio (source) 1.50.01.52.3 age confidence dependencies minor
typescript-eslint (source) 8.58.08.59.4 age confidence devDependencies minor 8.60.1 (+1)
uuid 1.23.01.23.1 age confidence dependencies patch 1.23.2
vite (source) 7.3.17.3.3 age confidence devDependencies patch 7.3.5

Warning

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


Release Notes

eslint/rewrite (@​eslint/compat)

v2.1.0

Compare Source

Features

v2.0.5

Compare Source

Dependencies
  • The following workspace dependencies were updated

v2.0.4

Compare Source

Dependencies
  • The following workspace dependencies were updated
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
TanStack/devtools (@​tanstack/react-devtools)

v0.10.5

Patch Changes

v0.10.3

Patch Changes

v0.10.2

Compare Source

Patch Changes

v0.10.1

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

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

v1.169.2

Compare Source

Patch Changes

v1.169.1

Compare Source

Patch Changes

v1.169.0

Compare Source

Minor Changes
  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#​7263)
Patch Changes

v1.168.26

Compare Source

Patch Changes

v1.168.25

Patch Changes

v1.168.24

Patch Changes
  • Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#​7253)

  • Updated dependencies [4d864ee]:

v1.168.23

Compare Source

Patch Changes
  • fix(react-router): prevent webpack static analysis of React.use with let binding (#​7182)

v1.168.22

Compare Source

Patch Changes
  • Preserve shared route stylesheet links across client navigation by rendering route CSS assets with React stylesheet precedence. (#​7186)

v1.168.21

Compare Source

Patch Changes

v1.168.20

Compare Source

Patch Changes
  • Fix React Server Component imports from @tanstack/react-router by adding a react-server root export that preserves the normal API surface while resolving notFound and redirect from a server-safe entry. (#​7183)

    This fixes RSC routes that throw notFound() or redirect() from server functions so they behave correctly during SSR and client navigation.

v1.168.19

Compare Source

Patch Changes
  • Fix route file transforms to preserve route ID quoting, handle more exported Route patterns, and avoid incorrect import rewrites in edge cases. (#​7167)

    Improve transform robustness with clearer route-call detection, safer import removal, and expanded test coverage for quote preservation, constructor swaps, and unsupported route definitions.

v1.168.18

Compare Source

Patch Changes

v1.168.17

Compare Source

Patch Changes

v1.168.16

Compare Source

Patch Changes

v1.168.15

Compare Source

Patch Changes

v1.168.14

Compare Source

Patch Changes

v1.168.13

Compare Source

Patch Changes
  • Fix MatchRoute child callback param inference to resolve params from the target to route instead of the route path key across React, Solid, and Vue adapters. (#​7139)

  • Fix a stale route error boundary state issue that could briefly render the next route's errorComponent after navigating away from a failed route. (#​7136)

v1.168.12

Compare Source

Patch Changes
  • Fix redirected pending route transitions so lazy target routes can finish loading without stale redirected matches causing render errors. (#​7137)

v1.168.11

Compare Source

Patch Changes
  • Fix Link to keep internal routing props like preloadIntentProximity, from, and unsafeRelative from leaking to rendered DOM elements across React, Solid, and Vue. (#​7138)
TanStack/router (@​tanstack/react-router-devtools)

v1.167.0

Compare Source

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

v1.166.13

Compare Source

Patch Changes

v1.166.12

Compare Source

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

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

v1.167.35

Compare Source

Patch Changes

v1.167.34

Compare Source

Patch Changes

v1.167.33

Compare Source

Patch Changes

v1.167.32

[Compare Source](https://redirect.github.com/TanStack/router/compare/@tanstack/router-plu

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) April 21, 2026 02:40
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 21 times, most recently from 344443f to 64d6e8a Compare April 28, 2026 06:11
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 8 times, most recently from bc3d47e to 749facf Compare May 2, 2026 20:55
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 12 times, most recently from 01152c8 to 98ac10e Compare May 19, 2026 13:01
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 10 times, most recently from 1aacd2f to dcf2fea Compare May 25, 2026 22:43
@renovate renovate Bot force-pushed the renovate/tauri-dependencies branch 7 times, most recently from c212e53 to d1e04b2 Compare May 30, 2026 20:57
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.

0 participants