From 98fb3be295343d2eda1a965920ad98a61c5f0f58 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 21 Dec 2025 03:14:35 +0100 Subject: [PATCH 1/6] tailwind 4 vite --- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- .../basic-file-based/package.json | 4 +- .../basic-file-based/postcss.config.mjs | 5 - .../basic-file-based/vite.config.js | 4 +- .../basic-react-query-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../basic-react-query/package.json | 4 +- .../basic-react-query/postcss.config.mjs | 5 - .../basic-react-query/vite.config.js | 5 +- .../basic-scroll-restoration/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-scroll-restoration/vite.config.js | 5 +- .../basic-virtual-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-virtual-file-based/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- e2e/react-router/basic/package.json | 4 +- e2e/react-router/basic/postcss.config.mjs | 5 - e2e/react-router/basic/vite.config.js | 5 +- .../generator-cli-only/package.json | 4 +- .../generator-cli-only/postcss.config.mjs | 5 - .../generator-cli-only/vite.config.js | 5 +- .../js-only-file-based/package.json | 4 +- .../js-only-file-based/postcss.config.mjs | 5 - .../js-only-file-based/vite.config.js | 4 +- .../rspack-basic-file-based/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 5 +- .../sentry-integration/package.json | 4 +- .../sentry-integration/postcss.config.mjs | 5 - .../sentry-integration/vite.config.js | 5 +- .../view-transitions/package.json | 4 +- .../view-transitions/postcss.config.mjs | 5 - .../view-transitions/vite.config.js | 4 +- e2e/react-start/basic-auth/package.json | 4 +- e2e/react-start/basic-auth/postcss.config.mjs | 5 - e2e/react-start/basic-auth/vite.config.ts | 4 +- e2e/react-start/basic-cloudflare/package.json | 4 +- .../basic-cloudflare/postcss.config.mjs | 5 - .../basic-cloudflare/vite.config.ts | 4 +- .../basic-react-query/package.json | 4 +- .../basic-react-query/postcss.config.mjs | 5 - .../basic-react-query/vite.config.ts | 4 +- e2e/react-start/basic-rsc/package.json | 7 +- e2e/react-start/basic-rsc/postcss.config.mjs | 5 - e2e/react-start/basic-rsc/vite.config.ts | 4 +- e2e/react-start/basic/package.json | 4 +- e2e/react-start/basic/postcss.config.mjs | 5 - e2e/react-start/basic/vite.config.ts | 4 +- e2e/react-start/clerk-basic/package.json | 6 +- .../clerk-basic/postcss.config.mjs | 6 - .../src/components/DefaultCatchBoundary.tsx | 6 +- .../clerk-basic/src/components/NotFound.tsx | 4 +- .../clerk-basic/src/routeTree.gen.ts | 9 + .../clerk-basic/src/styles/app.css | 24 +- .../clerk-basic/tailwind.config.mjs | 4 - e2e/react-start/clerk-basic/vite.config.ts | 4 +- e2e/react-start/custom-basepath/package.json | 4 +- .../custom-basepath/postcss.config.mjs | 5 - .../custom-basepath/vite.config.ts | 4 +- .../query-integration/package.json | 4 +- .../query-integration/postcss.config.mjs | 5 - .../query-integration/vite.config.ts | 4 +- .../scroll-restoration/package.json | 4 +- .../scroll-restoration/postcss.config.mjs | 5 - .../scroll-restoration/vite.config.ts | 4 +- e2e/react-start/selective-ssr/package.json | 4 +- .../selective-ssr/postcss.config.mjs | 5 - e2e/react-start/selective-ssr/vite.config.ts | 4 +- .../serialization-adapters/package.json | 4 +- .../serialization-adapters/postcss.config.mjs | 5 - .../serialization-adapters/vite.config.ts | 4 +- e2e/react-start/server-functions/package.json | 4 +- .../server-functions/postcss.config.mjs | 5 - .../server-functions/vite.config.ts | 4 +- e2e/react-start/server-routes/package.json | 4 +- .../server-routes/postcss.config.mjs | 5 - e2e/react-start/server-routes/vite.config.ts | 4 +- e2e/react-start/spa-mode/package.json | 4 +- e2e/react-start/spa-mode/postcss.config.mjs | 5 - e2e/react-start/spa-mode/vite.config.ts | 4 +- e2e/react-start/virtual-routes/package.json | 4 +- .../virtual-routes/postcss.config.mjs | 5 - e2e/react-start/virtual-routes/vite.config.ts | 4 +- e2e/react-start/website/package.json | 4 +- e2e/react-start/website/postcss.config.mjs | 5 - e2e/react-start/website/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- .../basic-file-based/package.json | 4 +- .../basic-file-based/postcss.config.mjs | 5 - .../basic-file-based/vite.config.js | 4 +- .../basic-scroll-restoration/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-scroll-restoration/vite.config.js | 5 +- .../basic-solid-query-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../basic-solid-query/package.json | 4 +- .../basic-solid-query/postcss.config.mjs | 5 - .../basic-solid-query/vite.config.js | 5 +- .../basic-virtual-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-virtual-file-based/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- e2e/solid-router/basic/package.json | 4 +- e2e/solid-router/basic/postcss.config.mjs | 5 - e2e/solid-router/basic/vite.config.js | 5 +- .../generator-cli-only/package.json | 4 +- .../generator-cli-only/postcss.config.mjs | 5 - .../generator-cli-only/vite.config.js | 5 +- .../js-only-file-based/package.json | 4 +- .../js-only-file-based/postcss.config.mjs | 5 - .../js-only-file-based/vite.config.js | 4 +- .../rspack-basic-file-based/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 5 +- .../sentry-integration/package.json | 4 +- .../sentry-integration/postcss.config.mjs | 5 - .../sentry-integration/vite.config.js | 5 +- .../view-transitions/package.json | 4 +- .../view-transitions/postcss.config.mjs | 5 - .../view-transitions/vite.config.js | 4 +- e2e/solid-start/basic-auth/package.json | 4 +- e2e/solid-start/basic-auth/postcss.config.mjs | 5 - e2e/solid-start/basic-auth/vite.config.ts | 4 +- e2e/solid-start/basic-cloudflare/package.json | 4 +- .../basic-cloudflare/postcss.config.mjs | 5 - .../basic-cloudflare/vite.config.ts | 4 +- .../basic-solid-query/package.json | 4 +- .../basic-solid-query/postcss.config.mjs | 5 - .../basic-solid-query/vite.config.ts | 4 +- e2e/solid-start/basic/package.json | 4 +- e2e/solid-start/basic/postcss.config.mjs | 5 - e2e/solid-start/basic/vite.config.ts | 4 +- e2e/solid-start/custom-basepath/package.json | 4 +- .../custom-basepath/postcss.config.mjs | 5 - .../custom-basepath/vite.config.ts | 4 +- .../query-integration/package.json | 4 +- .../query-integration/postcss.config.mjs | 5 - .../query-integration/vite.config.ts | 4 +- .../scroll-restoration/package.json | 4 +- .../scroll-restoration/postcss.config.mjs | 5 - .../scroll-restoration/vite.config.ts | 4 +- e2e/solid-start/selective-ssr/package.json | 4 +- .../selective-ssr/postcss.config.mjs | 5 - e2e/solid-start/selective-ssr/vite.config.ts | 4 +- .../serialization-adapters/package.json | 4 +- .../serialization-adapters/postcss.config.mjs | 5 - .../serialization-adapters/vite.config.ts | 4 +- e2e/solid-start/server-functions/package.json | 4 +- .../server-functions/postcss.config.mjs | 5 - .../server-functions/vite.config.ts | 4 +- e2e/solid-start/server-routes/package.json | 4 +- .../server-routes/postcss.config.mjs | 5 - e2e/solid-start/server-routes/vite.config.ts | 4 +- e2e/solid-start/spa-mode/package.json | 4 +- e2e/solid-start/spa-mode/postcss.config.mjs | 5 - e2e/solid-start/spa-mode/vite.config.ts | 4 +- e2e/solid-start/virtual-routes/package.json | 4 +- .../virtual-routes/postcss.config.mjs | 5 - e2e/solid-start/virtual-routes/vite.config.ts | 4 +- e2e/solid-start/website/package.json | 4 +- e2e/solid-start/website/postcss.config.mjs | 5 - e2e/solid-start/website/vite.config.ts | 4 +- .../basepath-file-based/package.json | 4 +- .../basepath-file-based/vite.config.js | 4 +- .../basic-file-based-jsx/package.json | 4 +- .../basic-file-based-jsx/postcss.config.mjs | 5 - .../basic-file-based-jsx/vite.config.ts | 4 +- .../basic-file-based-sfc/package.json | 4 +- .../basic-file-based-sfc/postcss.config.mjs | 5 - .../basic-file-based-sfc/vite.config.ts | 4 +- .../basic-scroll-restoration/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-scroll-restoration/vite.config.js | 5 +- .../basic-virtual-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-virtual-file-based/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- .../basic-vue-query-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-vue-query-file-based/vite.config.js | 4 +- e2e/vue-router/basic-vue-query/package.json | 4 +- .../basic-vue-query/postcss.config.mjs | 5 - e2e/vue-router/basic-vue-query/vite.config.js | 5 +- e2e/vue-router/basic/package.json | 4 +- e2e/vue-router/basic/postcss.config.mjs | 5 - e2e/vue-router/basic/vite.config.js | 5 +- .../generator-cli-only/package.json | 4 +- .../generator-cli-only/postcss.config.mjs | 5 - .../generator-cli-only/vite.config.js | 5 +- .../js-only-file-based/package.json | 4 +- .../js-only-file-based/postcss.config.mjs | 5 - .../js-only-file-based/vite.config.js | 4 +- .../rspack-basic-file-based/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../sentry-integration/package.json | 4 +- .../sentry-integration/postcss.config.mjs | 5 - .../sentry-integration/vite.config.js | 5 +- e2e/vue-router/view-transitions/package.json | 4 +- .../view-transitions/postcss.config.mjs | 5 - .../view-transitions/vite.config.js | 4 +- e2e/vue-start/basic-auth/package.json | 4 +- e2e/vue-start/basic-auth/postcss.config.mjs | 5 - e2e/vue-start/basic-auth/vite.config.ts | 4 +- e2e/vue-start/basic-cloudflare/package.json | 4 +- .../basic-cloudflare/postcss.config.mjs | 5 - e2e/vue-start/basic-cloudflare/vite.config.ts | 4 +- e2e/vue-start/basic-vue-query/package.json | 4 +- .../basic-vue-query/postcss.config.mjs | 5 - e2e/vue-start/basic-vue-query/vite.config.ts | 4 +- e2e/vue-start/basic/package.json | 4 +- e2e/vue-start/basic/postcss.config.mjs | 5 - e2e/vue-start/basic/vite.config.ts | 4 +- e2e/vue-start/custom-basepath/package.json | 4 +- .../custom-basepath/postcss.config.mjs | 5 - e2e/vue-start/custom-basepath/vite.config.ts | 4 +- e2e/vue-start/query-integration/package.json | 4 +- .../query-integration/postcss.config.mjs | 5 - .../query-integration/vite.config.ts | 4 +- e2e/vue-start/scroll-restoration/package.json | 4 +- .../scroll-restoration/postcss.config.mjs | 5 - .../scroll-restoration/vite.config.ts | 4 +- e2e/vue-start/selective-ssr/package.json | 4 +- .../selective-ssr/postcss.config.mjs | 5 - e2e/vue-start/selective-ssr/vite.config.ts | 4 +- .../serialization-adapters/package.json | 4 +- .../serialization-adapters/postcss.config.mjs | 5 - .../serialization-adapters/vite.config.ts | 4 +- e2e/vue-start/server-functions/package.json | 4 +- .../server-functions/postcss.config.mjs | 5 - e2e/vue-start/server-functions/vite.config.ts | 4 +- e2e/vue-start/server-routes/package.json | 4 +- .../server-routes/postcss.config.mjs | 5 - e2e/vue-start/server-routes/vite.config.ts | 4 +- e2e/vue-start/spa-mode/package.json | 4 +- e2e/vue-start/spa-mode/postcss.config.mjs | 5 - e2e/vue-start/spa-mode/vite.config.ts | 4 +- e2e/vue-start/virtual-routes/package.json | 4 +- .../virtual-routes/postcss.config.mjs | 5 - e2e/vue-start/virtual-routes/vite.config.ts | 4 +- e2e/vue-start/website/package.json | 4 +- e2e/vue-start/website/postcss.config.mjs | 5 - e2e/vue-start/website/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../react/authenticated-routes/package.json | 4 +- .../authenticated-routes/postcss.config.mjs | 5 - .../react/authenticated-routes/vite.config.js | 4 +- .../basic-default-search-params/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 5 +- .../react/basic-devtools-panel/package.json | 4 +- .../basic-devtools-panel/postcss.config.mjs | 5 - .../react/basic-devtools-panel/vite.config.js | 5 +- examples/react/basic-file-based/package.json | 4 +- .../react/basic-file-based/postcss.config.mjs | 5 - .../react/basic-file-based/vite.config.js | 4 +- .../basic-non-nested-devtools/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-non-nested-devtools/vite.config.js | 5 +- .../basic-react-query-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- examples/react/basic-react-query/package.json | 4 +- .../basic-react-query/postcss.config.mjs | 5 - .../react/basic-react-query/vite.config.js | 5 +- .../basic-virtual-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-virtual-file-based/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- examples/react/basic/package.json | 4 +- examples/react/basic/postcss.config.mjs | 5 - examples/react/basic/vite.config.js | 5 +- examples/react/deferred-data/package.json | 4 +- .../react/deferred-data/postcss.config.mjs | 5 - examples/react/deferred-data/vite.config.js | 5 +- examples/react/i18n-paraglide/package.json | 4 +- .../kitchen-sink-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../kitchen-sink-file-based/vite.config.js | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../kitchen-sink-react-query/package.json | 4 +- .../postcss.config.mjs | 5 - .../kitchen-sink-react-query/vite.config.js | 5 +- examples/react/kitchen-sink/package.json | 4 +- .../react/kitchen-sink/postcss.config.mjs | 5 - examples/react/kitchen-sink/vite.config.js | 5 +- examples/react/large-file-based/package.json | 4 +- .../react/large-file-based/postcss.config.mjs | 5 - .../react/large-file-based/vite.config.js | 4 +- examples/react/location-masking/package.json | 4 +- .../react/location-masking/postcss.config.mjs | 5 - .../react/location-masking/vite.config.js | 5 +- .../react/navigation-blocking/package.json | 4 +- .../navigation-blocking/postcss.config.mjs | 5 - .../react/navigation-blocking/vite.config.js | 5 +- .../react/quickstart-file-based/package.json | 4 +- .../quickstart-file-based/postcss.config.mjs | 5 - .../quickstart-file-based/vite.config.js | 4 +- .../quickstart-rspack-file-based/package.json | 4 +- examples/react/quickstart/package.json | 4 +- examples/react/quickstart/postcss.config.mjs | 5 - examples/react/quickstart/vite.config.js | 5 +- .../packages/app/package.json | 12 +- .../packages/app/postcss.config.js | 8 - .../packages/app/src/style.css | 24 +- .../packages/app/tailwind.config.js | 7 - .../packages/app/vite.config.ts | 4 +- .../packages/app/package.json | 10 +- .../packages/app/postcss.config.js | 8 - .../packages/app/src/style.css | 24 +- .../packages/app/tailwind.config.js | 7 - .../packages/app/vite.config.ts | 4 +- .../packages/app/package.json | 10 +- .../packages/app/postcss.config.js | 8 - .../packages/app/src/style.css | 24 +- .../packages/app/tailwind.config.js | 7 - .../packages/app/vite.config.ts | 4 +- .../react/scroll-restoration/package.json | 4 +- .../scroll-restoration/postcss.config.mjs | 5 - .../react/scroll-restoration/vite.config.js | 5 +- .../search-validator-adapters/package.json | 4 +- .../postcss.config.mjs | 5 - .../search-validator-adapters/vite.config.ts | 4 +- examples/react/start-basic-auth/package.json | 4 +- .../react/start-basic-auth/postcss.config.mjs | 5 - .../react/start-basic-auth/vite.config.ts | 4 +- .../react/start-basic-authjs/package.json | 4 +- .../start-basic-authjs/postcss.config.mjs | 5 - .../react/start-basic-authjs/vite.config.ts | 4 +- .../react/start-basic-cloudflare/package.json | 4 +- .../start-basic-cloudflare/postcss.config.mjs | 5 - .../start-basic-cloudflare/vite.config.ts | 4 +- .../start-basic-react-query/package.json | 4 +- .../postcss.config.mjs | 5 - .../start-basic-react-query/vite.config.ts | 4 +- examples/react/start-basic-rsc/package.json | 6 +- .../react/start-basic-rsc/postcss.config.mjs | 6 - .../src/components/DefaultCatchBoundary.tsx | 6 +- .../src/components/NotFound.tsx | 4 +- .../start-basic-rsc/src/routeTree.gen.ts | 1 + .../react/start-basic-rsc/src/styles/app.css | 24 +- .../react/start-basic-rsc/tailwind.config.mjs | 4 - examples/react/start-basic-rsc/vite.config.ts | 4 +- .../react/start-basic-static/package.json | 6 +- .../start-basic-static/postcss.config.cjs | 7 - .../src/components/DefaultCatchBoundary.tsx | 6 +- .../src/components/NotFound.tsx | 4 +- .../start-basic-static/src/styles/app.css | 24 +- .../start-basic-static/tailwind.config.cjs | 4 - .../react/start-basic-static/vite.config.ts | 4 +- examples/react/start-basic/package.json | 4 +- examples/react/start-basic/postcss.config.mjs | 5 - examples/react/start-basic/vite.config.ts | 4 +- examples/react/start-bun/package.json | 4 +- examples/react/start-clerk-basic/package.json | 4 +- .../start-clerk-basic/postcss.config.mjs | 5 - .../react/start-clerk-basic/vite.config.ts | 4 +- .../react/start-convex-trellaux/package.json | 4 +- .../start-convex-trellaux/postcss.config.mjs | 5 - .../start-convex-trellaux/vite.config.ts | 4 +- .../react/start-i18n-paraglide/package.json | 4 +- examples/react/start-large/package.json | 4 +- examples/react/start-large/postcss.config.mjs | 5 - examples/react/start-large/vite.config.ts | 4 +- .../react/start-supabase-basic/package.json | 4 +- .../start-supabase-basic/postcss.config.mjs | 5 - .../react/start-supabase-basic/vite.config.ts | 4 +- examples/react/start-tailwind-v4/package.json | 4 +- examples/react/start-trellaux/package.json | 4 +- .../react/start-trellaux/postcss.config.mjs | 5 - examples/react/start-trellaux/vite.config.ts | 4 +- examples/react/view-transitions/package.json | 4 +- .../react/view-transitions/postcss.config.mjs | 5 - .../react/view-transitions/vite.config.js | 4 +- .../react/with-framer-motion/package.json | 4 +- .../with-framer-motion/postcss.config.mjs | 5 - .../react/with-framer-motion/vite.config.js | 5 +- .../react/with-trpc-react-query/package.json | 4 +- .../with-trpc-react-query/postcss.config.mjs | 5 - .../with-trpc-react-query/vite.config.ts | 4 +- examples/react/with-trpc/package.json | 4 +- examples/react/with-trpc/postcss.config.mjs | 5 - examples/react/with-trpc/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../solid/authenticated-routes/package.json | 4 +- .../authenticated-routes/postcss.config.mjs | 5 - .../solid/authenticated-routes/vite.config.js | 4 +- .../basic-default-search-params/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 5 +- .../solid/basic-devtools-panel/package.json | 4 +- .../basic-devtools-panel/postcss.config.mjs | 5 - .../solid/basic-devtools-panel/vite.config.js | 5 +- examples/solid/basic-file-based/package.json | 4 +- .../solid/basic-file-based/postcss.config.mjs | 5 - .../solid/basic-file-based/vite.config.js | 4 +- .../basic-non-nested-devtools/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-non-nested-devtools/vite.config.js | 5 +- .../basic-solid-query-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- examples/solid/basic-solid-query/package.json | 4 +- .../basic-solid-query/postcss.config.mjs | 5 - .../solid/basic-solid-query/vite.config.js | 5 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../basic-virtual-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../basic-virtual-file-based/vite.config.ts | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.ts | 4 +- examples/solid/basic/package.json | 4 +- examples/solid/basic/postcss.config.mjs | 5 - examples/solid/basic/vite.config.js | 5 +- examples/solid/deferred-data/package.json | 4 +- .../solid/deferred-data/postcss.config.mjs | 5 - examples/solid/deferred-data/vite.config.js | 5 +- examples/solid/i18n-paraglide/package.json | 4 +- .../kitchen-sink-file-based/package.json | 4 +- .../postcss.config.mjs | 5 - .../kitchen-sink-file-based/vite.config.js | 4 +- .../package.json | 4 +- .../postcss.config.mjs | 5 - .../vite.config.js | 4 +- .../kitchen-sink-solid-query/package.json | 4 +- .../postcss.config.mjs | 5 - .../kitchen-sink-solid-query/vite.config.js | 5 +- examples/solid/kitchen-sink/package.json | 4 +- .../solid/kitchen-sink/postcss.config.mjs | 5 - examples/solid/kitchen-sink/vite.config.js | 5 +- examples/solid/large-file-based/package.json | 4 +- .../solid/large-file-based/postcss.config.mjs | 5 - .../solid/large-file-based/vite.config.js | 4 +- examples/solid/location-masking/package.json | 4 +- .../solid/location-masking/postcss.config.mjs | 5 - .../solid/location-masking/vite.config.js | 5 +- .../solid/navigation-blocking/package.json | 4 +- .../navigation-blocking/postcss.config.mjs | 5 - .../solid/navigation-blocking/vite.config.js | 5 +- .../package.json | 2 +- .../solid/quickstart-file-based/package.json | 4 +- .../quickstart-file-based/postcss.config.mjs | 5 - .../quickstart-file-based/vite.config.js | 4 +- .../quickstart-rspack-file-based/package.json | 4 +- .../package.json | 3 +- examples/solid/quickstart/package.json | 4 +- examples/solid/quickstart/postcss.config.mjs | 5 - examples/solid/quickstart/vite.config.js | 5 +- .../packages/app/package.json | 6 +- .../packages/app/vite.config.ts | 4 +- .../packages/app/package.json | 6 +- .../packages/app/vite.config.ts | 4 +- .../packages/app/package.json | 6 +- .../packages/app/vite.config.ts | 4 +- .../solid/scroll-restoration/package.json | 4 +- .../scroll-restoration/postcss.config.mjs | 5 - .../solid/scroll-restoration/vite.config.js | 5 +- .../search-validator-adapters/package.json | 4 +- .../postcss.config.mjs | 5 - .../search-validator-adapters/vite.config.ts | 4 +- examples/solid/start-basic-auth/package.json | 4 +- .../solid/start-basic-auth/postcss.config.mjs | 5 - .../solid/start-basic-auth/vite.config.ts | 4 +- .../solid/start-basic-authjs/package.json | 4 +- .../start-basic-authjs/postcss.config.mjs | 5 - .../solid/start-basic-authjs/vite.config.ts | 4 +- .../solid/start-basic-cloudflare/package.json | 4 +- .../start-basic-cloudflare/postcss.config.mjs | 5 - .../start-basic-cloudflare/vite.config.ts | 4 +- .../solid/start-basic-netlify/package.json | 4 +- .../start-basic-netlify/postcss.config.mjs | 5 - .../solid/start-basic-netlify/vite.config.ts | 4 +- examples/solid/start-basic-nitro/package.json | 4 +- .../solid/start-basic-nitro/vite.config.ts | 4 +- .../start-basic-solid-query/package.json | 4 +- .../postcss.config.mjs | 5 - .../start-basic-solid-query/vite.config.ts | 4 +- .../solid/start-basic-static/package.json | 6 +- .../start-basic-static/postcss.config.cjs | 7 - .../solid/start-basic-static/vite.config.ts | 4 +- examples/solid/start-basic/package.json | 4 +- examples/solid/start-basic/postcss.config.mjs | 5 - examples/solid/start-basic/vite.config.ts | 4 +- examples/solid/start-bun/package.json | 4 +- .../start-convex-better-auth/package.json | 4 +- .../solid/start-i18n-paraglide/package.json | 4 +- examples/solid/start-large/package.json | 4 +- examples/solid/start-large/postcss.config.mjs | 5 - examples/solid/start-large/vite.config.ts | 4 +- .../solid/start-supabase-basic/package.json | 4 +- .../start-supabase-basic/postcss.config.mjs | 5 - .../solid/start-supabase-basic/vite.config.ts | 4 +- examples/solid/start-tailwind-v4/package.json | 4 +- .../start-tailwind-v4/postcss.config.mjs | 5 - .../solid/start-tailwind-v4/vite.config.ts | 4 +- examples/solid/view-transitions/package.json | 4 +- .../solid/view-transitions/postcss.config.mjs | 5 - .../solid/view-transitions/vite.config.js | 4 +- .../solid/with-framer-motion/package.json | 4 +- .../with-framer-motion/postcss.config.mjs | 5 - .../solid/with-framer-motion/vite.config.js | 5 +- examples/solid/with-trpc/package.json | 4 +- examples/solid/with-trpc/postcss.config.mjs | 5 - examples/solid/with-trpc/vite.config.ts | 4 +- .../vue/basic-file-based-jsx/package.json | 4 +- .../basic-file-based-jsx/postcss.config.mjs | 5 - .../vue/basic-file-based-jsx/vite.config.ts | 4 +- .../vue/basic-file-based-sfc/package.json | 4 +- .../basic-file-based-sfc/postcss.config.mjs | 5 - .../vue/basic-file-based-sfc/vite.config.ts | 4 +- examples/vue/basic/package.json | 6 +- examples/vue/basic/postcss.config.mjs | 6 - examples/vue/basic/vite.config.js | 5 +- pnpm-lock.yaml | 2399 +++++++---------- 544 files changed, 2044 insertions(+), 2925 deletions(-) delete mode 100644 e2e/react-router/basic-file-based-code-splitting/postcss.config.mjs delete mode 100644 e2e/react-router/basic-file-based/postcss.config.mjs delete mode 100644 e2e/react-router/basic-react-query-file-based/postcss.config.mjs delete mode 100644 e2e/react-router/basic-react-query/postcss.config.mjs delete mode 100644 e2e/react-router/basic-scroll-restoration/postcss.config.mjs delete mode 100644 e2e/react-router/basic-virtual-file-based/postcss.config.mjs delete mode 100644 e2e/react-router/basic-virtual-named-export-config-file-based/postcss.config.mjs delete mode 100644 e2e/react-router/basic/postcss.config.mjs delete mode 100644 e2e/react-router/generator-cli-only/postcss.config.mjs delete mode 100644 e2e/react-router/js-only-file-based/postcss.config.mjs delete mode 100644 e2e/react-router/scroll-restoration-sandbox-vite/postcss.config.mjs delete mode 100644 e2e/react-router/sentry-integration/postcss.config.mjs delete mode 100644 e2e/react-router/view-transitions/postcss.config.mjs delete mode 100644 e2e/react-start/basic-auth/postcss.config.mjs delete mode 100644 e2e/react-start/basic-cloudflare/postcss.config.mjs delete mode 100644 e2e/react-start/basic-react-query/postcss.config.mjs delete mode 100644 e2e/react-start/basic-rsc/postcss.config.mjs delete mode 100644 e2e/react-start/basic/postcss.config.mjs delete mode 100644 e2e/react-start/clerk-basic/postcss.config.mjs delete mode 100644 e2e/react-start/clerk-basic/tailwind.config.mjs delete mode 100644 e2e/react-start/custom-basepath/postcss.config.mjs delete mode 100644 e2e/react-start/query-integration/postcss.config.mjs delete mode 100644 e2e/react-start/scroll-restoration/postcss.config.mjs delete mode 100644 e2e/react-start/selective-ssr/postcss.config.mjs delete mode 100644 e2e/react-start/serialization-adapters/postcss.config.mjs delete mode 100644 e2e/react-start/server-functions/postcss.config.mjs delete mode 100644 e2e/react-start/server-routes/postcss.config.mjs delete mode 100644 e2e/react-start/spa-mode/postcss.config.mjs delete mode 100644 e2e/react-start/virtual-routes/postcss.config.mjs delete mode 100644 e2e/react-start/website/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-file-based-code-splitting/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-file-based/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-scroll-restoration/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-solid-query-file-based/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-solid-query/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-virtual-file-based/postcss.config.mjs delete mode 100644 e2e/solid-router/basic-virtual-named-export-config-file-based/postcss.config.mjs delete mode 100644 e2e/solid-router/basic/postcss.config.mjs delete mode 100644 e2e/solid-router/generator-cli-only/postcss.config.mjs delete mode 100644 e2e/solid-router/js-only-file-based/postcss.config.mjs delete mode 100644 e2e/solid-router/scroll-restoration-sandbox-vite/postcss.config.mjs delete mode 100644 e2e/solid-router/sentry-integration/postcss.config.mjs delete mode 100644 e2e/solid-router/view-transitions/postcss.config.mjs delete mode 100644 e2e/solid-start/basic-auth/postcss.config.mjs delete mode 100644 e2e/solid-start/basic-cloudflare/postcss.config.mjs delete mode 100644 e2e/solid-start/basic-solid-query/postcss.config.mjs delete mode 100644 e2e/solid-start/basic/postcss.config.mjs delete mode 100644 e2e/solid-start/custom-basepath/postcss.config.mjs delete mode 100644 e2e/solid-start/query-integration/postcss.config.mjs delete mode 100644 e2e/solid-start/scroll-restoration/postcss.config.mjs delete mode 100644 e2e/solid-start/selective-ssr/postcss.config.mjs delete mode 100644 e2e/solid-start/serialization-adapters/postcss.config.mjs delete mode 100644 e2e/solid-start/server-functions/postcss.config.mjs delete mode 100644 e2e/solid-start/server-routes/postcss.config.mjs delete mode 100644 e2e/solid-start/spa-mode/postcss.config.mjs delete mode 100644 e2e/solid-start/virtual-routes/postcss.config.mjs delete mode 100644 e2e/solid-start/website/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-file-based-jsx/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-file-based-sfc/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-scroll-restoration/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-virtual-file-based/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-virtual-named-export-config-file-based/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-vue-query-file-based/postcss.config.mjs delete mode 100644 e2e/vue-router/basic-vue-query/postcss.config.mjs delete mode 100644 e2e/vue-router/basic/postcss.config.mjs delete mode 100644 e2e/vue-router/generator-cli-only/postcss.config.mjs delete mode 100644 e2e/vue-router/js-only-file-based/postcss.config.mjs delete mode 100644 e2e/vue-router/scroll-restoration-sandbox-vite/postcss.config.mjs delete mode 100644 e2e/vue-router/sentry-integration/postcss.config.mjs delete mode 100644 e2e/vue-router/view-transitions/postcss.config.mjs delete mode 100644 e2e/vue-start/basic-auth/postcss.config.mjs delete mode 100644 e2e/vue-start/basic-cloudflare/postcss.config.mjs delete mode 100644 e2e/vue-start/basic-vue-query/postcss.config.mjs delete mode 100644 e2e/vue-start/basic/postcss.config.mjs delete mode 100644 e2e/vue-start/custom-basepath/postcss.config.mjs delete mode 100644 e2e/vue-start/query-integration/postcss.config.mjs delete mode 100644 e2e/vue-start/scroll-restoration/postcss.config.mjs delete mode 100644 e2e/vue-start/selective-ssr/postcss.config.mjs delete mode 100644 e2e/vue-start/serialization-adapters/postcss.config.mjs delete mode 100644 e2e/vue-start/server-functions/postcss.config.mjs delete mode 100644 e2e/vue-start/server-routes/postcss.config.mjs delete mode 100644 e2e/vue-start/spa-mode/postcss.config.mjs delete mode 100644 e2e/vue-start/virtual-routes/postcss.config.mjs delete mode 100644 e2e/vue-start/website/postcss.config.mjs delete mode 100644 examples/react/authenticated-routes-firebase/postcss.config.mjs delete mode 100644 examples/react/authenticated-routes/postcss.config.mjs delete mode 100644 examples/react/basic-default-search-params/postcss.config.mjs delete mode 100644 examples/react/basic-devtools-panel/postcss.config.mjs delete mode 100644 examples/react/basic-file-based/postcss.config.mjs delete mode 100644 examples/react/basic-non-nested-devtools/postcss.config.mjs delete mode 100644 examples/react/basic-react-query-file-based/postcss.config.mjs delete mode 100644 examples/react/basic-react-query/postcss.config.mjs delete mode 100644 examples/react/basic-virtual-file-based/postcss.config.mjs delete mode 100644 examples/react/basic-virtual-inside-file-based/postcss.config.mjs delete mode 100644 examples/react/basic/postcss.config.mjs delete mode 100644 examples/react/deferred-data/postcss.config.mjs delete mode 100644 examples/react/kitchen-sink-file-based/postcss.config.mjs delete mode 100644 examples/react/kitchen-sink-react-query-file-based/postcss.config.mjs delete mode 100644 examples/react/kitchen-sink-react-query/postcss.config.mjs delete mode 100644 examples/react/kitchen-sink/postcss.config.mjs delete mode 100644 examples/react/large-file-based/postcss.config.mjs delete mode 100644 examples/react/location-masking/postcss.config.mjs delete mode 100644 examples/react/navigation-blocking/postcss.config.mjs delete mode 100644 examples/react/quickstart-file-based/postcss.config.mjs delete mode 100644 examples/react/quickstart/postcss.config.mjs delete mode 100644 examples/react/router-monorepo-react-query/packages/app/postcss.config.js delete mode 100644 examples/react/router-monorepo-react-query/packages/app/tailwind.config.js delete mode 100644 examples/react/router-monorepo-simple-lazy/packages/app/postcss.config.js delete mode 100644 examples/react/router-monorepo-simple-lazy/packages/app/tailwind.config.js delete mode 100644 examples/react/router-monorepo-simple/packages/app/postcss.config.js delete mode 100644 examples/react/router-monorepo-simple/packages/app/tailwind.config.js delete mode 100644 examples/react/scroll-restoration/postcss.config.mjs delete mode 100644 examples/react/search-validator-adapters/postcss.config.mjs delete mode 100644 examples/react/start-basic-auth/postcss.config.mjs delete mode 100644 examples/react/start-basic-authjs/postcss.config.mjs delete mode 100644 examples/react/start-basic-cloudflare/postcss.config.mjs delete mode 100644 examples/react/start-basic-react-query/postcss.config.mjs delete mode 100644 examples/react/start-basic-rsc/postcss.config.mjs delete mode 100644 examples/react/start-basic-rsc/tailwind.config.mjs delete mode 100644 examples/react/start-basic-static/postcss.config.cjs delete mode 100644 examples/react/start-basic-static/tailwind.config.cjs delete mode 100644 examples/react/start-basic/postcss.config.mjs delete mode 100644 examples/react/start-clerk-basic/postcss.config.mjs delete mode 100644 examples/react/start-convex-trellaux/postcss.config.mjs delete mode 100644 examples/react/start-large/postcss.config.mjs delete mode 100644 examples/react/start-supabase-basic/postcss.config.mjs delete mode 100644 examples/react/start-trellaux/postcss.config.mjs delete mode 100644 examples/react/view-transitions/postcss.config.mjs delete mode 100644 examples/react/with-framer-motion/postcss.config.mjs delete mode 100644 examples/react/with-trpc-react-query/postcss.config.mjs delete mode 100644 examples/react/with-trpc/postcss.config.mjs delete mode 100644 examples/solid/authenticated-routes-firebase/postcss.config.mjs delete mode 100644 examples/solid/authenticated-routes/postcss.config.mjs delete mode 100644 examples/solid/basic-default-search-params/postcss.config.mjs delete mode 100644 examples/solid/basic-devtools-panel/postcss.config.mjs delete mode 100644 examples/solid/basic-file-based/postcss.config.mjs delete mode 100644 examples/solid/basic-non-nested-devtools/postcss.config.mjs delete mode 100644 examples/solid/basic-solid-query-file-based/postcss.config.mjs delete mode 100644 examples/solid/basic-solid-query/postcss.config.mjs delete mode 100644 examples/solid/basic-ssr-streaming-file-based/postcss.config.mjs delete mode 100644 examples/solid/basic-virtual-file-based/postcss.config.mjs delete mode 100644 examples/solid/basic-virtual-inside-file-based/postcss.config.mjs delete mode 100644 examples/solid/basic/postcss.config.mjs delete mode 100644 examples/solid/deferred-data/postcss.config.mjs delete mode 100644 examples/solid/kitchen-sink-file-based/postcss.config.mjs delete mode 100644 examples/solid/kitchen-sink-solid-query-file-based/postcss.config.mjs delete mode 100644 examples/solid/kitchen-sink-solid-query/postcss.config.mjs delete mode 100644 examples/solid/kitchen-sink/postcss.config.mjs delete mode 100644 examples/solid/large-file-based/postcss.config.mjs delete mode 100644 examples/solid/location-masking/postcss.config.mjs delete mode 100644 examples/solid/navigation-blocking/postcss.config.mjs delete mode 100644 examples/solid/quickstart-file-based/postcss.config.mjs delete mode 100644 examples/solid/quickstart/postcss.config.mjs delete mode 100644 examples/solid/scroll-restoration/postcss.config.mjs delete mode 100644 examples/solid/search-validator-adapters/postcss.config.mjs delete mode 100644 examples/solid/start-basic-auth/postcss.config.mjs delete mode 100644 examples/solid/start-basic-authjs/postcss.config.mjs delete mode 100644 examples/solid/start-basic-cloudflare/postcss.config.mjs delete mode 100644 examples/solid/start-basic-netlify/postcss.config.mjs delete mode 100644 examples/solid/start-basic-solid-query/postcss.config.mjs delete mode 100644 examples/solid/start-basic-static/postcss.config.cjs delete mode 100644 examples/solid/start-basic/postcss.config.mjs delete mode 100644 examples/solid/start-large/postcss.config.mjs delete mode 100644 examples/solid/start-supabase-basic/postcss.config.mjs delete mode 100644 examples/solid/start-tailwind-v4/postcss.config.mjs delete mode 100644 examples/solid/view-transitions/postcss.config.mjs delete mode 100644 examples/solid/with-framer-motion/postcss.config.mjs delete mode 100644 examples/solid/with-trpc/postcss.config.mjs delete mode 100644 examples/vue/basic-file-based-jsx/postcss.config.mjs delete mode 100644 examples/vue/basic-file-based-sfc/postcss.config.mjs delete mode 100644 examples/vue/basic/postcss.config.mjs diff --git a/e2e/react-router/basic-file-based-code-splitting/package.json b/e2e/react-router/basic-file-based-code-splitting/package.json index f577d04604..01afd53250 100644 --- a/e2e/react-router/basic-file-based-code-splitting/package.json +++ b/e2e/react-router/basic-file-based-code-splitting/package.json @@ -13,14 +13,14 @@ "test:e2e": "rm -rf port*.txt; pnpm run test:e2e:verbose-routes:true && pnpm run test:e2e:verbose-routes:false" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/basic-file-based-code-splitting/postcss.config.mjs b/e2e/react-router/basic-file-based-code-splitting/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-file-based-code-splitting/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-file-based-code-splitting/vite.config.ts b/e2e/react-router/basic-file-based-code-splitting/vite.config.ts index 7c2d2bbc70..f7a3f59415 100644 --- a/e2e/react-router/basic-file-based-code-splitting/vite.config.ts +++ b/e2e/react-router/basic-file-based-code-splitting/vite.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' const isVerboseFileRoutes = process.env.VERBOSE_FILE_ROUTES === '1' || false console.info(`Verbose file routes is set to: ${isVerboseFileRoutes}.`) @@ -8,6 +9,7 @@ console.info(`Verbose file routes is set to: ${isVerboseFileRoutes}.`) // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -38,4 +40,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/basic-file-based/package.json b/e2e/react-router/basic-file-based/package.json index 03f686244e..7916c6a130 100644 --- a/e2e/react-router/basic-file-based/package.json +++ b/e2e/react-router/basic-file-based/package.json @@ -12,7 +12,7 @@ "test:e2e:default": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", @@ -21,7 +21,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/basic-file-based/postcss.config.mjs b/e2e/react-router/basic-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-file-based/vite.config.js b/e2e/react-router/basic-file-based/vite.config.js index 940c8aa236..210597b1f7 100644 --- a/e2e/react-router/basic-file-based/vite.config.js +++ b/e2e/react-router/basic-file-based/vite.config.js @@ -1,13 +1,15 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/basic-react-query-file-based/package.json b/e2e/react-router/basic-react-query-file-based/package.json index 8a6b8ffb06..b116e1c9a2 100644 --- a/e2e/react-router/basic-react-query-file-based/package.json +++ b/e2e/react-router/basic-react-query-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "workspace:^", @@ -21,7 +21,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/basic-react-query-file-based/postcss.config.mjs b/e2e/react-router/basic-react-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-react-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-react-query-file-based/vite.config.js b/e2e/react-router/basic-react-query-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/e2e/react-router/basic-react-query-file-based/vite.config.js +++ b/e2e/react-router/basic-react-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/basic-react-query/package.json b/e2e/react-router/basic-react-query/package.json index 9d5581b12f..684df1b72e 100644 --- a/e2e/react-router/basic-react-query/package.json +++ b/e2e/react-router/basic-react-query/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "workspace:^", @@ -20,7 +20,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/basic-react-query/postcss.config.mjs b/e2e/react-router/basic-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-react-query/vite.config.js b/e2e/react-router/basic-react-query/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/e2e/react-router/basic-react-query/vite.config.js +++ b/e2e/react-router/basic-react-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/e2e/react-router/basic-scroll-restoration/package.json b/e2e/react-router/basic-scroll-restoration/package.json index ebabcfba3e..88bdc84544 100644 --- a/e2e/react-router/basic-scroll-restoration/package.json +++ b/e2e/react-router/basic-scroll-restoration/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/react-virtual": "^3.13.0", @@ -19,7 +19,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/basic-scroll-restoration/postcss.config.mjs b/e2e/react-router/basic-scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-scroll-restoration/vite.config.js b/e2e/react-router/basic-scroll-restoration/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/e2e/react-router/basic-scroll-restoration/vite.config.js +++ b/e2e/react-router/basic-scroll-restoration/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/e2e/react-router/basic-virtual-file-based/package.json b/e2e/react-router/basic-virtual-file-based/package.json index 21bfefd083..5e8b647389 100644 --- a/e2e/react-router/basic-virtual-file-based/package.json +++ b/e2e/react-router/basic-virtual-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", @@ -20,7 +20,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/basic-virtual-file-based/postcss.config.mjs b/e2e/react-router/basic-virtual-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-virtual-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-virtual-file-based/vite.config.ts b/e2e/react-router/basic-virtual-file-based/vite.config.ts index 8a28af1709..d52f8b666f 100644 --- a/e2e/react-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/react-router/basic-virtual-file-based/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' import { routes } from './routes' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -14,4 +16,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/basic-virtual-named-export-config-file-based/package.json b/e2e/react-router/basic-virtual-named-export-config-file-based/package.json index ec20b8fa1b..86286a5059 100644 --- a/e2e/react-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/react-router/basic-virtual-named-export-config-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", @@ -20,7 +20,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/basic-virtual-named-export-config-file-based/postcss.config.mjs b/e2e/react-router/basic-virtual-named-export-config-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic-virtual-named-export-config-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts index ea7fb55e88..1fe835a91f 100644 --- a/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/basic/package.json b/e2e/react-router/basic/package.json index d8f8a7f3ee..8cfdf091e7 100644 --- a/e2e/react-router/basic/package.json +++ b/e2e/react-router/basic/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/basic/postcss.config.mjs b/e2e/react-router/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/basic/vite.config.js b/e2e/react-router/basic/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/e2e/react-router/basic/vite.config.js +++ b/e2e/react-router/basic/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/e2e/react-router/generator-cli-only/package.json b/e2e/react-router/generator-cli-only/package.json index 54abdd7806..d5ec443931 100644 --- a/e2e/react-router/generator-cli-only/package.json +++ b/e2e/react-router/generator-cli-only/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", @@ -19,7 +19,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/generator-cli-only/postcss.config.mjs b/e2e/react-router/generator-cli-only/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/generator-cli-only/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/generator-cli-only/vite.config.js b/e2e/react-router/generator-cli-only/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/e2e/react-router/generator-cli-only/vite.config.js +++ b/e2e/react-router/generator-cli-only/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/e2e/react-router/js-only-file-based/package.json b/e2e/react-router/js-only-file-based/package.json index bb6dd24aef..d0253d79a2 100644 --- a/e2e/react-router/js-only-file-based/package.json +++ b/e2e/react-router/js-only-file-based/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/js-only-file-based/postcss.config.mjs b/e2e/react-router/js-only-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/js-only-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/js-only-file-based/vite.config.js b/e2e/react-router/js-only-file-based/vite.config.js index 6e4d6d8e1d..0a5f8a96f6 100644 --- a/e2e/react-router/js-only-file-based/vite.config.js +++ b/e2e/react-router/js-only-file-based/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', disableTypes: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-router/rspack-basic-file-based/package.json b/e2e/react-router/rspack-basic-file-based/package.json index aa6cc7d247..4d28e5d27c 100644 --- a/e2e/react-router/rspack-basic-file-based/package.json +++ b/e2e/react-router/rspack-basic-file-based/package.json @@ -20,13 +20,13 @@ "@playwright/test": "^1.50.1", "@rsbuild/core": "^1.2.4", "@rsbuild/plugin-react": "^1.1.0", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json b/e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json index 0808478b10..841d7b802d 100644 --- a/e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json +++ b/e2e/react-router/rspack-basic-virtual-named-export-config-file-based/package.json @@ -20,14 +20,14 @@ "@playwright/test": "^1.50.1", "@rsbuild/core": "^1.2.4", "@rsbuild/plugin-react": "^1.1.0", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/react-router/scroll-restoration-sandbox-vite/package.json b/e2e/react-router/scroll-restoration-sandbox-vite/package.json index ccc356473c..7024ddb2f7 100644 --- a/e2e/react-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/react-router/scroll-restoration-sandbox-vite/package.json @@ -14,7 +14,7 @@ "test:e2e": "rm -rf port*.txt; pnpm run test:e2e:browser && pnpm run test:e2e:hash" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", @@ -23,7 +23,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/scroll-restoration-sandbox-vite/postcss.config.mjs b/e2e/react-router/scroll-restoration-sandbox-vite/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/scroll-restoration-sandbox-vite/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js index 172112dd72..da53beffa4 100644 --- a/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [tanstackRouter({ target: 'react' }), react()], -}) + plugins: [tailwindcss(), tanstackRouter({ target: 'react' }), react()], +}) \ No newline at end of file diff --git a/e2e/react-router/sentry-integration/package.json b/e2e/react-router/sentry-integration/package.json index ece4d00567..d91dfbc0ea 100644 --- a/e2e/react-router/sentry-integration/package.json +++ b/e2e/react-router/sentry-integration/package.json @@ -14,14 +14,14 @@ "@sentry/react": "^10.32.0", "@sentry/tracing": "^7.120.4", "@sentry/vite-plugin": "^4.6.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/react-router/sentry-integration/postcss.config.mjs b/e2e/react-router/sentry-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/sentry-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/sentry-integration/vite.config.js b/e2e/react-router/sentry-integration/vite.config.js index 72e65e2d82..11d01b4f0f 100644 --- a/e2e/react-router/sentry-integration/vite.config.js +++ b/e2e/react-router/sentry-integration/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { sentryVitePlugin } from '@sentry/vite-plugin' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react(), sentryVitePlugin()], -}) + plugins: [tailwindcss(), react(), sentryVitePlugin()], +}) \ No newline at end of file diff --git a/e2e/react-router/view-transitions/package.json b/e2e/react-router/view-transitions/package.json index bb81b3ecdf..9711a6ce16 100644 --- a/e2e/react-router/view-transitions/package.json +++ b/e2e/react-router/view-transitions/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", @@ -19,7 +19,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/react-router/view-transitions/postcss.config.mjs b/e2e/react-router/view-transitions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-router/view-transitions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-router/view-transitions/vite.config.js b/e2e/react-router/view-transitions/vite.config.js index 47e327b746..9735bcdb70 100644 --- a/e2e/react-router/view-transitions/vite.config.js +++ b/e2e/react-router/view-transitions/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/basic-auth/package.json b/e2e/react-start/basic-auth/package.json index e9d1d7c469..e78082e692 100644 --- a/e2e/react-start/basic-auth/package.json +++ b/e2e/react-start/basic-auth/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -36,7 +36,7 @@ "dotenv": "^17.2.3", "postcss": "^8.5.1", "prisma": "^7.0.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/basic-auth/postcss.config.mjs b/e2e/react-start/basic-auth/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/basic-auth/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/basic-auth/vite.config.ts b/e2e/react-start/basic-auth/vite.config.ts index dc57f144e4..e606152a1c 100644 --- a/e2e/react-start/basic-auth/vite.config.ts +++ b/e2e/react-start/basic-auth/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/basic-cloudflare/package.json b/e2e/react-start/basic-cloudflare/package.json index 246d99d559..8b68fef3b7 100644 --- a/e2e/react-start/basic-cloudflare/package.json +++ b/e2e/react-start/basic-cloudflare/package.json @@ -22,14 +22,14 @@ "devDependencies": { "@cloudflare/vite-plugin": "^1.15.1", "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4", diff --git a/e2e/react-start/basic-cloudflare/postcss.config.mjs b/e2e/react-start/basic-cloudflare/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/basic-cloudflare/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/basic-cloudflare/vite.config.ts b/e2e/react-start/basic-cloudflare/vite.config.ts index e6074f714b..8f734d0eeb 100644 --- a/e2e/react-start/basic-cloudflare/vite.config.ts +++ b/e2e/react-start/basic-cloudflare/vite.config.ts @@ -3,9 +3,11 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { cloudflare } from '@cloudflare/vite-plugin' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -18,4 +20,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/basic-react-query/package.json b/e2e/react-start/basic-react-query/package.json index 18cccdaece..79cd4a15a7 100644 --- a/e2e/react-start/basic-react-query/package.json +++ b/e2e/react-start/basic-react-query/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -35,7 +35,7 @@ "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/basic-react-query/postcss.config.mjs b/e2e/react-start/basic-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/basic-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/basic-react-query/vite.config.ts b/e2e/react-start/basic-react-query/vite.config.ts index dc57f144e4..e606152a1c 100644 --- a/e2e/react-start/basic-react-query/vite.config.ts +++ b/e2e/react-start/basic-react-query/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/basic-rsc/package.json b/e2e/react-start/basic-rsc/package.json index ba9cce783b..e793d58532 100644 --- a/e2e/react-start/basic-rsc/package.json +++ b/e2e/react-start/basic-rsc/package.json @@ -20,13 +20,12 @@ "vite": "^7.1.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "@vitejs/plugin-react": "^4.3.4", - "autoprefixer": "^10.4.20", + "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" }, diff --git a/e2e/react-start/basic-rsc/postcss.config.mjs b/e2e/react-start/basic-rsc/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/basic-rsc/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/basic-rsc/vite.config.ts b/e2e/react-start/basic-rsc/vite.config.ts index dc57f144e4..e606152a1c 100644 --- a/e2e/react-start/basic-rsc/vite.config.ts +++ b/e2e/react-start/basic-rsc/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/basic/package.json b/e2e/react-start/basic/package.json index 645683c342..334252b895 100644 --- a/e2e/react-start/basic/package.json +++ b/e2e/react-start/basic/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", @@ -44,7 +44,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4", diff --git a/e2e/react-start/basic/postcss.config.mjs b/e2e/react-start/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/basic/vite.config.ts b/e2e/react-start/basic/vite.config.ts index ecab96f2d8..8461fc34f9 100644 --- a/e2e/react-start/basic/vite.config.ts +++ b/e2e/react-start/basic/vite.config.ts @@ -4,6 +4,7 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' import { isSpaMode } from './tests/utils/isSpaMode' import { isPrerender } from './tests/utils/isPrerender' +import tailwindcss from '@tailwindcss/vite' const spaModeConfiguration = { enabled: true, @@ -32,6 +33,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -41,4 +43,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/clerk-basic/package.json b/e2e/react-start/clerk-basic/package.json index 6db45b97c3..c0e831e5c6 100644 --- a/e2e/react-start/clerk-basic/package.json +++ b/e2e/react-start/clerk-basic/package.json @@ -28,10 +28,10 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "autoprefixer": "^10.4.20", "postcss": "^8.5.1", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", "typescript": "^5.7.2", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^5.1.4", + "@tailwindcss/vite": "4.1.18" } } diff --git a/e2e/react-start/clerk-basic/postcss.config.mjs b/e2e/react-start/clerk-basic/postcss.config.mjs deleted file mode 100644 index 2e7af2b7f1..0000000000 --- a/e2e/react-start/clerk-basic/postcss.config.mjs +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} diff --git a/e2e/react-start/clerk-basic/src/components/DefaultCatchBoundary.tsx b/e2e/react-start/clerk-basic/src/components/DefaultCatchBoundary.tsx index 15f316681c..ef2daa1ea1 100644 --- a/e2e/react-start/clerk-basic/src/components/DefaultCatchBoundary.tsx +++ b/e2e/react-start/clerk-basic/src/components/DefaultCatchBoundary.tsx @@ -24,21 +24,21 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) { onClick={() => { router.invalidate() }} - className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded text-white uppercase font-extrabold`} + className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded-sm text-white uppercase font-extrabold`} > Try Again {isRoot ? ( Home ) : ( { e.preventDefault() window.history.back() diff --git a/e2e/react-start/clerk-basic/src/components/NotFound.tsx b/e2e/react-start/clerk-basic/src/components/NotFound.tsx index 7b54fa5680..fd4e75befe 100644 --- a/e2e/react-start/clerk-basic/src/components/NotFound.tsx +++ b/e2e/react-start/clerk-basic/src/components/NotFound.tsx @@ -9,13 +9,13 @@ export function NotFound({ children }: { children?: any }) {

Start Over diff --git a/e2e/react-start/clerk-basic/src/routeTree.gen.ts b/e2e/react-start/clerk-basic/src/routeTree.gen.ts index 8ac0e6e8c3..a6767e0efd 100644 --- a/e2e/react-start/clerk-basic/src/routeTree.gen.ts +++ b/e2e/react-start/clerk-basic/src/routeTree.gen.ts @@ -169,3 +169,12 @@ const rootRouteChildren: RootRouteChildren = { export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() + +import type { getRouter } from './router.tsx' +import type { createStart } from '@tanstack/react-start' +declare module '@tanstack/react-start' { + interface Register { + ssr: true + router: Awaited> + } +} diff --git a/e2e/react-start/clerk-basic/src/styles/app.css b/e2e/react-start/clerk-basic/src/styles/app.css index c53c870665..40dd3f10f1 100644 --- a/e2e/react-start/clerk-basic/src/styles/app.css +++ b/e2e/react-start/clerk-basic/src/styles/app.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} @layer base { html { diff --git a/e2e/react-start/clerk-basic/tailwind.config.mjs b/e2e/react-start/clerk-basic/tailwind.config.mjs deleted file mode 100644 index e49f4eb776..0000000000 --- a/e2e/react-start/clerk-basic/tailwind.config.mjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: ['./src/**/*.{js,jsx,ts,tsx}'], -} diff --git a/e2e/react-start/clerk-basic/vite.config.ts b/e2e/react-start/clerk-basic/vite.config.ts index dc57f144e4..e606152a1c 100644 --- a/e2e/react-start/clerk-basic/vite.config.ts +++ b/e2e/react-start/clerk-basic/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/custom-basepath/package.json b/e2e/react-start/custom-basepath/package.json index 5420b654a4..96bfbc7cd7 100644 --- a/e2e/react-start/custom-basepath/package.json +++ b/e2e/react-start/custom-basepath/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/express": "^5.0.3", "@types/node": "^22.10.2", @@ -31,7 +31,7 @@ "cross-env": "^10.0.0", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "tsx": "^4.20.3", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/react-start/custom-basepath/postcss.config.mjs b/e2e/react-start/custom-basepath/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/custom-basepath/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/custom-basepath/vite.config.ts b/e2e/react-start/custom-basepath/vite.config.ts index 7e200dc074..bd5a69dc58 100644 --- a/e2e/react-start/custom-basepath/vite.config.ts +++ b/e2e/react-start/custom-basepath/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ base: '/custom/basepath', @@ -9,6 +10,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -17,4 +19,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/query-integration/package.json b/e2e/react-start/query-integration/package.json index 2571950e5c..f419b8eaba 100644 --- a/e2e/react-start/query-integration/package.json +++ b/e2e/react-start/query-integration/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/query-integration/postcss.config.mjs b/e2e/react-start/query-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/query-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/query-integration/vite.config.ts b/e2e/react-start/query-integration/vite.config.ts index 1df337cd40..08c1ad32ab 100644 --- a/e2e/react-start/query-integration/vite.config.ts +++ b/e2e/react-start/query-integration/vite.config.ts @@ -1,12 +1,14 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/scroll-restoration/package.json b/e2e/react-start/scroll-restoration/package.json index 9fe23757a7..f07d8c7134 100644 --- a/e2e/react-start/scroll-restoration/package.json +++ b/e2e/react-start/scroll-restoration/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -34,7 +34,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/scroll-restoration/postcss.config.mjs b/e2e/react-start/scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/scroll-restoration/vite.config.ts b/e2e/react-start/scroll-restoration/vite.config.ts index 33948491fe..65c77fc315 100644 --- a/e2e/react-start/scroll-restoration/vite.config.ts +++ b/e2e/react-start/scroll-restoration/vite.config.ts @@ -2,11 +2,13 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'] }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/selective-ssr/package.json b/e2e/react-start/selective-ssr/package.json index 03d2a9b9d5..6299a45ab4 100644 --- a/e2e/react-start/selective-ssr/package.json +++ b/e2e/react-start/selective-ssr/package.json @@ -22,7 +22,7 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -30,7 +30,7 @@ "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/react-start/selective-ssr/postcss.config.mjs b/e2e/react-start/selective-ssr/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/selective-ssr/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/selective-ssr/vite.config.ts b/e2e/react-start/selective-ssr/vite.config.ts index 04033010e8..56aa544c21 100644 --- a/e2e/react-start/selective-ssr/vite.config.ts +++ b/e2e/react-start/selective-ssr/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/serialization-adapters/package.json b/e2e/react-start/serialization-adapters/package.json index 71b57e68bf..4e30348c55 100644 --- a/e2e/react-start/serialization-adapters/package.json +++ b/e2e/react-start/serialization-adapters/package.json @@ -22,7 +22,7 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -30,7 +30,7 @@ "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/react-start/serialization-adapters/postcss.config.mjs b/e2e/react-start/serialization-adapters/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/serialization-adapters/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/serialization-adapters/vite.config.ts b/e2e/react-start/serialization-adapters/vite.config.ts index 04033010e8..56aa544c21 100644 --- a/e2e/react-start/serialization-adapters/vite.config.ts +++ b/e2e/react-start/serialization-adapters/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/server-functions/package.json b/e2e/react-start/server-functions/package.json index 5da5526e4d..ce8bcc88ee 100644 --- a/e2e/react-start/server-functions/package.json +++ b/e2e/react-start/server-functions/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", @@ -37,7 +37,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/server-functions/postcss.config.mjs b/e2e/react-start/server-functions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/server-functions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/server-functions/vite.config.ts b/e2e/react-start/server-functions/vite.config.ts index 97ff657630..71071a0e43 100644 --- a/e2e/react-start/server-functions/vite.config.ts +++ b/e2e/react-start/server-functions/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' const FUNCTIONS_WITH_CONSTANT_ID = [ 'src/routes/submit-post-formdata.tsx/greetUser_createServerFn_handler', @@ -10,6 +11,7 @@ const FUNCTIONS_WITH_CONSTANT_ID = [ export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -24,4 +26,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/server-routes/package.json b/e2e/react-start/server-routes/package.json index 6758af3d5f..2b08b613bb 100644 --- a/e2e/react-start/server-routes/package.json +++ b/e2e/react-start/server-routes/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", @@ -37,7 +37,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/server-routes/postcss.config.mjs b/e2e/react-start/server-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/server-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/server-routes/vite.config.ts b/e2e/react-start/server-routes/vite.config.ts index dc57f144e4..e606152a1c 100644 --- a/e2e/react-start/server-routes/vite.config.ts +++ b/e2e/react-start/server-routes/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/spa-mode/package.json b/e2e/react-start/spa-mode/package.json index 049ab8b5d9..6d3980e74d 100644 --- a/e2e/react-start/spa-mode/package.json +++ b/e2e/react-start/spa-mode/package.json @@ -19,13 +19,13 @@ "react-dom": "^19.0.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/react-start/spa-mode/postcss.config.mjs b/e2e/react-start/spa-mode/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/spa-mode/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/spa-mode/vite.config.ts b/e2e/react-start/spa-mode/vite.config.ts index 03c313e095..cb774cdd87 100644 --- a/e2e/react-start/spa-mode/vite.config.ts +++ b/e2e/react-start/spa-mode/vite.config.ts @@ -1,12 +1,14 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -25,4 +27,4 @@ export default defineConfig({ ], }), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/virtual-routes/package.json b/e2e/react-start/virtual-routes/package.json index 51fac4f99e..af77865fda 100644 --- a/e2e/react-start/virtual-routes/package.json +++ b/e2e/react-start/virtual-routes/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -34,7 +34,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/react-start/virtual-routes/postcss.config.mjs b/e2e/react-start/virtual-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/virtual-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/virtual-routes/vite.config.ts b/e2e/react-start/virtual-routes/vite.config.ts index 110811e198..d00d3043bb 100644 --- a/e2e/react-start/virtual-routes/vite.config.ts +++ b/e2e/react-start/virtual-routes/vite.config.ts @@ -1,12 +1,14 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ }, }), ], -}) +}) \ No newline at end of file diff --git a/e2e/react-start/website/package.json b/e2e/react-start/website/package.json index ba24f0b606..80c12ec655 100644 --- a/e2e/react-start/website/package.json +++ b/e2e/react-start/website/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@types/react": "^19.0.8", @@ -31,7 +31,7 @@ "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/react-start/website/postcss.config.mjs b/e2e/react-start/website/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/react-start/website/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/react-start/website/vite.config.ts b/e2e/react-start/website/vite.config.ts index c2c28ae93b..19f8c9c117 100644 --- a/e2e/react-start/website/vite.config.ts +++ b/e2e/react-start/website/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-file-based-code-splitting/package.json b/e2e/solid-router/basic-file-based-code-splitting/package.json index 03d1daa2ef..2a2daed67e 100644 --- a/e2e/solid-router/basic-file-based-code-splitting/package.json +++ b/e2e/solid-router/basic-file-based-code-splitting/package.json @@ -13,13 +13,13 @@ "test:e2e": "rm -rf port*.txt; pnpm run test:e2e:verbose-routes:true && pnpm run test:e2e:verbose-routes:false" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "postcss": "^8.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/basic-file-based-code-splitting/postcss.config.mjs b/e2e/solid-router/basic-file-based-code-splitting/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-file-based-code-splitting/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts b/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts index 2fd68cb6cf..14188cb5ff 100644 --- a/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts +++ b/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' const isVerboseFileRoutes = process.env.VERBOSE_FILE_ROUTES === '1' || false console.info(`Verbose file routes is set to: ${isVerboseFileRoutes}.`) @@ -8,6 +9,7 @@ console.info(`Verbose file routes is set to: ${isVerboseFileRoutes}.`) // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -26,4 +28,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-file-based/package.json b/e2e/solid-router/basic-file-based/package.json index 3f9693b0dc..cd251d6d3e 100644 --- a/e2e/solid-router/basic-file-based/package.json +++ b/e2e/solid-router/basic-file-based/package.json @@ -12,7 +12,7 @@ "test:e2e:default": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", @@ -20,7 +20,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/basic-file-based/postcss.config.mjs b/e2e/solid-router/basic-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-file-based/vite.config.js b/e2e/solid-router/basic-file-based/vite.config.js index ad6e60e830..846287da67 100644 --- a/e2e/solid-router/basic-file-based/vite.config.js +++ b/e2e/solid-router/basic-file-based/vite.config.js @@ -1,13 +1,15 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-scroll-restoration/package.json b/e2e/solid-router/basic-scroll-restoration/package.json index 29307d7a74..b8e9c869f1 100644 --- a/e2e/solid-router/basic-scroll-restoration/package.json +++ b/e2e/solid-router/basic-scroll-restoration/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/solid-virtual": "^3.13.0", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/basic-scroll-restoration/postcss.config.mjs b/e2e/solid-router/basic-scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-scroll-restoration/vite.config.js b/e2e/solid-router/basic-scroll-restoration/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/e2e/solid-router/basic-scroll-restoration/vite.config.js +++ b/e2e/solid-router/basic-scroll-restoration/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-solid-query-file-based/package.json b/e2e/solid-router/basic-solid-query-file-based/package.json index 49bc18d1dd..76949243ec 100644 --- a/e2e/solid-router/basic-solid-query-file-based/package.json +++ b/e2e/solid-router/basic-solid-query-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", @@ -20,7 +20,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/basic-solid-query-file-based/postcss.config.mjs b/e2e/solid-router/basic-solid-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-solid-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-solid-query-file-based/vite.config.js b/e2e/solid-router/basic-solid-query-file-based/vite.config.js index 1660a56c17..5a8aa3ded3 100644 --- a/e2e/solid-router/basic-solid-query-file-based/vite.config.js +++ b/e2e/solid-router/basic-solid-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-solid-query/package.json b/e2e/solid-router/basic-solid-query/package.json index 8b4fc03a48..f335f6a2c3 100644 --- a/e2e/solid-router/basic-solid-query/package.json +++ b/e2e/solid-router/basic-solid-query/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "workspace:^", @@ -19,7 +19,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/basic-solid-query/postcss.config.mjs b/e2e/solid-router/basic-solid-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-solid-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-solid-query/vite.config.js b/e2e/solid-router/basic-solid-query/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/e2e/solid-router/basic-solid-query/vite.config.js +++ b/e2e/solid-router/basic-solid-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-virtual-file-based/package.json b/e2e/solid-router/basic-virtual-file-based/package.json index 55d55a4e2f..722bca2964 100644 --- a/e2e/solid-router/basic-virtual-file-based/package.json +++ b/e2e/solid-router/basic-virtual-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", @@ -19,7 +19,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/basic-virtual-file-based/postcss.config.mjs b/e2e/solid-router/basic-virtual-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-virtual-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-virtual-file-based/vite.config.ts b/e2e/solid-router/basic-virtual-file-based/vite.config.ts index 1bebd08210..3b6dca56f6 100644 --- a/e2e/solid-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/solid-router/basic-virtual-file-based/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' import { routes } from './routes' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -14,4 +16,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json b/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json index acca55da97..1885367da5 100644 --- a/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", @@ -19,7 +19,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/basic-virtual-named-export-config-file-based/postcss.config.mjs b/e2e/solid-router/basic-virtual-named-export-config-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic-virtual-named-export-config-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts index 635aa70940..dbcbb08d51 100644 --- a/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/basic/package.json b/e2e/solid-router/basic/package.json index 867049c83b..cfb8c6b213 100644 --- a/e2e/solid-router/basic/package.json +++ b/e2e/solid-router/basic/package.json @@ -11,13 +11,13 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/basic/postcss.config.mjs b/e2e/solid-router/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/basic/vite.config.js b/e2e/solid-router/basic/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/e2e/solid-router/basic/vite.config.js +++ b/e2e/solid-router/basic/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/e2e/solid-router/generator-cli-only/package.json b/e2e/solid-router/generator-cli-only/package.json index f6c771862d..23dc5caed0 100644 --- a/e2e/solid-router/generator-cli-only/package.json +++ b/e2e/solid-router/generator-cli-only/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/generator-cli-only/postcss.config.mjs b/e2e/solid-router/generator-cli-only/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/generator-cli-only/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/generator-cli-only/vite.config.js b/e2e/solid-router/generator-cli-only/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/e2e/solid-router/generator-cli-only/vite.config.js +++ b/e2e/solid-router/generator-cli-only/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/e2e/solid-router/js-only-file-based/package.json b/e2e/solid-router/js-only-file-based/package.json index a3a5c9b181..429c629fda 100644 --- a/e2e/solid-router/js-only-file-based/package.json +++ b/e2e/solid-router/js-only-file-based/package.json @@ -11,13 +11,13 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/js-only-file-based/postcss.config.mjs b/e2e/solid-router/js-only-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/js-only-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/js-only-file-based/vite.config.js b/e2e/solid-router/js-only-file-based/vite.config.js index 9cc3d84430..53b7def47d 100644 --- a/e2e/solid-router/js-only-file-based/vite.config.js +++ b/e2e/solid-router/js-only-file-based/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', disableTypes: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-router/rspack-basic-file-based/package.json b/e2e/solid-router/rspack-basic-file-based/package.json index dd13571c65..e1dda61d03 100644 --- a/e2e/solid-router/rspack-basic-file-based/package.json +++ b/e2e/solid-router/rspack-basic-file-based/package.json @@ -20,11 +20,11 @@ "@rsbuild/core": "^1.2.4", "@rsbuild/plugin-babel": "^1.0.3", "@rsbuild/plugin-solid": "^1.0.6", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json b/e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json index f4bf9d43b6..145195866e 100644 --- a/e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json +++ b/e2e/solid-router/rspack-basic-virtual-named-export-config-file-based/package.json @@ -20,12 +20,12 @@ "@rsbuild/core": "^1.2.4", "@rsbuild/plugin-babel": "^1.0.3", "@rsbuild/plugin-solid": "^1.0.6", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2" } } diff --git a/e2e/solid-router/scroll-restoration-sandbox-vite/package.json b/e2e/solid-router/scroll-restoration-sandbox-vite/package.json index 544ff38fae..c5c6b493c2 100644 --- a/e2e/solid-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/solid-router/scroll-restoration-sandbox-vite/package.json @@ -14,7 +14,7 @@ "test:e2e": "rm -rf port*.txt; pnpm run test:e2e:browser && pnpm run test:e2e:hash" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", @@ -22,7 +22,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/scroll-restoration-sandbox-vite/postcss.config.mjs b/e2e/solid-router/scroll-restoration-sandbox-vite/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/scroll-restoration-sandbox-vite/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js index 1fc0fce40a..b543490cee 100644 --- a/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [tanstackRouter({ target: 'solid' }), solid()], -}) + plugins: [tailwindcss(), tanstackRouter({ target: 'solid' }), solid()], +}) \ No newline at end of file diff --git a/e2e/solid-router/sentry-integration/package.json b/e2e/solid-router/sentry-integration/package.json index 8b24ca3c9b..757bdbdbaa 100644 --- a/e2e/solid-router/sentry-integration/package.json +++ b/e2e/solid-router/sentry-integration/package.json @@ -14,13 +14,13 @@ "@sentry/solid": "^10.32.0", "@sentry/tracing": "^7.120.4", "@sentry/vite-plugin": "^4.6.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/solid-router/sentry-integration/postcss.config.mjs b/e2e/solid-router/sentry-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/sentry-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/sentry-integration/vite.config.js b/e2e/solid-router/sentry-integration/vite.config.js index 233553d936..a24b18990b 100644 --- a/e2e/solid-router/sentry-integration/vite.config.js +++ b/e2e/solid-router/sentry-integration/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { sentryVitePlugin } from '@sentry/vite-plugin' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid(), sentryVitePlugin()], -}) + plugins: [tailwindcss(), solid(), sentryVitePlugin()], +}) \ No newline at end of file diff --git a/e2e/solid-router/view-transitions/package.json b/e2e/solid-router/view-transitions/package.json index db8e039b12..ca8b636cb4 100644 --- a/e2e/solid-router/view-transitions/package.json +++ b/e2e/solid-router/view-transitions/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/e2e/solid-router/view-transitions/postcss.config.mjs b/e2e/solid-router/view-transitions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-router/view-transitions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-router/view-transitions/vite.config.js b/e2e/solid-router/view-transitions/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/e2e/solid-router/view-transitions/vite.config.js +++ b/e2e/solid-router/view-transitions/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/basic-auth/package.json b/e2e/solid-start/basic-auth/package.json index f4140c438c..1183ad51ae 100644 --- a/e2e/solid-start/basic-auth/package.json +++ b/e2e/solid-start/basic-auth/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "dotenv": "^17.2.3", "postcss": "^8.5.1", "prisma": "^7.0.0", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/basic-auth/postcss.config.mjs b/e2e/solid-start/basic-auth/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/basic-auth/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/basic-auth/vite.config.ts b/e2e/solid-start/basic-auth/vite.config.ts index cba8396d96..2027c9a153 100644 --- a/e2e/solid-start/basic-auth/vite.config.ts +++ b/e2e/solid-start/basic-auth/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/basic-cloudflare/package.json b/e2e/solid-start/basic-cloudflare/package.json index 71abe43e8c..aece3ede9c 100644 --- a/e2e/solid-start/basic-cloudflare/package.json +++ b/e2e/solid-start/basic-cloudflare/package.json @@ -21,11 +21,11 @@ "devDependencies": { "@cloudflare/vite-plugin": "^1.15.1", "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/e2e/solid-start/basic-cloudflare/postcss.config.mjs b/e2e/solid-start/basic-cloudflare/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/basic-cloudflare/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/basic-cloudflare/vite.config.ts b/e2e/solid-start/basic-cloudflare/vite.config.ts index d79a3ec2ed..e75fb7e4ba 100644 --- a/e2e/solid-start/basic-cloudflare/vite.config.ts +++ b/e2e/solid-start/basic-cloudflare/vite.config.ts @@ -3,9 +3,11 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { cloudflare } from '@cloudflare/vite-plugin' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -18,4 +20,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/basic-solid-query/package.json b/e2e/solid-start/basic-solid-query/package.json index bb280ca828..404dd845ec 100644 --- a/e2e/solid-start/basic-solid-query/package.json +++ b/e2e/solid-start/basic-solid-query/package.json @@ -26,12 +26,12 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/basic-solid-query/postcss.config.mjs b/e2e/solid-start/basic-solid-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/basic-solid-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/basic-solid-query/vite.config.ts b/e2e/solid-start/basic-solid-query/vite.config.ts index a0ce060b3a..84ff891a94 100644 --- a/e2e/solid-start/basic-solid-query/vite.config.ts +++ b/e2e/solid-start/basic-solid-query/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), solid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/basic/package.json b/e2e/solid-start/basic/package.json index e72831c6a2..8b5b4171a0 100644 --- a/e2e/solid-start/basic/package.json +++ b/e2e/solid-start/basic/package.json @@ -35,14 +35,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/basic/postcss.config.mjs b/e2e/solid-start/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/basic/vite.config.ts b/e2e/solid-start/basic/vite.config.ts index 7e8d607c53..ba4177344f 100644 --- a/e2e/solid-start/basic/vite.config.ts +++ b/e2e/solid-start/basic/vite.config.ts @@ -4,6 +4,7 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' import { isSpaMode } from './tests/utils/isSpaMode' import { isPrerender } from './tests/utils/isPrerender' +import tailwindcss from '@tailwindcss/vite' const spaModeConfiguration = { enabled: true, @@ -34,6 +35,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -43,4 +45,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/custom-basepath/package.json b/e2e/solid-start/custom-basepath/package.json index 91a13eb970..1c751e5f5f 100644 --- a/e2e/solid-start/custom-basepath/package.json +++ b/e2e/solid-start/custom-basepath/package.json @@ -20,14 +20,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/express": "^5.0.3", "@types/node": "^22.10.2", "cross-env": "^10.0.0", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "tsx": "^4.20.3", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/solid-start/custom-basepath/postcss.config.mjs b/e2e/solid-start/custom-basepath/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/custom-basepath/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/custom-basepath/vite.config.ts b/e2e/solid-start/custom-basepath/vite.config.ts index 4f0310eddf..a7d08d1f66 100644 --- a/e2e/solid-start/custom-basepath/vite.config.ts +++ b/e2e/solid-start/custom-basepath/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ base: '/custom/basepath', @@ -9,10 +10,11 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/query-integration/package.json b/e2e/solid-start/query-integration/package.json index f154ca7260..9c2221d829 100644 --- a/e2e/solid-start/query-integration/package.json +++ b/e2e/solid-start/query-integration/package.json @@ -25,11 +25,11 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/query-integration/postcss.config.mjs b/e2e/solid-start/query-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/query-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/query-integration/vite.config.ts b/e2e/solid-start/query-integration/vite.config.ts index a0ce060b3a..84ff891a94 100644 --- a/e2e/solid-start/query-integration/vite.config.ts +++ b/e2e/solid-start/query-integration/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), solid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/scroll-restoration/package.json b/e2e/solid-start/scroll-restoration/package.json index e2f56b2ca4..1573f66e6b 100644 --- a/e2e/solid-start/scroll-restoration/package.json +++ b/e2e/solid-start/scroll-restoration/package.json @@ -24,13 +24,13 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/scroll-restoration/postcss.config.mjs b/e2e/solid-start/scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/scroll-restoration/vite.config.ts b/e2e/solid-start/scroll-restoration/vite.config.ts index 1a2219f443..2231bd41d0 100644 --- a/e2e/solid-start/scroll-restoration/vite.config.ts +++ b/e2e/solid-start/scroll-restoration/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/selective-ssr/package.json b/e2e/solid-start/selective-ssr/package.json index 1df5469828..ea8ecf6977 100644 --- a/e2e/solid-start/selective-ssr/package.json +++ b/e2e/solid-start/selective-ssr/package.json @@ -18,11 +18,11 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/e2e/solid-start/selective-ssr/postcss.config.mjs b/e2e/solid-start/selective-ssr/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/selective-ssr/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/selective-ssr/vite.config.ts b/e2e/solid-start/selective-ssr/vite.config.ts index 20ffdb3d6e..efbe342254 100644 --- a/e2e/solid-start/selective-ssr/vite.config.ts +++ b/e2e/solid-start/selective-ssr/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/serialization-adapters/package.json b/e2e/solid-start/serialization-adapters/package.json index 449fe04493..990acf32cd 100644 --- a/e2e/solid-start/serialization-adapters/package.json +++ b/e2e/solid-start/serialization-adapters/package.json @@ -21,12 +21,12 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.9" } diff --git a/e2e/solid-start/serialization-adapters/postcss.config.mjs b/e2e/solid-start/serialization-adapters/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/serialization-adapters/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/serialization-adapters/vite.config.ts b/e2e/solid-start/serialization-adapters/vite.config.ts index 20ffdb3d6e..efbe342254 100644 --- a/e2e/solid-start/serialization-adapters/vite.config.ts +++ b/e2e/solid-start/serialization-adapters/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/server-functions/package.json b/e2e/solid-start/server-functions/package.json index ee5de6fbba..1718b8f399 100644 --- a/e2e/solid-start/server-functions/package.json +++ b/e2e/solid-start/server-functions/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/server-functions/postcss.config.mjs b/e2e/solid-start/server-functions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/server-functions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/server-functions/vite.config.ts b/e2e/solid-start/server-functions/vite.config.ts index cb489b543b..9571396eb8 100644 --- a/e2e/solid-start/server-functions/vite.config.ts +++ b/e2e/solid-start/server-functions/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' const FUNCTIONS_WITH_CONSTANT_ID = [ 'src/routes/submit-post-formdata.tsx/greetUser_createServerFn_handler', @@ -13,6 +14,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -27,4 +29,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/server-routes/package.json b/e2e/solid-start/server-routes/package.json index 42476d7862..0b46fcb2e7 100644 --- a/e2e/solid-start/server-routes/package.json +++ b/e2e/solid-start/server-routes/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/server-routes/postcss.config.mjs b/e2e/solid-start/server-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/server-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/server-routes/vite.config.ts b/e2e/solid-start/server-routes/vite.config.ts index 1a2219f443..2231bd41d0 100644 --- a/e2e/solid-start/server-routes/vite.config.ts +++ b/e2e/solid-start/server-routes/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/spa-mode/package.json b/e2e/solid-start/spa-mode/package.json index b62c05b04a..cfdd57d9b8 100644 --- a/e2e/solid-start/spa-mode/package.json +++ b/e2e/solid-start/spa-mode/package.json @@ -19,10 +19,10 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/e2e/solid-start/spa-mode/postcss.config.mjs b/e2e/solid-start/spa-mode/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/spa-mode/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/spa-mode/vite.config.ts b/e2e/solid-start/spa-mode/vite.config.ts index 3bad2df77e..4fb4060917 100644 --- a/e2e/solid-start/spa-mode/vite.config.ts +++ b/e2e/solid-start/spa-mode/vite.config.ts @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -28,4 +30,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/virtual-routes/package.json b/e2e/solid-start/virtual-routes/package.json index c1ae2ac6e7..b7e3f7b3f1 100644 --- a/e2e/solid-start/virtual-routes/package.json +++ b/e2e/solid-start/virtual-routes/package.json @@ -24,13 +24,13 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/virtual-routes/postcss.config.mjs b/e2e/solid-start/virtual-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/virtual-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/virtual-routes/vite.config.ts b/e2e/solid-start/virtual-routes/vite.config.ts index 10090cbf51..6157d6d11c 100644 --- a/e2e/solid-start/virtual-routes/vite.config.ts +++ b/e2e/solid-start/virtual-routes/vite.config.ts @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -18,4 +20,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/solid-start/website/package.json b/e2e/solid-start/website/package.json index d6e7e0052b..79c2a85f34 100644 --- a/e2e/solid-start/website/package.json +++ b/e2e/solid-start/website/package.json @@ -23,12 +23,12 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/solid-start/website/postcss.config.mjs b/e2e/solid-start/website/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/solid-start/website/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/solid-start/website/vite.config.ts b/e2e/solid-start/website/vite.config.ts index 1a2219f443..2231bd41d0 100644 --- a/e2e/solid-start/website/vite.config.ts +++ b/e2e/solid-start/website/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basepath-file-based/package.json b/e2e/vue-router/basepath-file-based/package.json index c46fe08228..30daed1c2e 100644 --- a/e2e/vue-router/basepath-file-based/package.json +++ b/e2e/vue-router/basepath-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-query": "^5.90.0", "@tanstack/vue-query-devtools": "^6.1.2", @@ -19,7 +19,7 @@ "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/basepath-file-based/vite.config.js b/e2e/vue-router/basepath-file-based/vite.config.js index 1ee80a8b80..40cd8e4c32 100644 --- a/e2e/vue-router/basepath-file-based/vite.config.js +++ b/e2e/vue-router/basepath-file-based/vite.config.js @@ -2,11 +2,13 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ base: '/app/', plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -14,4 +16,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-file-based-jsx/package.json b/e2e/vue-router/basic-file-based-jsx/package.json index c6ef085a71..8b1a510251 100644 --- a/e2e/vue-router/basic-file-based-jsx/package.json +++ b/e2e/vue-router/basic-file-based-jsx/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/e2e/vue-router/basic-file-based-jsx/postcss.config.mjs b/e2e/vue-router/basic-file-based-jsx/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-file-based-jsx/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-file-based-jsx/vite.config.ts b/e2e/vue-router/basic-file-based-jsx/vite.config.ts index 570e6cff2d..fdef16637b 100644 --- a/e2e/vue-router/basic-file-based-jsx/vite.config.ts +++ b/e2e/vue-router/basic-file-based-jsx/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-file-based-sfc/package.json b/e2e/vue-router/basic-file-based-sfc/package.json index eedbbd34ad..5f2565de48 100644 --- a/e2e/vue-router/basic-file-based-sfc/package.json +++ b/e2e/vue-router/basic-file-based-sfc/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/e2e/vue-router/basic-file-based-sfc/postcss.config.mjs b/e2e/vue-router/basic-file-based-sfc/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-file-based-sfc/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-file-based-sfc/vite.config.ts b/e2e/vue-router/basic-file-based-sfc/vite.config.ts index 570e6cff2d..fdef16637b 100644 --- a/e2e/vue-router/basic-file-based-sfc/vite.config.ts +++ b/e2e/vue-router/basic-file-based-sfc/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-scroll-restoration/package.json b/e2e/vue-router/basic-scroll-restoration/package.json index d00feacb5a..42e68e36b6 100644 --- a/e2e/vue-router/basic-scroll-restoration/package.json +++ b/e2e/vue-router/basic-scroll-restoration/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/vue-virtual": "^3.13.0", "postcss": "^8.5.1", "redaxios": "^0.5.1", "vue": "^3.5.16", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/vue-router/basic-scroll-restoration/postcss.config.mjs b/e2e/vue-router/basic-scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-scroll-restoration/vite.config.js b/e2e/vue-router/basic-scroll-restoration/vite.config.js index 33d651a84c..e23a9efc41 100644 --- a/e2e/vue-router/basic-scroll-restoration/vite.config.js +++ b/e2e/vue-router/basic-scroll-restoration/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue(), vueJsx()], -}) + plugins: [tailwindcss(), vue(), vueJsx()], +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-virtual-file-based/package.json b/e2e/vue-router/basic-virtual-file-based/package.json index bf094e7d01..eddd2d8132 100644 --- a/e2e/vue-router/basic-virtual-file-based/package.json +++ b/e2e/vue-router/basic-virtual-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "@tanstack/vue-query": "^5.90.0", @@ -20,7 +20,7 @@ "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/basic-virtual-file-based/postcss.config.mjs b/e2e/vue-router/basic-virtual-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-virtual-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-virtual-file-based/vite.config.ts b/e2e/vue-router/basic-virtual-file-based/vite.config.ts index fba56c6ce5..e1608fbd70 100644 --- a/e2e/vue-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/vue-router/basic-virtual-file-based/vite.config.ts @@ -3,10 +3,12 @@ import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' import { routes } from './routes' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json b/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json index 1bb1009339..6a657cc815 100644 --- a/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "@tanstack/vue-query": "^5.90.0", @@ -20,7 +20,7 @@ "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/basic-virtual-named-export-config-file-based/postcss.config.mjs b/e2e/vue-router/basic-virtual-named-export-config-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-virtual-named-export-config-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts index dc5c9283f5..5ac3a2d8e9 100644 --- a/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -15,4 +17,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-vue-query-file-based/package.json b/e2e/vue-router/basic-vue-query-file-based/package.json index 51c83d23dc..c36072806e 100644 --- a/e2e/vue-router/basic-vue-query-file-based/package.json +++ b/e2e/vue-router/basic-vue-query-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-query": "^5.90.0", "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", @@ -19,7 +19,7 @@ "@tanstack/router-plugin": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/e2e/vue-router/basic-vue-query-file-based/postcss.config.mjs b/e2e/vue-router/basic-vue-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-vue-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-vue-query-file-based/vite.config.js b/e2e/vue-router/basic-vue-query-file-based/vite.config.js index c3ba78d34e..fb5822c3f8 100644 --- a/e2e/vue-router/basic-vue-query-file-based/vite.config.js +++ b/e2e/vue-router/basic-vue-query-file-based/vite.config.js @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true }), vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/basic-vue-query/package.json b/e2e/vue-router/basic-vue-query/package.json index 9ce96a3df9..f3610e9d0e 100644 --- a/e2e/vue-router/basic-vue-query/package.json +++ b/e2e/vue-router/basic-vue-query/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-query": "^5.90.0", "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/basic-vue-query/postcss.config.mjs b/e2e/vue-router/basic-vue-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic-vue-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic-vue-query/vite.config.js b/e2e/vue-router/basic-vue-query/vite.config.js index 33d651a84c..e23a9efc41 100644 --- a/e2e/vue-router/basic-vue-query/vite.config.js +++ b/e2e/vue-router/basic-vue-query/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue(), vueJsx()], -}) + plugins: [tailwindcss(), vue(), vueJsx()], +}) \ No newline at end of file diff --git a/e2e/vue-router/basic/package.json b/e2e/vue-router/basic/package.json index 857217eeb6..e0301a9ca9 100644 --- a/e2e/vue-router/basic/package.json +++ b/e2e/vue-router/basic/package.json @@ -11,12 +11,12 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/basic/postcss.config.mjs b/e2e/vue-router/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/basic/vite.config.js b/e2e/vue-router/basic/vite.config.js index 20045a7b4f..5e1041d0b5 100644 --- a/e2e/vue-router/basic/vite.config.js +++ b/e2e/vue-router/basic/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vueJsx()], -}) + plugins: [tailwindcss(), vueJsx()], +}) \ No newline at end of file diff --git a/e2e/vue-router/generator-cli-only/package.json b/e2e/vue-router/generator-cli-only/package.json index 21e5d5bdef..68a3feb41c 100644 --- a/e2e/vue-router/generator-cli-only/package.json +++ b/e2e/vue-router/generator-cli-only/package.json @@ -11,14 +11,14 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", "vue": "^3.5.16", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@playwright/test": "^1.50.1", diff --git a/e2e/vue-router/generator-cli-only/postcss.config.mjs b/e2e/vue-router/generator-cli-only/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/generator-cli-only/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/generator-cli-only/vite.config.js b/e2e/vue-router/generator-cli-only/vite.config.js index 33d651a84c..e23a9efc41 100644 --- a/e2e/vue-router/generator-cli-only/vite.config.js +++ b/e2e/vue-router/generator-cli-only/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue(), vueJsx()], -}) + plugins: [tailwindcss(), vue(), vueJsx()], +}) \ No newline at end of file diff --git a/e2e/vue-router/js-only-file-based/package.json b/e2e/vue-router/js-only-file-based/package.json index 76fa3dcfce..faecbedb6b 100644 --- a/e2e/vue-router/js-only-file-based/package.json +++ b/e2e/vue-router/js-only-file-based/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-query": "^5.90.0", "@tanstack/vue-query-devtools": "^6.1.2", @@ -19,7 +19,7 @@ "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/js-only-file-based/postcss.config.mjs b/e2e/vue-router/js-only-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/js-only-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/js-only-file-based/vite.config.js b/e2e/vue-router/js-only-file-based/vite.config.js index c3ba78d34e..fb5822c3f8 100644 --- a/e2e/vue-router/js-only-file-based/vite.config.js +++ b/e2e/vue-router/js-only-file-based/vite.config.js @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true }), vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/rspack-basic-file-based/package.json b/e2e/vue-router/rspack-basic-file-based/package.json index 1a4c624887..ea0b053e6f 100644 --- a/e2e/vue-router/rspack-basic-file-based/package.json +++ b/e2e/vue-router/rspack-basic-file-based/package.json @@ -21,12 +21,12 @@ "@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-vue": "^1.2.2", "@rsbuild/plugin-vue-jsx": "^1.1.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vue-tsc": "^3.1.5" } diff --git a/e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json b/e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json index 260d31c407..bc44c76d11 100644 --- a/e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json +++ b/e2e/vue-router/rspack-basic-virtual-named-export-config-file-based/package.json @@ -21,12 +21,12 @@ "@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-vue": "^1.2.2", "@rsbuild/plugin-vue-jsx": "^1.1.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vue-tsc": "^3.1.5" } diff --git a/e2e/vue-router/scroll-restoration-sandbox-vite/package.json b/e2e/vue-router/scroll-restoration-sandbox-vite/package.json index d4c9776f51..199f7434a7 100644 --- a/e2e/vue-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/vue-router/scroll-restoration-sandbox-vite/package.json @@ -14,14 +14,14 @@ "test:e2e": "rm -rf port*.txt; pnpm run test:e2e:browser && pnpm run test:e2e:hash" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/e2e/vue-router/scroll-restoration-sandbox-vite/postcss.config.mjs b/e2e/vue-router/scroll-restoration-sandbox-vite/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/scroll-restoration-sandbox-vite/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js index c3ba78d34e..fb5822c3f8 100644 --- a/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true }), vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-router/sentry-integration/package.json b/e2e/vue-router/sentry-integration/package.json index 5e8b947dfa..433e186edc 100644 --- a/e2e/vue-router/sentry-integration/package.json +++ b/e2e/vue-router/sentry-integration/package.json @@ -14,12 +14,12 @@ "@sentry/vue": "^10.32.0", "@sentry/tracing": "^7.120.4", "@sentry/vite-plugin": "^4.6.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/sentry-integration/postcss.config.mjs b/e2e/vue-router/sentry-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/sentry-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/sentry-integration/vite.config.js b/e2e/vue-router/sentry-integration/vite.config.js index ca9f51ac9c..d75b9cd438 100644 --- a/e2e/vue-router/sentry-integration/vite.config.js +++ b/e2e/vue-router/sentry-integration/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import { sentryVitePlugin } from '@sentry/vite-plugin' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vueJsx(), sentryVitePlugin()], -}) + plugins: [tailwindcss(), vueJsx(), sentryVitePlugin()], +}) \ No newline at end of file diff --git a/e2e/vue-router/view-transitions/package.json b/e2e/vue-router/view-transitions/package.json index 47d88a7dcf..4b99c549ed 100644 --- a/e2e/vue-router/view-transitions/package.json +++ b/e2e/vue-router/view-transitions/package.json @@ -11,7 +11,7 @@ "test:e2e": "rm -rf port*.txt; playwright test --project=chromium" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "workspace:^", "@tanstack/vue-query": "^5.90.0", "@tanstack/vue-query-devtools": "^6.1.2", @@ -19,7 +19,7 @@ "@tanstack/vue-router-devtools": "workspace:^", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16" }, "devDependencies": { diff --git a/e2e/vue-router/view-transitions/postcss.config.mjs b/e2e/vue-router/view-transitions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-router/view-transitions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-router/view-transitions/vite.config.js b/e2e/vue-router/view-transitions/vite.config.js index c3ba78d34e..fb5822c3f8 100644 --- a/e2e/vue-router/view-transitions/vite.config.js +++ b/e2e/vue-router/view-transitions/vite.config.js @@ -2,12 +2,14 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true }), vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/basic-auth/package.json b/e2e/vue-start/basic-auth/package.json index 91bac41dd8..26ef7d5a7a 100644 --- a/e2e/vue-start/basic-auth/package.json +++ b/e2e/vue-start/basic-auth/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "dotenv": "^17.2.3", "postcss": "^8.5.1", "prisma": "^7.0.0", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/basic-auth/postcss.config.mjs b/e2e/vue-start/basic-auth/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/basic-auth/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/basic-auth/vite.config.ts b/e2e/vue-start/basic-auth/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/basic-auth/vite.config.ts +++ b/e2e/vue-start/basic-auth/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/basic-cloudflare/package.json b/e2e/vue-start/basic-cloudflare/package.json index 1a6dd632ad..8caa002d78 100644 --- a/e2e/vue-start/basic-cloudflare/package.json +++ b/e2e/vue-start/basic-cloudflare/package.json @@ -21,11 +21,11 @@ "devDependencies": { "@cloudflare/vite-plugin": "^1.15.1", "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "@vitejs/plugin-vue": "^6.0.3", diff --git a/e2e/vue-start/basic-cloudflare/postcss.config.mjs b/e2e/vue-start/basic-cloudflare/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/basic-cloudflare/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/basic-cloudflare/vite.config.ts b/e2e/vue-start/basic-cloudflare/vite.config.ts index d1cd20b407..be7391e460 100644 --- a/e2e/vue-start/basic-cloudflare/vite.config.ts +++ b/e2e/vue-start/basic-cloudflare/vite.config.ts @@ -4,12 +4,14 @@ import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { cloudflare } from '@cloudflare/vite-plugin' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -23,4 +25,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/basic-vue-query/package.json b/e2e/vue-start/basic-vue-query/package.json index 6bab76cfc3..cb00ba9d06 100644 --- a/e2e/vue-start/basic-vue-query/package.json +++ b/e2e/vue-start/basic-vue-query/package.json @@ -26,12 +26,12 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/basic-vue-query/postcss.config.mjs b/e2e/vue-start/basic-vue-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/basic-vue-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/basic-vue-query/vite.config.ts b/e2e/vue-start/basic-vue-query/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/basic-vue-query/vite.config.ts +++ b/e2e/vue-start/basic-vue-query/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/basic/package.json b/e2e/vue-start/basic/package.json index 35b437ca12..b064e45057 100644 --- a/e2e/vue-start/basic/package.json +++ b/e2e/vue-start/basic/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", @@ -44,7 +44,7 @@ "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.15", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/vue-start/basic/postcss.config.mjs b/e2e/vue-start/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/basic/vite.config.ts b/e2e/vue-start/basic/vite.config.ts index 17faf2630f..38f30a1c7a 100644 --- a/e2e/vue-start/basic/vite.config.ts +++ b/e2e/vue-start/basic/vite.config.ts @@ -4,6 +4,7 @@ import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vueJsx from '@vitejs/plugin-vue-jsx' import { isSpaMode } from './tests/utils/isSpaMode' import { isPrerender } from './tests/utils/isPrerender' +import tailwindcss from '@tailwindcss/vite' const spaModeConfiguration = { enabled: true, @@ -34,6 +35,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -43,4 +45,4 @@ export default defineConfig({ }), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/custom-basepath/package.json b/e2e/vue-start/custom-basepath/package.json index b897f78d83..ec35e6c3f8 100644 --- a/e2e/vue-start/custom-basepath/package.json +++ b/e2e/vue-start/custom-basepath/package.json @@ -20,14 +20,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/express": "^5.0.3", "@types/node": "^22.10.2", "cross-env": "^10.0.0", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "tsx": "^4.20.3", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/vue-start/custom-basepath/postcss.config.mjs b/e2e/vue-start/custom-basepath/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/custom-basepath/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/custom-basepath/vite.config.ts b/e2e/vue-start/custom-basepath/vite.config.ts index 8f0fee2ce7..7adc69d9be 100644 --- a/e2e/vue-start/custom-basepath/vite.config.ts +++ b/e2e/vue-start/custom-basepath/vite.config.ts @@ -3,6 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ base: '/custom/basepath', @@ -10,6 +11,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -17,4 +19,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/query-integration/package.json b/e2e/vue-start/query-integration/package.json index d5c325a801..743a0e4c62 100644 --- a/e2e/vue-start/query-integration/package.json +++ b/e2e/vue-start/query-integration/package.json @@ -25,13 +25,13 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.1.2", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" } diff --git a/e2e/vue-start/query-integration/postcss.config.mjs b/e2e/vue-start/query-integration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/query-integration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/query-integration/vite.config.ts b/e2e/vue-start/query-integration/vite.config.ts index 314c94a1a5..18cb6bc6fb 100644 --- a/e2e/vue-start/query-integration/vite.config.ts +++ b/e2e/vue-start/query-integration/vite.config.ts @@ -2,13 +2,15 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/scroll-restoration/package.json b/e2e/vue-start/scroll-restoration/package.json index 65c28b12c4..c55bfe00ca 100644 --- a/e2e/vue-start/scroll-restoration/package.json +++ b/e2e/vue-start/scroll-restoration/package.json @@ -24,13 +24,13 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/scroll-restoration/postcss.config.mjs b/e2e/vue-start/scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/scroll-restoration/vite.config.ts b/e2e/vue-start/scroll-restoration/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/scroll-restoration/vite.config.ts +++ b/e2e/vue-start/scroll-restoration/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/selective-ssr/package.json b/e2e/vue-start/selective-ssr/package.json index 42fb72ac1a..f394366f0e 100644 --- a/e2e/vue-start/selective-ssr/package.json +++ b/e2e/vue-start/selective-ssr/package.json @@ -18,11 +18,11 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "@vitejs/plugin-vue": "^6.0.3", diff --git a/e2e/vue-start/selective-ssr/postcss.config.mjs b/e2e/vue-start/selective-ssr/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/selective-ssr/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/selective-ssr/vite.config.ts b/e2e/vue-start/selective-ssr/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/selective-ssr/vite.config.ts +++ b/e2e/vue-start/selective-ssr/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/serialization-adapters/package.json b/e2e/vue-start/serialization-adapters/package.json index e00b102d9c..7c69115571 100644 --- a/e2e/vue-start/serialization-adapters/package.json +++ b/e2e/vue-start/serialization-adapters/package.json @@ -19,11 +19,11 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "@vitejs/plugin-vue": "^6.0.3", diff --git a/e2e/vue-start/serialization-adapters/postcss.config.mjs b/e2e/vue-start/serialization-adapters/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/serialization-adapters/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/serialization-adapters/vite.config.ts b/e2e/vue-start/serialization-adapters/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/serialization-adapters/vite.config.ts +++ b/e2e/vue-start/serialization-adapters/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/server-functions/package.json b/e2e/vue-start/server-functions/package.json index 27faff7ff2..3c3e04a542 100644 --- a/e2e/vue-start/server-functions/package.json +++ b/e2e/vue-start/server-functions/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/server-functions/postcss.config.mjs b/e2e/vue-start/server-functions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/server-functions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/server-functions/vite.config.ts b/e2e/vue-start/server-functions/vite.config.ts index 4c4af226a3..3ee8dd8a37 100644 --- a/e2e/vue-start/server-functions/vite.config.ts +++ b/e2e/vue-start/server-functions/vite.config.ts @@ -3,6 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' const FUNCTIONS_WITH_CONSTANT_ID = [ 'src/routes/submit-post-formdata.tsx/greetUser_createServerFn_handler', @@ -14,6 +15,7 @@ export default defineConfig({ port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -29,4 +31,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/server-routes/package.json b/e2e/vue-start/server-routes/package.json index 680edbd581..c3c23d0be6 100644 --- a/e2e/vue-start/server-routes/package.json +++ b/e2e/vue-start/server-routes/package.json @@ -26,14 +26,14 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/server-routes/postcss.config.mjs b/e2e/vue-start/server-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/server-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/server-routes/vite.config.ts b/e2e/vue-start/server-routes/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/server-routes/vite.config.ts +++ b/e2e/vue-start/server-routes/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/spa-mode/package.json b/e2e/vue-start/spa-mode/package.json index 94f344a393..8aac9d5c4e 100644 --- a/e2e/vue-start/spa-mode/package.json +++ b/e2e/vue-start/spa-mode/package.json @@ -19,10 +19,10 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "@vitejs/plugin-vue": "^6.0.3", diff --git a/e2e/vue-start/spa-mode/postcss.config.mjs b/e2e/vue-start/spa-mode/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/spa-mode/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/spa-mode/vite.config.ts b/e2e/vue-start/spa-mode/vite.config.ts index ea6f52a24b..0aaec4aa75 100644 --- a/e2e/vue-start/spa-mode/vite.config.ts +++ b/e2e/vue-start/spa-mode/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -30,4 +32,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/virtual-routes/package.json b/e2e/vue-start/virtual-routes/package.json index 613082ed37..b1eeaaf3ce 100644 --- a/e2e/vue-start/virtual-routes/package.json +++ b/e2e/vue-start/virtual-routes/package.json @@ -24,13 +24,13 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/virtual-routes/postcss.config.mjs b/e2e/vue-start/virtual-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/virtual-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/virtual-routes/vite.config.ts b/e2e/vue-start/virtual-routes/vite.config.ts index a14ed60d41..335583e4ae 100644 --- a/e2e/vue-start/virtual-routes/vite.config.ts +++ b/e2e/vue-start/virtual-routes/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -20,4 +22,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/e2e/vue-start/website/package.json b/e2e/vue-start/website/package.json index 000502a037..3885140989 100644 --- a/e2e/vue-start/website/package.json +++ b/e2e/vue-start/website/package.json @@ -23,12 +23,12 @@ }, "devDependencies": { "@playwright/test": "^1.50.1", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "postcss": "^8.5.1", "srvx": "^0.9.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue-jsx": "^5.1.2", diff --git a/e2e/vue-start/website/postcss.config.mjs b/e2e/vue-start/website/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/e2e/vue-start/website/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/e2e/vue-start/website/vite.config.ts b/e2e/vue-start/website/vite.config.ts index 79edfc05c2..3867b55ce7 100644 --- a/e2e/vue-start/website/vite.config.ts +++ b/e2e/vue-start/website/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/vue-start/plugin/vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/authenticated-routes-firebase/package.json b/examples/react/authenticated-routes-firebase/package.json index 8a6bd7dbd3..d699612ef7 100644 --- a/examples/react/authenticated-routes-firebase/package.json +++ b/examples/react/authenticated-routes-firebase/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -19,7 +19,7 @@ "react-dom": "^19.0.0", "redaxios": "^0.5.1", "simple-icons": "^14.9.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/authenticated-routes-firebase/postcss.config.mjs b/examples/react/authenticated-routes-firebase/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/authenticated-routes-firebase/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/authenticated-routes-firebase/vite.config.js b/examples/react/authenticated-routes-firebase/vite.config.js index 47e327b746..9735bcdb70 100644 --- a/examples/react/authenticated-routes-firebase/vite.config.js +++ b/examples/react/authenticated-routes-firebase/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index e950c43096..fbfd02b96b 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/authenticated-routes/postcss.config.mjs b/examples/react/authenticated-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/authenticated-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/authenticated-routes/vite.config.js b/examples/react/authenticated-routes/vite.config.js index 47e327b746..9735bcdb70 100644 --- a/examples/react/authenticated-routes/vite.config.js +++ b/examples/react/authenticated-routes/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index 08fce10b40..fc629c4044 100644 --- a/examples/react/basic-default-search-params/package.json +++ b/examples/react/basic-default-search-params/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/basic-default-search-params/postcss.config.mjs b/examples/react/basic-default-search-params/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-default-search-params/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-default-search-params/vite.config.js b/examples/react/basic-default-search-params/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/basic-default-search-params/vite.config.js +++ b/examples/react/basic-default-search-params/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/basic-devtools-panel/package.json b/examples/react/basic-devtools-panel/package.json index 40caf81123..1b3f94c187 100644 --- a/examples/react/basic-devtools-panel/package.json +++ b/examples/react/basic-devtools-panel/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query-devtools": "^5.67.2", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/basic-devtools-panel/postcss.config.mjs b/examples/react/basic-devtools-panel/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-devtools-panel/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-devtools-panel/vite.config.js b/examples/react/basic-devtools-panel/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/basic-devtools-panel/vite.config.js +++ b/examples/react/basic-devtools-panel/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 89897c9c4c..14692bd41b 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/basic-file-based/postcss.config.mjs b/examples/react/basic-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-file-based/vite.config.js b/examples/react/basic-file-based/vite.config.js index 47e327b746..9735bcdb70 100644 --- a/examples/react/basic-file-based/vite.config.js +++ b/examples/react/basic-file-based/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/basic-non-nested-devtools/package.json b/examples/react/basic-non-nested-devtools/package.json index 7697c5db05..f6e73cc68d 100644 --- a/examples/react/basic-non-nested-devtools/package.json +++ b/examples/react/basic-non-nested-devtools/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/basic-non-nested-devtools/postcss.config.mjs b/examples/react/basic-non-nested-devtools/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-non-nested-devtools/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-non-nested-devtools/vite.config.js b/examples/react/basic-non-nested-devtools/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/basic-non-nested-devtools/vite.config.js +++ b/examples/react/basic-non-nested-devtools/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index 83da4693ec..e54e160ede 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -19,7 +19,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/basic-react-query-file-based/postcss.config.mjs b/examples/react/basic-react-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-react-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-react-query-file-based/vite.config.js b/examples/react/basic-react-query-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/examples/react/basic-react-query-file-based/vite.config.js +++ b/examples/react/basic-react-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index 6a4cb846e1..5a15889017 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -18,7 +18,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/basic-react-query/postcss.config.mjs b/examples/react/basic-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-react-query/vite.config.js b/examples/react/basic-react-query/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/basic-react-query/vite.config.js +++ b/examples/react/basic-react-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/basic-virtual-file-based/package.json b/examples/react/basic-virtual-file-based/package.json index 531f86672a..149261142c 100644 --- a/examples/react/basic-virtual-file-based/package.json +++ b/examples/react/basic-virtual-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -18,7 +18,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/basic-virtual-file-based/postcss.config.mjs b/examples/react/basic-virtual-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-virtual-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-virtual-file-based/vite.config.ts b/examples/react/basic-virtual-file-based/vite.config.ts index ea7fb55e88..1fe835a91f 100644 --- a/examples/react/basic-virtual-file-based/vite.config.ts +++ b/examples/react/basic-virtual-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/basic-virtual-inside-file-based/package.json b/examples/react/basic-virtual-inside-file-based/package.json index dd9805df40..37ddce6f11 100644 --- a/examples/react/basic-virtual-inside-file-based/package.json +++ b/examples/react/basic-virtual-inside-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -18,7 +18,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/basic-virtual-inside-file-based/postcss.config.mjs b/examples/react/basic-virtual-inside-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic-virtual-inside-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic-virtual-inside-file-based/vite.config.ts b/examples/react/basic-virtual-inside-file-based/vite.config.ts index 3524a957da..76bfdaffed 100644 --- a/examples/react/basic-virtual-inside-file-based/vite.config.ts +++ b/examples/react/basic-virtual-inside-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -12,4 +14,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index bc1341dda0..fa7802f718 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/basic/postcss.config.mjs b/examples/react/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/basic/vite.config.js b/examples/react/basic/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/basic/vite.config.js +++ b/examples/react/basic/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 3386f1464d..82438b265c 100644 --- a/examples/react/deferred-data/package.json +++ b/examples/react/deferred-data/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/deferred-data/postcss.config.mjs b/examples/react/deferred-data/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/deferred-data/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/deferred-data/vite.config.js b/examples/react/deferred-data/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/deferred-data/vite.config.js +++ b/examples/react/deferred-data/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/i18n-paraglide/package.json b/examples/react/i18n-paraglide/package.json index c803d465a7..40dae8e633 100644 --- a/examples/react/i18n-paraglide/package.json +++ b/examples/react/i18n-paraglide/package.json @@ -10,12 +10,12 @@ "test": "vitest run" }, "dependencies": { - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "react": "^19.1.1", "react-dom": "^19.1.1", - "tailwindcss": "^4.1.13" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/node": "^22.18.6", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index a5495c70fb..76606dea7a 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -18,7 +18,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/kitchen-sink-file-based/postcss.config.mjs b/examples/react/kitchen-sink-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/kitchen-sink-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/kitchen-sink-file-based/vite.config.js b/examples/react/kitchen-sink-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/examples/react/kitchen-sink-file-based/vite.config.js +++ b/examples/react/kitchen-sink-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/kitchen-sink-react-query-file-based/package.json b/examples/react/kitchen-sink-react-query-file-based/package.json index 01d0d42c72..599d1098d8 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -20,7 +20,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/kitchen-sink-react-query-file-based/postcss.config.mjs b/examples/react/kitchen-sink-react-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/kitchen-sink-react-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/kitchen-sink-react-query-file-based/vite.config.js b/examples/react/kitchen-sink-react-query-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/examples/react/kitchen-sink-react-query-file-based/vite.config.js +++ b/examples/react/kitchen-sink-react-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index 4b5f11a034..696e49b5dd 100644 --- a/examples/react/kitchen-sink-react-query/package.json +++ b/examples/react/kitchen-sink-react-query/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -19,7 +19,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/kitchen-sink-react-query/postcss.config.mjs b/examples/react/kitchen-sink-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/kitchen-sink-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/kitchen-sink-react-query/vite.config.js b/examples/react/kitchen-sink-react-query/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/kitchen-sink-react-query/vite.config.js +++ b/examples/react/kitchen-sink-react-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 21618cdae2..ba86a2fedb 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "immer": "^10.1.1", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/kitchen-sink/postcss.config.mjs b/examples/react/kitchen-sink/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/kitchen-sink/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/kitchen-sink/vite.config.js b/examples/react/kitchen-sink/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/kitchen-sink/vite.config.js +++ b/examples/react/kitchen-sink/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index 15e8243520..683e9ee26f 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -11,7 +11,7 @@ "test:types": "tsc --extendedDiagnostics" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -20,7 +20,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/large-file-based/postcss.config.mjs b/examples/react/large-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/large-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/large-file-based/vite.config.js b/examples/react/large-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/examples/react/large-file-based/vite.config.js +++ b/examples/react/large-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index 0466b1e508..78aeee6f25 100644 --- a/examples/react/location-masking/package.json +++ b/examples/react/location-masking/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@radix-ui/react-dialog": "^1.1.6", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -18,7 +18,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/location-masking/postcss.config.mjs b/examples/react/location-masking/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/location-masking/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/location-masking/vite.config.js b/examples/react/location-masking/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/location-masking/vite.config.js +++ b/examples/react/location-masking/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/navigation-blocking/package.json b/examples/react/navigation-blocking/package.json index a9c6276e75..b9d4ca3776 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/navigation-blocking/postcss.config.mjs b/examples/react/navigation-blocking/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/navigation-blocking/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/navigation-blocking/vite.config.js b/examples/react/navigation-blocking/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/navigation-blocking/vite.config.js +++ b/examples/react/navigation-blocking/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index dba04e8a64..cb86d370a4 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/quickstart-file-based/postcss.config.mjs b/examples/react/quickstart-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/quickstart-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/quickstart-file-based/vite.config.js b/examples/react/quickstart-file-based/vite.config.js index ab615485ae..3b3914d0e5 100644 --- a/examples/react/quickstart-file-based/vite.config.js +++ b/examples/react/quickstart-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index 19fdc77a72..cf532acc2e 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -8,13 +8,13 @@ "preview": "rsbuild preview" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@rsbuild/core": "^1.2.4", diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index ab0ec86ad7..b0373c8d2d 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/quickstart/postcss.config.mjs b/examples/react/quickstart/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/quickstart/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/quickstart/vite.config.js b/examples/react/quickstart/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/quickstart/vite.config.js +++ b/examples/react/quickstart/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/router-monorepo-react-query/packages/app/package.json b/examples/react/router-monorepo-react-query/packages/app/package.json index 2e4630f650..1e6f6dc660 100644 --- a/examples/react/router-monorepo-react-query/packages/app/package.json +++ b/examples/react/router-monorepo-react-query/packages/app/package.json @@ -9,23 +9,23 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-query": "^5.90.0", "@router-mono-react-query/post-feature": "workspace:*", "@router-mono-react-query/router": "workspace:*", + "@tanstack/react-query": "^5.90.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { + "@tanstack/react-router-devtools": "^1.141.8", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "typescript": "^5.7.2", - "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", + "typescript": "^5.7.2", "vite": "^7.1.7", - "vite-plugin-dts": "^4.5.4" + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/react/router-monorepo-react-query/packages/app/postcss.config.js b/examples/react/router-monorepo-react-query/packages/app/postcss.config.js deleted file mode 100644 index 61e0dbc36d..0000000000 --- a/examples/react/router-monorepo-react-query/packages/app/postcss.config.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - plugins: { - tailwindcss: { - config: 'tailwind.config.js', - }, - autoprefixer: {}, - }, -} diff --git a/examples/react/router-monorepo-react-query/packages/app/src/style.css b/examples/react/router-monorepo-react-query/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/react/router-monorepo-react-query/packages/app/src/style.css +++ b/examples/react/router-monorepo-react-query/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/react/router-monorepo-react-query/packages/app/tailwind.config.js b/examples/react/router-monorepo-react-query/packages/app/tailwind.config.js deleted file mode 100644 index 33c30f731f..0000000000 --- a/examples/react/router-monorepo-react-query/packages/app/tailwind.config.js +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: [ - './src/**/*.{js,jsx,ts,tsx}', - '../post-feature/src/**/*.{js,jsx,ts,tsx}', - ], -} diff --git a/examples/react/router-monorepo-react-query/packages/app/vite.config.ts b/examples/react/router-monorepo-react-query/packages/app/vite.config.ts index f423196caf..e95827e8bc 100644 --- a/examples/react/router-monorepo-react-query/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-react-query/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import dts from 'vite-plugin-dts' import * as path from 'node:path' import { fileURLToPath } from 'node:url' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/package.json b/examples/react/router-monorepo-simple-lazy/packages/app/package.json index 40ca12cc02..69cc33c4d0 100644 --- a/examples/react/router-monorepo-simple-lazy/packages/app/package.json +++ b/examples/react/router-monorepo-simple-lazy/packages/app/package.json @@ -15,16 +15,16 @@ "react-dom": "^19.0.0" }, "devDependencies": { + "@tanstack/react-router-devtools": "^1.141.8", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "typescript": "^5.7.2", - "@tanstack/react-router-devtools": "^1.141.8", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", + "typescript": "^5.7.2", "vite": "^7.1.7", - "vite-plugin-dts": "^4.5.4" + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/postcss.config.js b/examples/react/router-monorepo-simple-lazy/packages/app/postcss.config.js deleted file mode 100644 index 61e0dbc36d..0000000000 --- a/examples/react/router-monorepo-simple-lazy/packages/app/postcss.config.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - plugins: { - tailwindcss: { - config: 'tailwind.config.js', - }, - autoprefixer: {}, - }, -} diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/src/style.css b/examples/react/router-monorepo-simple-lazy/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/react/router-monorepo-simple-lazy/packages/app/src/style.css +++ b/examples/react/router-monorepo-simple-lazy/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/tailwind.config.js b/examples/react/router-monorepo-simple-lazy/packages/app/tailwind.config.js deleted file mode 100644 index 33c30f731f..0000000000 --- a/examples/react/router-monorepo-simple-lazy/packages/app/tailwind.config.js +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: [ - './src/**/*.{js,jsx,ts,tsx}', - '../post-feature/src/**/*.{js,jsx,ts,tsx}', - ], -} diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts b/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts index f423196caf..e95827e8bc 100644 --- a/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import dts from 'vite-plugin-dts' import * as path from 'node:path' import { fileURLToPath } from 'node:url' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/react/router-monorepo-simple/packages/app/package.json b/examples/react/router-monorepo-simple/packages/app/package.json index 5632cc2226..a4440b4d4f 100644 --- a/examples/react/router-monorepo-simple/packages/app/package.json +++ b/examples/react/router-monorepo-simple/packages/app/package.json @@ -15,16 +15,16 @@ "react-dom": "^19.0.0" }, "devDependencies": { + "@tanstack/react-router-devtools": "^1.141.8", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", + "postcss": "^8.5.1", + "tailwindcss": "4.1.18", "typescript": "^5.7.2", - "@tanstack/react-router-devtools": "^1.141.8", "vite": "^7.1.7", - "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", - "vite-plugin-dts": "^4.5.4" + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/react/router-monorepo-simple/packages/app/postcss.config.js b/examples/react/router-monorepo-simple/packages/app/postcss.config.js deleted file mode 100644 index 61e0dbc36d..0000000000 --- a/examples/react/router-monorepo-simple/packages/app/postcss.config.js +++ /dev/null @@ -1,8 +0,0 @@ -export default { - plugins: { - tailwindcss: { - config: 'tailwind.config.js', - }, - autoprefixer: {}, - }, -} diff --git a/examples/react/router-monorepo-simple/packages/app/src/style.css b/examples/react/router-monorepo-simple/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/react/router-monorepo-simple/packages/app/src/style.css +++ b/examples/react/router-monorepo-simple/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/react/router-monorepo-simple/packages/app/tailwind.config.js b/examples/react/router-monorepo-simple/packages/app/tailwind.config.js deleted file mode 100644 index 33c30f731f..0000000000 --- a/examples/react/router-monorepo-simple/packages/app/tailwind.config.js +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: [ - './src/**/*.{js,jsx,ts,tsx}', - '../post-feature/src/**/*.{js,jsx,ts,tsx}', - ], -} diff --git a/examples/react/router-monorepo-simple/packages/app/vite.config.ts b/examples/react/router-monorepo-simple/packages/app/vite.config.ts index f423196caf..e95827e8bc 100644 --- a/examples/react/router-monorepo-simple/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-simple/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import dts from 'vite-plugin-dts' import * as path from 'node:path' import { fileURLToPath } from 'node:url' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/react/scroll-restoration/package.json b/examples/react/scroll-restoration/package.json index 7f719dc0bf..f36ffe65bb 100644 --- a/examples/react/scroll-restoration/package.json +++ b/examples/react/scroll-restoration/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/react-virtual": "^3.13.0", "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/react/scroll-restoration/postcss.config.mjs b/examples/react/scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/scroll-restoration/vite.config.js b/examples/react/scroll-restoration/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/scroll-restoration/vite.config.js +++ b/examples/react/scroll-restoration/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index bce8710056..dab1faf8fd 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -10,7 +10,7 @@ "test:unit": "vitest" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/arktype-adapter": "^1.141.8", "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -22,7 +22,7 @@ "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "valibot": "1.0.0-beta.15", "zod": "^3.24.2" }, diff --git a/examples/react/search-validator-adapters/postcss.config.mjs b/examples/react/search-validator-adapters/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/search-validator-adapters/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/search-validator-adapters/vite.config.ts b/examples/react/search-validator-adapters/vite.config.ts index a14d94a148..381d3f0923 100644 --- a/examples/react/search-validator-adapters/vite.config.ts +++ b/examples/react/search-validator-adapters/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' import packageJson from './package.json' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ test: { @@ -12,6 +13,7 @@ export default defineConfig({ typecheck: { enabled: true }, }, plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -19,4 +21,4 @@ export default defineConfig({ }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index a71b7c800a..a34f9b23a0 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -23,7 +23,7 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", @@ -31,7 +31,7 @@ "dotenv": "^17.2.3", "postcss": "^8.5.1", "prisma": "^7.0.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-basic-auth/postcss.config.mjs b/examples/react/start-basic-auth/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-basic-auth/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-basic-auth/vite.config.ts b/examples/react/start-basic-auth/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-basic-auth/vite.config.ts +++ b/examples/react/start-basic-auth/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-authjs/package.json b/examples/react/start-basic-authjs/package.json index c328102f64..7cd5d0fc8c 100644 --- a/examples/react/start-basic-authjs/package.json +++ b/examples/react/start-basic-authjs/package.json @@ -20,12 +20,12 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "@vitejs/plugin-react": "^4.6.0", diff --git a/examples/react/start-basic-authjs/postcss.config.mjs b/examples/react/start-basic-authjs/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-basic-authjs/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-basic-authjs/vite.config.ts b/examples/react/start-basic-authjs/vite.config.ts index 75bdbbe66b..75aa995af1 100644 --- a/examples/react/start-basic-authjs/vite.config.ts +++ b/examples/react/start-basic-authjs/vite.config.ts @@ -2,6 +2,7 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { @@ -9,10 +10,11 @@ export default defineConfig({ strictPort: true, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-cloudflare/package.json b/examples/react/start-basic-cloudflare/package.json index 310f621f2a..32a9f53b06 100644 --- a/examples/react/start-basic-cloudflare/package.json +++ b/examples/react/start-basic-cloudflare/package.json @@ -20,13 +20,13 @@ }, "devDependencies": { "@cloudflare/vite-plugin": "^1.13.7", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.6.0", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4", diff --git a/examples/react/start-basic-cloudflare/postcss.config.mjs b/examples/react/start-basic-cloudflare/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-basic-cloudflare/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-basic-cloudflare/vite.config.ts b/examples/react/start-basic-cloudflare/vite.config.ts index 15c066ef0a..e7e64ab74e 100644 --- a/examples/react/start-basic-cloudflare/vite.config.ts +++ b/examples/react/start-basic-cloudflare/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { cloudflare } from '@cloudflare/vite-plugin' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index de1e9cce85..e4b2b96673 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -22,13 +22,13 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-basic-react-query/postcss.config.mjs b/examples/react/start-basic-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-basic-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-basic-react-query/vite.config.ts b/examples/react/start-basic-react-query/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-basic-react-query/vite.config.ts +++ b/examples/react/start-basic-react-query/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 326c53fa2d..b6a58fec4b 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -23,11 +23,11 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^5.1.4", + "@tailwindcss/vite": "4.1.18" }, "overrides": { "react": "0.0.0-experimental-035a41c4e-20230704", diff --git a/examples/react/start-basic-rsc/postcss.config.mjs b/examples/react/start-basic-rsc/postcss.config.mjs deleted file mode 100644 index 2e7af2b7f1..0000000000 --- a/examples/react/start-basic-rsc/postcss.config.mjs +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} diff --git a/examples/react/start-basic-rsc/src/components/DefaultCatchBoundary.tsx b/examples/react/start-basic-rsc/src/components/DefaultCatchBoundary.tsx index 15f316681c..ef2daa1ea1 100644 --- a/examples/react/start-basic-rsc/src/components/DefaultCatchBoundary.tsx +++ b/examples/react/start-basic-rsc/src/components/DefaultCatchBoundary.tsx @@ -24,21 +24,21 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) { onClick={() => { router.invalidate() }} - className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded text-white uppercase font-extrabold`} + className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded-sm text-white uppercase font-extrabold`} > Try Again {isRoot ? ( Home ) : ( { e.preventDefault() window.history.back() diff --git a/examples/react/start-basic-rsc/src/components/NotFound.tsx b/examples/react/start-basic-rsc/src/components/NotFound.tsx index 7b54fa5680..fd4e75befe 100644 --- a/examples/react/start-basic-rsc/src/components/NotFound.tsx +++ b/examples/react/start-basic-rsc/src/components/NotFound.tsx @@ -9,13 +9,13 @@ export function NotFound({ children }: { children?: any }) {

Start Over diff --git a/examples/react/start-basic-rsc/src/routeTree.gen.ts b/examples/react/start-basic-rsc/src/routeTree.gen.ts index 2f5748f578..cf37bb35c5 100644 --- a/examples/react/start-basic-rsc/src/routeTree.gen.ts +++ b/examples/react/start-basic-rsc/src/routeTree.gen.ts @@ -257,6 +257,7 @@ import type { getRouter } from './router.tsx' import type { createStart } from '@tanstack/react-start' declare module '@tanstack/react-start' { interface Register { + ssr: true router: Awaited> } } diff --git a/examples/react/start-basic-rsc/src/styles/app.css b/examples/react/start-basic-rsc/src/styles/app.css index c53c870665..40dd3f10f1 100644 --- a/examples/react/start-basic-rsc/src/styles/app.css +++ b/examples/react/start-basic-rsc/src/styles/app.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} @layer base { html { diff --git a/examples/react/start-basic-rsc/tailwind.config.mjs b/examples/react/start-basic-rsc/tailwind.config.mjs deleted file mode 100644 index e49f4eb776..0000000000 --- a/examples/react/start-basic-rsc/tailwind.config.mjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: ['./src/**/*.{js,jsx,ts,tsx}'], -} diff --git a/examples/react/start-basic-rsc/vite.config.ts b/examples/react/start-basic-rsc/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-basic-rsc/vite.config.ts +++ b/examples/react/start-basic-rsc/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic-static/package.json b/examples/react/start-basic-static/package.json index 1e2acde468..6ff65de33c 100644 --- a/examples/react/start-basic-static/package.json +++ b/examples/react/start-basic-static/package.json @@ -24,11 +24,11 @@ "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "autoprefixer": "^10.4.20", "postcss": "^8.4.49", - "tailwindcss": "^3.4.15", + "tailwindcss": "4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", - "vite-tsconfig-paths": "^5.1.3" + "vite-tsconfig-paths": "^5.1.3", + "@tailwindcss/vite": "4.1.18" } } diff --git a/examples/react/start-basic-static/postcss.config.cjs b/examples/react/start-basic-static/postcss.config.cjs deleted file mode 100644 index 8e638a6bcd..0000000000 --- a/examples/react/start-basic-static/postcss.config.cjs +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - plugins: [ - require('tailwindcss/nesting'), - require('tailwindcss'), - require('autoprefixer'), - ], -} diff --git a/examples/react/start-basic-static/src/components/DefaultCatchBoundary.tsx b/examples/react/start-basic-static/src/components/DefaultCatchBoundary.tsx index f750e7bd2b..260c2ea41f 100644 --- a/examples/react/start-basic-static/src/components/DefaultCatchBoundary.tsx +++ b/examples/react/start-basic-static/src/components/DefaultCatchBoundary.tsx @@ -24,21 +24,21 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) { onClick={() => { router.invalidate() }} - className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded text-white uppercase font-extrabold`} + className={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded-sm text-white uppercase font-extrabold`} > Try Again {isRoot ? ( Home ) : ( { e.preventDefault() window.history.back() diff --git a/examples/react/start-basic-static/src/components/NotFound.tsx b/examples/react/start-basic-static/src/components/NotFound.tsx index 7b54fa5680..fd4e75befe 100644 --- a/examples/react/start-basic-static/src/components/NotFound.tsx +++ b/examples/react/start-basic-static/src/components/NotFound.tsx @@ -9,13 +9,13 @@ export function NotFound({ children }: { children?: any }) {

Start Over diff --git a/examples/react/start-basic-static/src/styles/app.css b/examples/react/start-basic-static/src/styles/app.css index d6426ccb72..b43c338194 100644 --- a/examples/react/start-basic-static/src/styles/app.css +++ b/examples/react/start-basic-static/src/styles/app.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} @layer base { html, diff --git a/examples/react/start-basic-static/tailwind.config.cjs b/examples/react/start-basic-static/tailwind.config.cjs deleted file mode 100644 index 10c9224f8c..0000000000 --- a/examples/react/start-basic-static/tailwind.config.cjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['./src/**/*.{js,ts,jsx,tsx}'], -} diff --git a/examples/react/start-basic-static/vite.config.ts b/examples/react/start-basic-static/vite.config.ts index f8f3877767..ccfc5601af 100644 --- a/examples/react/start-basic-static/vite.config.ts +++ b/examples/react/start-basic-static/vite.config.ts @@ -2,12 +2,14 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -27,4 +29,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 6eed7c1407..4cfe5e5b7c 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -19,13 +19,13 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.6.0", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-basic/postcss.config.mjs b/examples/react/start-basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-basic/vite.config.ts b/examples/react/start-basic/vite.config.ts index c7851284b6..eb1f4a6e90 100644 --- a/examples/react/start-basic/vite.config.ts +++ b/examples/react/start-basic/vite.config.ts @@ -2,12 +2,14 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ }), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-bun/package.json b/examples/react/start-bun/package.json index ebc85ec778..136cdf8dda 100644 --- a/examples/react/start-bun/package.json +++ b/examples/react/start-bun/package.json @@ -13,7 +13,7 @@ "check": "prettier --write . && eslint --fix" }, "dependencies": { - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-devtools": "^0.7.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", @@ -22,7 +22,7 @@ "@tanstack/router-plugin": "^1.142.0", "react": "^19.1.1", "react-dom": "^19.1.1", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.18", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index d5dfd4c635..737fd82188 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -22,12 +22,12 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-clerk-basic/postcss.config.mjs b/examples/react/start-clerk-basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-clerk-basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-clerk-basic/vite.config.ts b/examples/react/start-clerk-basic/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-clerk-basic/vite.config.ts +++ b/examples/react/start-clerk-basic/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 570106b8ce..8f496fd70b 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -32,13 +32,13 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-convex-trellaux/postcss.config.mjs b/examples/react/start-convex-trellaux/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-convex-trellaux/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-convex-trellaux/vite.config.ts b/examples/react/start-convex-trellaux/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-convex-trellaux/vite.config.ts +++ b/examples/react/start-convex-trellaux/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-i18n-paraglide/package.json b/examples/react/start-i18n-paraglide/package.json index 6de3f80c65..0091cca9d9 100644 --- a/examples/react/start-i18n-paraglide/package.json +++ b/examples/react/start-i18n-paraglide/package.json @@ -24,8 +24,8 @@ "typescript": "^5.9.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4", - "@tailwindcss/vite": "^4.1.17", - "tailwindcss": "^4.1.13", + "@tailwindcss/vite": "^4.1.18", + "tailwindcss": "^4.1.18", "@inlang/paraglide-js": "^2.4.0" } } diff --git a/examples/react/start-large/package.json b/examples/react/start-large/package.json index 779b8ce1e5..acbd9192e4 100644 --- a/examples/react/start-large/package.json +++ b/examples/react/start-large/package.json @@ -23,13 +23,13 @@ "valibot": "^1.0.0-beta.15" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-large/postcss.config.mjs b/examples/react/start-large/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-large/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-large/vite.config.ts b/examples/react/start-large/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-large/vite.config.ts +++ b/examples/react/start-large/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-supabase-basic/package.json b/examples/react/start-supabase-basic/package.json index 9cd7e8e5b2..ffade3b2a6 100644 --- a/examples/react/start-supabase-basic/package.json +++ b/examples/react/start-supabase-basic/package.json @@ -23,12 +23,12 @@ "redaxios": "^0.5.1" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-supabase-basic/postcss.config.mjs b/examples/react/start-supabase-basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-supabase-basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-supabase-basic/vite.config.ts b/examples/react/start-supabase-basic/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-supabase-basic/vite.config.ts +++ b/examples/react/start-supabase-basic/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/start-tailwind-v4/package.json b/examples/react/start-tailwind-v4/package.json index 82c98bf4f5..2df11568e7 100644 --- a/examples/react/start-tailwind-v4/package.json +++ b/examples/react/start-tailwind-v4/package.json @@ -19,12 +19,12 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index 26188a767d..6c62f055f9 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -27,13 +27,13 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/react/start-trellaux/postcss.config.mjs b/examples/react/start-trellaux/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/start-trellaux/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/start-trellaux/vite.config.ts b/examples/react/start-trellaux/vite.config.ts index f10c86e79f..a848834002 100644 --- a/examples/react/start-trellaux/vite.config.ts +++ b/examples/react/start-trellaux/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteReact from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteReact(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/view-transitions/package.json b/examples/react/view-transitions/package.json index 782c456517..17598e9300 100644 --- a/examples/react/view-transitions/package.json +++ b/examples/react/view-transitions/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/view-transitions/postcss.config.mjs b/examples/react/view-transitions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/view-transitions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/view-transitions/vite.config.js b/examples/react/view-transitions/vite.config.js index 47e327b746..9735bcdb70 100644 --- a/examples/react/view-transitions/vite.config.js +++ b/examples/react/view-transitions/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, }), react(), ], -}) +}) \ No newline at end of file diff --git a/examples/react/with-framer-motion/package.json b/examples/react/with-framer-motion/package.json index 3df7b7e3bf..4a116d9339 100644 --- a/examples/react/with-framer-motion/package.json +++ b/examples/react/with-framer-motion/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "framer-motion": "^11.18.2", @@ -17,7 +17,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/with-framer-motion/postcss.config.mjs b/examples/react/with-framer-motion/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/with-framer-motion/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/with-framer-motion/vite.config.js b/examples/react/with-framer-motion/vite.config.js index 5a33944a9b..5a120a8185 100644 --- a/examples/react/with-framer-motion/vite.config.js +++ b/examples/react/with-framer-motion/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [react()], -}) + plugins: [tailwindcss(), react()], +}) \ No newline at end of file diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index 1dd98c202a..730f20e492 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -10,7 +10,7 @@ "start": "NODE_ENV=production node dist/server/server.js" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.0", "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", @@ -24,7 +24,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/with-trpc-react-query/postcss.config.mjs b/examples/react/with-trpc-react-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/with-trpc-react-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/with-trpc-react-query/vite.config.ts b/examples/react/with-trpc-react-query/vite.config.ts index 6f66db1139..48460826d0 100644 --- a/examples/react/with-trpc-react-query/vite.config.ts +++ b/examples/react/with-trpc-react-query/vite.config.ts @@ -4,6 +4,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' import type { BuildEnvironmentOptions } from 'vite' +import tailwindcss from '@tailwindcss/vite' const __filename = url.fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -36,6 +37,7 @@ const serverBuildConfig: BuildEnvironmentOptions = { export default defineConfig((configEnv) => { return { plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -44,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) +}) \ No newline at end of file diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index ccc2417f03..ac4e205d03 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -10,7 +10,7 @@ "start": "NODE_ENV=production node dist/server/server.js" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -21,7 +21,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/react/with-trpc/postcss.config.mjs b/examples/react/with-trpc/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/react/with-trpc/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/react/with-trpc/vite.config.ts b/examples/react/with-trpc/vite.config.ts index 6f66db1139..48460826d0 100644 --- a/examples/react/with-trpc/vite.config.ts +++ b/examples/react/with-trpc/vite.config.ts @@ -4,6 +4,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { tanstackRouter } from '@tanstack/router-plugin/vite' import type { BuildEnvironmentOptions } from 'vite' +import tailwindcss from '@tailwindcss/vite' const __filename = url.fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -36,6 +37,7 @@ const serverBuildConfig: BuildEnvironmentOptions = { export default defineConfig((configEnv) => { return { plugins: [ + tailwindcss(), tanstackRouter({ target: 'react', autoCodeSplitting: true, @@ -44,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) +}) \ No newline at end of file diff --git a/examples/solid/authenticated-routes-firebase/package.json b/examples/solid/authenticated-routes-firebase/package.json index eab74fbfb6..8ba6f0d7f1 100644 --- a/examples/solid/authenticated-routes-firebase/package.json +++ b/examples/solid/authenticated-routes-firebase/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -18,7 +18,7 @@ "solid-js": "^1.9.10", "redaxios": "^0.5.1", "simple-icons": "^14.9.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/authenticated-routes-firebase/postcss.config.mjs b/examples/solid/authenticated-routes-firebase/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/authenticated-routes-firebase/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/authenticated-routes-firebase/vite.config.js b/examples/solid/authenticated-routes-firebase/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/examples/solid/authenticated-routes-firebase/vite.config.js +++ b/examples/solid/authenticated-routes-firebase/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/authenticated-routes/package.json b/examples/solid/authenticated-routes/package.json index eafd424254..89558ff897 100644 --- a/examples/solid/authenticated-routes/package.json +++ b/examples/solid/authenticated-routes/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/authenticated-routes/postcss.config.mjs b/examples/solid/authenticated-routes/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/authenticated-routes/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/authenticated-routes/vite.config.js b/examples/solid/authenticated-routes/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/examples/solid/authenticated-routes/vite.config.js +++ b/examples/solid/authenticated-routes/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/basic-default-search-params/package.json b/examples/solid/basic-default-search-params/package.json index 78d4e62e86..4d934048c1 100644 --- a/examples/solid/basic-default-search-params/package.json +++ b/examples/solid/basic-default-search-params/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-default-search-params/postcss.config.mjs b/examples/solid/basic-default-search-params/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-default-search-params/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-default-search-params/vite.config.js b/examples/solid/basic-default-search-params/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/basic-default-search-params/vite.config.js +++ b/examples/solid/basic-default-search-params/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/basic-devtools-panel/package.json b/examples/solid/basic-devtools-panel/package.json index c6f06d0871..9897ece6cc 100644 --- a/examples/solid/basic-devtools-panel/package.json +++ b/examples/solid/basic-devtools-panel/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "typescript": "^5.7.2", diff --git a/examples/solid/basic-devtools-panel/postcss.config.mjs b/examples/solid/basic-devtools-panel/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-devtools-panel/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-devtools-panel/vite.config.js b/examples/solid/basic-devtools-panel/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/basic-devtools-panel/vite.config.js +++ b/examples/solid/basic-devtools-panel/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/basic-file-based/package.json b/examples/solid/basic-file-based/package.json index d9a1205af4..777d5e4edf 100644 --- a/examples/solid/basic-file-based/package.json +++ b/examples/solid/basic-file-based/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-file-based/postcss.config.mjs b/examples/solid/basic-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-file-based/vite.config.js b/examples/solid/basic-file-based/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/examples/solid/basic-file-based/vite.config.js +++ b/examples/solid/basic-file-based/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/basic-non-nested-devtools/package.json b/examples/solid/basic-non-nested-devtools/package.json index ccc4d3582b..4b10f95c26 100644 --- a/examples/solid/basic-non-nested-devtools/package.json +++ b/examples/solid/basic-non-nested-devtools/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/solid/basic-non-nested-devtools/postcss.config.mjs b/examples/solid/basic-non-nested-devtools/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-non-nested-devtools/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-non-nested-devtools/vite.config.js b/examples/solid/basic-non-nested-devtools/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/basic-non-nested-devtools/vite.config.js +++ b/examples/solid/basic-non-nested-devtools/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/basic-solid-query-file-based/package.json b/examples/solid/basic-solid-query-file-based/package.json index bfa2050afc..4142cc112d 100644 --- a/examples/solid/basic-solid-query-file-based/package.json +++ b/examples/solid/basic-solid-query-file-based/package.json @@ -10,7 +10,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "^1.141.8", @@ -18,7 +18,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-solid-query-file-based/postcss.config.mjs b/examples/solid/basic-solid-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-solid-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-solid-query-file-based/vite.config.js b/examples/solid/basic-solid-query-file-based/vite.config.js index 1660a56c17..5a8aa3ded3 100644 --- a/examples/solid/basic-solid-query-file-based/vite.config.js +++ b/examples/solid/basic-solid-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/basic-solid-query/package.json b/examples/solid/basic-solid-query/package.json index bbdd4493f3..5b894d28e3 100644 --- a/examples/solid/basic-solid-query/package.json +++ b/examples/solid/basic-solid-query/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "^1.141.8", @@ -17,7 +17,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@tanstack/router-plugin": "^1.142.0", diff --git a/examples/solid/basic-solid-query/postcss.config.mjs b/examples/solid/basic-solid-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-solid-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-solid-query/vite.config.js b/examples/solid/basic-solid-query/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/basic-solid-query/vite.config.js +++ b/examples/solid/basic-solid-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/basic-ssr-streaming-file-based/package.json b/examples/solid/basic-ssr-streaming-file-based/package.json index 8b82bf2fcd..ecaf800146 100644 --- a/examples/solid/basic-ssr-streaming-file-based/package.json +++ b/examples/solid/basic-ssr-streaming-file-based/package.json @@ -11,7 +11,7 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "compression": "^1.8.0", @@ -21,7 +21,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-ssr-streaming-file-based/postcss.config.mjs b/examples/solid/basic-ssr-streaming-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-ssr-streaming-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-ssr-streaming-file-based/vite.config.js b/examples/solid/basic-ssr-streaming-file-based/vite.config.js index b87f24abdd..9e548e4fa6 100644 --- a/examples/solid/basic-ssr-streaming-file-based/vite.config.js +++ b/examples/solid/basic-ssr-streaming-file-based/vite.config.js @@ -3,6 +3,7 @@ import path from 'node:path' import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' const __filename = url.fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -44,9 +45,10 @@ const clientBuildConfig = { export default defineConfig((configEnv) => { return { plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid({ ssr: true }), ], build: configEnv.isSsrBuild ? ssrBuildConfig : clientBuildConfig, } -}) +}) \ No newline at end of file diff --git a/examples/solid/basic-virtual-file-based/package.json b/examples/solid/basic-virtual-file-based/package.json index 077ad4c29b..3404628783 100644 --- a/examples/solid/basic-virtual-file-based/package.json +++ b/examples/solid/basic-virtual-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-virtual-file-based/postcss.config.mjs b/examples/solid/basic-virtual-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-virtual-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-virtual-file-based/vite.config.ts b/examples/solid/basic-virtual-file-based/vite.config.ts index 635aa70940..dbcbb08d51 100644 --- a/examples/solid/basic-virtual-file-based/vite.config.ts +++ b/examples/solid/basic-virtual-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/basic-virtual-inside-file-based/package.json b/examples/solid/basic-virtual-inside-file-based/package.json index e27710d753..3a28b420d6 100644 --- a/examples/solid/basic-virtual-inside-file-based/package.json +++ b/examples/solid/basic-virtual-inside-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -17,7 +17,7 @@ "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/basic-virtual-inside-file-based/postcss.config.mjs b/examples/solid/basic-virtual-inside-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic-virtual-inside-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic-virtual-inside-file-based/vite.config.ts b/examples/solid/basic-virtual-inside-file-based/vite.config.ts index 848503f5b3..f973753f70 100644 --- a/examples/solid/basic-virtual-inside-file-based/vite.config.ts +++ b/examples/solid/basic-virtual-inside-file-based/vite.config.ts @@ -1,10 +1,12 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -12,4 +14,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 1ae8721795..05792ebdeb 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/react": "^19.0.8", diff --git a/examples/solid/basic/postcss.config.mjs b/examples/solid/basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/basic/vite.config.js b/examples/solid/basic/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/basic/vite.config.js +++ b/examples/solid/basic/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/deferred-data/package.json b/examples/solid/deferred-data/package.json index 0f1045190e..801fb30611 100644 --- a/examples/solid/deferred-data/package.json +++ b/examples/solid/deferred-data/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/deferred-data/postcss.config.mjs b/examples/solid/deferred-data/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/deferred-data/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/deferred-data/vite.config.js b/examples/solid/deferred-data/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/deferred-data/vite.config.js +++ b/examples/solid/deferred-data/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/i18n-paraglide/package.json b/examples/solid/i18n-paraglide/package.json index bed2a50878..958b94503b 100644 --- a/examples/solid/i18n-paraglide/package.json +++ b/examples/solid/i18n-paraglide/package.json @@ -10,11 +10,11 @@ "test": "vitest run" }, "dependencies": { - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.13" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@types/node": "^22.18.6", diff --git a/examples/solid/kitchen-sink-file-based/package.json b/examples/solid/kitchen-sink-file-based/package.json index 6581f3d1c2..4fcaea15da 100644 --- a/examples/solid/kitchen-sink-file-based/package.json +++ b/examples/solid/kitchen-sink-file-based/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/kitchen-sink-file-based/postcss.config.mjs b/examples/solid/kitchen-sink-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/kitchen-sink-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/kitchen-sink-file-based/vite.config.js b/examples/solid/kitchen-sink-file-based/vite.config.js index a4b5a71096..58e3e61549 100644 --- a/examples/solid/kitchen-sink-file-based/vite.config.js +++ b/examples/solid/kitchen-sink-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import { tanstackRouter } from '@tanstack/router-plugin/vite' import solidPlugin from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solidPlugin(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/kitchen-sink-solid-query-file-based/package.json b/examples/solid/kitchen-sink-solid-query-file-based/package.json index bcc4f57d0d..2164e7904e 100644 --- a/examples/solid/kitchen-sink-solid-query-file-based/package.json +++ b/examples/solid/kitchen-sink-solid-query-file-based/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "^1.142.0", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", @@ -19,7 +19,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/kitchen-sink-solid-query-file-based/postcss.config.mjs b/examples/solid/kitchen-sink-solid-query-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/kitchen-sink-solid-query-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js b/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js index 4af89e7520..8a994c0ccc 100644 --- a/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js +++ b/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { TanStackRouterVite } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), TanStackRouterVite({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/kitchen-sink-solid-query/package.json b/examples/solid/kitchen-sink-solid-query/package.json index cac7db7c48..06d4e76a5a 100644 --- a/examples/solid/kitchen-sink-solid-query/package.json +++ b/examples/solid/kitchen-sink-solid-query/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "^1.141.8", @@ -18,7 +18,7 @@ "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/kitchen-sink-solid-query/postcss.config.mjs b/examples/solid/kitchen-sink-solid-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/kitchen-sink-solid-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/kitchen-sink-solid-query/vite.config.js b/examples/solid/kitchen-sink-solid-query/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/kitchen-sink-solid-query/vite.config.js +++ b/examples/solid/kitchen-sink-solid-query/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index 57b959ee82..555e271e16 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/kitchen-sink/postcss.config.mjs b/examples/solid/kitchen-sink/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/kitchen-sink/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/kitchen-sink/vite.config.js b/examples/solid/kitchen-sink/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/kitchen-sink/vite.config.js +++ b/examples/solid/kitchen-sink/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/large-file-based/package.json b/examples/solid/large-file-based/package.json index aa9b34da6b..8f329496b8 100644 --- a/examples/solid/large-file-based/package.json +++ b/examples/solid/large-file-based/package.json @@ -11,7 +11,7 @@ "test:types": "tsc --extendedDiagnostics" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", @@ -19,7 +19,7 @@ "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/large-file-based/postcss.config.mjs b/examples/solid/large-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/large-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/large-file-based/vite.config.js b/examples/solid/large-file-based/vite.config.js index 1660a56c17..5a8aa3ded3 100644 --- a/examples/solid/large-file-based/vite.config.js +++ b/examples/solid/large-file-based/vite.config.js @@ -1,11 +1,13 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/location-masking/package.json b/examples/solid/location-masking/package.json index 17d5e40c65..c645606878 100644 --- a/examples/solid/location-masking/package.json +++ b/examples/solid/location-masking/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/location-masking/postcss.config.mjs b/examples/solid/location-masking/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/location-masking/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/location-masking/vite.config.js b/examples/solid/location-masking/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/location-masking/vite.config.js +++ b/examples/solid/location-masking/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/navigation-blocking/package.json b/examples/solid/navigation-blocking/package.json index d0326eb754..2eafb8869a 100644 --- a/examples/solid/navigation-blocking/package.json +++ b/examples/solid/navigation-blocking/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/navigation-blocking/postcss.config.mjs b/examples/solid/navigation-blocking/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/navigation-blocking/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/navigation-blocking/vite.config.js b/examples/solid/navigation-blocking/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/navigation-blocking/vite.config.js +++ b/examples/solid/navigation-blocking/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/quickstart-esbuild-file-based/package.json b/examples/solid/quickstart-esbuild-file-based/package.json index 621143cafe..60987466c6 100644 --- a/examples/solid/quickstart-esbuild-file-based/package.json +++ b/examples/solid/quickstart-esbuild-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/solid-router-devtools": "^1.141.8", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/quickstart-file-based/package.json b/examples/solid/quickstart-file-based/package.json index 964680999a..b5f60068c0 100644 --- a/examples/solid/quickstart-file-based/package.json +++ b/examples/solid/quickstart-file-based/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/quickstart-file-based/postcss.config.mjs b/examples/solid/quickstart-file-based/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/quickstart-file-based/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/quickstart-file-based/vite.config.js b/examples/solid/quickstart-file-based/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/examples/solid/quickstart-file-based/vite.config.js +++ b/examples/solid/quickstart-file-based/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/quickstart-rspack-file-based/package.json b/examples/solid/quickstart-rspack-file-based/package.json index 8b0b2c4004..9603df237b 100644 --- a/examples/solid/quickstart-rspack-file-based/package.json +++ b/examples/solid/quickstart-rspack-file-based/package.json @@ -8,12 +8,12 @@ "preview": "rsbuild preview" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/postcss": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@rsbuild/core": "^1.2.4", diff --git a/examples/solid/quickstart-webpack-file-based/package.json b/examples/solid/quickstart-webpack-file-based/package.json index 16deb9f32b..c97f95046d 100644 --- a/examples/solid/quickstart-webpack-file-based/package.json +++ b/examples/solid/quickstart-webpack-file-based/package.json @@ -10,12 +10,11 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-typescript": "^7.27.1", - "@tailwindcss/postcss": "^4.1.15", "@tanstack/router-plugin": "^1.142.0", "babel-loader": "^10.0.0", "babel-preset-solid": "^1.9.10", diff --git a/examples/solid/quickstart/package.json b/examples/solid/quickstart/package.json index 780c768ebd..8940f31df2 100644 --- a/examples/solid/quickstart/package.json +++ b/examples/solid/quickstart/package.json @@ -9,12 +9,12 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/quickstart/postcss.config.mjs b/examples/solid/quickstart/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/quickstart/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/quickstart/vite.config.js b/examples/solid/quickstart/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/quickstart/vite.config.js +++ b/examples/solid/quickstart/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/router-monorepo-simple-lazy/packages/app/package.json b/examples/solid/router-monorepo-simple-lazy/packages/app/package.json index 329a1c0033..7a836c16e5 100644 --- a/examples/solid/router-monorepo-simple-lazy/packages/app/package.json +++ b/examples/solid/router-monorepo-simple-lazy/packages/app/package.json @@ -21,10 +21,10 @@ "typescript": "^5.7.2", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", "vite": "^7.1.7", - "vite-plugin-dts": "^4.5.4" + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts b/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts index 5ee9bc9668..704ed54252 100644 --- a/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import dts from 'vite-plugin-dts' import * as path from 'node:path' import { fileURLToPath } from 'node:url' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/solid/router-monorepo-simple/packages/app/package.json b/examples/solid/router-monorepo-simple/packages/app/package.json index 15fa218eae..22d6d1383d 100644 --- a/examples/solid/router-monorepo-simple/packages/app/package.json +++ b/examples/solid/router-monorepo-simple/packages/app/package.json @@ -19,9 +19,9 @@ "@tanstack/solid-router-devtools": "^1.141.8", "vite": "^7.1.7", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", - "vite-plugin-dts": "^4.5.4" + "tailwindcss": "4.1.18", + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/solid/router-monorepo-simple/packages/app/vite.config.ts b/examples/solid/router-monorepo-simple/packages/app/vite.config.ts index da736445be..125d2f434f 100644 --- a/examples/solid/router-monorepo-simple/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-simple/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import * as path from 'node:path' import { defineConfig } from 'vite' import dts from 'vite-plugin-dts' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/solid/router-monorepo-solid-query/packages/app/package.json b/examples/solid/router-monorepo-solid-query/packages/app/package.json index 461c99b917..81df06980a 100644 --- a/examples/solid/router-monorepo-solid-query/packages/app/package.json +++ b/examples/solid/router-monorepo-solid-query/packages/app/package.json @@ -19,10 +19,10 @@ "typescript": "^5.7.2", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17", + "tailwindcss": "4.1.18", "vite": "^7.1.7", - "vite-plugin-dts": "^4.5.4" + "vite-plugin-dts": "^4.5.4", + "@tailwindcss/vite": "4.1.18" }, "nx": { "targets": { diff --git a/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts b/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts index da736445be..125d2f434f 100644 --- a/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts @@ -3,6 +3,7 @@ import * as path from 'node:path' import { defineConfig } from 'vite' import dts from 'vite-plugin-dts' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -21,6 +22,7 @@ export default defineConfig({ host: 'localhost', }, plugins: [ + tailwindcss(), dts({ entryRoot: 'src', tsconfigPath: path.join(__dirname, 'tsconfig.json'), @@ -34,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) +}) \ No newline at end of file diff --git a/examples/solid/scroll-restoration/package.json b/examples/solid/scroll-restoration/package.json index 0ccd27604d..c2e73ab46c 100644 --- a/examples/solid/scroll-restoration/package.json +++ b/examples/solid/scroll-restoration/package.json @@ -9,13 +9,13 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/solid-virtual": "^3.13.0", "postcss": "^8.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17" + "tailwindcss": "^4.1.18" }, "devDependencies": { "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/scroll-restoration/postcss.config.mjs b/examples/solid/scroll-restoration/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/scroll-restoration/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/scroll-restoration/vite.config.js b/examples/solid/scroll-restoration/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/scroll-restoration/vite.config.js +++ b/examples/solid/scroll-restoration/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/search-validator-adapters/package.json b/examples/solid/search-validator-adapters/package.json index 26ee464f68..7ba7b766b5 100644 --- a/examples/solid/search-validator-adapters/package.json +++ b/examples/solid/search-validator-adapters/package.json @@ -10,7 +10,7 @@ "test:unit": "vitest" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/arktype-adapter": "^1.141.8", "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", @@ -21,7 +21,7 @@ "arktype": "^2.1.7", "postcss": "^8.5.1", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "valibot": "1.0.0-beta.15", "zod": "^3.24.2" }, diff --git a/examples/solid/search-validator-adapters/postcss.config.mjs b/examples/solid/search-validator-adapters/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/search-validator-adapters/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/search-validator-adapters/vite.config.ts b/examples/solid/search-validator-adapters/vite.config.ts index 0384779545..b2da5c6059 100644 --- a/examples/solid/search-validator-adapters/vite.config.ts +++ b/examples/solid/search-validator-adapters/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' import packageJson from './package.json' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ test: { @@ -12,6 +13,7 @@ export default defineConfig({ typecheck: { enabled: true }, }, plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -19,4 +21,4 @@ export default defineConfig({ }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-auth/package.json b/examples/solid/start-basic-auth/package.json index 71d107f7db..b06c923b73 100644 --- a/examples/solid/start-basic-auth/package.json +++ b/examples/solid/start-basic-auth/package.json @@ -22,12 +22,12 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "dotenv": "^17.2.3", "postcss": "^8.5.1", "prisma": "^7.0.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-auth/postcss.config.mjs b/examples/solid/start-basic-auth/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic-auth/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic-auth/vite.config.ts b/examples/solid/start-basic-auth/vite.config.ts index 27a27a7b5a..dbf8d3cf57 100644 --- a/examples/solid/start-basic-auth/vite.config.ts +++ b/examples/solid/start-basic-auth/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-authjs/package.json b/examples/solid/start-basic-authjs/package.json index 4b4fe6d367..f04f80494c 100644 --- a/examples/solid/start-basic-authjs/package.json +++ b/examples/solid/start-basic-authjs/package.json @@ -19,10 +19,10 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-authjs/postcss.config.mjs b/examples/solid/start-basic-authjs/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic-authjs/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic-authjs/vite.config.ts b/examples/solid/start-basic-authjs/vite.config.ts index c917cc531d..4484a3f482 100644 --- a/examples/solid/start-basic-authjs/vite.config.ts +++ b/examples/solid/start-basic-authjs/vite.config.ts @@ -2,6 +2,7 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { @@ -9,10 +10,11 @@ export default defineConfig({ strictPort: true, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-cloudflare/package.json b/examples/solid/start-basic-cloudflare/package.json index 983a1c05a8..7c61335a36 100644 --- a/examples/solid/start-basic-cloudflare/package.json +++ b/examples/solid/start-basic-cloudflare/package.json @@ -19,10 +19,10 @@ }, "devDependencies": { "@cloudflare/vite-plugin": "^1.13.7", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-cloudflare/postcss.config.mjs b/examples/solid/start-basic-cloudflare/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic-cloudflare/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic-cloudflare/vite.config.ts b/examples/solid/start-basic-cloudflare/vite.config.ts index 806aecf99e..e18ba01989 100644 --- a/examples/solid/start-basic-cloudflare/vite.config.ts +++ b/examples/solid/start-basic-cloudflare/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { cloudflare } from '@cloudflare/vite-plugin' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-netlify/package.json b/examples/solid/start-basic-netlify/package.json index 4f8bb60d1c..0599660eef 100644 --- a/examples/solid/start-basic-netlify/package.json +++ b/examples/solid/start-basic-netlify/package.json @@ -16,10 +16,10 @@ }, "devDependencies": { "@netlify/vite-plugin-tanstack-start": "^1.1.4", - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-netlify/postcss.config.mjs b/examples/solid/start-basic-netlify/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic-netlify/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic-netlify/vite.config.ts b/examples/solid/start-basic-netlify/vite.config.ts index 3b26635823..d2fa9bfcf3 100644 --- a/examples/solid/start-basic-netlify/vite.config.ts +++ b/examples/solid/start-basic-netlify/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import netlify from '@netlify/vite-plugin-tanstack-start' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-nitro/package.json b/examples/solid/start-basic-nitro/package.json index 36bc88319f..8fd49b5581 100644 --- a/examples/solid/start-basic-nitro/package.json +++ b/examples/solid/start-basic-nitro/package.json @@ -15,11 +15,11 @@ "solid-js": "^1.9.10" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "nitro": "^3.0.1-alpha.1", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-nitro/vite.config.ts b/examples/solid/start-basic-nitro/vite.config.ts index 9b29778abf..844e709c12 100644 --- a/examples/solid/start-basic-nitro/vite.config.ts +++ b/examples/solid/start-basic-nitro/vite.config.ts @@ -3,12 +3,14 @@ import tsConfigPaths from 'vite-tsconfig-paths' import { nitro } from 'nitro/vite' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -16,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-solid-query/package.json b/examples/solid/start-basic-solid-query/package.json index 2b27182b0a..d916cb2b9b 100644 --- a/examples/solid/start-basic-solid-query/package.json +++ b/examples/solid/start-basic-solid-query/package.json @@ -21,10 +21,10 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic-solid-query/postcss.config.mjs b/examples/solid/start-basic-solid-query/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic-solid-query/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic-solid-query/vite.config.ts b/examples/solid/start-basic-solid-query/vite.config.ts index 27a27a7b5a..dbf8d3cf57 100644 --- a/examples/solid/start-basic-solid-query/vite.config.ts +++ b/examples/solid/start-basic-solid-query/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic-static/package.json b/examples/solid/start-basic-static/package.json index 931942a203..6f5cc7f59d 100644 --- a/examples/solid/start-basic-static/package.json +++ b/examples/solid/start-basic-static/package.json @@ -20,12 +20,12 @@ }, "devDependencies": { "@types/node": "^22.5.4", - "autoprefixer": "^10.4.20", "postcss": "^8.4.49", - "tailwindcss": "^3.4.15", + "tailwindcss": "4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.3", - "vite-plugin-solid": "^2.11.10" + "vite-plugin-solid": "^2.11.10", + "@tailwindcss/vite": "4.1.18" } } diff --git a/examples/solid/start-basic-static/postcss.config.cjs b/examples/solid/start-basic-static/postcss.config.cjs deleted file mode 100644 index 8e638a6bcd..0000000000 --- a/examples/solid/start-basic-static/postcss.config.cjs +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - plugins: [ - require('tailwindcss/nesting'), - require('tailwindcss'), - require('autoprefixer'), - ], -} diff --git a/examples/solid/start-basic-static/vite.config.ts b/examples/solid/start-basic-static/vite.config.ts index 97fcbafb57..39aeb1dfe1 100644 --- a/examples/solid/start-basic-static/vite.config.ts +++ b/examples/solid/start-basic-static/vite.config.ts @@ -2,12 +2,14 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), @@ -30,4 +32,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-basic/package.json b/examples/solid/start-basic/package.json index 581e79fd1c..0433dd3a5a 100644 --- a/examples/solid/start-basic/package.json +++ b/examples/solid/start-basic/package.json @@ -18,10 +18,10 @@ "tailwind-merge": "^2.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-basic/postcss.config.mjs b/examples/solid/start-basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-basic/vite.config.ts b/examples/solid/start-basic/vite.config.ts index 1a2219f443..2231bd41d0 100644 --- a/examples/solid/start-basic/vite.config.ts +++ b/examples/solid/start-basic/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-bun/package.json b/examples/solid/start-bun/package.json index 39ba47d90f..0f1b4daea9 100644 --- a/examples/solid/start-bun/package.json +++ b/examples/solid/start-bun/package.json @@ -13,7 +13,7 @@ "check": "prettier --write . && eslint --fix" }, "dependencies": { - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-devtools": "^0.7.0", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", @@ -21,7 +21,7 @@ "@tanstack/solid-start": "^1.142.5", "@tanstack/router-plugin": "^1.142.0", "solid-js": "^1.9.10", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.18", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { diff --git a/examples/solid/start-convex-better-auth/package.json b/examples/solid/start-convex-better-auth/package.json index 7f0c85b98e..7e27cbd6d2 100644 --- a/examples/solid/start-convex-better-auth/package.json +++ b/examples/solid/start-convex-better-auth/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@convex-dev/better-auth": "^0.9.7", - "@tailwindcss/vite": "^4.1.17", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/solid-start": "^1.142.5", @@ -23,7 +23,7 @@ "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwind-merge": "^2.6.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/start-i18n-paraglide/package.json b/examples/solid/start-i18n-paraglide/package.json index 28a7f60075..9a6d0a4c6f 100644 --- a/examples/solid/start-i18n-paraglide/package.json +++ b/examples/solid/start-i18n-paraglide/package.json @@ -21,8 +21,8 @@ "typescript": "^5.9.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4", - "@tailwindcss/vite": "^4.1.17", - "tailwindcss": "^4.1.13", + "@tailwindcss/vite": "^4.1.18", + "tailwindcss": "^4.1.18", "@inlang/paraglide-js": "^2.4.0" } } diff --git a/examples/solid/start-large/package.json b/examples/solid/start-large/package.json index b8ecba343d..49a6ee8b1d 100644 --- a/examples/solid/start-large/package.json +++ b/examples/solid/start-large/package.json @@ -22,11 +22,11 @@ "valibot": "^1.0.0-beta.15" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "vite-plugin-solid": "^2.11.10", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" diff --git a/examples/solid/start-large/postcss.config.mjs b/examples/solid/start-large/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-large/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-large/vite.config.ts b/examples/solid/start-large/vite.config.ts index 27a27a7b5a..dbf8d3cf57 100644 --- a/examples/solid/start-large/vite.config.ts +++ b/examples/solid/start-large/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-supabase-basic/package.json b/examples/solid/start-supabase-basic/package.json index b53fea1b7c..aebaab12aa 100644 --- a/examples/solid/start-supabase-basic/package.json +++ b/examples/solid/start-supabase-basic/package.json @@ -21,9 +21,9 @@ "redaxios": "^0.5.1" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-supabase-basic/postcss.config.mjs b/examples/solid/start-supabase-basic/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-supabase-basic/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-supabase-basic/vite.config.ts b/examples/solid/start-supabase-basic/vite.config.ts index 1a2219f443..2231bd41d0 100644 --- a/examples/solid/start-supabase-basic/vite.config.ts +++ b/examples/solid/start-supabase-basic/vite.config.ts @@ -2,16 +2,18 @@ import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/start-tailwind-v4/package.json b/examples/solid/start-tailwind-v4/package.json index 60e45f7105..37b62b3a8a 100644 --- a/examples/solid/start-tailwind-v4/package.json +++ b/examples/solid/start-tailwind-v4/package.json @@ -18,10 +18,10 @@ "zod": "^3.24.2" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "postcss": "^8.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", "vite-plugin-solid": "^2.11.10", diff --git a/examples/solid/start-tailwind-v4/postcss.config.mjs b/examples/solid/start-tailwind-v4/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/start-tailwind-v4/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/start-tailwind-v4/vite.config.ts b/examples/solid/start-tailwind-v4/vite.config.ts index 27a27a7b5a..dbf8d3cf57 100644 --- a/examples/solid/start-tailwind-v4/vite.config.ts +++ b/examples/solid/start-tailwind-v4/vite.config.ts @@ -2,16 +2,18 @@ import { tanstackStart } from '@tanstack/solid-start/plugin/vite' import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import viteSolid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' export default defineConfig({ server: { port: 3000, }, plugins: [ + tailwindcss(), tsConfigPaths({ projects: ['./tsconfig.json'], }), tanstackStart(), viteSolid({ ssr: true }), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/view-transitions/package.json b/examples/solid/view-transitions/package.json index 5d715be81d..46dcca6335 100644 --- a/examples/solid/view-transitions/package.json +++ b/examples/solid/view-transitions/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/view-transitions/postcss.config.mjs b/examples/solid/view-transitions/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/view-transitions/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/view-transitions/vite.config.js b/examples/solid/view-transitions/vite.config.js index 74e9ca3db3..218ae3478f 100644 --- a/examples/solid/view-transitions/vite.config.js +++ b/examples/solid/view-transitions/vite.config.js @@ -1,14 +1,16 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, }), solid(), ], -}) +}) \ No newline at end of file diff --git a/examples/solid/with-framer-motion/package.json b/examples/solid/with-framer-motion/package.json index 96fc569e20..33e3a8e494 100644 --- a/examples/solid/with-framer-motion/package.json +++ b/examples/solid/with-framer-motion/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "solid-motionone": "^1.0.4", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/with-framer-motion/postcss.config.mjs b/examples/solid/with-framer-motion/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/with-framer-motion/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/with-framer-motion/vite.config.js b/examples/solid/with-framer-motion/vite.config.js index 05041cc6d8..31663703e5 100644 --- a/examples/solid/with-framer-motion/vite.config.js +++ b/examples/solid/with-framer-motion/vite.config.js @@ -1,7 +1,8 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [solid()], -}) + plugins: [tailwindcss(), solid()], +}) \ No newline at end of file diff --git a/examples/solid/with-trpc/package.json b/examples/solid/with-trpc/package.json index 217665accc..669f35a3c0 100644 --- a/examples/solid/with-trpc/package.json +++ b/examples/solid/with-trpc/package.json @@ -10,7 +10,7 @@ "start": "NODE_ENV=production node dist/server/server.js" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", @@ -20,7 +20,7 @@ "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "zod": "^3.24.2" }, "devDependencies": { diff --git a/examples/solid/with-trpc/postcss.config.mjs b/examples/solid/with-trpc/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/solid/with-trpc/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/solid/with-trpc/vite.config.ts b/examples/solid/with-trpc/vite.config.ts index 38953f0a2c..1a877244af 100644 --- a/examples/solid/with-trpc/vite.config.ts +++ b/examples/solid/with-trpc/vite.config.ts @@ -4,6 +4,7 @@ import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { tanstackRouter } from '@tanstack/router-plugin/vite' import type { BuildEnvironmentOptions } from 'vite' +import tailwindcss from '@tailwindcss/vite' const __filename = url.fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) @@ -36,6 +37,7 @@ const serverBuildConfig: BuildEnvironmentOptions = { export default defineConfig((configEnv) => { return { plugins: [ + tailwindcss(), tanstackRouter({ target: 'solid', autoCodeSplitting: true, @@ -44,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) +}) \ No newline at end of file diff --git a/examples/vue/basic-file-based-jsx/package.json b/examples/vue/basic-file-based-jsx/package.json index 000dd06cdb..6d53e4afb9 100644 --- a/examples/vue/basic-file-based-jsx/package.json +++ b/examples/vue/basic-file-based-jsx/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "^1.142.0", "@tanstack/vue-router": "^1.141.8", "@tanstack/vue-router-devtools": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/examples/vue/basic-file-based-jsx/postcss.config.mjs b/examples/vue/basic-file-based-jsx/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/vue/basic-file-based-jsx/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/vue/basic-file-based-jsx/vite.config.ts b/examples/vue/basic-file-based-jsx/vite.config.ts index 570e6cff2d..fdef16637b 100644 --- a/examples/vue/basic-file-based-jsx/vite.config.ts +++ b/examples/vue/basic-file-based-jsx/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/examples/vue/basic-file-based-sfc/package.json b/examples/vue/basic-file-based-sfc/package.json index 4473b9b7c9..88066a2259 100644 --- a/examples/vue/basic-file-based-sfc/package.json +++ b/examples/vue/basic-file-based-sfc/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tailwindcss/postcss": "^4.1.15", + "@tailwindcss/vite": "^4.1.18", "@tanstack/router-plugin": "^1.142.0", "@tanstack/vue-router": "^1.141.8", "@tanstack/vue-router-devtools": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", "postcss": "^8.5.1", "redaxios": "^0.5.1", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "vue": "^3.5.16", "zod": "^3.24.2" }, diff --git a/examples/vue/basic-file-based-sfc/postcss.config.mjs b/examples/vue/basic-file-based-sfc/postcss.config.mjs deleted file mode 100644 index a7f73a2d1d..0000000000 --- a/examples/vue/basic-file-based-sfc/postcss.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -export default { - plugins: { - '@tailwindcss/postcss': {}, - }, -} diff --git a/examples/vue/basic-file-based-sfc/vite.config.ts b/examples/vue/basic-file-based-sfc/vite.config.ts index 570e6cff2d..fdef16637b 100644 --- a/examples/vue/basic-file-based-sfc/vite.config.ts +++ b/examples/vue/basic-file-based-sfc/vite.config.ts @@ -2,10 +2,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { tanstackRouter } from '@tanstack/router-plugin/vite' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ + tailwindcss(), tanstackRouter({ target: 'vue', autoCodeSplitting: true, @@ -13,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) +}) \ No newline at end of file diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 99d1d08879..4d107e5743 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -14,14 +14,14 @@ "redaxios": "^0.5.1", "postcss": "^8.5.1", "vue": "^3.5.13", - "autoprefixer": "^10.4.20", - "tailwindcss": "^3.4.17" + "tailwindcss": "4.1.18" }, "devDependencies": { "typescript": "^5.7.2", "vite": "^6.1.0", "vue-tsc": "^3.1.5", "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2" + "@vitejs/plugin-vue-jsx": "^4.1.2", + "@tailwindcss/vite": "4.1.18" } } diff --git a/examples/vue/basic/postcss.config.mjs b/examples/vue/basic/postcss.config.mjs deleted file mode 100644 index 2e7af2b7f1..0000000000 --- a/examples/vue/basic/postcss.config.mjs +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} diff --git a/examples/vue/basic/vite.config.js b/examples/vue/basic/vite.config.js index 33d651a84c..e23a9efc41 100644 --- a/examples/vue/basic/vite.config.js +++ b/examples/vue/basic/vite.config.js @@ -1,8 +1,9 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' +import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ - plugins: [vue(), vueJsx()], -}) + plugins: [tailwindcss(), vue(), vueJsx()], +}) \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49342b9e13..a9336931d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -207,9 +207,9 @@ importers: e2e/react-router/basic: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -229,8 +229,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -296,9 +296,9 @@ importers: e2e/react-router/basic-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -324,8 +324,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -354,9 +354,9 @@ importers: e2e/react-router/basic-file-based-code-splitting: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -376,8 +376,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -403,9 +403,9 @@ importers: e2e/react-router/basic-react-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -431,8 +431,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -455,9 +455,9 @@ importers: e2e/react-router/basic-react-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -486,8 +486,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -513,9 +513,9 @@ importers: e2e/react-router/basic-scroll-restoration: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -538,8 +538,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -562,9 +562,9 @@ importers: e2e/react-router/basic-virtual-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -590,8 +590,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -617,9 +617,9 @@ importers: e2e/react-router/basic-virtual-named-export-config-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -645,8 +645,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -706,9 +706,9 @@ importers: e2e/react-router/generator-cli-only: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -731,8 +731,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -755,9 +755,9 @@ importers: e2e/react-router/js-only-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -777,8 +777,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -830,8 +830,8 @@ importers: specifier: ^1.1.0 version: 1.1.0(@rsbuild/core@1.2.4) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -848,8 +848,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -882,8 +882,8 @@ importers: specifier: ^1.1.0 version: 1.1.0(@rsbuild/core@1.2.4) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -903,17 +903,17 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 e2e/react-router/scroll-restoration-sandbox-vite: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -939,8 +939,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -975,9 +975,9 @@ importers: '@sentry/vite-plugin': specifier: ^4.6.1 version: 4.6.1(encoding@0.1.13) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -997,8 +997,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -1021,9 +1021,9 @@ importers: e2e/react-router/view-transitions: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -1046,8 +1046,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -1110,9 +1110,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1141,8 +1141,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -1195,9 +1195,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1223,8 +1223,8 @@ importers: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.2) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -1256,9 +1256,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1278,8 +1278,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -1335,9 +1335,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1360,8 +1360,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -1399,9 +1399,9 @@ importers: specifier: ^7.1.7 version: 7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/react': specifier: ^19.2.2 version: 19.2.2 @@ -1411,15 +1411,12 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.6) postcss: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -1492,11 +1489,14 @@ importers: version: 2.6.0 vite: specifier: ^7.1.7 - version: 7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) + version: 7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) devDependencies: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1511,22 +1511,19 @@ importers: version: 19.2.2(@types/react@19.2.2) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.6) + version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) postcss: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 vite-tsconfig-paths: specifier: ^5.1.4 - version: 5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + version: 5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) e2e/react-start/custom-basepath: dependencies: @@ -1555,9 +1552,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1586,8 +1583,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 tsx: specifier: ^4.20.3 version: 4.20.3 @@ -1640,9 +1637,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1662,8 +1659,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -1707,9 +1704,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1735,8 +1732,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -1771,9 +1768,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1796,8 +1793,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -1829,9 +1826,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1854,8 +1851,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -1902,9 +1899,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -1933,8 +1930,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -1984,9 +1981,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2015,8 +2012,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -2042,9 +2039,9 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2061,8 +2058,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -2109,9 +2106,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2137,8 +2134,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -2176,9 +2173,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2201,8 +2198,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -2243,9 +2240,9 @@ importers: e2e/solid-router/basic: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: workspace:^ version: link:../../../packages/solid-router @@ -2262,8 +2259,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2317,9 +2314,9 @@ importers: e2e/solid-router/basic-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2342,8 +2339,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2366,9 +2363,9 @@ importers: e2e/solid-router/basic-file-based-code-splitting: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2385,8 +2382,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2406,9 +2403,9 @@ importers: e2e/solid-router/basic-scroll-restoration: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: workspace:^ version: link:../../../packages/solid-router @@ -2428,8 +2425,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2446,9 +2443,9 @@ importers: e2e/solid-router/basic-solid-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -2471,8 +2468,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2489,9 +2486,9 @@ importers: e2e/solid-router/basic-solid-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2517,8 +2514,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2538,9 +2535,9 @@ importers: e2e/solid-router/basic-virtual-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2563,8 +2560,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2584,9 +2581,9 @@ importers: e2e/solid-router/basic-virtual-named-export-config-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2609,8 +2606,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2630,9 +2627,9 @@ importers: e2e/solid-router/generator-cli-only: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-cli': specifier: workspace:* version: link:../../../packages/router-cli @@ -2652,8 +2649,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2670,9 +2667,9 @@ importers: e2e/solid-router/js-only-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: workspace:^ version: link:../../../packages/solid-router @@ -2689,8 +2686,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2736,8 +2733,8 @@ importers: specifier: ^1.0.6 version: 1.0.6(@babel/core@7.28.5)(@rsbuild/core@1.2.4)(solid-js@1.9.10) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2748,8 +2745,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -2782,8 +2779,8 @@ importers: specifier: ^1.0.6 version: 1.0.6(@babel/core@7.28.5)(@rsbuild/core@1.2.4)(solid-js@1.9.10) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -2797,17 +2794,17 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 e2e/solid-router/scroll-restoration-sandbox-vite: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2830,8 +2827,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2860,9 +2857,9 @@ importers: '@sentry/vite-plugin': specifier: ^4.6.1 version: 4.6.1(encoding@0.1.13) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: workspace:^ version: link:../../../packages/solid-router @@ -2879,8 +2876,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@playwright/test': specifier: ^1.56.1 @@ -2897,9 +2894,9 @@ importers: e2e/solid-router/view-transitions: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -2919,8 +2916,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -2980,9 +2977,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3002,8 +2999,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -3050,9 +3047,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3072,8 +3069,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3105,9 +3102,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3118,8 +3115,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3175,9 +3172,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3191,8 +3188,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3264,9 +3261,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3286,8 +3283,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 tsx: specifier: ^4.20.3 version: 4.20.3 @@ -3340,9 +3337,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3353,8 +3350,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3398,9 +3395,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3417,8 +3414,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -3444,9 +3441,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3457,8 +3454,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -3496,9 +3493,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3512,8 +3509,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3560,9 +3557,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3582,8 +3579,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -3633,9 +3630,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3655,8 +3652,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -3685,9 +3682,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3695,8 +3692,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.3 @@ -3743,9 +3740,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3762,8 +3759,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -3804,9 +3801,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -3820,8 +3817,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -3834,9 +3831,9 @@ importers: e2e/vue-router/basepath-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -3859,8 +3856,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -3889,9 +3886,9 @@ importers: e2e/vue-router/basic: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/vue-router': specifier: workspace:* version: link:../../../packages/vue-router @@ -3905,8 +3902,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -3993,9 +3990,9 @@ importers: e2e/vue-router/basic-file-based-jsx: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4015,8 +4012,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4063,9 +4060,9 @@ importers: e2e/vue-router/basic-file-based-sfc: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4085,8 +4082,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4118,9 +4115,9 @@ importers: e2e/vue-router/basic-scroll-restoration: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/vue-router': specifier: workspace:* version: link:../../../packages/vue-router @@ -4137,8 +4134,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4167,9 +4164,9 @@ importers: e2e/vue-router/basic-virtual-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4195,8 +4192,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4225,9 +4222,9 @@ importers: e2e/vue-router/basic-virtual-named-export-config-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4253,8 +4250,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4283,9 +4280,9 @@ importers: e2e/vue-router/basic-vue-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/vue-query': specifier: ^5.90.0 version: 5.92.0(vue@3.5.25(typescript@5.8.3)) @@ -4305,8 +4302,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4335,9 +4332,9 @@ importers: e2e/vue-router/basic-vue-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4360,8 +4357,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4393,9 +4390,9 @@ importers: e2e/vue-router/generator-cli-only: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-cli': specifier: workspace:* version: link:../../../packages/router-cli @@ -4412,8 +4409,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4442,9 +4439,9 @@ importers: e2e/vue-router/js-only-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4467,8 +4464,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.9.2) @@ -4520,8 +4517,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(@babel/core@7.28.5)(@rsbuild/core@1.2.4) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -4535,8 +4532,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -4575,8 +4572,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(@babel/core@7.28.5)(@rsbuild/core@1.2.4) '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -4590,8 +4587,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -4601,9 +4598,9 @@ importers: e2e/vue-router/scroll-restoration-sandbox-vite: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4623,8 +4620,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4665,9 +4662,9 @@ importers: '@sentry/vue': specifier: ^10.32.0 version: 10.32.0(@tanstack/vue-router@packages+vue-router)(vue@3.5.25(typescript@5.8.3)) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/vue-router': specifier: workspace:* version: link:../../../packages/vue-router @@ -4681,8 +4678,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4708,9 +4705,9 @@ importers: e2e/vue-router/view-transitions: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -4733,8 +4730,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -4800,9 +4797,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -4828,8 +4825,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.15 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -4873,9 +4870,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -4901,8 +4898,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -4931,9 +4928,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -4950,8 +4947,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5044,9 +5041,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5066,8 +5063,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5099,9 +5096,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5127,8 +5124,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 tsx: specifier: ^4.20.3 version: 4.20.3 @@ -5178,9 +5175,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5197,8 +5194,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5239,9 +5236,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5264,8 +5261,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5288,9 +5285,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5307,8 +5304,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5340,9 +5337,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5359,8 +5356,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5413,9 +5410,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5441,8 +5438,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5489,9 +5486,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5517,8 +5514,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5544,9 +5541,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5560,8 +5557,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5605,9 +5602,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5630,8 +5627,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5669,9 +5666,9 @@ importers: '@playwright/test': specifier: ^1.56.1 version: 1.56.1 - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils @@ -5691,8 +5688,8 @@ importers: specifier: ^0.9.8 version: 0.9.8 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -5702,9 +5699,9 @@ importers: examples/react/authenticated-routes: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -5727,8 +5724,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -5751,9 +5748,9 @@ importers: examples/react/authenticated-routes-firebase: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -5782,8 +5779,8 @@ importers: specifier: ^14.9.0 version: 14.9.0 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -5806,9 +5803,9 @@ importers: examples/react/basic: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -5828,8 +5825,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -5849,9 +5846,9 @@ importers: examples/react/basic-default-search-params: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -5874,8 +5871,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -5898,9 +5895,9 @@ importers: examples/react/basic-devtools-panel: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query-devtools': specifier: ^5.67.2 version: 5.67.2(@tanstack/react-query@5.90.7(react@19.2.0))(react@19.2.0) @@ -5923,8 +5920,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -5944,9 +5941,9 @@ importers: examples/react/basic-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -5969,8 +5966,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -5993,9 +5990,9 @@ importers: examples/react/basic-non-nested-devtools: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6015,8 +6012,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -6036,9 +6033,9 @@ importers: examples/react/basic-react-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6064,8 +6061,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -6085,9 +6082,9 @@ importers: examples/react/basic-react-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6116,8 +6113,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6238,9 +6235,9 @@ importers: examples/react/basic-virtual-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6266,8 +6263,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6290,9 +6287,9 @@ importers: examples/react/basic-virtual-inside-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6318,8 +6315,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6342,9 +6339,9 @@ importers: examples/react/deferred-data: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6364,8 +6361,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6389,8 +6386,8 @@ importers: examples/react/i18n-paraglide: dependencies: '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6404,8 +6401,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@inlang/paraglide-js': specifier: ^2.4.0 @@ -6431,9 +6428,9 @@ importers: examples/react/kitchen-sink: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6456,8 +6453,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6480,9 +6477,9 @@ importers: examples/react/kitchen-sink-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6508,8 +6505,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6532,9 +6529,9 @@ importers: examples/react/kitchen-sink-react-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6563,8 +6560,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6587,9 +6584,9 @@ importers: examples/react/kitchen-sink-react-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6621,8 +6618,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6645,9 +6642,9 @@ importers: examples/react/large-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6673,8 +6670,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6700,9 +6697,9 @@ importers: '@radix-ui/react-dialog': specifier: ^1.1.6 version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6725,8 +6722,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -6746,9 +6743,9 @@ importers: examples/react/navigation-blocking: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -6771,8 +6768,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -6792,9 +6789,9 @@ importers: examples/react/quickstart: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6811,8 +6808,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -6866,9 +6863,9 @@ importers: examples/react/quickstart-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6891,8 +6888,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -6916,8 +6913,8 @@ importers: examples/react/quickstart-rspack-file-based: dependencies: '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -6934,8 +6931,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@rsbuild/core': specifier: ^1.2.4 @@ -7069,6 +7066,9 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../../../packages/react-router-devtools @@ -7081,15 +7081,12 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.3) postcss: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -7309,6 +7306,9 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../../../packages/react-router-devtools @@ -7321,15 +7321,12 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.3) postcss: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -7432,6 +7429,9 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../../../packages/react-router-devtools @@ -7444,15 +7444,12 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.3) postcss: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -7539,9 +7536,9 @@ importers: examples/react/scroll-restoration: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -7561,8 +7558,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -7582,9 +7579,9 @@ importers: examples/react/search-validator-adapters: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/arktype-adapter': specifier: workspace:* version: link:../../../packages/arktype-adapter @@ -7619,8 +7616,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 valibot: specifier: 1.0.0-beta.15 version: 1.0.0-beta.15(typescript@5.8.2) @@ -7717,9 +7714,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -7736,8 +7733,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -7781,9 +7778,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -7806,8 +7803,8 @@ importers: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.2) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -7845,9 +7842,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -7864,8 +7861,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -7897,9 +7894,9 @@ importers: '@cloudflare/vite-plugin': specifier: ^1.13.7 version: 1.13.7(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(workerd@1.20251118.0)(wrangler@4.49.1) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -7916,8 +7913,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -7964,9 +7961,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -7983,8 +7980,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -8022,6 +8019,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/react': specifier: ^19.2.2 version: 19.2.2 @@ -8031,15 +8031,12 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.6) postcss: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -8080,6 +8077,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8089,15 +8089,12 @@ importers: '@types/react-dom': specifier: ^19.2.2 version: 19.2.2(@types/react@19.2.2) - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.3) postcss: specifier: ^8.4.49 version: 8.5.3 tailwindcss: - specifier: ^3.4.15 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.6.2 version: 5.8.2 @@ -8111,8 +8108,8 @@ importers: examples/react/start-bun: dependencies: '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-devtools': specifier: ^0.7.0 version: 0.7.0(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(csstype@3.1.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(solid-js@1.9.10) @@ -8138,8 +8135,8 @@ importers: specifier: ^19.2.0 version: 19.2.0(react@19.2.0) tailwindcss: - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.18 + version: 4.1.18 vite-tsconfig-paths: specifier: ^5.1.4 version: 5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) @@ -8220,9 +8217,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8236,8 +8233,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -8305,9 +8302,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8324,8 +8321,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -8398,8 +8395,8 @@ importers: specifier: ^2.4.0 version: 2.4.0(babel-plugin-macros@3.1.0) '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8413,8 +8410,8 @@ importers: specifier: ^4.7.0 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) tailwindcss: - specifier: ^4.1.13 - version: 4.1.13 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.9.2 version: 5.9.2 @@ -8455,9 +8452,9 @@ importers: specifier: ^1.0.0-beta.15 version: 1.0.0-beta.15(typescript@5.8.2) devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8474,8 +8471,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -8614,9 +8611,9 @@ importers: specifier: ^0.5.1 version: 0.5.1 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/react': specifier: ^19.2.2 version: 19.2.2 @@ -8630,8 +8627,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -8667,8 +8664,8 @@ importers: version: 3.25.57 devDependencies: '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8682,8 +8679,8 @@ importers: specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -8742,9 +8739,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -8761,8 +8758,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.6.2 version: 5.8.2 @@ -8824,9 +8821,9 @@ importers: examples/react/view-transitions: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -8849,8 +8846,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -8873,9 +8870,9 @@ importers: examples/react/with-framer-motion: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -8898,8 +8895,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -8922,9 +8919,9 @@ importers: examples/react/with-trpc: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-router': specifier: workspace:* version: link:../../../packages/react-router @@ -8956,8 +8953,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -8983,9 +8980,9 @@ importers: examples/react/with-trpc-react-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/react-query': specifier: ^5.90.7 version: 5.90.7(react@19.2.0) @@ -9026,8 +9023,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9053,9 +9050,9 @@ importers: examples/solid/authenticated-routes: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9075,8 +9072,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9093,9 +9090,9 @@ importers: examples/solid/authenticated-routes-firebase: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9121,8 +9118,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9139,9 +9136,9 @@ importers: examples/solid/basic: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9158,8 +9155,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -9179,9 +9176,9 @@ importers: examples/solid/basic-default-search-params: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9201,8 +9198,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9219,9 +9216,9 @@ importers: examples/solid/basic-devtools-panel: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9238,8 +9235,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: typescript: specifier: ^5.7.2 @@ -9253,9 +9250,9 @@ importers: examples/solid/basic-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9272,8 +9269,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9293,9 +9290,9 @@ importers: examples/solid/basic-non-nested-devtools: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9312,8 +9309,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@types/react': specifier: ^19.2.2 @@ -9333,9 +9330,9 @@ importers: examples/solid/basic-solid-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9358,8 +9355,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@tanstack/router-plugin': specifier: workspace:* @@ -9376,9 +9373,9 @@ importers: examples/solid/basic-solid-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9401,8 +9398,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9462,9 +9459,9 @@ importers: examples/solid/basic-ssr-streaming-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9493,8 +9490,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9517,9 +9514,9 @@ importers: examples/solid/basic-virtual-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9542,8 +9539,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9560,9 +9557,9 @@ importers: examples/solid/basic-virtual-inside-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9585,8 +9582,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9603,9 +9600,9 @@ importers: examples/solid/deferred-data: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9622,8 +9619,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9641,8 +9638,8 @@ importers: examples/solid/i18n-paraglide: dependencies: '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9653,8 +9650,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.13 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@inlang/paraglide-js': specifier: ^2.4.0 @@ -9674,9 +9671,9 @@ importers: examples/solid/kitchen-sink: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9696,8 +9693,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9714,9 +9711,9 @@ importers: examples/solid/kitchen-sink-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9736,8 +9733,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9757,9 +9754,9 @@ importers: examples/solid/kitchen-sink-solid-query: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9785,8 +9782,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9803,9 +9800,9 @@ importers: examples/solid/kitchen-sink-solid-query-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9834,8 +9831,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9852,9 +9849,9 @@ importers: examples/solid/large-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -9877,8 +9874,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -9895,9 +9892,9 @@ importers: examples/solid/location-masking: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9917,8 +9914,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: typescript: specifier: ^5.7.2 @@ -9932,9 +9929,9 @@ importers: examples/solid/navigation-blocking: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-query': specifier: ^5.90.9 version: 5.90.9(solid-js@1.9.10) @@ -9954,8 +9951,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: typescript: specifier: ^5.7.2 @@ -9969,9 +9966,9 @@ importers: examples/solid/quickstart: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -9985,8 +9982,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: typescript: specifier: ^5.7.2 @@ -10016,8 +10013,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -10031,9 +10028,9 @@ importers: examples/solid/quickstart-file-based: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -10050,8 +10047,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -10072,8 +10069,8 @@ importers: examples/solid/quickstart-rspack-file-based: dependencies: '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + specifier: ^4.1.18 + version: 4.1.18 '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -10087,8 +10084,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@rsbuild/core': specifier: ^1.2.4 @@ -10118,8 +10115,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: '@babel/core': specifier: ^7.28.5 @@ -10127,9 +10124,6 @@ importers: '@babel/preset-typescript': specifier: ^7.27.1 version: 7.27.1(@babel/core@7.28.5) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -10277,9 +10271,9 @@ importers: examples/solid/scroll-restoration: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -10296,8 +10290,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 devDependencies: typescript: specifier: ^5.7.2 @@ -10311,9 +10305,9 @@ importers: examples/solid/search-validator-adapters: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/arktype-adapter': specifier: workspace:* version: link:../../../packages/arktype-adapter @@ -10345,8 +10339,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 valibot: specifier: 1.0.0-beta.15 version: 1.0.0-beta.15(typescript@5.9.2) @@ -10391,9 +10385,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10401,8 +10395,8 @@ importers: specifier: ^8.5.1 version: 8.5.3 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.8.2 @@ -10446,9 +10440,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10462,8 +10456,8 @@ importers: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10501,9 +10495,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10511,8 +10505,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10544,9 +10538,9 @@ importers: '@cloudflare/vite-plugin': specifier: ^1.13.7 version: 1.13.7(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(workerd@1.20251118.0)(wrangler@4.49.1) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10554,8 +10548,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10589,10 +10583,10 @@ importers: devDependencies: '@netlify/vite-plugin-tanstack-start': specifier: ^1.1.4 - version: 1.1.4(@tanstack/solid-start@packages+solid-start)(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + version: 1.1.4(@tanstack/solid-start@packages+solid-start)(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10600,8 +10594,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10630,9 +10624,9 @@ importers: specifier: 1.9.10 version: 1.9.10 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10643,8 +10637,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10688,9 +10682,9 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -10698,8 +10692,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -10737,18 +10731,18 @@ importers: specifier: ^2.6.0 version: 2.6.0 devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.3) postcss: specifier: ^8.4.49 version: 8.5.3 tailwindcss: - specifier: ^3.4.15 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 typescript: specifier: ^5.6.2 version: 5.8.2 @@ -10765,8 +10759,8 @@ importers: examples/solid/start-bun: dependencies: '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -10789,8 +10783,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.13 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vite-tsconfig-paths: specifier: ^5.1.4 version: 5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) @@ -10838,8 +10832,8 @@ importers: specifier: ^0.9.7 version: 0.9.7(@standard-schema/spec@1.0.0)(better-auth@1.3.27(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(solid-js@1.9.10))(convex@1.28.2(@clerk/clerk-react@5.53.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0))(hono@4.7.10)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -10871,8 +10865,8 @@ importers: specifier: ^2.6.0 version: 2.6.0 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -10961,14 +10955,14 @@ importers: specifier: ^2.4.0 version: 2.4.0(babel-plugin-macros@3.1.0) '@tailwindcss/vite': - specifier: ^4.1.17 - version: 4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 tailwindcss: - specifier: ^4.1.13 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.9.2 version: 5.9.2 @@ -11009,9 +11003,9 @@ importers: specifier: ^1.0.0-beta.15 version: 1.0.0-beta.15(typescript@5.9.2) devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -11019,8 +11013,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -11092,15 +11086,15 @@ importers: specifier: 1.9.10 version: 1.9.10 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -11135,9 +11129,9 @@ importers: specifier: ^3.24.2 version: 3.25.57 devDependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -11145,8 +11139,8 @@ importers: specifier: ^8.5.1 version: 8.5.6 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 typescript: specifier: ^5.7.2 version: 5.9.2 @@ -11162,9 +11156,9 @@ importers: examples/solid/view-transitions: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -11184,8 +11178,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -11202,9 +11196,9 @@ importers: examples/solid/with-framer-motion: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-router': specifier: ^1.141.8 version: link:../../../packages/solid-router @@ -11224,8 +11218,8 @@ importers: specifier: ^1.0.4 version: 1.0.4(solid-js@1.9.10) tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -11242,9 +11236,9 @@ importers: examples/solid/with-trpc: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -11273,8 +11267,8 @@ importers: specifier: 1.9.10 version: 1.9.10 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 zod: specifier: ^3.24.2 version: 3.25.57 @@ -11300,9 +11294,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - autoprefixer: - specifier: ^10.4.20 - version: 10.4.20(postcss@8.5.6) postcss: specifier: ^8.5.1 version: 8.5.6 @@ -11310,12 +11301,15 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^3.4.17 - version: 3.4.18(tsx@4.20.3)(yaml@2.8.1) + specifier: 4.1.18 + version: 4.1.18 vue: specifier: ^3.5.13 version: 3.5.25(typescript@5.9.2) devDependencies: + '@tailwindcss/vite': + specifier: 4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: ^5.2.3 version: 5.2.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) @@ -11334,9 +11328,9 @@ importers: examples/vue/basic-file-based-jsx: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -11356,8 +11350,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -11398,9 +11392,9 @@ importers: examples/vue/basic-file-based-sfc: dependencies: - '@tailwindcss/postcss': - specifier: ^4.1.15 - version: 4.1.15 + '@tailwindcss/vite': + specifier: ^4.1.18 + version: 4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin @@ -11420,8 +11414,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 tailwindcss: - specifier: ^4.1.17 - version: 4.1.17 + specifier: ^4.1.18 + version: 4.1.18 vue: specifier: ^3.5.16 version: 3.5.25(typescript@5.8.3) @@ -17112,134 +17106,65 @@ packages: '@swc/types@0.1.17': resolution: {integrity: sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==} - '@tailwindcss/node@4.1.15': - resolution: {integrity: sha512-HF4+7QxATZWY3Jr8OlZrBSXmwT3Watj0OogeDvdUY/ByXJHQ+LBtqA2brDb3sBxYslIFx6UP94BJ4X6a4L9Bmw==} - - '@tailwindcss/node@4.1.17': - resolution: {integrity: sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==} - - '@tailwindcss/oxide-android-arm64@4.1.15': - resolution: {integrity: sha512-TkUkUgAw8At4cBjCeVCRMc/guVLKOU1D+sBPrHt5uVcGhlbVKxrCaCW9OKUIBv1oWkjh4GbunD/u/Mf0ql6kEA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [android] + '@tailwindcss/node@4.1.18': + resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==} - '@tailwindcss/oxide-android-arm64@4.1.17': - resolution: {integrity: sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==} + '@tailwindcss/oxide-android-arm64@4.1.18': + resolution: {integrity: sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.15': - resolution: {integrity: sha512-xt5XEJpn2piMSfvd1UFN6jrWXyaKCwikP4Pidcf+yfHTSzSpYhG3dcMktjNkQO3JiLCp+0bG0HoWGvz97K162w==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@tailwindcss/oxide-darwin-arm64@4.1.17': - resolution: {integrity: sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==} + '@tailwindcss/oxide-darwin-arm64@4.1.18': + resolution: {integrity: sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.15': - resolution: {integrity: sha512-TnWaxP6Bx2CojZEXAV2M01Yl13nYPpp0EtGpUrY+LMciKfIXiLL2r/SiSRpagE5Fp2gX+rflp/Os1VJDAyqymg==} + '@tailwindcss/oxide-darwin-x64@4.1.18': + resolution: {integrity: sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.17': - resolution: {integrity: sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@tailwindcss/oxide-freebsd-x64@4.1.15': - resolution: {integrity: sha512-quISQDWqiB6Cqhjc3iWptXVZHNVENsWoI77L1qgGEHNIdLDLFnw3/AfY7DidAiiCIkGX/MjIdB3bbBZR/G2aJg==} + '@tailwindcss/oxide-freebsd-x64@4.1.18': + resolution: {integrity: sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-freebsd-x64@4.1.17': - resolution: {integrity: sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==} - engines: {node: '>= 10'} - cpu: [x64] - os: [freebsd] - - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15': - resolution: {integrity: sha512-ObG76+vPlab65xzVUQbExmDU9FIeYLQ5k2LrQdR2Ud6hboR+ZobXpDoKEYXf/uOezOfIYmy2Ta3w0ejkTg9yxg==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18': + resolution: {integrity: sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.17': - resolution: {integrity: sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==} - engines: {node: '>= 10'} - cpu: [arm] - os: [linux] - - '@tailwindcss/oxide-linux-arm64-gnu@4.1.15': - resolution: {integrity: sha512-4WbBacRmk43pkb8/xts3wnOZMDKsPFyEH/oisCm2q3aLZND25ufvJKcDUpAu0cS+CBOL05dYa8D4U5OWECuH/Q==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@tailwindcss/oxide-linux-arm64-gnu@4.1.17': - resolution: {integrity: sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==} + '@tailwindcss/oxide-linux-arm64-gnu@4.1.18': + resolution: {integrity: sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.15': - resolution: {integrity: sha512-AbvmEiteEj1nf42nE8skdHv73NoR+EwXVSgPY6l39X12Ex8pzOwwfi3Kc8GAmjsnsaDEbk+aj9NyL3UeyHcTLg==} + '@tailwindcss/oxide-linux-arm64-musl@4.1.18': + resolution: {integrity: sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.17': - resolution: {integrity: sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@tailwindcss/oxide-linux-x64-gnu@4.1.15': - resolution: {integrity: sha512-+rzMVlvVgrXtFiS+ES78yWgKqpThgV19ISKD58Ck+YO5pO5KjyxLt7AWKsWMbY0R9yBDC82w6QVGz837AKQcHg==} + '@tailwindcss/oxide-linux-x64-gnu@4.1.18': + resolution: {integrity: sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.17': - resolution: {integrity: sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==} + '@tailwindcss/oxide-linux-x64-musl@4.1.18': + resolution: {integrity: sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.15': - resolution: {integrity: sha512-fPdEy7a8eQN9qOIK3Em9D3TO1z41JScJn8yxl/76mp4sAXFDfV4YXxsiptJcOwy6bGR+70ZSwFIZhTXzQeqwQg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@tailwindcss/oxide-linux-x64-musl@4.1.17': - resolution: {integrity: sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@tailwindcss/oxide-wasm32-wasi@4.1.15': - resolution: {integrity: sha512-sJ4yd6iXXdlgIMfIBXuVGp/NvmviEoMVWMOAGxtxhzLPp9LOj5k0pMEMZdjeMCl4C6Up+RM8T3Zgk+BMQ0bGcQ==} - engines: {node: '>=14.0.0'} - cpu: [wasm32] - bundledDependencies: - - '@napi-rs/wasm-runtime' - - '@emnapi/core' - - '@emnapi/runtime' - - '@tybys/wasm-util' - - '@emnapi/wasi-threads' - - tslib - - '@tailwindcss/oxide-wasm32-wasi@4.1.17': - resolution: {integrity: sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==} + '@tailwindcss/oxide-wasm32-wasi@4.1.18': + resolution: {integrity: sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==} engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: @@ -17250,43 +17175,27 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.15': - resolution: {integrity: sha512-sJGE5faXnNQ1iXeqmRin7Ds/ru2fgCiaQZQQz3ZGIDtvbkeV85rAZ0QJFMDg0FrqsffZG96H1U9AQlNBRLsHVg==} + '@tailwindcss/oxide-win32-arm64-msvc@4.1.18': + resolution: {integrity: sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-arm64-msvc@4.1.17': - resolution: {integrity: sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@tailwindcss/oxide-win32-x64-msvc@4.1.15': - resolution: {integrity: sha512-NLeHE7jUV6HcFKS504bpOohyi01zPXi2PXmjFfkzTph8xRxDdxkRsXm/xDO5uV5K3brrE1cCwbUYmFUSHR3u1w==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - - '@tailwindcss/oxide-win32-x64-msvc@4.1.17': - resolution: {integrity: sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==} + '@tailwindcss/oxide-win32-x64-msvc@4.1.18': + resolution: {integrity: sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.15': - resolution: {integrity: sha512-krhX+UOOgnsUuks2SR7hFafXmLQrKxB4YyRTERuCE59JlYL+FawgaAlSkOYmDRJdf1Q+IFNDMl9iRnBW7QBDfQ==} + '@tailwindcss/oxide@4.1.18': + resolution: {integrity: sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==} engines: {node: '>= 10'} - '@tailwindcss/oxide@4.1.17': - resolution: {integrity: sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==} - engines: {node: '>= 10'} - - '@tailwindcss/postcss@4.1.15': - resolution: {integrity: sha512-IZh8IT76KujRz6d15wZw4eoeViT4TqmzVWNNfpuNCTKiaZUwgr5vtPqO4HjuYDyx3MgGR5qgPt1HMzTeLJyA3g==} + '@tailwindcss/postcss@4.1.18': + resolution: {integrity: sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==} - '@tailwindcss/vite@4.1.17': - resolution: {integrity: sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==} + '@tailwindcss/vite@4.1.18': + resolution: {integrity: sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==} peerDependencies: vite: ^7.1.7 @@ -18521,9 +18430,6 @@ packages: resolution: {integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==} engines: {node: '>= 14'} - arg@5.0.2: - resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} - argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} @@ -18588,13 +18494,6 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - available-typed-arrays@1.0.7: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} @@ -18829,10 +18728,6 @@ packages: camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} - camelcase-css@2.0.1: - resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} - engines: {node: '>= 6'} - caniuse-lite@1.0.30001696: resolution: {integrity: sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==} @@ -19005,10 +18900,6 @@ packages: commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - commander@4.1.1: - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} - engines: {node: '>= 6'} - commander@8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} @@ -19581,16 +19472,10 @@ packages: dettle@1.0.5: resolution: {integrity: sha512-ZVyjhAJ7sCe1PNXEGveObOH9AC8QvMga3HJIghHawtG7mE4K5pW9nz/vDGAr/U7a3LWgdOzEE7ac9MURnyfaTA==} - didyoumean@1.2.2: - resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - diff@8.0.2: resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==} engines: {node: '>=0.3.1'} - dlv@1.1.3: - resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - dns-packet@5.6.1: resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==} engines: {node: '>=6'} @@ -20284,9 +20169,6 @@ packages: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} - fraction.js@4.3.7: - resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - framer-motion@11.18.2: resolution: {integrity: sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==} peerDependencies: @@ -21053,10 +20935,6 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} - jiti@1.21.7: - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} - hasBin: true - jiti@2.6.1: resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true @@ -21341,10 +21219,6 @@ packages: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} - lilconfig@3.1.3: - resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} - engines: {node: '>=14'} - lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -21891,10 +21765,6 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - normalize-range@0.1.2: - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} - engines: {node: '>=0.10.0'} - npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -21933,10 +21803,6 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - object-hash@3.0.0: - resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} - engines: {node: '>= 6'} - object-inspect@1.13.3: resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} engines: {node: '>= 0.4'} @@ -22203,14 +22069,6 @@ packages: picoquery@2.5.0: resolution: {integrity: sha512-j1kgOFxtaCyoFCkpoYG2Oj3OdGakadO7HZ7o5CqyRazlmBekKhbDoUnNnXASE07xSY4nDImWZkrZv7toSxMi/g==} - pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} - - pirates@4.0.7: - resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} - engines: {node: '>= 6'} - pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -22239,36 +22097,6 @@ packages: resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} - postcss-import@15.1.0: - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} - engines: {node: '>=14.0.0'} - peerDependencies: - postcss: ^8.0.0 - - postcss-js@4.1.0: - resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==} - engines: {node: ^12 || ^14 || >= 16} - peerDependencies: - postcss: ^8.4.21 - - postcss-load-config@6.0.1: - resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} - engines: {node: '>= 18'} - peerDependencies: - jiti: '>=1.21.0' - postcss: '>=8.0.9' - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - jiti: - optional: true - postcss: - optional: true - tsx: - optional: true - yaml: - optional: true - postcss-loader@8.2.0: resolution: {integrity: sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==} engines: {node: '>= 18.12.0'} @@ -22306,12 +22134,6 @@ packages: peerDependencies: postcss: ^8.1.0 - postcss-nested@6.2.0: - resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} - engines: {node: '>=12.0'} - peerDependencies: - postcss: ^8.2.14 - postcss-selector-parser@6.1.2: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} @@ -22598,9 +22420,6 @@ packages: resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} engines: {node: '>=0.10.0'} - read-cache@1.0.0: - resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} - read-package-up@11.0.0: resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} engines: {node: '>=18'} @@ -23242,11 +23061,6 @@ packages: stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} - sucrase@3.35.0: - resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true - supports-color@10.0.0: resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==} engines: {node: '>=18'} @@ -23293,19 +23107,8 @@ packages: tailwind-merge@2.6.0: resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==} - tailwindcss@3.4.18: - resolution: {integrity: sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==} - engines: {node: '>=14.0.0'} - hasBin: true - - tailwindcss@4.1.13: - resolution: {integrity: sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==} - - tailwindcss@4.1.15: - resolution: {integrity: sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==} - - tailwindcss@4.1.17: - resolution: {integrity: sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==} + tailwindcss@4.1.18: + resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==} tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -23516,9 +23319,6 @@ packages: peerDependencies: typescript: '>=4.0.0' - ts-interface-checker@0.1.13: - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - ts-pattern@5.6.2: resolution: {integrity: sha512-d4IxJUXROL5NCa3amvMg6VQW2HVtZYmUTPfvVtO7zJWGYLJ+mry9v2OmYm+z67aniQoQ8/yFNadiEwtNS9qQiw==} @@ -27042,13 +26842,13 @@ snapshots: uuid: 11.1.0 write-file-atomic: 5.0.1 - '@netlify/dev@4.6.3(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5)': + '@netlify/dev@4.6.3(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5)': dependencies: '@netlify/blobs': 10.1.0 '@netlify/config': 23.2.0 '@netlify/dev-utils': 4.3.0 '@netlify/edge-functions-dev': 1.0.0 - '@netlify/functions-dev': 1.0.0(encoding@0.1.13)(rollup@4.52.5) + '@netlify/functions-dev': 1.0.0(rollup@4.52.5) '@netlify/headers': 2.1.0 '@netlify/images': 1.3.0(@netlify/blobs@10.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0) '@netlify/redirects': 3.1.0 @@ -27116,12 +26916,12 @@ snapshots: dependencies: '@netlify/types': 2.1.0 - '@netlify/functions-dev@1.0.0(encoding@0.1.13)(rollup@4.52.5)': + '@netlify/functions-dev@1.0.0(rollup@4.52.5)': dependencies: '@netlify/blobs': 10.1.0 '@netlify/dev-utils': 4.3.0 '@netlify/functions': 5.0.0 - '@netlify/zip-it-and-ship-it': 14.1.11(encoding@0.1.13)(rollup@4.52.5) + '@netlify/zip-it-and-ship-it': 14.1.11(rollup@4.52.5) cron-parser: 4.9.0 decache: 4.6.2 extract-zip: 2.0.1 @@ -27211,9 +27011,9 @@ snapshots: '@netlify/types@2.1.0': {} - '@netlify/vite-plugin-tanstack-start@1.1.4(@tanstack/solid-start@packages+solid-start)(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': + '@netlify/vite-plugin-tanstack-start@1.1.4(@tanstack/solid-start@packages+solid-start)(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': dependencies: - '@netlify/vite-plugin': 2.7.4(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) + '@netlify/vite-plugin': 2.7.4(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) vite: 7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) optionalDependencies: '@tanstack/solid-start': link:packages/solid-start @@ -27241,9 +27041,9 @@ snapshots: - supports-color - uploadthing - '@netlify/vite-plugin@2.7.4(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': + '@netlify/vite-plugin@2.7.4(babel-plugin-macros@3.1.0)(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': dependencies: - '@netlify/dev': 4.6.3(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(encoding@0.1.13)(ioredis@5.8.0)(rollup@4.52.5) + '@netlify/dev': 4.6.3(db0@0.3.4(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(mysql2@3.15.3))(ioredis@5.8.0)(rollup@4.52.5) '@netlify/dev-utils': 4.3.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) vite: 7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) @@ -27271,13 +27071,13 @@ snapshots: - supports-color - uploadthing - '@netlify/zip-it-and-ship-it@14.1.11(encoding@0.1.13)(rollup@4.52.5)': + '@netlify/zip-it-and-ship-it@14.1.11(rollup@4.52.5)': dependencies: '@babel/parser': 7.28.5 '@babel/types': 7.28.4 '@netlify/binary-info': 1.0.0 '@netlify/serverless-functions-api': 2.7.1 - '@vercel/nft': 0.29.4(encoding@0.1.13)(rollup@4.52.5) + '@vercel/nft': 0.29.4(rollup@4.52.5) archiver: 7.0.1 common-path-prefix: 3.0.0 copy-file: 11.1.0 @@ -29399,17 +29199,7 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tailwindcss/node@4.1.15': - dependencies: - '@jridgewell/remapping': 2.3.5 - enhanced-resolve: 5.18.3 - jiti: 2.6.1 - lightningcss: 1.30.2 - magic-string: 0.30.21 - source-map-js: 1.2.1 - tailwindcss: 4.1.15 - - '@tailwindcss/node@4.1.17': + '@tailwindcss/node@4.1.18': dependencies: '@jridgewell/remapping': 2.3.5 enhanced-resolve: 5.18.3 @@ -29417,123 +29207,72 @@ snapshots: lightningcss: 1.30.2 magic-string: 0.30.21 source-map-js: 1.2.1 - tailwindcss: 4.1.17 - - '@tailwindcss/oxide-android-arm64@4.1.15': - optional: true - - '@tailwindcss/oxide-android-arm64@4.1.17': - optional: true - - '@tailwindcss/oxide-darwin-arm64@4.1.15': - optional: true - - '@tailwindcss/oxide-darwin-arm64@4.1.17': - optional: true - - '@tailwindcss/oxide-darwin-x64@4.1.15': - optional: true - - '@tailwindcss/oxide-darwin-x64@4.1.17': - optional: true - - '@tailwindcss/oxide-freebsd-x64@4.1.15': - optional: true - - '@tailwindcss/oxide-freebsd-x64@4.1.17': - optional: true - - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15': - optional: true - - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.17': - optional: true + tailwindcss: 4.1.18 - '@tailwindcss/oxide-linux-arm64-gnu@4.1.15': + '@tailwindcss/oxide-android-arm64@4.1.18': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.17': + '@tailwindcss/oxide-darwin-arm64@4.1.18': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.15': + '@tailwindcss/oxide-darwin-x64@4.1.18': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.17': + '@tailwindcss/oxide-freebsd-x64@4.1.18': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.15': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.17': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.18': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.15': + '@tailwindcss/oxide-linux-arm64-musl@4.1.18': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.17': + '@tailwindcss/oxide-linux-x64-gnu@4.1.18': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.15': + '@tailwindcss/oxide-linux-x64-musl@4.1.18': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.17': + '@tailwindcss/oxide-wasm32-wasi@4.1.18': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.15': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.18': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.17': + '@tailwindcss/oxide-win32-x64-msvc@4.1.18': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.15': - optional: true - - '@tailwindcss/oxide-win32-x64-msvc@4.1.17': - optional: true - - '@tailwindcss/oxide@4.1.15': - optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.15 - '@tailwindcss/oxide-darwin-arm64': 4.1.15 - '@tailwindcss/oxide-darwin-x64': 4.1.15 - '@tailwindcss/oxide-freebsd-x64': 4.1.15 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.15 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.15 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.15 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.15 - '@tailwindcss/oxide-linux-x64-musl': 4.1.15 - '@tailwindcss/oxide-wasm32-wasi': 4.1.15 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.15 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.15 - - '@tailwindcss/oxide@4.1.17': + '@tailwindcss/oxide@4.1.18': optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.17 - '@tailwindcss/oxide-darwin-arm64': 4.1.17 - '@tailwindcss/oxide-darwin-x64': 4.1.17 - '@tailwindcss/oxide-freebsd-x64': 4.1.17 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.17 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.17 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.17 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.17 - '@tailwindcss/oxide-linux-x64-musl': 4.1.17 - '@tailwindcss/oxide-wasm32-wasi': 4.1.17 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.17 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.17 - - '@tailwindcss/postcss@4.1.15': + '@tailwindcss/oxide-android-arm64': 4.1.18 + '@tailwindcss/oxide-darwin-arm64': 4.1.18 + '@tailwindcss/oxide-darwin-x64': 4.1.18 + '@tailwindcss/oxide-freebsd-x64': 4.1.18 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.18 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.18 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.18 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.18 + '@tailwindcss/oxide-linux-x64-musl': 4.1.18 + '@tailwindcss/oxide-wasm32-wasi': 4.1.18 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.18 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.18 + + '@tailwindcss/postcss@4.1.18': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.1.15 - '@tailwindcss/oxide': 4.1.15 + '@tailwindcss/node': 4.1.18 + '@tailwindcss/oxide': 4.1.18 postcss: 8.5.6 - tailwindcss: 4.1.15 + tailwindcss: 4.1.18 - '@tailwindcss/vite@4.1.17(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': + '@tailwindcss/vite@4.1.18(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': dependencies: - '@tailwindcss/node': 4.1.17 - '@tailwindcss/oxide': 4.1.17 - tailwindcss: 4.1.17 + '@tailwindcss/node': 4.1.18 + '@tailwindcss/oxide': 4.1.18 + tailwindcss: 4.1.18 vite: 7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) '@tanstack/config@0.22.0(@types/node@22.10.2)(eslint@9.22.0(jiti@2.6.1))(rollup@4.52.5)(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': @@ -30439,7 +30178,7 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vercel/nft@0.29.4(encoding@0.1.13)(rollup@4.52.5)': + '@vercel/nft@0.29.4(rollup@4.52.5)': dependencies: '@mapbox/node-pre-gyp': 2.0.0(encoding@0.1.13) '@rollup/pluginutils': 5.1.4(rollup@4.52.5) @@ -30500,18 +30239,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': - dependencies: - '@babel/core': 7.28.5 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5) - '@rolldown/pluginutils': 1.0.0-beta.27 - '@types/babel__core': 7.20.5 - react-refresh: 0.17.0 - vite: 7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) - transitivePeerDependencies: - - supports-color - '@vitejs/plugin-react@4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.5 @@ -31254,8 +30981,6 @@ snapshots: tar-stream: 3.1.7 zip-stream: 6.0.1 - arg@5.0.2: {} - argparse@1.0.10: dependencies: sprintf-js: 1.0.3 @@ -31316,26 +31041,6 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.20(postcss@8.5.3): - dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001696 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.3 - postcss-value-parser: 4.2.0 - - autoprefixer@10.4.20(postcss@8.5.6): - dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001696 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.6 - postcss-value-parser: 4.2.0 - available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.1.0 @@ -31631,8 +31336,6 @@ snapshots: pascal-case: 3.1.2 tslib: 2.8.1 - camelcase-css@2.0.1: {} - caniuse-lite@1.0.30001696: {} caniuse-lite@1.0.30001760: {} @@ -31825,8 +31528,6 @@ snapshots: commander@2.20.3: {} - commander@4.1.1: {} - commander@8.3.0: {} comment-json@4.2.5: @@ -32314,12 +32015,8 @@ snapshots: dettle@1.0.5: {} - didyoumean@1.2.2: {} - diff@8.0.2: {} - dlv@1.1.3: {} - dns-packet@5.6.1: dependencies: '@leichtgewicht/ip-codec': 2.0.5 @@ -32462,7 +32159,7 @@ snapshots: enhanced-resolve@5.18.3: dependencies: graceful-fs: 4.2.11 - tapable: 2.2.1 + tapable: 2.3.0 enquirer@2.3.6: dependencies: @@ -33302,8 +32999,6 @@ snapshots: forwarded@0.2.0: {} - fraction.js@4.3.7: {} - framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: motion-dom: 11.18.1 @@ -34069,8 +33764,6 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jiti@1.21.7: {} - jiti@2.6.1: {} jju@1.4.0: {} @@ -34365,8 +34058,6 @@ snapshots: lilconfig@2.1.0: {} - lilconfig@3.1.3: {} - lines-and-columns@1.2.4: {} lines-and-columns@2.0.3: {} @@ -35045,8 +34736,6 @@ snapshots: normalize-path@3.0.0: {} - normalize-range@0.1.2: {} - npm-run-path@4.0.1: dependencies: path-key: 3.1.1 @@ -35125,8 +34814,6 @@ snapshots: object-assign@4.1.1: {} - object-hash@3.0.0: {} - object-inspect@1.13.3: {} object-is@1.1.6: @@ -35411,10 +35098,6 @@ snapshots: picoquery@2.5.0: {} - pify@2.3.0: {} - - pirates@4.0.7: {} - pkg-dir@4.2.0: dependencies: find-up: 4.1.0 @@ -35443,27 +35126,6 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-import@15.1.0(postcss@8.5.6): - dependencies: - postcss: 8.5.6 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.10 - - postcss-js@4.1.0(postcss@8.5.6): - dependencies: - camelcase-css: 2.0.1 - postcss: 8.5.6 - - postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.8.1): - dependencies: - lilconfig: 3.1.3 - optionalDependencies: - jiti: 1.21.7 - postcss: 8.5.6 - tsx: 4.20.3 - yaml: 2.8.1 - postcss-loader@8.2.0(@rspack/core@1.2.2(@swc/helpers@0.5.15))(postcss@8.5.6)(typescript@5.9.2)(webpack@5.97.1): dependencies: cosmiconfig: 9.0.0(typescript@5.9.2) @@ -35497,11 +35159,6 @@ snapshots: icss-utils: 5.1.0(postcss@8.5.6) postcss: 8.5.6 - postcss-nested@6.2.0(postcss@8.5.6): - dependencies: - postcss: 8.5.6 - postcss-selector-parser: 6.1.2 - postcss-selector-parser@6.1.2: dependencies: cssesc: 3.0.0 @@ -35859,10 +35516,6 @@ snapshots: react@19.2.0: {} - read-cache@1.0.0: - dependencies: - pify: 2.3.0 - read-package-up@11.0.0: dependencies: find-up-simple: 1.0.1 @@ -36643,16 +36296,6 @@ snapshots: stylis@4.2.0: {} - sucrase@3.35.0: - dependencies: - '@jridgewell/gen-mapping': 0.3.13 - commander: 4.1.1 - glob: 10.4.5 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.7 - ts-interface-checker: 0.1.13 - supports-color@10.0.0: {} supports-color@7.2.0: @@ -36698,39 +36341,7 @@ snapshots: tailwind-merge@2.6.0: {} - tailwindcss@3.4.18(tsx@4.20.3)(yaml@2.8.1): - dependencies: - '@alloc/quick-lru': 5.2.0 - arg: 5.0.2 - chokidar: 3.6.0 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.3 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.21.7 - lilconfig: 3.1.3 - micromatch: 4.0.8 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.1.1 - postcss: 8.5.6 - postcss-import: 15.1.0(postcss@8.5.6) - postcss-js: 4.1.0(postcss@8.5.6) - postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.6)(tsx@4.20.3)(yaml@2.8.1) - postcss-nested: 6.2.0(postcss@8.5.6) - postcss-selector-parser: 6.1.2 - resolve: 1.22.10 - sucrase: 3.35.0 - transitivePeerDependencies: - - tsx - - yaml - - tailwindcss@4.1.13: {} - - tailwindcss@4.1.15: {} - - tailwindcss@4.1.17: {} + tailwindcss@4.1.18: {} tapable@2.2.1: {} @@ -36925,8 +36536,6 @@ snapshots: picomatch: 4.0.3 typescript: 5.9.2 - ts-interface-checker@0.1.13: {} - ts-pattern@5.6.2: {} tsconfck@3.1.4(typescript@5.8.2): @@ -37421,17 +37030,6 @@ snapshots: - supports-color - typescript - vite-tsconfig-paths@5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)): - dependencies: - debug: 4.4.3 - globrex: 0.1.2 - tsconfck: 3.1.4(typescript@5.9.2) - optionalDependencies: - vite: 7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1) - transitivePeerDependencies: - - supports-color - - typescript - vite-tsconfig-paths@5.1.4(typescript@5.9.2)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)): dependencies: debug: 4.4.3 @@ -37443,23 +37041,6 @@ snapshots: - supports-color - typescript - vite@7.1.7(@types/node@22.10.2)(jiti@1.21.7)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1): - dependencies: - esbuild: 0.25.10 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.52.5 - tinyglobby: 0.2.15 - optionalDependencies: - '@types/node': 22.10.2 - fsevents: 2.3.3 - jiti: 1.21.7 - lightningcss: 1.30.2 - terser: 5.37.0 - tsx: 4.20.3 - yaml: 2.8.1 - vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1): dependencies: esbuild: 0.25.10 From 4e3d28d492ca151d5d70230da28459cf844e7daf Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 02:20:34 +0000 Subject: [PATCH 2/6] ci: apply automated fixes --- e2e/react-router/basic-file-based-code-splitting/vite.config.ts | 2 +- e2e/react-router/basic-file-based/vite.config.js | 2 +- e2e/react-router/basic-react-query-file-based/vite.config.js | 2 +- e2e/react-router/basic-react-query/vite.config.js | 2 +- e2e/react-router/basic-scroll-restoration/vite.config.js | 2 +- e2e/react-router/basic-virtual-file-based/vite.config.ts | 2 +- .../basic-virtual-named-export-config-file-based/vite.config.ts | 2 +- e2e/react-router/basic/vite.config.js | 2 +- e2e/react-router/generator-cli-only/vite.config.js | 2 +- e2e/react-router/js-only-file-based/vite.config.js | 2 +- e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js | 2 +- e2e/react-router/sentry-integration/vite.config.js | 2 +- e2e/react-router/view-transitions/vite.config.js | 2 +- e2e/react-start/basic-auth/vite.config.ts | 2 +- e2e/react-start/basic-cloudflare/vite.config.ts | 2 +- e2e/react-start/basic-react-query/vite.config.ts | 2 +- e2e/react-start/basic-rsc/package.json | 2 +- e2e/react-start/basic-rsc/vite.config.ts | 2 +- e2e/react-start/basic/vite.config.ts | 2 +- e2e/react-start/clerk-basic/vite.config.ts | 2 +- e2e/react-start/custom-basepath/vite.config.ts | 2 +- e2e/react-start/query-integration/vite.config.ts | 2 +- e2e/react-start/scroll-restoration/vite.config.ts | 2 +- e2e/react-start/selective-ssr/vite.config.ts | 2 +- e2e/react-start/serialization-adapters/vite.config.ts | 2 +- e2e/react-start/server-functions/vite.config.ts | 2 +- e2e/react-start/server-routes/vite.config.ts | 2 +- e2e/react-start/spa-mode/vite.config.ts | 2 +- e2e/react-start/virtual-routes/vite.config.ts | 2 +- e2e/react-start/website/vite.config.ts | 2 +- e2e/solid-router/basic-file-based-code-splitting/vite.config.ts | 2 +- e2e/solid-router/basic-file-based/vite.config.js | 2 +- e2e/solid-router/basic-scroll-restoration/vite.config.js | 2 +- e2e/solid-router/basic-solid-query-file-based/vite.config.js | 2 +- e2e/solid-router/basic-solid-query/vite.config.js | 2 +- e2e/solid-router/basic-virtual-file-based/vite.config.ts | 2 +- .../basic-virtual-named-export-config-file-based/vite.config.ts | 2 +- e2e/solid-router/basic/vite.config.js | 2 +- e2e/solid-router/generator-cli-only/vite.config.js | 2 +- e2e/solid-router/js-only-file-based/vite.config.js | 2 +- e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js | 2 +- e2e/solid-router/sentry-integration/vite.config.js | 2 +- e2e/solid-router/view-transitions/vite.config.js | 2 +- e2e/solid-start/basic-auth/vite.config.ts | 2 +- e2e/solid-start/basic-cloudflare/vite.config.ts | 2 +- e2e/solid-start/basic-solid-query/vite.config.ts | 2 +- e2e/solid-start/basic/vite.config.ts | 2 +- e2e/solid-start/custom-basepath/vite.config.ts | 2 +- e2e/solid-start/query-integration/vite.config.ts | 2 +- e2e/solid-start/scroll-restoration/vite.config.ts | 2 +- e2e/solid-start/selective-ssr/vite.config.ts | 2 +- e2e/solid-start/serialization-adapters/vite.config.ts | 2 +- e2e/solid-start/server-functions/vite.config.ts | 2 +- e2e/solid-start/server-routes/vite.config.ts | 2 +- e2e/solid-start/spa-mode/vite.config.ts | 2 +- e2e/solid-start/virtual-routes/vite.config.ts | 2 +- e2e/solid-start/website/vite.config.ts | 2 +- e2e/vue-router/basepath-file-based/vite.config.js | 2 +- e2e/vue-router/basic-file-based-jsx/vite.config.ts | 2 +- e2e/vue-router/basic-file-based-sfc/vite.config.ts | 2 +- e2e/vue-router/basic-scroll-restoration/vite.config.js | 2 +- e2e/vue-router/basic-virtual-file-based/vite.config.ts | 2 +- .../basic-virtual-named-export-config-file-based/vite.config.ts | 2 +- e2e/vue-router/basic-vue-query-file-based/vite.config.js | 2 +- e2e/vue-router/basic-vue-query/vite.config.js | 2 +- e2e/vue-router/basic/vite.config.js | 2 +- e2e/vue-router/generator-cli-only/vite.config.js | 2 +- e2e/vue-router/js-only-file-based/vite.config.js | 2 +- e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js | 2 +- e2e/vue-router/sentry-integration/vite.config.js | 2 +- e2e/vue-router/view-transitions/vite.config.js | 2 +- e2e/vue-start/basic-auth/vite.config.ts | 2 +- e2e/vue-start/basic-cloudflare/vite.config.ts | 2 +- e2e/vue-start/basic-vue-query/vite.config.ts | 2 +- e2e/vue-start/basic/vite.config.ts | 2 +- e2e/vue-start/custom-basepath/vite.config.ts | 2 +- e2e/vue-start/query-integration/vite.config.ts | 2 +- e2e/vue-start/scroll-restoration/vite.config.ts | 2 +- e2e/vue-start/selective-ssr/vite.config.ts | 2 +- e2e/vue-start/serialization-adapters/vite.config.ts | 2 +- e2e/vue-start/server-functions/vite.config.ts | 2 +- e2e/vue-start/server-routes/vite.config.ts | 2 +- e2e/vue-start/spa-mode/vite.config.ts | 2 +- e2e/vue-start/virtual-routes/vite.config.ts | 2 +- e2e/vue-start/website/vite.config.ts | 2 +- examples/react/authenticated-routes-firebase/vite.config.js | 2 +- examples/react/authenticated-routes/vite.config.js | 2 +- examples/react/basic-default-search-params/vite.config.js | 2 +- examples/react/basic-devtools-panel/vite.config.js | 2 +- examples/react/basic-file-based/vite.config.js | 2 +- examples/react/basic-non-nested-devtools/vite.config.js | 2 +- examples/react/basic-react-query-file-based/vite.config.js | 2 +- examples/react/basic-react-query/vite.config.js | 2 +- examples/react/basic-virtual-file-based/vite.config.ts | 2 +- examples/react/basic-virtual-inside-file-based/vite.config.ts | 2 +- examples/react/basic/vite.config.js | 2 +- examples/react/deferred-data/vite.config.js | 2 +- examples/react/kitchen-sink-file-based/vite.config.js | 2 +- .../react/kitchen-sink-react-query-file-based/vite.config.js | 2 +- examples/react/kitchen-sink-react-query/vite.config.js | 2 +- examples/react/kitchen-sink/vite.config.js | 2 +- examples/react/large-file-based/vite.config.js | 2 +- examples/react/location-masking/vite.config.js | 2 +- examples/react/navigation-blocking/vite.config.js | 2 +- examples/react/quickstart-file-based/vite.config.js | 2 +- examples/react/quickstart/vite.config.js | 2 +- .../router-monorepo-react-query/packages/app/vite.config.ts | 2 +- .../router-monorepo-simple-lazy/packages/app/vite.config.ts | 2 +- .../react/router-monorepo-simple/packages/app/vite.config.ts | 2 +- examples/react/scroll-restoration/vite.config.js | 2 +- examples/react/search-validator-adapters/vite.config.ts | 2 +- examples/react/start-basic-auth/vite.config.ts | 2 +- examples/react/start-basic-authjs/vite.config.ts | 2 +- examples/react/start-basic-cloudflare/vite.config.ts | 2 +- examples/react/start-basic-react-query/vite.config.ts | 2 +- examples/react/start-basic-rsc/vite.config.ts | 2 +- examples/react/start-basic-static/vite.config.ts | 2 +- examples/react/start-basic/vite.config.ts | 2 +- examples/react/start-clerk-basic/vite.config.ts | 2 +- examples/react/start-convex-trellaux/vite.config.ts | 2 +- examples/react/start-large/vite.config.ts | 2 +- examples/react/start-supabase-basic/vite.config.ts | 2 +- examples/react/start-trellaux/vite.config.ts | 2 +- examples/react/view-transitions/vite.config.js | 2 +- examples/react/with-framer-motion/vite.config.js | 2 +- examples/react/with-trpc-react-query/vite.config.ts | 2 +- examples/react/with-trpc/vite.config.ts | 2 +- examples/solid/authenticated-routes-firebase/vite.config.js | 2 +- examples/solid/authenticated-routes/vite.config.js | 2 +- examples/solid/basic-default-search-params/vite.config.js | 2 +- examples/solid/basic-devtools-panel/vite.config.js | 2 +- examples/solid/basic-file-based/vite.config.js | 2 +- examples/solid/basic-non-nested-devtools/vite.config.js | 2 +- examples/solid/basic-solid-query-file-based/vite.config.js | 2 +- examples/solid/basic-solid-query/vite.config.js | 2 +- examples/solid/basic-ssr-streaming-file-based/vite.config.js | 2 +- examples/solid/basic-virtual-file-based/vite.config.ts | 2 +- examples/solid/basic-virtual-inside-file-based/vite.config.ts | 2 +- examples/solid/basic/vite.config.js | 2 +- examples/solid/deferred-data/vite.config.js | 2 +- examples/solid/kitchen-sink-file-based/vite.config.js | 2 +- .../solid/kitchen-sink-solid-query-file-based/vite.config.js | 2 +- examples/solid/kitchen-sink-solid-query/vite.config.js | 2 +- examples/solid/kitchen-sink/vite.config.js | 2 +- examples/solid/large-file-based/vite.config.js | 2 +- examples/solid/location-masking/vite.config.js | 2 +- examples/solid/navigation-blocking/vite.config.js | 2 +- examples/solid/quickstart-file-based/vite.config.js | 2 +- examples/solid/quickstart/vite.config.js | 2 +- .../router-monorepo-simple-lazy/packages/app/vite.config.ts | 2 +- .../solid/router-monorepo-simple/packages/app/vite.config.ts | 2 +- .../router-monorepo-solid-query/packages/app/vite.config.ts | 2 +- examples/solid/scroll-restoration/vite.config.js | 2 +- examples/solid/search-validator-adapters/vite.config.ts | 2 +- examples/solid/start-basic-auth/vite.config.ts | 2 +- examples/solid/start-basic-authjs/vite.config.ts | 2 +- examples/solid/start-basic-cloudflare/vite.config.ts | 2 +- examples/solid/start-basic-netlify/vite.config.ts | 2 +- examples/solid/start-basic-nitro/vite.config.ts | 2 +- examples/solid/start-basic-solid-query/vite.config.ts | 2 +- examples/solid/start-basic-static/vite.config.ts | 2 +- examples/solid/start-basic/vite.config.ts | 2 +- examples/solid/start-large/vite.config.ts | 2 +- examples/solid/start-supabase-basic/vite.config.ts | 2 +- examples/solid/start-tailwind-v4/vite.config.ts | 2 +- examples/solid/view-transitions/vite.config.js | 2 +- examples/solid/with-framer-motion/vite.config.js | 2 +- examples/solid/with-trpc/vite.config.ts | 2 +- examples/vue/basic-file-based-jsx/vite.config.ts | 2 +- examples/vue/basic-file-based-sfc/vite.config.ts | 2 +- examples/vue/basic/vite.config.js | 2 +- 171 files changed, 171 insertions(+), 171 deletions(-) diff --git a/e2e/react-router/basic-file-based-code-splitting/vite.config.ts b/e2e/react-router/basic-file-based-code-splitting/vite.config.ts index f7a3f59415..47acfe5286 100644 --- a/e2e/react-router/basic-file-based-code-splitting/vite.config.ts +++ b/e2e/react-router/basic-file-based-code-splitting/vite.config.ts @@ -40,4 +40,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-file-based/vite.config.js b/e2e/react-router/basic-file-based/vite.config.js index 210597b1f7..a3def84e28 100644 --- a/e2e/react-router/basic-file-based/vite.config.js +++ b/e2e/react-router/basic-file-based/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-react-query-file-based/vite.config.js b/e2e/react-router/basic-react-query-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/e2e/react-router/basic-react-query-file-based/vite.config.js +++ b/e2e/react-router/basic-react-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-react-query/vite.config.js b/e2e/react-router/basic-react-query/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/e2e/react-router/basic-react-query/vite.config.js +++ b/e2e/react-router/basic-react-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-scroll-restoration/vite.config.js b/e2e/react-router/basic-scroll-restoration/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/e2e/react-router/basic-scroll-restoration/vite.config.js +++ b/e2e/react-router/basic-scroll-restoration/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-virtual-file-based/vite.config.ts b/e2e/react-router/basic-virtual-file-based/vite.config.ts index d52f8b666f..269dcfa975 100644 --- a/e2e/react-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/react-router/basic-virtual-file-based/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts index 1fe835a91f..c3c3510479 100644 --- a/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/react-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/basic/vite.config.js b/e2e/react-router/basic/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/e2e/react-router/basic/vite.config.js +++ b/e2e/react-router/basic/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/generator-cli-only/vite.config.js b/e2e/react-router/generator-cli-only/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/e2e/react-router/generator-cli-only/vite.config.js +++ b/e2e/react-router/generator-cli-only/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/js-only-file-based/vite.config.js b/e2e/react-router/js-only-file-based/vite.config.js index 0a5f8a96f6..db4a4f7edf 100644 --- a/e2e/react-router/js-only-file-based/vite.config.js +++ b/e2e/react-router/js-only-file-based/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js index da53beffa4..39e3bb69c2 100644 --- a/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/react-router/scroll-restoration-sandbox-vite/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), tanstackRouter({ target: 'react' }), react()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/sentry-integration/vite.config.js b/e2e/react-router/sentry-integration/vite.config.js index 11d01b4f0f..d123e60865 100644 --- a/e2e/react-router/sentry-integration/vite.config.js +++ b/e2e/react-router/sentry-integration/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react(), sentryVitePlugin()], -}) \ No newline at end of file +}) diff --git a/e2e/react-router/view-transitions/vite.config.js b/e2e/react-router/view-transitions/vite.config.js index 9735bcdb70..e6a8f48b5f 100644 --- a/e2e/react-router/view-transitions/vite.config.js +++ b/e2e/react-router/view-transitions/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/basic-auth/vite.config.ts b/e2e/react-start/basic-auth/vite.config.ts index e606152a1c..3e946e6645 100644 --- a/e2e/react-start/basic-auth/vite.config.ts +++ b/e2e/react-start/basic-auth/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/basic-cloudflare/vite.config.ts b/e2e/react-start/basic-cloudflare/vite.config.ts index 8f734d0eeb..06543fc07c 100644 --- a/e2e/react-start/basic-cloudflare/vite.config.ts +++ b/e2e/react-start/basic-cloudflare/vite.config.ts @@ -20,4 +20,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/basic-react-query/vite.config.ts b/e2e/react-start/basic-react-query/vite.config.ts index e606152a1c..3e946e6645 100644 --- a/e2e/react-start/basic-react-query/vite.config.ts +++ b/e2e/react-start/basic-react-query/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/basic-rsc/package.json b/e2e/react-start/basic-rsc/package.json index e793d58532..9f363b8369 100644 --- a/e2e/react-start/basic-rsc/package.json +++ b/e2e/react-start/basic-rsc/package.json @@ -23,7 +23,7 @@ "@tailwindcss/vite": "^4.1.18", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/basic-rsc/vite.config.ts b/e2e/react-start/basic-rsc/vite.config.ts index e606152a1c..3e946e6645 100644 --- a/e2e/react-start/basic-rsc/vite.config.ts +++ b/e2e/react-start/basic-rsc/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/basic/vite.config.ts b/e2e/react-start/basic/vite.config.ts index 8461fc34f9..944dfecc76 100644 --- a/e2e/react-start/basic/vite.config.ts +++ b/e2e/react-start/basic/vite.config.ts @@ -43,4 +43,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/clerk-basic/vite.config.ts b/e2e/react-start/clerk-basic/vite.config.ts index e606152a1c..3e946e6645 100644 --- a/e2e/react-start/clerk-basic/vite.config.ts +++ b/e2e/react-start/clerk-basic/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/custom-basepath/vite.config.ts b/e2e/react-start/custom-basepath/vite.config.ts index bd5a69dc58..75559f50a1 100644 --- a/e2e/react-start/custom-basepath/vite.config.ts +++ b/e2e/react-start/custom-basepath/vite.config.ts @@ -19,4 +19,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/query-integration/vite.config.ts b/e2e/react-start/query-integration/vite.config.ts index 08c1ad32ab..03a66b9a32 100644 --- a/e2e/react-start/query-integration/vite.config.ts +++ b/e2e/react-start/query-integration/vite.config.ts @@ -11,4 +11,4 @@ export default defineConfig({ }), tanstackStart(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/scroll-restoration/vite.config.ts b/e2e/react-start/scroll-restoration/vite.config.ts index 65c77fc315..a9ba4b9663 100644 --- a/e2e/react-start/scroll-restoration/vite.config.ts +++ b/e2e/react-start/scroll-restoration/vite.config.ts @@ -11,4 +11,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/selective-ssr/vite.config.ts b/e2e/react-start/selective-ssr/vite.config.ts index 56aa544c21..28c433b03b 100644 --- a/e2e/react-start/selective-ssr/vite.config.ts +++ b/e2e/react-start/selective-ssr/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/serialization-adapters/vite.config.ts b/e2e/react-start/serialization-adapters/vite.config.ts index 56aa544c21..28c433b03b 100644 --- a/e2e/react-start/serialization-adapters/vite.config.ts +++ b/e2e/react-start/serialization-adapters/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/server-functions/vite.config.ts b/e2e/react-start/server-functions/vite.config.ts index 71071a0e43..4b7107f0b5 100644 --- a/e2e/react-start/server-functions/vite.config.ts +++ b/e2e/react-start/server-functions/vite.config.ts @@ -26,4 +26,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/server-routes/vite.config.ts b/e2e/react-start/server-routes/vite.config.ts index e606152a1c..3e946e6645 100644 --- a/e2e/react-start/server-routes/vite.config.ts +++ b/e2e/react-start/server-routes/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/spa-mode/vite.config.ts b/e2e/react-start/spa-mode/vite.config.ts index cb774cdd87..0c4b8edaf2 100644 --- a/e2e/react-start/spa-mode/vite.config.ts +++ b/e2e/react-start/spa-mode/vite.config.ts @@ -27,4 +27,4 @@ export default defineConfig({ ], }), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/virtual-routes/vite.config.ts b/e2e/react-start/virtual-routes/vite.config.ts index d00d3043bb..7ee0e86424 100644 --- a/e2e/react-start/virtual-routes/vite.config.ts +++ b/e2e/react-start/virtual-routes/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ }, }), ], -}) \ No newline at end of file +}) diff --git a/e2e/react-start/website/vite.config.ts b/e2e/react-start/website/vite.config.ts index 19f8c9c117..1f54ff91c1 100644 --- a/e2e/react-start/website/vite.config.ts +++ b/e2e/react-start/website/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts b/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts index 14188cb5ff..a8f02c0015 100644 --- a/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts +++ b/e2e/solid-router/basic-file-based-code-splitting/vite.config.ts @@ -28,4 +28,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-file-based/vite.config.js b/e2e/solid-router/basic-file-based/vite.config.js index 846287da67..bfd3a0404e 100644 --- a/e2e/solid-router/basic-file-based/vite.config.js +++ b/e2e/solid-router/basic-file-based/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-scroll-restoration/vite.config.js b/e2e/solid-router/basic-scroll-restoration/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/e2e/solid-router/basic-scroll-restoration/vite.config.js +++ b/e2e/solid-router/basic-scroll-restoration/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-solid-query-file-based/vite.config.js b/e2e/solid-router/basic-solid-query-file-based/vite.config.js index 5a8aa3ded3..95863b470a 100644 --- a/e2e/solid-router/basic-solid-query-file-based/vite.config.js +++ b/e2e/solid-router/basic-solid-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-solid-query/vite.config.js b/e2e/solid-router/basic-solid-query/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/e2e/solid-router/basic-solid-query/vite.config.js +++ b/e2e/solid-router/basic-solid-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-virtual-file-based/vite.config.ts b/e2e/solid-router/basic-virtual-file-based/vite.config.ts index 3b6dca56f6..275998d9cb 100644 --- a/e2e/solid-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/solid-router/basic-virtual-file-based/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts index dbcbb08d51..c13227d733 100644 --- a/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/solid-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/basic/vite.config.js b/e2e/solid-router/basic/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/e2e/solid-router/basic/vite.config.js +++ b/e2e/solid-router/basic/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/generator-cli-only/vite.config.js b/e2e/solid-router/generator-cli-only/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/e2e/solid-router/generator-cli-only/vite.config.js +++ b/e2e/solid-router/generator-cli-only/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/js-only-file-based/vite.config.js b/e2e/solid-router/js-only-file-based/vite.config.js index 53b7def47d..ee3b365449 100644 --- a/e2e/solid-router/js-only-file-based/vite.config.js +++ b/e2e/solid-router/js-only-file-based/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js index b543490cee..e3329b79f3 100644 --- a/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/solid-router/scroll-restoration-sandbox-vite/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), tanstackRouter({ target: 'solid' }), solid()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/sentry-integration/vite.config.js b/e2e/solid-router/sentry-integration/vite.config.js index a24b18990b..0ed7f0290c 100644 --- a/e2e/solid-router/sentry-integration/vite.config.js +++ b/e2e/solid-router/sentry-integration/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid(), sentryVitePlugin()], -}) \ No newline at end of file +}) diff --git a/e2e/solid-router/view-transitions/vite.config.js b/e2e/solid-router/view-transitions/vite.config.js index 218ae3478f..79454008ba 100644 --- a/e2e/solid-router/view-transitions/vite.config.js +++ b/e2e/solid-router/view-transitions/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/basic-auth/vite.config.ts b/e2e/solid-start/basic-auth/vite.config.ts index 2027c9a153..bbcef8fbc2 100644 --- a/e2e/solid-start/basic-auth/vite.config.ts +++ b/e2e/solid-start/basic-auth/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/basic-cloudflare/vite.config.ts b/e2e/solid-start/basic-cloudflare/vite.config.ts index e75fb7e4ba..9c3e31ca19 100644 --- a/e2e/solid-start/basic-cloudflare/vite.config.ts +++ b/e2e/solid-start/basic-cloudflare/vite.config.ts @@ -20,4 +20,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/basic-solid-query/vite.config.ts b/e2e/solid-start/basic-solid-query/vite.config.ts index 84ff891a94..e2a51af5af 100644 --- a/e2e/solid-start/basic-solid-query/vite.config.ts +++ b/e2e/solid-start/basic-solid-query/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), solid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/basic/vite.config.ts b/e2e/solid-start/basic/vite.config.ts index ba4177344f..28b1f563b6 100644 --- a/e2e/solid-start/basic/vite.config.ts +++ b/e2e/solid-start/basic/vite.config.ts @@ -45,4 +45,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/custom-basepath/vite.config.ts b/e2e/solid-start/custom-basepath/vite.config.ts index a7d08d1f66..bbc8fea101 100644 --- a/e2e/solid-start/custom-basepath/vite.config.ts +++ b/e2e/solid-start/custom-basepath/vite.config.ts @@ -17,4 +17,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/query-integration/vite.config.ts b/e2e/solid-start/query-integration/vite.config.ts index 84ff891a94..e2a51af5af 100644 --- a/e2e/solid-start/query-integration/vite.config.ts +++ b/e2e/solid-start/query-integration/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), solid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/scroll-restoration/vite.config.ts b/e2e/solid-start/scroll-restoration/vite.config.ts index 2231bd41d0..a2acc7463c 100644 --- a/e2e/solid-start/scroll-restoration/vite.config.ts +++ b/e2e/solid-start/scroll-restoration/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/selective-ssr/vite.config.ts b/e2e/solid-start/selective-ssr/vite.config.ts index efbe342254..93d8067312 100644 --- a/e2e/solid-start/selective-ssr/vite.config.ts +++ b/e2e/solid-start/selective-ssr/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/serialization-adapters/vite.config.ts b/e2e/solid-start/serialization-adapters/vite.config.ts index efbe342254..93d8067312 100644 --- a/e2e/solid-start/serialization-adapters/vite.config.ts +++ b/e2e/solid-start/serialization-adapters/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/server-functions/vite.config.ts b/e2e/solid-start/server-functions/vite.config.ts index 9571396eb8..bfa5d37ac4 100644 --- a/e2e/solid-start/server-functions/vite.config.ts +++ b/e2e/solid-start/server-functions/vite.config.ts @@ -29,4 +29,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/server-routes/vite.config.ts b/e2e/solid-start/server-routes/vite.config.ts index 2231bd41d0..a2acc7463c 100644 --- a/e2e/solid-start/server-routes/vite.config.ts +++ b/e2e/solid-start/server-routes/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/spa-mode/vite.config.ts b/e2e/solid-start/spa-mode/vite.config.ts index 4fb4060917..9132080706 100644 --- a/e2e/solid-start/spa-mode/vite.config.ts +++ b/e2e/solid-start/spa-mode/vite.config.ts @@ -30,4 +30,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/virtual-routes/vite.config.ts b/e2e/solid-start/virtual-routes/vite.config.ts index 6157d6d11c..3909f872b8 100644 --- a/e2e/solid-start/virtual-routes/vite.config.ts +++ b/e2e/solid-start/virtual-routes/vite.config.ts @@ -20,4 +20,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/solid-start/website/vite.config.ts b/e2e/solid-start/website/vite.config.ts index 2231bd41d0..a2acc7463c 100644 --- a/e2e/solid-start/website/vite.config.ts +++ b/e2e/solid-start/website/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basepath-file-based/vite.config.js b/e2e/vue-router/basepath-file-based/vite.config.js index 40cd8e4c32..baab325d8c 100644 --- a/e2e/vue-router/basepath-file-based/vite.config.js +++ b/e2e/vue-router/basepath-file-based/vite.config.js @@ -16,4 +16,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-file-based-jsx/vite.config.ts b/e2e/vue-router/basic-file-based-jsx/vite.config.ts index fdef16637b..466772973f 100644 --- a/e2e/vue-router/basic-file-based-jsx/vite.config.ts +++ b/e2e/vue-router/basic-file-based-jsx/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-file-based-sfc/vite.config.ts b/e2e/vue-router/basic-file-based-sfc/vite.config.ts index fdef16637b..466772973f 100644 --- a/e2e/vue-router/basic-file-based-sfc/vite.config.ts +++ b/e2e/vue-router/basic-file-based-sfc/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-scroll-restoration/vite.config.js b/e2e/vue-router/basic-scroll-restoration/vite.config.js index e23a9efc41..e221c1e0e9 100644 --- a/e2e/vue-router/basic-scroll-restoration/vite.config.js +++ b/e2e/vue-router/basic-scroll-restoration/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vue(), vueJsx()], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-virtual-file-based/vite.config.ts b/e2e/vue-router/basic-virtual-file-based/vite.config.ts index e1608fbd70..50924307e6 100644 --- a/e2e/vue-router/basic-virtual-file-based/vite.config.ts +++ b/e2e/vue-router/basic-virtual-file-based/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts b/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts index 5ac3a2d8e9..a5ba51ea2f 100644 --- a/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts +++ b/e2e/vue-router/basic-virtual-named-export-config-file-based/vite.config.ts @@ -17,4 +17,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-vue-query-file-based/vite.config.js b/e2e/vue-router/basic-vue-query-file-based/vite.config.js index fb5822c3f8..988a2fd1f3 100644 --- a/e2e/vue-router/basic-vue-query-file-based/vite.config.js +++ b/e2e/vue-router/basic-vue-query-file-based/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic-vue-query/vite.config.js b/e2e/vue-router/basic-vue-query/vite.config.js index e23a9efc41..e221c1e0e9 100644 --- a/e2e/vue-router/basic-vue-query/vite.config.js +++ b/e2e/vue-router/basic-vue-query/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vue(), vueJsx()], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/basic/vite.config.js b/e2e/vue-router/basic/vite.config.js index 5e1041d0b5..3fc6f92c0c 100644 --- a/e2e/vue-router/basic/vite.config.js +++ b/e2e/vue-router/basic/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vueJsx()], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/generator-cli-only/vite.config.js b/e2e/vue-router/generator-cli-only/vite.config.js index e23a9efc41..e221c1e0e9 100644 --- a/e2e/vue-router/generator-cli-only/vite.config.js +++ b/e2e/vue-router/generator-cli-only/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vue(), vueJsx()], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/js-only-file-based/vite.config.js b/e2e/vue-router/js-only-file-based/vite.config.js index fb5822c3f8..988a2fd1f3 100644 --- a/e2e/vue-router/js-only-file-based/vite.config.js +++ b/e2e/vue-router/js-only-file-based/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js b/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js index fb5822c3f8..988a2fd1f3 100644 --- a/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js +++ b/e2e/vue-router/scroll-restoration-sandbox-vite/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/sentry-integration/vite.config.js b/e2e/vue-router/sentry-integration/vite.config.js index d75b9cd438..e095e1900a 100644 --- a/e2e/vue-router/sentry-integration/vite.config.js +++ b/e2e/vue-router/sentry-integration/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vueJsx(), sentryVitePlugin()], -}) \ No newline at end of file +}) diff --git a/e2e/vue-router/view-transitions/vite.config.js b/e2e/vue-router/view-transitions/vite.config.js index fb5822c3f8..988a2fd1f3 100644 --- a/e2e/vue-router/view-transitions/vite.config.js +++ b/e2e/vue-router/view-transitions/vite.config.js @@ -12,4 +12,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/basic-auth/vite.config.ts b/e2e/vue-start/basic-auth/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/basic-auth/vite.config.ts +++ b/e2e/vue-start/basic-auth/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/basic-cloudflare/vite.config.ts b/e2e/vue-start/basic-cloudflare/vite.config.ts index be7391e460..fa484701ec 100644 --- a/e2e/vue-start/basic-cloudflare/vite.config.ts +++ b/e2e/vue-start/basic-cloudflare/vite.config.ts @@ -25,4 +25,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/basic-vue-query/vite.config.ts b/e2e/vue-start/basic-vue-query/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/basic-vue-query/vite.config.ts +++ b/e2e/vue-start/basic-vue-query/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/basic/vite.config.ts b/e2e/vue-start/basic/vite.config.ts index 38f30a1c7a..0da7494f18 100644 --- a/e2e/vue-start/basic/vite.config.ts +++ b/e2e/vue-start/basic/vite.config.ts @@ -45,4 +45,4 @@ export default defineConfig({ }), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/custom-basepath/vite.config.ts b/e2e/vue-start/custom-basepath/vite.config.ts index 7adc69d9be..4d6e769fe8 100644 --- a/e2e/vue-start/custom-basepath/vite.config.ts +++ b/e2e/vue-start/custom-basepath/vite.config.ts @@ -19,4 +19,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/query-integration/vite.config.ts b/e2e/vue-start/query-integration/vite.config.ts index 18cb6bc6fb..0c5b29b394 100644 --- a/e2e/vue-start/query-integration/vite.config.ts +++ b/e2e/vue-start/query-integration/vite.config.ts @@ -13,4 +13,4 @@ export default defineConfig({ tanstackStart(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/scroll-restoration/vite.config.ts b/e2e/vue-start/scroll-restoration/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/scroll-restoration/vite.config.ts +++ b/e2e/vue-start/scroll-restoration/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/selective-ssr/vite.config.ts b/e2e/vue-start/selective-ssr/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/selective-ssr/vite.config.ts +++ b/e2e/vue-start/selective-ssr/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/serialization-adapters/vite.config.ts b/e2e/vue-start/serialization-adapters/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/serialization-adapters/vite.config.ts +++ b/e2e/vue-start/serialization-adapters/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/server-functions/vite.config.ts b/e2e/vue-start/server-functions/vite.config.ts index 3ee8dd8a37..d78d02d4c0 100644 --- a/e2e/vue-start/server-functions/vite.config.ts +++ b/e2e/vue-start/server-functions/vite.config.ts @@ -31,4 +31,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/server-routes/vite.config.ts b/e2e/vue-start/server-routes/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/server-routes/vite.config.ts +++ b/e2e/vue-start/server-routes/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/spa-mode/vite.config.ts b/e2e/vue-start/spa-mode/vite.config.ts index 0aaec4aa75..c7c7cc8baa 100644 --- a/e2e/vue-start/spa-mode/vite.config.ts +++ b/e2e/vue-start/spa-mode/vite.config.ts @@ -32,4 +32,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/virtual-routes/vite.config.ts b/e2e/vue-start/virtual-routes/vite.config.ts index 335583e4ae..5c8f24488d 100644 --- a/e2e/vue-start/virtual-routes/vite.config.ts +++ b/e2e/vue-start/virtual-routes/vite.config.ts @@ -22,4 +22,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/e2e/vue-start/website/vite.config.ts b/e2e/vue-start/website/vite.config.ts index 3867b55ce7..e0b4a0e909 100644 --- a/e2e/vue-start/website/vite.config.ts +++ b/e2e/vue-start/website/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/authenticated-routes-firebase/vite.config.js b/examples/react/authenticated-routes-firebase/vite.config.js index 9735bcdb70..e6a8f48b5f 100644 --- a/examples/react/authenticated-routes-firebase/vite.config.js +++ b/examples/react/authenticated-routes-firebase/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/authenticated-routes/vite.config.js b/examples/react/authenticated-routes/vite.config.js index 9735bcdb70..e6a8f48b5f 100644 --- a/examples/react/authenticated-routes/vite.config.js +++ b/examples/react/authenticated-routes/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-default-search-params/vite.config.js b/examples/react/basic-default-search-params/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/basic-default-search-params/vite.config.js +++ b/examples/react/basic-default-search-params/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-devtools-panel/vite.config.js b/examples/react/basic-devtools-panel/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/basic-devtools-panel/vite.config.js +++ b/examples/react/basic-devtools-panel/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-file-based/vite.config.js b/examples/react/basic-file-based/vite.config.js index 9735bcdb70..e6a8f48b5f 100644 --- a/examples/react/basic-file-based/vite.config.js +++ b/examples/react/basic-file-based/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-non-nested-devtools/vite.config.js b/examples/react/basic-non-nested-devtools/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/basic-non-nested-devtools/vite.config.js +++ b/examples/react/basic-non-nested-devtools/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-react-query-file-based/vite.config.js b/examples/react/basic-react-query-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/examples/react/basic-react-query-file-based/vite.config.js +++ b/examples/react/basic-react-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-react-query/vite.config.js b/examples/react/basic-react-query/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/basic-react-query/vite.config.js +++ b/examples/react/basic-react-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-virtual-file-based/vite.config.ts b/examples/react/basic-virtual-file-based/vite.config.ts index 1fe835a91f..c3c3510479 100644 --- a/examples/react/basic-virtual-file-based/vite.config.ts +++ b/examples/react/basic-virtual-file-based/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/basic-virtual-inside-file-based/vite.config.ts b/examples/react/basic-virtual-inside-file-based/vite.config.ts index 76bfdaffed..9630396b91 100644 --- a/examples/react/basic-virtual-inside-file-based/vite.config.ts +++ b/examples/react/basic-virtual-inside-file-based/vite.config.ts @@ -14,4 +14,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/basic/vite.config.js b/examples/react/basic/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/basic/vite.config.js +++ b/examples/react/basic/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/deferred-data/vite.config.js b/examples/react/deferred-data/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/deferred-data/vite.config.js +++ b/examples/react/deferred-data/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/kitchen-sink-file-based/vite.config.js b/examples/react/kitchen-sink-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/examples/react/kitchen-sink-file-based/vite.config.js +++ b/examples/react/kitchen-sink-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/kitchen-sink-react-query-file-based/vite.config.js b/examples/react/kitchen-sink-react-query-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/examples/react/kitchen-sink-react-query-file-based/vite.config.js +++ b/examples/react/kitchen-sink-react-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/kitchen-sink-react-query/vite.config.js b/examples/react/kitchen-sink-react-query/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/kitchen-sink-react-query/vite.config.js +++ b/examples/react/kitchen-sink-react-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/kitchen-sink/vite.config.js b/examples/react/kitchen-sink/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/kitchen-sink/vite.config.js +++ b/examples/react/kitchen-sink/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/large-file-based/vite.config.js b/examples/react/large-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/examples/react/large-file-based/vite.config.js +++ b/examples/react/large-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/location-masking/vite.config.js b/examples/react/location-masking/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/location-masking/vite.config.js +++ b/examples/react/location-masking/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/navigation-blocking/vite.config.js b/examples/react/navigation-blocking/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/navigation-blocking/vite.config.js +++ b/examples/react/navigation-blocking/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/quickstart-file-based/vite.config.js b/examples/react/quickstart-file-based/vite.config.js index 3b3914d0e5..ce5fc59483 100644 --- a/examples/react/quickstart-file-based/vite.config.js +++ b/examples/react/quickstart-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'react', autoCodeSplitting: true }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/quickstart/vite.config.js b/examples/react/quickstart/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/quickstart/vite.config.js +++ b/examples/react/quickstart/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/router-monorepo-react-query/packages/app/vite.config.ts b/examples/react/router-monorepo-react-query/packages/app/vite.config.ts index e95827e8bc..493a44fbca 100644 --- a/examples/react/router-monorepo-react-query/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-react-query/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts b/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts index e95827e8bc..493a44fbca 100644 --- a/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-simple-lazy/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/react/router-monorepo-simple/packages/app/vite.config.ts b/examples/react/router-monorepo-simple/packages/app/vite.config.ts index e95827e8bc..493a44fbca 100644 --- a/examples/react/router-monorepo-simple/packages/app/vite.config.ts +++ b/examples/react/router-monorepo-simple/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/react/scroll-restoration/vite.config.js b/examples/react/scroll-restoration/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/scroll-restoration/vite.config.js +++ b/examples/react/scroll-restoration/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/search-validator-adapters/vite.config.ts b/examples/react/search-validator-adapters/vite.config.ts index 381d3f0923..f4a9fa4f26 100644 --- a/examples/react/search-validator-adapters/vite.config.ts +++ b/examples/react/search-validator-adapters/vite.config.ts @@ -21,4 +21,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-auth/vite.config.ts b/examples/react/start-basic-auth/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-basic-auth/vite.config.ts +++ b/examples/react/start-basic-auth/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-authjs/vite.config.ts b/examples/react/start-basic-authjs/vite.config.ts index 75aa995af1..e6d0520565 100644 --- a/examples/react/start-basic-authjs/vite.config.ts +++ b/examples/react/start-basic-authjs/vite.config.ts @@ -17,4 +17,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-cloudflare/vite.config.ts b/examples/react/start-basic-cloudflare/vite.config.ts index e7e64ab74e..93f3950880 100644 --- a/examples/react/start-basic-cloudflare/vite.config.ts +++ b/examples/react/start-basic-cloudflare/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-react-query/vite.config.ts b/examples/react/start-basic-react-query/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-basic-react-query/vite.config.ts +++ b/examples/react/start-basic-react-query/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-rsc/vite.config.ts b/examples/react/start-basic-rsc/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-basic-rsc/vite.config.ts +++ b/examples/react/start-basic-rsc/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic-static/vite.config.ts b/examples/react/start-basic-static/vite.config.ts index ccfc5601af..b7eb5b4439 100644 --- a/examples/react/start-basic-static/vite.config.ts +++ b/examples/react/start-basic-static/vite.config.ts @@ -29,4 +29,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-basic/vite.config.ts b/examples/react/start-basic/vite.config.ts index eb1f4a6e90..841d63f630 100644 --- a/examples/react/start-basic/vite.config.ts +++ b/examples/react/start-basic/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ }), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-clerk-basic/vite.config.ts b/examples/react/start-clerk-basic/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-clerk-basic/vite.config.ts +++ b/examples/react/start-clerk-basic/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-convex-trellaux/vite.config.ts b/examples/react/start-convex-trellaux/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-convex-trellaux/vite.config.ts +++ b/examples/react/start-convex-trellaux/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-large/vite.config.ts b/examples/react/start-large/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-large/vite.config.ts +++ b/examples/react/start-large/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-supabase-basic/vite.config.ts b/examples/react/start-supabase-basic/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-supabase-basic/vite.config.ts +++ b/examples/react/start-supabase-basic/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/start-trellaux/vite.config.ts b/examples/react/start-trellaux/vite.config.ts index a848834002..843599315e 100644 --- a/examples/react/start-trellaux/vite.config.ts +++ b/examples/react/start-trellaux/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteReact(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/view-transitions/vite.config.js b/examples/react/view-transitions/vite.config.js index 9735bcdb70..e6a8f48b5f 100644 --- a/examples/react/view-transitions/vite.config.js +++ b/examples/react/view-transitions/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), react(), ], -}) \ No newline at end of file +}) diff --git a/examples/react/with-framer-motion/vite.config.js b/examples/react/with-framer-motion/vite.config.js index 5a120a8185..2764078e8b 100644 --- a/examples/react/with-framer-motion/vite.config.js +++ b/examples/react/with-framer-motion/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), react()], -}) \ No newline at end of file +}) diff --git a/examples/react/with-trpc-react-query/vite.config.ts b/examples/react/with-trpc-react-query/vite.config.ts index 48460826d0..4110df00d9 100644 --- a/examples/react/with-trpc-react-query/vite.config.ts +++ b/examples/react/with-trpc-react-query/vite.config.ts @@ -46,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) \ No newline at end of file +}) diff --git a/examples/react/with-trpc/vite.config.ts b/examples/react/with-trpc/vite.config.ts index 48460826d0..4110df00d9 100644 --- a/examples/react/with-trpc/vite.config.ts +++ b/examples/react/with-trpc/vite.config.ts @@ -46,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) \ No newline at end of file +}) diff --git a/examples/solid/authenticated-routes-firebase/vite.config.js b/examples/solid/authenticated-routes-firebase/vite.config.js index 218ae3478f..79454008ba 100644 --- a/examples/solid/authenticated-routes-firebase/vite.config.js +++ b/examples/solid/authenticated-routes-firebase/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/authenticated-routes/vite.config.js b/examples/solid/authenticated-routes/vite.config.js index 218ae3478f..79454008ba 100644 --- a/examples/solid/authenticated-routes/vite.config.js +++ b/examples/solid/authenticated-routes/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-default-search-params/vite.config.js b/examples/solid/basic-default-search-params/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/basic-default-search-params/vite.config.js +++ b/examples/solid/basic-default-search-params/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-devtools-panel/vite.config.js b/examples/solid/basic-devtools-panel/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/basic-devtools-panel/vite.config.js +++ b/examples/solid/basic-devtools-panel/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-file-based/vite.config.js b/examples/solid/basic-file-based/vite.config.js index 218ae3478f..79454008ba 100644 --- a/examples/solid/basic-file-based/vite.config.js +++ b/examples/solid/basic-file-based/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-non-nested-devtools/vite.config.js b/examples/solid/basic-non-nested-devtools/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/basic-non-nested-devtools/vite.config.js +++ b/examples/solid/basic-non-nested-devtools/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-solid-query-file-based/vite.config.js b/examples/solid/basic-solid-query-file-based/vite.config.js index 5a8aa3ded3..95863b470a 100644 --- a/examples/solid/basic-solid-query-file-based/vite.config.js +++ b/examples/solid/basic-solid-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-solid-query/vite.config.js b/examples/solid/basic-solid-query/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/basic-solid-query/vite.config.js +++ b/examples/solid/basic-solid-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-ssr-streaming-file-based/vite.config.js b/examples/solid/basic-ssr-streaming-file-based/vite.config.js index 9e548e4fa6..b8185260af 100644 --- a/examples/solid/basic-ssr-streaming-file-based/vite.config.js +++ b/examples/solid/basic-ssr-streaming-file-based/vite.config.js @@ -51,4 +51,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.isSsrBuild ? ssrBuildConfig : clientBuildConfig, } -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-virtual-file-based/vite.config.ts b/examples/solid/basic-virtual-file-based/vite.config.ts index dbcbb08d51..c13227d733 100644 --- a/examples/solid/basic-virtual-file-based/vite.config.ts +++ b/examples/solid/basic-virtual-file-based/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic-virtual-inside-file-based/vite.config.ts b/examples/solid/basic-virtual-inside-file-based/vite.config.ts index f973753f70..b119537544 100644 --- a/examples/solid/basic-virtual-inside-file-based/vite.config.ts +++ b/examples/solid/basic-virtual-inside-file-based/vite.config.ts @@ -14,4 +14,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/basic/vite.config.js b/examples/solid/basic/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/basic/vite.config.js +++ b/examples/solid/basic/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/deferred-data/vite.config.js b/examples/solid/deferred-data/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/deferred-data/vite.config.js +++ b/examples/solid/deferred-data/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/kitchen-sink-file-based/vite.config.js b/examples/solid/kitchen-sink-file-based/vite.config.js index 58e3e61549..ca85ceebb4 100644 --- a/examples/solid/kitchen-sink-file-based/vite.config.js +++ b/examples/solid/kitchen-sink-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solidPlugin(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js b/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js index 8a994c0ccc..378aa5c234 100644 --- a/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js +++ b/examples/solid/kitchen-sink-solid-query-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ TanStackRouterVite({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/kitchen-sink-solid-query/vite.config.js b/examples/solid/kitchen-sink-solid-query/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/kitchen-sink-solid-query/vite.config.js +++ b/examples/solid/kitchen-sink-solid-query/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/kitchen-sink/vite.config.js b/examples/solid/kitchen-sink/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/kitchen-sink/vite.config.js +++ b/examples/solid/kitchen-sink/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/large-file-based/vite.config.js b/examples/solid/large-file-based/vite.config.js index 5a8aa3ded3..95863b470a 100644 --- a/examples/solid/large-file-based/vite.config.js +++ b/examples/solid/large-file-based/vite.config.js @@ -10,4 +10,4 @@ export default defineConfig({ tanstackRouter({ target: 'solid', autoCodeSplitting: true }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/location-masking/vite.config.js b/examples/solid/location-masking/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/location-masking/vite.config.js +++ b/examples/solid/location-masking/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/navigation-blocking/vite.config.js b/examples/solid/navigation-blocking/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/navigation-blocking/vite.config.js +++ b/examples/solid/navigation-blocking/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/quickstart-file-based/vite.config.js b/examples/solid/quickstart-file-based/vite.config.js index 218ae3478f..79454008ba 100644 --- a/examples/solid/quickstart-file-based/vite.config.js +++ b/examples/solid/quickstart-file-based/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/quickstart/vite.config.js b/examples/solid/quickstart/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/quickstart/vite.config.js +++ b/examples/solid/quickstart/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts b/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts index 704ed54252..474d3104bd 100644 --- a/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-simple-lazy/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/solid/router-monorepo-simple/packages/app/vite.config.ts b/examples/solid/router-monorepo-simple/packages/app/vite.config.ts index 125d2f434f..da34410003 100644 --- a/examples/solid/router-monorepo-simple/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-simple/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts b/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts index 125d2f434f..da34410003 100644 --- a/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts +++ b/examples/solid/router-monorepo-solid-query/packages/app/vite.config.ts @@ -36,4 +36,4 @@ export default defineConfig({ transformMixedEsModules: true, }, }, -}) \ No newline at end of file +}) diff --git a/examples/solid/scroll-restoration/vite.config.js b/examples/solid/scroll-restoration/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/scroll-restoration/vite.config.js +++ b/examples/solid/scroll-restoration/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/search-validator-adapters/vite.config.ts b/examples/solid/search-validator-adapters/vite.config.ts index b2da5c6059..10840e478e 100644 --- a/examples/solid/search-validator-adapters/vite.config.ts +++ b/examples/solid/search-validator-adapters/vite.config.ts @@ -21,4 +21,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-auth/vite.config.ts b/examples/solid/start-basic-auth/vite.config.ts index dbf8d3cf57..fa68547254 100644 --- a/examples/solid/start-basic-auth/vite.config.ts +++ b/examples/solid/start-basic-auth/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-authjs/vite.config.ts b/examples/solid/start-basic-authjs/vite.config.ts index 4484a3f482..e7ae59c3ea 100644 --- a/examples/solid/start-basic-authjs/vite.config.ts +++ b/examples/solid/start-basic-authjs/vite.config.ts @@ -17,4 +17,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-cloudflare/vite.config.ts b/examples/solid/start-basic-cloudflare/vite.config.ts index e18ba01989..19627f7fa4 100644 --- a/examples/solid/start-basic-cloudflare/vite.config.ts +++ b/examples/solid/start-basic-cloudflare/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-netlify/vite.config.ts b/examples/solid/start-basic-netlify/vite.config.ts index d2fa9bfcf3..67e116d67a 100644 --- a/examples/solid/start-basic-netlify/vite.config.ts +++ b/examples/solid/start-basic-netlify/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-nitro/vite.config.ts b/examples/solid/start-basic-nitro/vite.config.ts index 844e709c12..7368a96a67 100644 --- a/examples/solid/start-basic-nitro/vite.config.ts +++ b/examples/solid/start-basic-nitro/vite.config.ts @@ -18,4 +18,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-solid-query/vite.config.ts b/examples/solid/start-basic-solid-query/vite.config.ts index dbf8d3cf57..fa68547254 100644 --- a/examples/solid/start-basic-solid-query/vite.config.ts +++ b/examples/solid/start-basic-solid-query/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic-static/vite.config.ts b/examples/solid/start-basic-static/vite.config.ts index 39aeb1dfe1..22df5db492 100644 --- a/examples/solid/start-basic-static/vite.config.ts +++ b/examples/solid/start-basic-static/vite.config.ts @@ -32,4 +32,4 @@ export default defineConfig({ }), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-basic/vite.config.ts b/examples/solid/start-basic/vite.config.ts index 2231bd41d0..a2acc7463c 100644 --- a/examples/solid/start-basic/vite.config.ts +++ b/examples/solid/start-basic/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-large/vite.config.ts b/examples/solid/start-large/vite.config.ts index dbf8d3cf57..fa68547254 100644 --- a/examples/solid/start-large/vite.config.ts +++ b/examples/solid/start-large/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-supabase-basic/vite.config.ts b/examples/solid/start-supabase-basic/vite.config.ts index 2231bd41d0..a2acc7463c 100644 --- a/examples/solid/start-supabase-basic/vite.config.ts +++ b/examples/solid/start-supabase-basic/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/start-tailwind-v4/vite.config.ts b/examples/solid/start-tailwind-v4/vite.config.ts index dbf8d3cf57..fa68547254 100644 --- a/examples/solid/start-tailwind-v4/vite.config.ts +++ b/examples/solid/start-tailwind-v4/vite.config.ts @@ -16,4 +16,4 @@ export default defineConfig({ tanstackStart(), viteSolid({ ssr: true }), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/view-transitions/vite.config.js b/examples/solid/view-transitions/vite.config.js index 218ae3478f..79454008ba 100644 --- a/examples/solid/view-transitions/vite.config.js +++ b/examples/solid/view-transitions/vite.config.js @@ -13,4 +13,4 @@ export default defineConfig({ }), solid(), ], -}) \ No newline at end of file +}) diff --git a/examples/solid/with-framer-motion/vite.config.js b/examples/solid/with-framer-motion/vite.config.js index 31663703e5..fb5faf9236 100644 --- a/examples/solid/with-framer-motion/vite.config.js +++ b/examples/solid/with-framer-motion/vite.config.js @@ -5,4 +5,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), solid()], -}) \ No newline at end of file +}) diff --git a/examples/solid/with-trpc/vite.config.ts b/examples/solid/with-trpc/vite.config.ts index 1a877244af..1d134706dc 100644 --- a/examples/solid/with-trpc/vite.config.ts +++ b/examples/solid/with-trpc/vite.config.ts @@ -46,4 +46,4 @@ export default defineConfig((configEnv) => { ], build: configEnv.mode === 'server' ? serverBuildConfig : clientBuildConfig, } -}) \ No newline at end of file +}) diff --git a/examples/vue/basic-file-based-jsx/vite.config.ts b/examples/vue/basic-file-based-jsx/vite.config.ts index fdef16637b..466772973f 100644 --- a/examples/vue/basic-file-based-jsx/vite.config.ts +++ b/examples/vue/basic-file-based-jsx/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/examples/vue/basic-file-based-sfc/vite.config.ts b/examples/vue/basic-file-based-sfc/vite.config.ts index fdef16637b..466772973f 100644 --- a/examples/vue/basic-file-based-sfc/vite.config.ts +++ b/examples/vue/basic-file-based-sfc/vite.config.ts @@ -15,4 +15,4 @@ export default defineConfig({ vue(), vueJsx(), ], -}) \ No newline at end of file +}) diff --git a/examples/vue/basic/vite.config.js b/examples/vue/basic/vite.config.js index e23a9efc41..e221c1e0e9 100644 --- a/examples/vue/basic/vite.config.js +++ b/examples/vue/basic/vite.config.js @@ -6,4 +6,4 @@ import tailwindcss from '@tailwindcss/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [tailwindcss(), vue(), vueJsx()], -}) \ No newline at end of file +}) From d65af6cff594fb64ae6c3133bc6f55e346de61f2 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 21 Dec 2025 03:47:44 +0100 Subject: [PATCH 3/6] uninstall postcss --- .../package.json | 1 - .../basic-file-based/package.json | 1 - .../basic-react-query-file-based/package.json | 1 - .../basic-react-query/package.json | 1 - .../basic-scroll-restoration/package.json | 1 - .../basic-virtual-file-based/package.json | 1 - .../package.json | 1 - e2e/react-router/basic/package.json | 1 - .../generator-cli-only/package.json | 1 - .../js-only-file-based/package.json | 1 - .../package.json | 1 - .../sentry-integration/package.json | 1 - .../view-transitions/package.json | 1 - e2e/react-start/basic-auth/package.json | 1 - e2e/react-start/basic-cloudflare/package.json | 1 - .../basic-react-query/package.json | 1 - e2e/react-start/basic-rsc/package.json | 1 - e2e/react-start/basic/package.json | 1 - e2e/react-start/clerk-basic/package.json | 1 - e2e/react-start/custom-basepath/package.json | 1 - .../query-integration/package.json | 1 - .../scroll-restoration/package.json | 1 - e2e/react-start/selective-ssr/package.json | 1 - .../serialization-adapters/package.json | 1 - e2e/react-start/server-functions/package.json | 1 - e2e/react-start/server-routes/package.json | 1 - e2e/react-start/spa-mode/package.json | 1 - e2e/react-start/virtual-routes/package.json | 1 - e2e/react-start/website/package.json | 1 - .../package.json | 1 - .../basic-file-based/package.json | 1 - .../basic-scroll-restoration/package.json | 1 - .../basic-solid-query-file-based/package.json | 1 - .../basic-solid-query/package.json | 1 - .../basic-virtual-file-based/package.json | 1 - .../package.json | 1 - e2e/solid-router/basic/package.json | 1 - .../generator-cli-only/package.json | 1 - .../js-only-file-based/package.json | 1 - .../package.json | 1 - .../sentry-integration/package.json | 1 - .../view-transitions/package.json | 1 - e2e/solid-start/basic-auth/package.json | 1 - e2e/solid-start/basic-cloudflare/package.json | 1 - .../basic-solid-query/package.json | 1 - e2e/solid-start/basic/package.json | 1 - e2e/solid-start/custom-basepath/package.json | 1 - .../query-integration/package.json | 1 - .../scroll-restoration/package.json | 1 - e2e/solid-start/selective-ssr/package.json | 1 - .../serialization-adapters/package.json | 1 - e2e/solid-start/server-functions/package.json | 1 - e2e/solid-start/server-routes/package.json | 1 - e2e/solid-start/spa-mode/package.json | 1 - e2e/solid-start/virtual-routes/package.json | 1 - e2e/solid-start/website/package.json | 1 - .../basepath-file-based/package.json | 1 - .../basic-file-based-jsx/package.json | 1 - .../basic-file-based-sfc/package.json | 1 - .../basic-scroll-restoration/package.json | 1 - .../basic-virtual-file-based/package.json | 1 - .../package.json | 1 - .../basic-vue-query-file-based/package.json | 1 - e2e/vue-router/basic-vue-query/package.json | 1 - e2e/vue-router/basic/package.json | 1 - .../generator-cli-only/package.json | 1 - .../js-only-file-based/package.json | 1 - .../package.json | 1 - .../sentry-integration/package.json | 1 - e2e/vue-router/view-transitions/package.json | 1 - e2e/vue-start/basic-auth/package.json | 1 - e2e/vue-start/basic-cloudflare/package.json | 1 - e2e/vue-start/basic-vue-query/package.json | 1 - e2e/vue-start/basic/package.json | 1 - e2e/vue-start/custom-basepath/package.json | 1 - e2e/vue-start/query-integration/package.json | 1 - e2e/vue-start/scroll-restoration/package.json | 1 - e2e/vue-start/selective-ssr/package.json | 1 - .../serialization-adapters/package.json | 1 - e2e/vue-start/server-functions/package.json | 1 - e2e/vue-start/server-routes/package.json | 1 - e2e/vue-start/spa-mode/package.json | 1 - e2e/vue-start/virtual-routes/package.json | 1 - e2e/vue-start/website/package.json | 1 - .../package.json | 1 - .../react/authenticated-routes/package.json | 1 - .../basic-default-search-params/package.json | 1 - .../react/basic-devtools-panel/package.json | 1 - examples/react/basic-file-based/package.json | 1 - .../basic-non-nested-devtools/package.json | 1 - .../basic-react-query-file-based/package.json | 1 - examples/react/basic-react-query/package.json | 1 - .../basic-virtual-file-based/package.json | 1 - .../package.json | 1 - examples/react/basic/package.json | 1 - examples/react/deferred-data/package.json | 1 - .../kitchen-sink-file-based/package.json | 1 - .../package.json | 1 - .../kitchen-sink-react-query/package.json | 1 - examples/react/kitchen-sink/package.json | 1 - examples/react/large-file-based/package.json | 1 - examples/react/location-masking/package.json | 1 - .../react/navigation-blocking/package.json | 1 - .../react/quickstart-file-based/package.json | 1 - examples/react/quickstart/package.json | 1 - .../packages/app/package.json | 1 - .../packages/app/package.json | 1 - .../packages/app/package.json | 1 - .../react/scroll-restoration/package.json | 1 - .../search-validator-adapters/package.json | 1 - examples/react/start-basic-auth/package.json | 1 - .../react/start-basic-authjs/package.json | 1 - .../react/start-basic-cloudflare/package.json | 1 - .../start-basic-react-query/package.json | 1 - examples/react/start-basic-rsc/package.json | 1 - .../react/start-basic-static/package.json | 1 - examples/react/start-basic/package.json | 1 - examples/react/start-clerk-basic/package.json | 1 - .../react/start-convex-trellaux/package.json | 1 - examples/react/start-large/package.json | 1 - .../react/start-supabase-basic/package.json | 1 - examples/react/start-trellaux/package.json | 1 - examples/react/view-transitions/package.json | 1 - .../react/with-framer-motion/package.json | 1 - .../react/with-trpc-react-query/package.json | 1 - examples/react/with-trpc/package.json | 1 - .../package.json | 1 - .../solid/authenticated-routes/package.json | 1 - .../basic-default-search-params/package.json | 1 - .../solid/basic-devtools-panel/package.json | 1 - examples/solid/basic-file-based/package.json | 1 - .../basic-non-nested-devtools/package.json | 1 - .../basic-solid-query-file-based/package.json | 1 - examples/solid/basic-solid-query/package.json | 1 - .../package.json | 1 - .../basic-virtual-file-based/package.json | 1 - .../package.json | 1 - examples/solid/basic/package.json | 1 - examples/solid/deferred-data/package.json | 1 - .../kitchen-sink-file-based/package.json | 1 - .../package.json | 1 - .../kitchen-sink-solid-query/package.json | 1 - examples/solid/kitchen-sink/package.json | 1 - examples/solid/large-file-based/package.json | 1 - examples/solid/location-masking/package.json | 1 - .../solid/navigation-blocking/package.json | 1 - .../solid/quickstart-file-based/package.json | 1 - examples/solid/quickstart/package.json | 1 - .../packages/app/package.json | 1 - .../packages/app/package.json | 1 - .../packages/app/src/style.css | 24 ++++++++++++++++--- .../packages/app/package.json | 1 - .../solid/scroll-restoration/package.json | 1 - .../search-validator-adapters/package.json | 1 - examples/solid/start-basic-auth/package.json | 1 - .../solid/start-basic-authjs/package.json | 1 - .../solid/start-basic-cloudflare/package.json | 1 - .../solid/start-basic-netlify/package.json | 1 - examples/solid/start-basic-nitro/package.json | 1 - .../start-basic-solid-query/package.json | 1 - .../solid/start-basic-static/package.json | 1 - .../start-basic-static/src/styles/app.css | 24 ++++++++++++++++--- examples/solid/start-basic/package.json | 1 - examples/solid/start-large/package.json | 1 - examples/solid/start-tailwind-v4/package.json | 1 - examples/solid/view-transitions/package.json | 1 - .../solid/with-framer-motion/package.json | 1 - examples/solid/with-trpc/package.json | 1 - .../vue/basic-file-based-jsx/package.json | 1 - .../vue/basic-file-based-jsx/src/styles.css | 2 +- .../vue/basic-file-based-sfc/package.json | 1 - examples/vue/basic/package.json | 1 - examples/vue/basic/tailwind.config.mjs | 4 ---- 173 files changed, 43 insertions(+), 180 deletions(-) delete mode 100644 examples/vue/basic/tailwind.config.mjs diff --git a/e2e/react-router/basic-file-based-code-splitting/package.json b/e2e/react-router/basic-file-based-code-splitting/package.json index 01afd53250..0de7ab1779 100644 --- a/e2e/react-router/basic-file-based-code-splitting/package.json +++ b/e2e/react-router/basic-file-based-code-splitting/package.json @@ -17,7 +17,6 @@ "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.18", diff --git a/e2e/react-router/basic-file-based/package.json b/e2e/react-router/basic-file-based/package.json index 7916c6a130..21f6688ca4 100644 --- a/e2e/react-router/basic-file-based/package.json +++ b/e2e/react-router/basic-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic-react-query-file-based/package.json b/e2e/react-router/basic-react-query-file-based/package.json index b116e1c9a2..7c2a4cfa0f 100644 --- a/e2e/react-router/basic-react-query-file-based/package.json +++ b/e2e/react-router/basic-react-query-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic-react-query/package.json b/e2e/react-router/basic-react-query/package.json index 684df1b72e..5a8cf3c8dc 100644 --- a/e2e/react-router/basic-react-query/package.json +++ b/e2e/react-router/basic-react-query/package.json @@ -16,7 +16,6 @@ "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "workspace:^", "@tanstack/router-devtools": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic-scroll-restoration/package.json b/e2e/react-router/basic-scroll-restoration/package.json index 88bdc84544..98f6c9a378 100644 --- a/e2e/react-router/basic-scroll-restoration/package.json +++ b/e2e/react-router/basic-scroll-restoration/package.json @@ -15,7 +15,6 @@ "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/react-virtual": "^3.13.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic-virtual-file-based/package.json b/e2e/react-router/basic-virtual-file-based/package.json index 5e8b647389..22f87800b2 100644 --- a/e2e/react-router/basic-virtual-file-based/package.json +++ b/e2e/react-router/basic-virtual-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic-virtual-named-export-config-file-based/package.json b/e2e/react-router/basic-virtual-named-export-config-file-based/package.json index 86286a5059..62b67b7e4d 100644 --- a/e2e/react-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/react-router/basic-virtual-named-export-config-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/basic/package.json b/e2e/react-router/basic/package.json index 8cfdf091e7..c6937d9af3 100644 --- a/e2e/react-router/basic/package.json +++ b/e2e/react-router/basic/package.json @@ -14,7 +14,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/generator-cli-only/package.json b/e2e/react-router/generator-cli-only/package.json index d5ec443931..c18929dc7a 100644 --- a/e2e/react-router/generator-cli-only/package.json +++ b/e2e/react-router/generator-cli-only/package.json @@ -15,7 +15,6 @@ "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/js-only-file-based/package.json b/e2e/react-router/js-only-file-based/package.json index d0253d79a2..4eb31b47fd 100644 --- a/e2e/react-router/js-only-file-based/package.json +++ b/e2e/react-router/js-only-file-based/package.json @@ -14,7 +14,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/scroll-restoration-sandbox-vite/package.json b/e2e/react-router/scroll-restoration-sandbox-vite/package.json index 7024ddb2f7..a67a0bab71 100644 --- a/e2e/react-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/react-router/scroll-restoration-sandbox-vite/package.json @@ -19,7 +19,6 @@ "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/sentry-integration/package.json b/e2e/react-router/sentry-integration/package.json index d91dfbc0ea..d2843d3d90 100644 --- a/e2e/react-router/sentry-integration/package.json +++ b/e2e/react-router/sentry-integration/package.json @@ -17,7 +17,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-router/view-transitions/package.json b/e2e/react-router/view-transitions/package.json index 9711a6ce16..59e0816de6 100644 --- a/e2e/react-router/view-transitions/package.json +++ b/e2e/react-router/view-transitions/package.json @@ -15,7 +15,6 @@ "@tanstack/react-router": "workspace:^", "@tanstack/react-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/e2e/react-start/basic-auth/package.json b/e2e/react-start/basic-auth/package.json index e78082e692..3de51ecb4e 100644 --- a/e2e/react-start/basic-auth/package.json +++ b/e2e/react-start/basic-auth/package.json @@ -34,7 +34,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "dotenv": "^17.2.3", - "postcss": "^8.5.1", "prisma": "^7.0.0", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/basic-cloudflare/package.json b/e2e/react-start/basic-cloudflare/package.json index 8b68fef3b7..985f2ba331 100644 --- a/e2e/react-start/basic-cloudflare/package.json +++ b/e2e/react-start/basic-cloudflare/package.json @@ -28,7 +28,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/react-start/basic-react-query/package.json b/e2e/react-start/basic-react-query/package.json index 79cd4a15a7..5daf2bca78 100644 --- a/e2e/react-start/basic-react-query/package.json +++ b/e2e/react-start/basic-react-query/package.json @@ -33,7 +33,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/basic-rsc/package.json b/e2e/react-start/basic-rsc/package.json index 9f363b8369..048fb634cc 100644 --- a/e2e/react-start/basic-rsc/package.json +++ b/e2e/react-start/basic-rsc/package.json @@ -24,7 +24,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/react-start/basic/package.json b/e2e/react-start/basic/package.json index 334252b895..5200e34402 100644 --- a/e2e/react-start/basic/package.json +++ b/e2e/react-start/basic/package.json @@ -42,7 +42,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/clerk-basic/package.json b/e2e/react-start/clerk-basic/package.json index c0e831e5c6..4250cdc222 100644 --- a/e2e/react-start/clerk-basic/package.json +++ b/e2e/react-start/clerk-basic/package.json @@ -28,7 +28,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4", diff --git a/e2e/react-start/custom-basepath/package.json b/e2e/react-start/custom-basepath/package.json index 96bfbc7cd7..cdb371b91f 100644 --- a/e2e/react-start/custom-basepath/package.json +++ b/e2e/react-start/custom-basepath/package.json @@ -29,7 +29,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "cross-env": "^10.0.0", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "tsx": "^4.20.3", diff --git a/e2e/react-start/query-integration/package.json b/e2e/react-start/query-integration/package.json index f419b8eaba..020fada575 100644 --- a/e2e/react-start/query-integration/package.json +++ b/e2e/react-start/query-integration/package.json @@ -32,7 +32,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/react-start/scroll-restoration/package.json b/e2e/react-start/scroll-restoration/package.json index f07d8c7134..0aa91e4283 100644 --- a/e2e/react-start/scroll-restoration/package.json +++ b/e2e/react-start/scroll-restoration/package.json @@ -32,7 +32,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/selective-ssr/package.json b/e2e/react-start/selective-ssr/package.json index 6299a45ab4..1217325455 100644 --- a/e2e/react-start/selective-ssr/package.json +++ b/e2e/react-start/selective-ssr/package.json @@ -28,7 +28,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2" diff --git a/e2e/react-start/serialization-adapters/package.json b/e2e/react-start/serialization-adapters/package.json index 4e30348c55..e8c1d06e2d 100644 --- a/e2e/react-start/serialization-adapters/package.json +++ b/e2e/react-start/serialization-adapters/package.json @@ -28,7 +28,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2" diff --git a/e2e/react-start/server-functions/package.json b/e2e/react-start/server-functions/package.json index ce8bcc88ee..857927be90 100644 --- a/e2e/react-start/server-functions/package.json +++ b/e2e/react-start/server-functions/package.json @@ -35,7 +35,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/server-routes/package.json b/e2e/react-start/server-routes/package.json index 2b08b613bb..5ebf930042 100644 --- a/e2e/react-start/server-routes/package.json +++ b/e2e/react-start/server-routes/package.json @@ -35,7 +35,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/spa-mode/package.json b/e2e/react-start/spa-mode/package.json index 6d3980e74d..a894c2aa85 100644 --- a/e2e/react-start/spa-mode/package.json +++ b/e2e/react-start/spa-mode/package.json @@ -24,7 +24,6 @@ "@types/node": "^22.10.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/react-start/virtual-routes/package.json b/e2e/react-start/virtual-routes/package.json index af77865fda..b2abd67d14 100644 --- a/e2e/react-start/virtual-routes/package.json +++ b/e2e/react-start/virtual-routes/package.json @@ -32,7 +32,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/react-start/website/package.json b/e2e/react-start/website/package.json index 80c12ec655..04ed962a6e 100644 --- a/e2e/react-start/website/package.json +++ b/e2e/react-start/website/package.json @@ -29,7 +29,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-router/basic-file-based-code-splitting/package.json b/e2e/solid-router/basic-file-based-code-splitting/package.json index 2a2daed67e..20cccc0748 100644 --- a/e2e/solid-router/basic-file-based-code-splitting/package.json +++ b/e2e/solid-router/basic-file-based-code-splitting/package.json @@ -17,7 +17,6 @@ "@tanstack/router-plugin": "workspace:^", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", "zod": "^3.24.2" diff --git a/e2e/solid-router/basic-file-based/package.json b/e2e/solid-router/basic-file-based/package.json index cd251d6d3e..9efec5b667 100644 --- a/e2e/solid-router/basic-file-based/package.json +++ b/e2e/solid-router/basic-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-router/basic-scroll-restoration/package.json b/e2e/solid-router/basic-scroll-restoration/package.json index b8e9c869f1..01a618163d 100644 --- a/e2e/solid-router/basic-scroll-restoration/package.json +++ b/e2e/solid-router/basic-scroll-restoration/package.json @@ -15,7 +15,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/solid-virtual": "^3.13.0", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/basic-solid-query-file-based/package.json b/e2e/solid-router/basic-solid-query-file-based/package.json index 76949243ec..6dcadaa098 100644 --- a/e2e/solid-router/basic-solid-query-file-based/package.json +++ b/e2e/solid-router/basic-solid-query-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-router/basic-solid-query/package.json b/e2e/solid-router/basic-solid-query/package.json index f335f6a2c3..848ca958f5 100644 --- a/e2e/solid-router/basic-solid-query/package.json +++ b/e2e/solid-router/basic-solid-query/package.json @@ -16,7 +16,6 @@ "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/basic-virtual-file-based/package.json b/e2e/solid-router/basic-virtual-file-based/package.json index 722bca2964..3c11367df0 100644 --- a/e2e/solid-router/basic-virtual-file-based/package.json +++ b/e2e/solid-router/basic-virtual-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json b/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json index 1885367da5..848d2135ff 100644 --- a/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/solid-router/basic-virtual-named-export-config-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/virtual-file-routes": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-router/basic/package.json b/e2e/solid-router/basic/package.json index cfb8c6b213..c2c7755c27 100644 --- a/e2e/solid-router/basic/package.json +++ b/e2e/solid-router/basic/package.json @@ -14,7 +14,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/generator-cli-only/package.json b/e2e/solid-router/generator-cli-only/package.json index 23dc5caed0..4deea2a7f5 100644 --- a/e2e/solid-router/generator-cli-only/package.json +++ b/e2e/solid-router/generator-cli-only/package.json @@ -15,7 +15,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/js-only-file-based/package.json b/e2e/solid-router/js-only-file-based/package.json index 429c629fda..cf1bd03033 100644 --- a/e2e/solid-router/js-only-file-based/package.json +++ b/e2e/solid-router/js-only-file-based/package.json @@ -14,7 +14,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/scroll-restoration-sandbox-vite/package.json b/e2e/solid-router/scroll-restoration-sandbox-vite/package.json index c5c6b493c2..c3f04ae81d 100644 --- a/e2e/solid-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/solid-router/scroll-restoration-sandbox-vite/package.json @@ -19,7 +19,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-router/sentry-integration/package.json b/e2e/solid-router/sentry-integration/package.json index 757bdbdbaa..95578da44e 100644 --- a/e2e/solid-router/sentry-integration/package.json +++ b/e2e/solid-router/sentry-integration/package.json @@ -17,7 +17,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18" diff --git a/e2e/solid-router/view-transitions/package.json b/e2e/solid-router/view-transitions/package.json index ca8b636cb4..06f081dfc7 100644 --- a/e2e/solid-router/view-transitions/package.json +++ b/e2e/solid-router/view-transitions/package.json @@ -15,7 +15,6 @@ "@tanstack/solid-router": "workspace:^", "@tanstack/solid-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-start/basic-auth/package.json b/e2e/solid-start/basic-auth/package.json index 1183ad51ae..78e10bf433 100644 --- a/e2e/solid-start/basic-auth/package.json +++ b/e2e/solid-start/basic-auth/package.json @@ -30,7 +30,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "dotenv": "^17.2.3", - "postcss": "^8.5.1", "prisma": "^7.0.0", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", diff --git a/e2e/solid-start/basic-cloudflare/package.json b/e2e/solid-start/basic-cloudflare/package.json index aece3ede9c..b2bad263dc 100644 --- a/e2e/solid-start/basic-cloudflare/package.json +++ b/e2e/solid-start/basic-cloudflare/package.json @@ -24,7 +24,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/solid-start/basic-solid-query/package.json b/e2e/solid-start/basic-solid-query/package.json index 404dd845ec..9486fa495b 100644 --- a/e2e/solid-start/basic-solid-query/package.json +++ b/e2e/solid-start/basic-solid-query/package.json @@ -29,7 +29,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/basic/package.json b/e2e/solid-start/basic/package.json index 8b5b4171a0..2e278ac438 100644 --- a/e2e/solid-start/basic/package.json +++ b/e2e/solid-start/basic/package.json @@ -40,7 +40,6 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/custom-basepath/package.json b/e2e/solid-start/custom-basepath/package.json index 1c751e5f5f..e706b21453 100644 --- a/e2e/solid-start/custom-basepath/package.json +++ b/e2e/solid-start/custom-basepath/package.json @@ -25,7 +25,6 @@ "@types/express": "^5.0.3", "@types/node": "^22.10.2", "cross-env": "^10.0.0", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "tsx": "^4.20.3", diff --git a/e2e/solid-start/query-integration/package.json b/e2e/solid-start/query-integration/package.json index 9c2221d829..beea17ad12 100644 --- a/e2e/solid-start/query-integration/package.json +++ b/e2e/solid-start/query-integration/package.json @@ -28,7 +28,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-plugin-solid": "^2.11.10", diff --git a/e2e/solid-start/scroll-restoration/package.json b/e2e/solid-start/scroll-restoration/package.json index 1573f66e6b..553a603d8e 100644 --- a/e2e/solid-start/scroll-restoration/package.json +++ b/e2e/solid-start/scroll-restoration/package.json @@ -28,7 +28,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/selective-ssr/package.json b/e2e/solid-start/selective-ssr/package.json index ea8ecf6977..77955afbb0 100644 --- a/e2e/solid-start/selective-ssr/package.json +++ b/e2e/solid-start/selective-ssr/package.json @@ -20,7 +20,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/serialization-adapters/package.json b/e2e/solid-start/serialization-adapters/package.json index 990acf32cd..be3ba04369 100644 --- a/e2e/solid-start/serialization-adapters/package.json +++ b/e2e/solid-start/serialization-adapters/package.json @@ -24,7 +24,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/server-functions/package.json b/e2e/solid-start/server-functions/package.json index 1718b8f399..1e6e0c04a8 100644 --- a/e2e/solid-start/server-functions/package.json +++ b/e2e/solid-start/server-functions/package.json @@ -31,7 +31,6 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/server-routes/package.json b/e2e/solid-start/server-routes/package.json index 0b46fcb2e7..04fdc3d020 100644 --- a/e2e/solid-start/server-routes/package.json +++ b/e2e/solid-start/server-routes/package.json @@ -31,7 +31,6 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/spa-mode/package.json b/e2e/solid-start/spa-mode/package.json index cfdd57d9b8..2be2799ea4 100644 --- a/e2e/solid-start/spa-mode/package.json +++ b/e2e/solid-start/spa-mode/package.json @@ -21,7 +21,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/solid-start/virtual-routes/package.json b/e2e/solid-start/virtual-routes/package.json index b7e3f7b3f1..7906014104 100644 --- a/e2e/solid-start/virtual-routes/package.json +++ b/e2e/solid-start/virtual-routes/package.json @@ -28,7 +28,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/solid-start/website/package.json b/e2e/solid-start/website/package.json index 79c2a85f34..fee8fc1611 100644 --- a/e2e/solid-start/website/package.json +++ b/e2e/solid-start/website/package.json @@ -26,7 +26,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-router/basepath-file-based/package.json b/e2e/vue-router/basepath-file-based/package.json index 30daed1c2e..fadf1e3aaf 100644 --- a/e2e/vue-router/basepath-file-based/package.json +++ b/e2e/vue-router/basepath-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/basic-file-based-jsx/package.json b/e2e/vue-router/basic-file-based-jsx/package.json index 8b1a510251..d71d12368e 100644 --- a/e2e/vue-router/basic-file-based-jsx/package.json +++ b/e2e/vue-router/basic-file-based-jsx/package.json @@ -16,7 +16,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/e2e/vue-router/basic-file-based-sfc/package.json b/e2e/vue-router/basic-file-based-sfc/package.json index 5f2565de48..9c4fe85d75 100644 --- a/e2e/vue-router/basic-file-based-sfc/package.json +++ b/e2e/vue-router/basic-file-based-sfc/package.json @@ -16,7 +16,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/e2e/vue-router/basic-scroll-restoration/package.json b/e2e/vue-router/basic-scroll-restoration/package.json index 42e68e36b6..0f2d85bd2a 100644 --- a/e2e/vue-router/basic-scroll-restoration/package.json +++ b/e2e/vue-router/basic-scroll-restoration/package.json @@ -15,7 +15,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/vue-virtual": "^3.13.0", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "vue": "^3.5.16", "tailwindcss": "^4.1.18" diff --git a/e2e/vue-router/basic-virtual-file-based/package.json b/e2e/vue-router/basic-virtual-file-based/package.json index eddd2d8132..3e50786044 100644 --- a/e2e/vue-router/basic-virtual-file-based/package.json +++ b/e2e/vue-router/basic-virtual-file-based/package.json @@ -18,7 +18,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json b/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json index 6a657cc815..02c76e3810 100644 --- a/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json +++ b/e2e/vue-router/basic-virtual-named-export-config-file-based/package.json @@ -18,7 +18,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/basic-vue-query-file-based/package.json b/e2e/vue-router/basic-vue-query-file-based/package.json index c36072806e..de5922db87 100644 --- a/e2e/vue-router/basic-vue-query-file-based/package.json +++ b/e2e/vue-router/basic-vue-query-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/router-plugin": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/e2e/vue-router/basic-vue-query/package.json b/e2e/vue-router/basic-vue-query/package.json index f3610e9d0e..9328efac56 100644 --- a/e2e/vue-router/basic-vue-query/package.json +++ b/e2e/vue-router/basic-vue-query/package.json @@ -16,7 +16,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/basic/package.json b/e2e/vue-router/basic/package.json index e0301a9ca9..f46385fa84 100644 --- a/e2e/vue-router/basic/package.json +++ b/e2e/vue-router/basic/package.json @@ -14,7 +14,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/generator-cli-only/package.json b/e2e/vue-router/generator-cli-only/package.json index 68a3feb41c..2207890676 100644 --- a/e2e/vue-router/generator-cli-only/package.json +++ b/e2e/vue-router/generator-cli-only/package.json @@ -15,7 +15,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/router-cli": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "vue": "^3.5.16", "tailwindcss": "^4.1.18" diff --git a/e2e/vue-router/js-only-file-based/package.json b/e2e/vue-router/js-only-file-based/package.json index faecbedb6b..df689f0a81 100644 --- a/e2e/vue-router/js-only-file-based/package.json +++ b/e2e/vue-router/js-only-file-based/package.json @@ -17,7 +17,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/scroll-restoration-sandbox-vite/package.json b/e2e/vue-router/scroll-restoration-sandbox-vite/package.json index 199f7434a7..c078a48698 100644 --- a/e2e/vue-router/scroll-restoration-sandbox-vite/package.json +++ b/e2e/vue-router/scroll-restoration-sandbox-vite/package.json @@ -19,7 +19,6 @@ "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", "@tanstack/zod-adapter": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/e2e/vue-router/sentry-integration/package.json b/e2e/vue-router/sentry-integration/package.json index 433e186edc..3086565485 100644 --- a/e2e/vue-router/sentry-integration/package.json +++ b/e2e/vue-router/sentry-integration/package.json @@ -17,7 +17,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-router/view-transitions/package.json b/e2e/vue-router/view-transitions/package.json index 4b99c549ed..b509d75781 100644 --- a/e2e/vue-router/view-transitions/package.json +++ b/e2e/vue-router/view-transitions/package.json @@ -17,7 +17,6 @@ "@tanstack/vue-query-devtools": "^6.1.2", "@tanstack/vue-router": "workspace:^", "@tanstack/vue-router-devtools": "workspace:^", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16" diff --git a/e2e/vue-start/basic-auth/package.json b/e2e/vue-start/basic-auth/package.json index 26ef7d5a7a..3f188922bc 100644 --- a/e2e/vue-start/basic-auth/package.json +++ b/e2e/vue-start/basic-auth/package.json @@ -30,7 +30,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "dotenv": "^17.2.3", - "postcss": "^8.5.1", "prisma": "^7.0.0", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", diff --git a/e2e/vue-start/basic-cloudflare/package.json b/e2e/vue-start/basic-cloudflare/package.json index 8caa002d78..2288bbb29e 100644 --- a/e2e/vue-start/basic-cloudflare/package.json +++ b/e2e/vue-start/basic-cloudflare/package.json @@ -24,7 +24,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/vue-start/basic-vue-query/package.json b/e2e/vue-start/basic-vue-query/package.json index cb00ba9d06..d27df6a195 100644 --- a/e2e/vue-start/basic-vue-query/package.json +++ b/e2e/vue-start/basic-vue-query/package.json @@ -29,7 +29,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/basic/package.json b/e2e/vue-start/basic/package.json index b064e45057..712d6f6004 100644 --- a/e2e/vue-start/basic/package.json +++ b/e2e/vue-start/basic/package.json @@ -42,7 +42,6 @@ "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.1.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/custom-basepath/package.json b/e2e/vue-start/custom-basepath/package.json index ec35e6c3f8..a4b30785ab 100644 --- a/e2e/vue-start/custom-basepath/package.json +++ b/e2e/vue-start/custom-basepath/package.json @@ -25,7 +25,6 @@ "@types/express": "^5.0.3", "@types/node": "^22.10.2", "cross-env": "^10.0.0", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "tsx": "^4.20.3", diff --git a/e2e/vue-start/query-integration/package.json b/e2e/vue-start/query-integration/package.json index 743a0e4c62..e13023b4ae 100644 --- a/e2e/vue-start/query-integration/package.json +++ b/e2e/vue-start/query-integration/package.json @@ -30,7 +30,6 @@ "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.1.2", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4" diff --git a/e2e/vue-start/scroll-restoration/package.json b/e2e/vue-start/scroll-restoration/package.json index c55bfe00ca..3cbd0a6d35 100644 --- a/e2e/vue-start/scroll-restoration/package.json +++ b/e2e/vue-start/scroll-restoration/package.json @@ -28,7 +28,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/selective-ssr/package.json b/e2e/vue-start/selective-ssr/package.json index f394366f0e..072e470ef7 100644 --- a/e2e/vue-start/selective-ssr/package.json +++ b/e2e/vue-start/selective-ssr/package.json @@ -20,7 +20,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/serialization-adapters/package.json b/e2e/vue-start/serialization-adapters/package.json index 7c69115571..3166d6e4dd 100644 --- a/e2e/vue-start/serialization-adapters/package.json +++ b/e2e/vue-start/serialization-adapters/package.json @@ -21,7 +21,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/server-functions/package.json b/e2e/vue-start/server-functions/package.json index 3c3e04a542..7e971dd474 100644 --- a/e2e/vue-start/server-functions/package.json +++ b/e2e/vue-start/server-functions/package.json @@ -31,7 +31,6 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/server-routes/package.json b/e2e/vue-start/server-routes/package.json index c3c23d0be6..2b9458479f 100644 --- a/e2e/vue-start/server-routes/package.json +++ b/e2e/vue-start/server-routes/package.json @@ -31,7 +31,6 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/spa-mode/package.json b/e2e/vue-start/spa-mode/package.json index 8aac9d5c4e..d3b03f1d81 100644 --- a/e2e/vue-start/spa-mode/package.json +++ b/e2e/vue-start/spa-mode/package.json @@ -21,7 +21,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/e2e/vue-start/virtual-routes/package.json b/e2e/vue-start/virtual-routes/package.json index b1eeaaf3ce..f129a20464 100644 --- a/e2e/vue-start/virtual-routes/package.json +++ b/e2e/vue-start/virtual-routes/package.json @@ -28,7 +28,6 @@ "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", "combinate": "^1.1.11", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/e2e/vue-start/website/package.json b/e2e/vue-start/website/package.json index 3885140989..503b4b4ffe 100644 --- a/e2e/vue-start/website/package.json +++ b/e2e/vue-start/website/package.json @@ -26,7 +26,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/router-e2e-utils": "workspace:^", "@types/node": "^22.10.2", - "postcss": "^8.5.1", "srvx": "^0.9.8", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/examples/react/authenticated-routes-firebase/package.json b/examples/react/authenticated-routes-firebase/package.json index d699612ef7..d4d487aaa4 100644 --- a/examples/react/authenticated-routes-firebase/package.json +++ b/examples/react/authenticated-routes-firebase/package.json @@ -14,7 +14,6 @@ "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "firebase": "^11.4.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index fbfd02b96b..d81aa12372 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index fc629c4044..6ceabbd57b 100644 --- a/examples/react/basic-default-search-params/package.json +++ b/examples/react/basic-default-search-params/package.json @@ -13,7 +13,6 @@ "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-devtools-panel/package.json b/examples/react/basic-devtools-panel/package.json index 1b3f94c187..9879103819 100644 --- a/examples/react/basic-devtools-panel/package.json +++ b/examples/react/basic-devtools-panel/package.json @@ -13,7 +13,6 @@ "@tanstack/react-query-devtools": "^5.67.2", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 14692bd41b..4e60bc8422 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-non-nested-devtools/package.json b/examples/react/basic-non-nested-devtools/package.json index f6e73cc68d..59f59c751a 100644 --- a/examples/react/basic-non-nested-devtools/package.json +++ b/examples/react/basic-non-nested-devtools/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index e54e160ede..0b038d3b0f 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -15,7 +15,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index 5a15889017..1688c998c4 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -14,7 +14,6 @@ "@tanstack/react-query-devtools": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-virtual-file-based/package.json b/examples/react/basic-virtual-file-based/package.json index 149261142c..fd947063e9 100644 --- a/examples/react/basic-virtual-file-based/package.json +++ b/examples/react/basic-virtual-file-based/package.json @@ -14,7 +14,6 @@ "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "@tanstack/virtual-file-routes": "^1.141.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-virtual-inside-file-based/package.json b/examples/react/basic-virtual-inside-file-based/package.json index 37ddce6f11..9ec36a73de 100644 --- a/examples/react/basic-virtual-inside-file-based/package.json +++ b/examples/react/basic-virtual-inside-file-based/package.json @@ -14,7 +14,6 @@ "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "@tanstack/virtual-file-routes": "^1.141.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index fa7802f718..aafb55d2b8 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 82438b265c..91f7e39090 100644 --- a/examples/react/deferred-data/package.json +++ b/examples/react/deferred-data/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index 76606dea7a..57e159199e 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -14,7 +14,6 @@ "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "immer": "^10.1.1", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/kitchen-sink-react-query-file-based/package.json b/examples/react/kitchen-sink-react-query-file-based/package.json index 599d1098d8..775eb47f24 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "immer": "^10.1.1", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index 696e49b5dd..3b4a21f6fe 100644 --- a/examples/react/kitchen-sink-react-query/package.json +++ b/examples/react/kitchen-sink-react-query/package.json @@ -15,7 +15,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index ba86a2fedb..ed4dbe9725 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index 683e9ee26f..ae962aed04 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index 78aeee6f25..6b813cb544 100644 --- a/examples/react/location-masking/package.json +++ b/examples/react/location-masking/package.json @@ -14,7 +14,6 @@ "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/navigation-blocking/package.json b/examples/react/navigation-blocking/package.json index b9d4ca3776..5f9336fc1a 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -13,7 +13,6 @@ "@tanstack/react-query": "^5.90.0", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index cb86d370a4..2a95982950 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index b0373c8d2d..c2bc422a72 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.18" diff --git a/examples/react/router-monorepo-react-query/packages/app/package.json b/examples/react/router-monorepo-react-query/packages/app/package.json index 1e6f6dc660..e9ae727da2 100644 --- a/examples/react/router-monorepo-react-query/packages/app/package.json +++ b/examples/react/router-monorepo-react-query/packages/app/package.json @@ -20,7 +20,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/router-monorepo-simple-lazy/packages/app/package.json b/examples/react/router-monorepo-simple-lazy/packages/app/package.json index 69cc33c4d0..35ece4a1ca 100644 --- a/examples/react/router-monorepo-simple-lazy/packages/app/package.json +++ b/examples/react/router-monorepo-simple-lazy/packages/app/package.json @@ -19,7 +19,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/router-monorepo-simple/packages/app/package.json b/examples/react/router-monorepo-simple/packages/app/package.json index a4440b4d4f..38ca77a42f 100644 --- a/examples/react/router-monorepo-simple/packages/app/package.json +++ b/examples/react/router-monorepo-simple/packages/app/package.json @@ -19,7 +19,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/scroll-restoration/package.json b/examples/react/scroll-restoration/package.json index f36ffe65bb..d1e5e96dbe 100644 --- a/examples/react/scroll-restoration/package.json +++ b/examples/react/scroll-restoration/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/react-virtual": "^3.13.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.18" diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index dab1faf8fd..5204bfba12 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -19,7 +19,6 @@ "@tanstack/valibot-adapter": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", "arktype": "^2.1.7", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.1.18", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index a34f9b23a0..14509957e2 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -29,7 +29,6 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "dotenv": "^17.2.3", - "postcss": "^8.5.1", "prisma": "^7.0.0", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/examples/react/start-basic-authjs/package.json b/examples/react/start-basic-authjs/package.json index 7cd5d0fc8c..c9997371c6 100644 --- a/examples/react/start-basic-authjs/package.json +++ b/examples/react/start-basic-authjs/package.json @@ -24,7 +24,6 @@ "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-basic-cloudflare/package.json b/examples/react/start-basic-cloudflare/package.json index 32a9f53b06..847e4b27b0 100644 --- a/examples/react/start-basic-cloudflare/package.json +++ b/examples/react/start-basic-cloudflare/package.json @@ -25,7 +25,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.6.0", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index e4b2b96673..a681f113ef 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -27,7 +27,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index b6a58fec4b..ad51d05aeb 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -22,7 +22,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-basic-static/package.json b/examples/react/start-basic-static/package.json index 6ff65de33c..b10b0cab4b 100644 --- a/examples/react/start-basic-static/package.json +++ b/examples/react/start-basic-static/package.json @@ -24,7 +24,6 @@ "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "postcss": "^8.4.49", "tailwindcss": "4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 4cfe5e5b7c..0ac053438a 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -24,7 +24,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.6.0", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index 737fd82188..f976423524 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -26,7 +26,6 @@ "@types/node": "^22.5.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 8f496fd70b..472a48774a 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -37,7 +37,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-large/package.json b/examples/react/start-large/package.json index acbd9192e4..914bfb4bce 100644 --- a/examples/react/start-large/package.json +++ b/examples/react/start-large/package.json @@ -28,7 +28,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-supabase-basic/package.json b/examples/react/start-supabase-basic/package.json index ffade3b2a6..ce189374c2 100644 --- a/examples/react/start-supabase-basic/package.json +++ b/examples/react/start-supabase-basic/package.json @@ -27,7 +27,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index 6c62f055f9..094709350d 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -32,7 +32,6 @@ "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", diff --git a/examples/react/view-transitions/package.json b/examples/react/view-transitions/package.json index 17598e9300..6c3a8c507d 100644 --- a/examples/react/view-transitions/package.json +++ b/examples/react/view-transitions/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/with-framer-motion/package.json b/examples/react/with-framer-motion/package.json index 4a116d9339..79848be9b9 100644 --- a/examples/react/with-framer-motion/package.json +++ b/examples/react/with-framer-motion/package.json @@ -13,7 +13,6 @@ "@tanstack/react-router": "^1.141.8", "@tanstack/react-router-devtools": "^1.141.8", "framer-motion": "^11.18.2", - "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index 730f20e492..2e7c97c4ed 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -20,7 +20,6 @@ "@trpc/server": "^11.4.3", "@trpc/tanstack-react-query": "^11.4.3", "express": "^4.21.2", - "postcss": "^8.5.1", "react": "^19.1.0", "react-dom": "^19.1.0", "redaxios": "^0.5.1", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index ac4e205d03..b5c33beb00 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -17,7 +17,6 @@ "@trpc/client": "^11.4.3", "@trpc/server": "^11.4.3", "express": "^4.21.2", - "postcss": "^8.5.1", "react": "^19.1.0", "react-dom": "^19.1.0", "redaxios": "^0.5.1", diff --git a/examples/solid/authenticated-routes-firebase/package.json b/examples/solid/authenticated-routes-firebase/package.json index 8ba6f0d7f1..389aa8e2cc 100644 --- a/examples/solid/authenticated-routes-firebase/package.json +++ b/examples/solid/authenticated-routes-firebase/package.json @@ -14,7 +14,6 @@ "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "firebase": "^11.4.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "simple-icons": "^14.9.0", diff --git a/examples/solid/authenticated-routes/package.json b/examples/solid/authenticated-routes/package.json index 89558ff897..ff8a57c4bb 100644 --- a/examples/solid/authenticated-routes/package.json +++ b/examples/solid/authenticated-routes/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-default-search-params/package.json b/examples/solid/basic-default-search-params/package.json index 4d934048c1..7ed9a1a444 100644 --- a/examples/solid/basic-default-search-params/package.json +++ b/examples/solid/basic-default-search-params/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-devtools-panel/package.json b/examples/solid/basic-devtools-panel/package.json index 9897ece6cc..d7c6b2b819 100644 --- a/examples/solid/basic-devtools-panel/package.json +++ b/examples/solid/basic-devtools-panel/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/examples/solid/basic-file-based/package.json b/examples/solid/basic-file-based/package.json index 777d5e4edf..0b1d3ec32a 100644 --- a/examples/solid/basic-file-based/package.json +++ b/examples/solid/basic-file-based/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-non-nested-devtools/package.json b/examples/solid/basic-non-nested-devtools/package.json index 4b10f95c26..47e6b3ca7b 100644 --- a/examples/solid/basic-non-nested-devtools/package.json +++ b/examples/solid/basic-non-nested-devtools/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/examples/solid/basic-solid-query-file-based/package.json b/examples/solid/basic-solid-query-file-based/package.json index 4142cc112d..f47c997980 100644 --- a/examples/solid/basic-solid-query-file-based/package.json +++ b/examples/solid/basic-solid-query-file-based/package.json @@ -15,7 +15,6 @@ "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-solid-query/package.json b/examples/solid/basic-solid-query/package.json index 5b894d28e3..f2f7d82ce4 100644 --- a/examples/solid/basic-solid-query/package.json +++ b/examples/solid/basic-solid-query/package.json @@ -14,7 +14,6 @@ "@tanstack/solid-query-devtools": "^5.90.0", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/examples/solid/basic-ssr-streaming-file-based/package.json b/examples/solid/basic-ssr-streaming-file-based/package.json index ecaf800146..fb59f41f26 100644 --- a/examples/solid/basic-ssr-streaming-file-based/package.json +++ b/examples/solid/basic-ssr-streaming-file-based/package.json @@ -18,7 +18,6 @@ "express": "^4.21.2", "get-port": "^7.1.0", "node-fetch": "^3.3.2", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-virtual-file-based/package.json b/examples/solid/basic-virtual-file-based/package.json index 3404628783..ca64a48ae4 100644 --- a/examples/solid/basic-virtual-file-based/package.json +++ b/examples/solid/basic-virtual-file-based/package.json @@ -14,7 +14,6 @@ "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "@tanstack/virtual-file-routes": "^1.141.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic-virtual-inside-file-based/package.json b/examples/solid/basic-virtual-inside-file-based/package.json index 3a28b420d6..2900653ed8 100644 --- a/examples/solid/basic-virtual-inside-file-based/package.json +++ b/examples/solid/basic-virtual-inside-file-based/package.json @@ -14,7 +14,6 @@ "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", "@tanstack/virtual-file-routes": "^1.141.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 05792ebdeb..f4f514d3fb 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" diff --git a/examples/solid/deferred-data/package.json b/examples/solid/deferred-data/package.json index 801fb30611..97735a87c0 100644 --- a/examples/solid/deferred-data/package.json +++ b/examples/solid/deferred-data/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/kitchen-sink-file-based/package.json b/examples/solid/kitchen-sink-file-based/package.json index 4fcaea15da..5ffe2e649f 100644 --- a/examples/solid/kitchen-sink-file-based/package.json +++ b/examples/solid/kitchen-sink-file-based/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/kitchen-sink-solid-query-file-based/package.json b/examples/solid/kitchen-sink-solid-query-file-based/package.json index 2164e7904e..ac82e57b3f 100644 --- a/examples/solid/kitchen-sink-solid-query-file-based/package.json +++ b/examples/solid/kitchen-sink-solid-query-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/kitchen-sink-solid-query/package.json b/examples/solid/kitchen-sink-solid-query/package.json index 06d4e76a5a..2040e59e4f 100644 --- a/examples/solid/kitchen-sink-solid-query/package.json +++ b/examples/solid/kitchen-sink-solid-query/package.json @@ -15,7 +15,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index 555e271e16..34b2cffde6 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "immer": "^10.1.1", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/large-file-based/package.json b/examples/solid/large-file-based/package.json index 8f329496b8..2cc1ce3e1e 100644 --- a/examples/solid/large-file-based/package.json +++ b/examples/solid/large-file-based/package.json @@ -16,7 +16,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/location-masking/package.json b/examples/solid/location-masking/package.json index c645606878..5678159460 100644 --- a/examples/solid/location-masking/package.json +++ b/examples/solid/location-masking/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18" diff --git a/examples/solid/navigation-blocking/package.json b/examples/solid/navigation-blocking/package.json index 2eafb8869a..9f63c1fce6 100644 --- a/examples/solid/navigation-blocking/package.json +++ b/examples/solid/navigation-blocking/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-query": "^5.90.9", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18" diff --git a/examples/solid/quickstart-file-based/package.json b/examples/solid/quickstart-file-based/package.json index b5f60068c0..5e1c8a1a1d 100644 --- a/examples/solid/quickstart-file-based/package.json +++ b/examples/solid/quickstart-file-based/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", diff --git a/examples/solid/quickstart/package.json b/examples/solid/quickstart/package.json index 8940f31df2..8482ba4583 100644 --- a/examples/solid/quickstart/package.json +++ b/examples/solid/quickstart/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" }, diff --git a/examples/solid/router-monorepo-simple-lazy/packages/app/package.json b/examples/solid/router-monorepo-simple-lazy/packages/app/package.json index 7a836c16e5..878e78a324 100644 --- a/examples/solid/router-monorepo-simple-lazy/packages/app/package.json +++ b/examples/solid/router-monorepo-simple-lazy/packages/app/package.json @@ -20,7 +20,6 @@ "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.2", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "vite": "^7.1.7", "vite-plugin-dts": "^4.5.4", diff --git a/examples/solid/router-monorepo-simple/packages/app/package.json b/examples/solid/router-monorepo-simple/packages/app/package.json index 22d6d1383d..34dfc4dfe1 100644 --- a/examples/solid/router-monorepo-simple/packages/app/package.json +++ b/examples/solid/router-monorepo-simple/packages/app/package.json @@ -18,7 +18,6 @@ "typescript": "^5.7.2", "@tanstack/solid-router-devtools": "^1.141.8", "vite": "^7.1.7", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "vite-plugin-dts": "^4.5.4", "@tailwindcss/vite": "4.1.18" diff --git a/examples/solid/router-monorepo-simple/packages/app/src/style.css b/examples/solid/router-monorepo-simple/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/solid/router-monorepo-simple/packages/app/src/style.css +++ b/examples/solid/router-monorepo-simple/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/solid/router-monorepo-solid-query/packages/app/package.json b/examples/solid/router-monorepo-solid-query/packages/app/package.json index 81df06980a..08e7d2e7b1 100644 --- a/examples/solid/router-monorepo-solid-query/packages/app/package.json +++ b/examples/solid/router-monorepo-solid-query/packages/app/package.json @@ -18,7 +18,6 @@ "vite-plugin-solid": "^2.11.10", "typescript": "^5.7.2", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "tailwindcss": "4.1.18", "vite": "^7.1.7", "vite-plugin-dts": "^4.5.4", diff --git a/examples/solid/scroll-restoration/package.json b/examples/solid/scroll-restoration/package.json index c2e73ab46c..d0c7c80633 100644 --- a/examples/solid/scroll-restoration/package.json +++ b/examples/solid/scroll-restoration/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/solid-virtual": "^3.13.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18" }, diff --git a/examples/solid/search-validator-adapters/package.json b/examples/solid/search-validator-adapters/package.json index 7ba7b766b5..771bd8ce98 100644 --- a/examples/solid/search-validator-adapters/package.json +++ b/examples/solid/search-validator-adapters/package.json @@ -19,7 +19,6 @@ "@tanstack/valibot-adapter": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", "arktype": "^2.1.7", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "tailwindcss": "^4.1.18", "valibot": "1.0.0-beta.15", diff --git a/examples/solid/start-basic-auth/package.json b/examples/solid/start-basic-auth/package.json index b06c923b73..fe5aea5275 100644 --- a/examples/solid/start-basic-auth/package.json +++ b/examples/solid/start-basic-auth/package.json @@ -25,7 +25,6 @@ "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "dotenv": "^17.2.3", - "postcss": "^8.5.1", "prisma": "^7.0.0", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", diff --git a/examples/solid/start-basic-authjs/package.json b/examples/solid/start-basic-authjs/package.json index f04f80494c..b12aeb07fe 100644 --- a/examples/solid/start-basic-authjs/package.json +++ b/examples/solid/start-basic-authjs/package.json @@ -21,7 +21,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-cloudflare/package.json b/examples/solid/start-basic-cloudflare/package.json index 7c61335a36..0a5c4b4146 100644 --- a/examples/solid/start-basic-cloudflare/package.json +++ b/examples/solid/start-basic-cloudflare/package.json @@ -21,7 +21,6 @@ "@cloudflare/vite-plugin": "^1.13.7", "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-netlify/package.json b/examples/solid/start-basic-netlify/package.json index 0599660eef..f93266e152 100644 --- a/examples/solid/start-basic-netlify/package.json +++ b/examples/solid/start-basic-netlify/package.json @@ -18,7 +18,6 @@ "@netlify/vite-plugin-tanstack-start": "^1.1.4", "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-nitro/package.json b/examples/solid/start-basic-nitro/package.json index 8fd49b5581..67a785286b 100644 --- a/examples/solid/start-basic-nitro/package.json +++ b/examples/solid/start-basic-nitro/package.json @@ -18,7 +18,6 @@ "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "nitro": "^3.0.1-alpha.1", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-solid-query/package.json b/examples/solid/start-basic-solid-query/package.json index d916cb2b9b..487332db22 100644 --- a/examples/solid/start-basic-solid-query/package.json +++ b/examples/solid/start-basic-solid-query/package.json @@ -23,7 +23,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-static/package.json b/examples/solid/start-basic-static/package.json index 6f5cc7f59d..d87bda2fbf 100644 --- a/examples/solid/start-basic-static/package.json +++ b/examples/solid/start-basic-static/package.json @@ -20,7 +20,6 @@ }, "devDependencies": { "@types/node": "^22.5.4", - "postcss": "^8.4.49", "tailwindcss": "4.1.18", "typescript": "^5.6.2", "vite": "^7.1.7", diff --git a/examples/solid/start-basic-static/src/styles/app.css b/examples/solid/start-basic-static/src/styles/app.css index d6426ccb72..329a45d0e6 100644 --- a/examples/solid/start-basic-static/src/styles/app.css +++ b/examples/solid/start-basic-static/src/styles/app.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../**/*.{js,ts,jsx,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} @layer base { html, diff --git a/examples/solid/start-basic/package.json b/examples/solid/start-basic/package.json index 0433dd3a5a..136a09b207 100644 --- a/examples/solid/start-basic/package.json +++ b/examples/solid/start-basic/package.json @@ -20,7 +20,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-large/package.json b/examples/solid/start-large/package.json index 49a6ee8b1d..fc629a0288 100644 --- a/examples/solid/start-large/package.json +++ b/examples/solid/start-large/package.json @@ -25,7 +25,6 @@ "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", "vite-plugin-solid": "^2.11.10", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/start-tailwind-v4/package.json b/examples/solid/start-tailwind-v4/package.json index 37b62b3a8a..4fe79bb5a1 100644 --- a/examples/solid/start-tailwind-v4/package.json +++ b/examples/solid/start-tailwind-v4/package.json @@ -20,7 +20,6 @@ "devDependencies": { "@tailwindcss/vite": "^4.1.18", "@types/node": "^22.5.4", - "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.2", "vite": "^7.1.7", diff --git a/examples/solid/view-transitions/package.json b/examples/solid/view-transitions/package.json index 46dcca6335..ccfc34295c 100644 --- a/examples/solid/view-transitions/package.json +++ b/examples/solid/view-transitions/package.json @@ -13,7 +13,6 @@ "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", "@tanstack/router-plugin": "^1.142.0", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/solid/with-framer-motion/package.json b/examples/solid/with-framer-motion/package.json index 33e3a8e494..203baaeeb5 100644 --- a/examples/solid/with-framer-motion/package.json +++ b/examples/solid/with-framer-motion/package.json @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.18", "@tanstack/solid-router": "^1.141.8", "@tanstack/solid-router-devtools": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "solid-js": "^1.9.10", "solid-motionone": "^1.0.4", diff --git a/examples/solid/with-trpc/package.json b/examples/solid/with-trpc/package.json index 669f35a3c0..2777a9f59e 100644 --- a/examples/solid/with-trpc/package.json +++ b/examples/solid/with-trpc/package.json @@ -17,7 +17,6 @@ "@trpc/client": "^11.4.3", "@trpc/server": "^11.4.3", "express": "^4.21.2", - "postcss": "^8.5.1", "solid-js": "^1.9.10", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", diff --git a/examples/vue/basic-file-based-jsx/package.json b/examples/vue/basic-file-based-jsx/package.json index 6d53e4afb9..79c3708849 100644 --- a/examples/vue/basic-file-based-jsx/package.json +++ b/examples/vue/basic-file-based-jsx/package.json @@ -14,7 +14,6 @@ "@tanstack/vue-router": "^1.141.8", "@tanstack/vue-router-devtools": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/examples/vue/basic-file-based-jsx/src/styles.css b/examples/vue/basic-file-based-jsx/src/styles.css index 6a03b331e8..38c9fe1a2d 100644 --- a/examples/vue/basic-file-based-jsx/src/styles.css +++ b/examples/vue/basic-file-based-jsx/src/styles.css @@ -1,6 +1,6 @@ @import 'tailwindcss'; -@source "./**/*.tsx"; +@source "./**/*.{ts,tsx,vue}"; @layer base { *, diff --git a/examples/vue/basic-file-based-sfc/package.json b/examples/vue/basic-file-based-sfc/package.json index 88066a2259..05dfde6276 100644 --- a/examples/vue/basic-file-based-sfc/package.json +++ b/examples/vue/basic-file-based-sfc/package.json @@ -14,7 +14,6 @@ "@tanstack/vue-router": "^1.141.8", "@tanstack/vue-router-devtools": "^1.141.8", "@tanstack/zod-adapter": "^1.141.8", - "postcss": "^8.5.1", "redaxios": "^0.5.1", "tailwindcss": "^4.1.18", "vue": "^3.5.16", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 4d107e5743..707b9fb4a6 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -12,7 +12,6 @@ "@tanstack/vue-router": "^1.141.8", "@tanstack/vue-router-devtools": "^1.141.8", "redaxios": "^0.5.1", - "postcss": "^8.5.1", "vue": "^3.5.13", "tailwindcss": "4.1.18" }, diff --git a/examples/vue/basic/tailwind.config.mjs b/examples/vue/basic/tailwind.config.mjs deleted file mode 100644 index 4986094b9d..0000000000 --- a/examples/vue/basic/tailwind.config.mjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -export default { - content: ['./src/**/*.{js,jsx,ts,tsx}', './index.html'], -} From b7cd2cb05033b3032dcbf911d48f04cf626d6d41 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 21 Dec 2025 03:48:36 +0100 Subject: [PATCH 4/6] fix --- .../vue/basic-file-based-jsx/src/styles.css | 2 +- pnpm-lock.yaml | 498 ------------------ 2 files changed, 1 insertion(+), 499 deletions(-) diff --git a/examples/vue/basic-file-based-jsx/src/styles.css b/examples/vue/basic-file-based-jsx/src/styles.css index 38c9fe1a2d..c7b8c3130b 100644 --- a/examples/vue/basic-file-based-jsx/src/styles.css +++ b/examples/vue/basic-file-based-jsx/src/styles.css @@ -1,6 +1,6 @@ @import 'tailwindcss'; -@source "./**/*.{ts,tsx,vue}"; +@source './**/*.{ts,tsx,vue}'; @layer base { *, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9336931d9..1a6d339e71 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -216,9 +216,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -311,9 +308,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -366,9 +360,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -418,9 +409,6 @@ importers: '@tanstack/router-devtools': specifier: workspace:* version: link:../../../packages/router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -473,9 +461,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -525,9 +510,6 @@ importers: '@tanstack/react-virtual': specifier: ^3.13.0 version: 3.13.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -577,9 +559,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -632,9 +611,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -718,9 +694,6 @@ importers: '@tanstack/router-cli': specifier: workspace:* version: link:../../../packages/router-cli - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -764,9 +737,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -926,9 +896,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -984,9 +951,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -1033,9 +997,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.6 react: specifier: ^19.2.0 version: 19.2.0 @@ -1134,9 +1095,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1216,9 +1174,6 @@ importers: dotenv: specifier: ^17.2.3 version: 17.2.3 - postcss: - specifier: ^8.5.1 - version: 8.5.3 prisma: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.2) @@ -1274,9 +1229,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -1353,9 +1305,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1411,9 +1360,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -1512,9 +1458,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -1576,9 +1519,6 @@ importers: cross-env: specifier: ^10.0.0 version: 10.0.0 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1655,9 +1595,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -1725,9 +1662,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1786,9 +1720,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1844,9 +1775,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -1923,9 +1851,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -2005,9 +1930,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -2054,9 +1976,6 @@ importers: '@types/react-dom': specifier: ^19.2.2 version: 19.2.2(@types/react@19.2.2) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -2127,9 +2046,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -2191,9 +2107,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -2249,9 +2162,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2329,9 +2239,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2375,9 +2282,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 solid-js: specifier: 1.9.10 version: 1.9.10 @@ -2415,9 +2319,6 @@ importers: '@tanstack/solid-virtual': specifier: ^3.13.0 version: 3.13.12(solid-js@1.9.10) - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2458,9 +2359,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2504,9 +2402,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2550,9 +2445,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2596,9 +2488,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2639,9 +2528,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2676,9 +2562,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2817,9 +2700,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2866,9 +2746,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2906,9 +2783,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -2992,9 +2866,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3059,9 +2930,6 @@ importers: dotenv: specifier: ^17.2.3 version: 17.2.3 - postcss: - specifier: ^8.5.1 - version: 8.5.6 prisma: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) @@ -3111,9 +2979,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -3181,9 +3046,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3276,9 +3138,6 @@ importers: cross-env: specifier: ^10.0.0 version: 10.0.0 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3346,9 +3205,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -3407,9 +3263,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3447,9 +3300,6 @@ importers: '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3502,9 +3352,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3572,9 +3419,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3645,9 +3489,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3688,9 +3529,6 @@ importers: '@tanstack/router-e2e-utils': specifier: workspace:^ version: link:../../e2e-utils - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -3752,9 +3590,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3810,9 +3645,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.3 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -3849,9 +3681,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -3895,9 +3724,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4005,9 +3831,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4075,9 +3898,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4127,9 +3947,6 @@ importers: '@tanstack/vue-virtual': specifier: ^3.13.0 version: 3.13.13(vue@3.5.25(typescript@5.8.3)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4185,9 +4002,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4243,9 +4057,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4295,9 +4106,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4350,9 +4158,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4402,9 +4207,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4457,9 +4259,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4613,9 +4412,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4671,9 +4467,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4723,9 +4516,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -4818,9 +4608,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -4888,9 +4675,6 @@ importers: dotenv: specifier: ^17.2.3 version: 17.2.3 - postcss: - specifier: ^8.5.1 - version: 8.5.6 prisma: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) @@ -4943,9 +4727,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -5056,9 +4837,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5117,9 +4895,6 @@ importers: cross-env: specifier: ^10.0.0 version: 10.0.0 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5190,9 +4965,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 version: 4.2.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -5254,9 +5026,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5297,9 +5066,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5349,9 +5115,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5431,9 +5194,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5507,9 +5267,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5553,9 +5310,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -5620,9 +5374,6 @@ importers: combinate: specifier: ^1.1.11 version: 1.1.11 - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5681,9 +5432,6 @@ importers: '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 version: 5.1.2(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.2)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 srvx: specifier: ^0.9.8 version: 0.9.8 @@ -5711,9 +5459,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5763,9 +5508,6 @@ importers: firebase: specifier: ^11.4.0 version: 11.4.0 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5812,9 +5554,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5858,9 +5597,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5907,9 +5643,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5953,9 +5686,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -5999,9 +5729,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6048,9 +5775,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6100,9 +5824,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6250,9 +5971,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6302,9 +6020,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6348,9 +6063,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6440,9 +6152,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6492,9 +6201,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6547,9 +6253,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6605,9 +6308,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6657,9 +6357,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6709,9 +6406,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6755,9 +6449,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6798,9 +6489,6 @@ importers: '@tanstack/react-router-devtools': specifier: workspace:^ version: link:../../../packages/react-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -6875,9 +6563,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -7081,9 +6766,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -7321,9 +7003,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -7444,9 +7123,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -7548,9 +7224,6 @@ importers: '@tanstack/react-virtual': specifier: ^3.13.0 version: 3.13.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -7606,9 +7279,6 @@ importers: arktype: specifier: ^2.1.7 version: 2.1.7 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -7729,9 +7399,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.6.0 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -7796,9 +7463,6 @@ importers: dotenv: specifier: ^17.2.3 version: 17.2.3 - postcss: - specifier: ^8.5.1 - version: 8.5.3 prisma: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.8.2) @@ -7857,9 +7521,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.6.0 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -7909,9 +7570,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.6.0 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -7976,9 +7634,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8031,9 +7686,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.7.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -8089,9 +7741,6 @@ importers: '@types/react-dom': specifier: ^19.2.2 version: 19.2.2(@types/react@19.2.2) - postcss: - specifier: ^8.4.49 - version: 8.5.3 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -8229,9 +7878,6 @@ importers: '@types/react-dom': specifier: ^19.2.2 version: 19.2.2(@types/react@19.2.2) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8317,9 +7963,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8467,9 +8110,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8623,9 +8263,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8754,9 +8391,6 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.6.0(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -8833,9 +8467,6 @@ importers: '@tanstack/router-plugin': specifier: workspace:* version: link:../../../packages/router-plugin - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -8882,9 +8513,6 @@ importers: framer-motion: specifier: ^11.18.2 version: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -8940,9 +8568,6 @@ importers: express: specifier: ^4.21.2 version: 4.21.2 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -9010,9 +8635,6 @@ importers: express: specifier: ^4.21.2 version: 4.21.2 - postcss: - specifier: ^8.5.1 - version: 8.5.3 react: specifier: ^19.2.0 version: 19.2.0 @@ -9062,9 +8684,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9105,9 +8724,6 @@ importers: firebase: specifier: ^11.4.0 version: 11.4.0 - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9145,9 +8761,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9188,9 +8801,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9225,9 +8835,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9259,9 +8866,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9299,9 +8903,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9345,9 +8946,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9388,9 +8986,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9480,9 +9075,6 @@ importers: node-fetch: specifier: ^3.3.2 version: 3.3.2 - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9529,9 +9121,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9572,9 +9161,6 @@ importers: '@tanstack/virtual-file-routes': specifier: workspace:* version: link:../../../packages/virtual-file-routes - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9609,9 +9195,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9683,9 +9266,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9723,9 +9303,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9772,9 +9349,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9821,9 +9395,6 @@ importers: immer: specifier: ^10.1.1 version: 10.1.1 - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9864,9 +9435,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9904,9 +9472,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9941,9 +9506,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -9975,9 +9537,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 solid-js: specifier: 1.9.10 version: 1.9.10 @@ -10037,9 +9596,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.3 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -10283,9 +9839,6 @@ importers: '@tanstack/solid-virtual': specifier: ^3.13.0 version: 3.13.12(solid-js@1.9.10) - postcss: - specifier: ^8.5.1 - version: 8.5.6 solid-js: specifier: 1.9.10 version: 1.9.10 @@ -10332,9 +9885,6 @@ importers: arktype: specifier: ^2.1.7 version: 2.1.7 - postcss: - specifier: ^8.5.1 - version: 8.5.6 solid-js: specifier: 1.9.10 version: 1.9.10 @@ -10391,9 +9941,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.3 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10449,9 +9996,6 @@ importers: dotenv: specifier: ^17.2.3 version: 17.2.3 - postcss: - specifier: ^8.5.1 - version: 8.5.6 prisma: specifier: ^7.0.0 version: 7.0.0(@types/react@19.2.2)(magicast@0.3.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.2) @@ -10501,9 +10045,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10544,9 +10085,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10590,9 +10128,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10633,9 +10168,6 @@ importers: nitro: specifier: ^3.0.1-alpha.1 version: 3.0.1-alpha.1(@electric-sql/pglite@0.3.2)(@libsql/client@0.15.15)(@netlify/blobs@10.1.0)(chokidar@4.0.3)(ioredis@5.8.0)(lru-cache@11.2.2)(mysql2@3.15.3)(rollup@4.52.5)(vite@7.1.7(@types/node@22.10.2)(jiti@2.6.1)(lightningcss@1.30.2)(terser@5.37.0)(tsx@4.20.3)(yaml@2.8.1)) - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10688,9 +10220,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -10737,9 +10266,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.4.49 - version: 8.5.3 tailwindcss: specifier: 4.1.18 version: 4.1.18 @@ -11009,9 +10535,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -11135,9 +10658,6 @@ importers: '@types/node': specifier: 22.10.2 version: 22.10.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 tailwindcss: specifier: ^4.1.18 version: 4.1.18 @@ -11168,9 +10688,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -11205,9 +10722,6 @@ importers: '@tanstack/solid-router-devtools': specifier: workspace:^ version: link:../../../packages/solid-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -11257,9 +10771,6 @@ importers: express: specifier: ^4.21.2 version: 4.21.2 - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -11294,9 +10805,6 @@ importers: '@tanstack/vue-router-devtools': specifier: workspace:* version: link:../../../packages/vue-router-devtools - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -11343,9 +10851,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 @@ -11407,9 +10912,6 @@ importers: '@tanstack/zod-adapter': specifier: workspace:* version: link:../../../packages/zod-adapter - postcss: - specifier: ^8.5.1 - version: 8.5.6 redaxios: specifier: ^0.5.1 version: 0.5.1 From c5a5357a7a882ea449b2dbed184bdba156a3e4a3 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 21 Dec 2025 03:50:19 +0100 Subject: [PATCH 5/6] delete tailwind config --- examples/solid/start-basic-static/tailwind.config.cjs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 examples/solid/start-basic-static/tailwind.config.cjs diff --git a/examples/solid/start-basic-static/tailwind.config.cjs b/examples/solid/start-basic-static/tailwind.config.cjs deleted file mode 100644 index 10c9224f8c..0000000000 --- a/examples/solid/start-basic-static/tailwind.config.cjs +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['./src/**/*.{js,ts,jsx,tsx}'], -} From 528995e722dd48f5a0cf2029f61ef141ea4e277e Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 21 Dec 2025 04:04:22 +0100 Subject: [PATCH 6/6] style compat --- .../packages/app/src/style.css | 24 ++++++++++++++++--- .../packages/app/src/style.css | 24 ++++++++++++++++--- examples/vue/basic/src/styles.css | 24 ++++++++++++++++--- 3 files changed, 63 insertions(+), 9 deletions(-) diff --git a/examples/solid/router-monorepo-simple-lazy/packages/app/src/style.css b/examples/solid/router-monorepo-simple-lazy/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/solid/router-monorepo-simple-lazy/packages/app/src/style.css +++ b/examples/solid/router-monorepo-simple-lazy/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/solid/router-monorepo-solid-query/packages/app/src/style.css b/examples/solid/router-monorepo-solid-query/packages/app/src/style.css index 0b8e317099..9784181c41 100644 --- a/examples/solid/router-monorepo-solid-query/packages/app/src/style.css +++ b/examples/solid/router-monorepo-solid-query/packages/app/src/style.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source '../../post-feature/src/**/*.{js,jsx,ts,tsx}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark; diff --git a/examples/vue/basic/src/styles.css b/examples/vue/basic/src/styles.css index 0b8e317099..5fe7fb0931 100644 --- a/examples/vue/basic/src/styles.css +++ b/examples/vue/basic/src/styles.css @@ -1,6 +1,24 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import 'tailwindcss'; + +@source './**/*.{ts,tsx,vue}'; + +/* + The default border color has changed to `currentcolor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentcolor); + } +} html { color-scheme: light dark;