@tanstack/create
Advanced tools
+8
-0
| # @tanstack/create | ||
| ## 0.63.6 | ||
| ### Patch Changes | ||
| - Auto-generated changeset from semantic commits on main. | ||
| - chore: update to TS6.0, fix deprecated tsconfig options (#421) (847b396) | ||
| ## 0.63.5 | ||
@@ -4,0 +12,0 @@ |
@@ -33,3 +33,3 @@ { | ||
| "jsdom": "^28.1.0", | ||
| "typescript": "^5.9.2", | ||
| "typescript": "^6.0.2", | ||
| "vite": "^8.0.0", | ||
@@ -36,0 +36,0 @@ "vitest": "^3.0.5" |
@@ -8,3 +8,2 @@ { | ||
| "module": "ESNext", | ||
| "baseUrl": ".", | ||
| "paths": { | ||
@@ -11,0 +10,0 @@ "#/*": ["./src/*"], |
@@ -7,3 +7,3 @@ { | ||
| "@types/react-dom": "^19.2.0", | ||
| "typescript": "^5.7.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
@@ -10,0 +10,0 @@ }, |
@@ -24,4 +24,4 @@ { | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
| } |
@@ -23,3 +23,3 @@ { | ||
| "vite-plugin-solid": "^2.11.10", | ||
| "typescript": "^5.9.2", | ||
| "typescript": "^6.0.2", | ||
| "vite": "^7.3.1" | ||
@@ -26,0 +26,0 @@ }, |
@@ -25,3 +25,2 @@ { | ||
| "noUncheckedSideEffectImports": true<% if (addOnEnabled['solid-ui']) { %>, | ||
| "baseUrl": ".", | ||
| "paths": { | ||
@@ -28,0 +27,0 @@ "~/*": ["./src/*"] |
| { | ||
| "typescript": { | ||
| "devDependencies": { | ||
| "typescript": "^5.7.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
@@ -6,0 +6,0 @@ }, |
@@ -1,3 +0,3 @@ | ||
| import type { PersistedOptions } from '../config-file'; | ||
| import type { AddOn, AddOnInfo, Environment } from '../types'; | ||
| import type { PersistedOptions } from '../config-file.js'; | ||
| import type { AddOn, AddOnInfo, Environment } from '../types.js'; | ||
| export declare const ADD_ON_IGNORE_FILES: Array<string>; | ||
@@ -4,0 +4,0 @@ export declare function camelCase(str: string): string; |
@@ -1,3 +0,3 @@ | ||
| import type { PersistedOptions } from '../config-file'; | ||
| import type { Environment, Starter, StarterInfo } from '../types'; | ||
| import type { PersistedOptions } from '../config-file.js'; | ||
| import type { Environment, Starter, StarterInfo } from '../types.js'; | ||
| export declare function readOrGenerateStarterInfo(options: PersistedOptions): Promise<StarterInfo>; | ||
@@ -4,0 +4,0 @@ export declare function updateStarterInfo(environment: Environment): Promise<void>; |
@@ -1,2 +0,2 @@ | ||
| import type { Options, SerializedOptions } from './types'; | ||
| import type { Options, SerializedOptions } from './types.js'; | ||
| export declare const createSerializedOptions: (options: Options) => SerializedOptions; |
| import { z } from 'zod'; | ||
| import type { AddOn, Starter } from './types'; | ||
| import type { AddOn, Starter } from './types.js'; | ||
| declare const registrySchema: z.ZodObject<{ | ||
@@ -4,0 +4,0 @@ templates: z.ZodOptional<z.ZodArray<z.ZodObject<{ |
+2
-2
| { | ||
| "name": "@tanstack/create", | ||
| "version": "0.63.5", | ||
| "version": "0.63.6", | ||
| "description": "TanStack Application Builder Engine", | ||
@@ -41,3 +41,3 @@ "type": "module", | ||
| "eslint": "^9.20.0", | ||
| "typescript": "^5.6.3", | ||
| "typescript": "^6.0.2", | ||
| "vitest": "^3.0.8", | ||
@@ -44,0 +44,0 @@ "vitest-fetch-mock": "^0.4.5" |
@@ -15,3 +15,3 @@ import { readFile, watch } from 'node:fs/promises' | ||
| import type { PersistedOptions } from '../config-file' | ||
| import type { PersistedOptions } from '../config-file.js' | ||
| import type { | ||
@@ -23,3 +23,3 @@ AddOn, | ||
| Options, | ||
| } from '../types' | ||
| } from '../types.js' | ||
@@ -26,0 +26,0 @@ const ADD_ON_DIR = '.add-on' |
@@ -15,3 +15,3 @@ import { readFile } from 'node:fs/promises' | ||
| import type { PersistedOptions } from '../config-file' | ||
| import type { PersistedOptions } from '../config-file.js' | ||
| import type { | ||
@@ -23,3 +23,3 @@ Environment, | ||
| StarterInfo, | ||
| } from '../types' | ||
| } from '../types.js' | ||
@@ -26,0 +26,0 @@ const INFO_FILE = 'template-info.json' |
@@ -33,3 +33,3 @@ { | ||
| "jsdom": "^28.1.0", | ||
| "typescript": "^5.9.2", | ||
| "typescript": "^6.0.2", | ||
| "vite": "^8.0.0", | ||
@@ -36,0 +36,0 @@ "vitest": "^3.0.5" |
@@ -8,3 +8,2 @@ { | ||
| "module": "ESNext", | ||
| "baseUrl": ".", | ||
| "paths": { | ||
@@ -11,0 +10,0 @@ "#/*": ["./src/*"], |
@@ -7,3 +7,3 @@ { | ||
| "@types/react-dom": "^19.2.0", | ||
| "typescript": "^5.7.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
@@ -10,0 +10,0 @@ }, |
@@ -24,4 +24,4 @@ { | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
| } |
@@ -23,3 +23,3 @@ { | ||
| "vite-plugin-solid": "^2.11.10", | ||
| "typescript": "^5.9.2", | ||
| "typescript": "^6.0.2", | ||
| "vite": "^7.3.1" | ||
@@ -26,0 +26,0 @@ }, |
@@ -25,3 +25,2 @@ { | ||
| "noUncheckedSideEffectImports": true<% if (addOnEnabled['solid-ui']) { %>, | ||
| "baseUrl": ".", | ||
| "paths": { | ||
@@ -28,0 +27,0 @@ "~/*": ["./src/*"] |
| { | ||
| "typescript": { | ||
| "devDependencies": { | ||
| "typescript": "^5.7.2" | ||
| "typescript": "^6.0.2" | ||
| } | ||
@@ -6,0 +6,0 @@ }, |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import type { Options, SerializedOptions } from './types' | ||
| import type { Options, SerializedOptions } from './types.js' | ||
@@ -3,0 +3,0 @@ export const createSerializedOptions = (options: Options) => { |
+1
-1
@@ -6,3 +6,3 @@ import { z } from 'zod' | ||
| import type { AddOn, Starter } from './types' | ||
| import type { AddOn, Starter } from './types.js' | ||
@@ -9,0 +9,0 @@ const registrySchema = z.object({ |
+2
-2
| { | ||
| "compilerOptions": { | ||
| "target": "ES2020", | ||
| "module": "ES2020", | ||
| "module": "NodeNext", | ||
| "outDir": "./dist", | ||
@@ -11,3 +11,3 @@ "rootDir": "./src", | ||
| "forceConsistentCasingInFileNames": true, | ||
| "moduleResolution": "node", | ||
| "moduleResolution": "NodeNext", | ||
| "declaration": true, | ||
@@ -14,0 +14,0 @@ "declarationDir": "./dist/types" |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
14666490
0