diff --git a/templates/start-monorepo/apps/web/package.json b/templates/start-monorepo/apps/web/package.json index a06ef57484..73be8ff3db 100644 --- a/templates/start-monorepo/apps/web/package.json +++ b/templates/start-monorepo/apps/web/package.json @@ -24,7 +24,7 @@ "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { - "@tanstack/eslint-config": "^0.3.0", + "@tanstack/eslint-config": "^0.4.0", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", diff --git a/templates/start-monorepo/packages/ui/package.json b/templates/start-monorepo/packages/ui/package.json index 3cf2046add..f0fd472faa 100644 --- a/templates/start-monorepo/packages/ui/package.json +++ b/templates/start-monorepo/packages/ui/package.json @@ -19,7 +19,7 @@ "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", - "@tanstack/eslint-config": "^0.3.0", + "@tanstack/eslint-config": "^0.4.0", "eslint": "^9.39.2", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" diff --git a/templates/start-monorepo/pnpm-lock.yaml b/templates/start-monorepo/pnpm-lock.yaml index 70968538be..df4202ed3c 100644 --- a/templates/start-monorepo/pnpm-lock.yaml +++ b/templates/start-monorepo/pnpm-lock.yaml @@ -40,7 +40,7 @@ importers: version: link:../../packages/ui nitro: specifier: latest - version: 3.0.1-alpha.2(rollup@4.59.0)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)) + version: 3.0.1-alpha.2(chokidar@3.6.0)(lru-cache@5.1.1)(rollup@4.59.0)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)) react: specifier: ^19.2.4 version: 19.2.4 @@ -55,8 +55,8 @@ importers: version: 5.1.4(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)) devDependencies: '@tanstack/eslint-config': - specifier: ^0.3.0 - version: 0.3.4(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) + specifier: ^0.4.0 + version: 0.4.0(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) '@types/node': specifier: ^25.1.0 version: 25.3.0 @@ -95,8 +95,8 @@ importers: specifier: ^4.1.18 version: 4.2.1(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)) '@tanstack/eslint-config': - specifier: ^0.3.0 - version: 0.3.4(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) + specifier: ^0.4.0 + version: 0.4.0(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) '@turbo/gen': specifier: ^2.8.1 version: 2.8.11(@types/node@25.3.0) @@ -415,6 +415,15 @@ packages: resolution: {integrity: sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@10.0.1': + resolution: {integrity: sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + peerDependencies: + eslint: ^10.0.0 + peerDependenciesMeta: + eslint: + optional: true + '@eslint/js@9.39.3': resolution: {integrity: sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -996,8 +1005,8 @@ packages: cpu: [x64] os: [win32] - '@stylistic/eslint-plugin@5.9.0': - resolution: {integrity: sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==} + '@stylistic/eslint-plugin@5.10.0': + resolution: {integrity: sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^9.0.0 || ^10.0.0 @@ -1092,11 +1101,11 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 - '@tanstack/eslint-config@0.3.4': - resolution: {integrity: sha512-5Ou1XWJRCTx5G8WoCbT7+6nQ4iNdsISzBAc4lXpFy2fEOO7xioOSPvcPIv+r9V0drPPETou2tr6oLGZZ909FKg==} + '@tanstack/eslint-config@0.4.0': + resolution: {integrity: sha512-V+Cd81W/f65dqKJKpytbwTGx9R+IwxKAHsG/uJ3nSLYEh36hlAr54lRpstUhggQB8nf/cP733cIw8DuD2dzQUg==} engines: {node: '>=18'} peerDependencies: - eslint: ^8.0.0 || ^9.0.0 + eslint: ^9.0.0 || ^10.0.0 '@tanstack/history@1.161.4': resolution: {integrity: sha512-Kp/WSt411ZWYvgXy6uiv5RmhHrz9cAml05AQPrtdAp7eUqvIDbMGPnML25OKbzR3RJ1q4wgENxDTvlGPa9+Mww==} @@ -1509,8 +1518,8 @@ packages: brace-expansion@1.1.12: resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} - brace-expansion@5.0.3: - resolution: {integrity: sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==} + brace-expansion@5.0.4: + resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==} engines: {node: 18 || 20 || >=22} braces@3.0.3: @@ -1704,6 +1713,10 @@ packages: resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} engines: {node: '>=10.13.0'} + enhanced-resolve@5.20.0: + resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} + engines: {node: '>=10.13.0'} + entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} @@ -1925,8 +1938,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@16.5.0: - resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} + globals@17.4.0: + resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==} engines: {node: '>=18'} globby@10.0.2: @@ -3231,6 +3244,10 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/js@10.0.1(eslint@9.39.3(jiti@2.6.1))': + optionalDependencies: + eslint: 9.39.3(jiti@2.6.1) + '@eslint/js@9.39.3': {} '@eslint/object-schema@2.1.7': {} @@ -3641,7 +3658,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true - '@stylistic/eslint-plugin@5.9.0(eslint@9.39.3(jiti@2.6.1))': + '@stylistic/eslint-plugin@5.10.0(eslint@9.39.3(jiti@2.6.1))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)) '@typescript-eslint/types': 8.56.1 @@ -3719,14 +3736,14 @@ snapshots: tailwindcss: 4.2.1 vite: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0) - '@tanstack/eslint-config@0.3.4(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)': + '@tanstack/eslint-config@0.4.0(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint/js': 9.39.3 - '@stylistic/eslint-plugin': 5.9.0(eslint@9.39.3(jiti@2.6.1)) + '@eslint/js': 10.0.1(eslint@9.39.3(jiti@2.6.1)) + '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.3(jiti@2.6.1)) eslint: 9.39.3(jiti@2.6.1) eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1)) eslint-plugin-n: 17.24.0(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) - globals: 16.5.0 + globals: 17.4.0 typescript-eslint: 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) vue-eslint-parser: 10.4.0(eslint@9.39.3(jiti@2.6.1)) transitivePeerDependencies: @@ -4237,7 +4254,7 @@ snapshots: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@5.0.3: + brace-expansion@5.0.4: dependencies: balanced-match: 4.0.4 @@ -4445,6 +4462,11 @@ snapshots: graceful-fs: 4.2.11 tapable: 2.3.0 + enhanced-resolve@5.20.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.3.0 + entities@4.5.0: {} entities@6.0.1: {} @@ -4525,7 +4547,7 @@ snapshots: eslint-plugin-n@17.24.0(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)) - enhanced-resolve: 5.19.0 + enhanced-resolve: 5.20.0 eslint: 9.39.3(jiti@2.6.1) eslint-plugin-es-x: 7.8.0(eslint@9.39.3(jiti@2.6.1)) get-tsconfig: 4.13.6 @@ -4710,7 +4732,7 @@ snapshots: globals@15.15.0: {} - globals@16.5.0: {} + globals@17.4.0: {} globby@10.0.2: dependencies: @@ -4956,7 +4978,7 @@ snapshots: minimatch@10.2.4: dependencies: - brace-expansion: 5.0.3 + brace-expansion: 5.0.4 minimatch@3.1.5: dependencies: @@ -4984,7 +5006,7 @@ snapshots: nf3@0.3.10: {} - nitro@3.0.1-alpha.2(rollup@4.59.0)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)): + nitro@3.0.1-alpha.2(chokidar@3.6.0)(lru-cache@5.1.1)(rollup@4.59.0)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0)): dependencies: consola: 3.4.2 crossws: 0.4.4(srvx@0.10.1) @@ -4999,7 +5021,7 @@ snapshots: srvx: 0.10.1 undici: 7.22.0 unenv: 2.0.0-rc.24 - unstorage: 2.0.0-alpha.6(db0@0.3.4)(ofetch@2.0.0-alpha.3) + unstorage: 2.0.0-alpha.6(chokidar@3.6.0)(db0@0.3.4)(lru-cache@5.1.1)(ofetch@2.0.0-alpha.3) optionalDependencies: rollup: 4.59.0 vite: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.21.0) @@ -5502,9 +5524,11 @@ snapshots: '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 - unstorage@2.0.0-alpha.6(db0@0.3.4)(ofetch@2.0.0-alpha.3): + unstorage@2.0.0-alpha.6(chokidar@3.6.0)(db0@0.3.4)(lru-cache@5.1.1)(ofetch@2.0.0-alpha.3): optionalDependencies: + chokidar: 3.6.0 db0: 0.3.4 + lru-cache: 5.1.1 ofetch: 2.0.0-alpha.3 update-browserslist-db@1.2.3(browserslist@4.28.1):