🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@tanstack/create

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/create - npm Package Compare versions

Comparing version
0.63.5
to
0.63.6
+8
-0
CHANGELOG.md
# @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 @@

+1
-1

@@ -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<{

{
"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,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) => {

@@ -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({

{
"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"