|
13 | 13 | "build:core": "nx build @tanstack/devtools && size-limit", |
14 | 14 | "changeset": "changeset", |
15 | 15 | "changeset:publish": "changeset publish", |
16 | | - "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write", |
| 16 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format", |
17 | 17 | "clean": "find . -name 'dist' -type d -prune -exec rm -rf {} +", |
18 | 18 | "clean:node_modules": "find . -name 'node_modules' -type d -prune -exec rm -rf {} +", |
19 | 19 | "clean:all": "pnpm run clean && pnpm run clean:node_modules", |
20 | 20 | "dev": "pnpm run watch", |
21 | | - "format": "pnpm run prettier:write", |
| 21 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
22 | 22 | "generate-docs": "node scripts/generate-docs.ts", |
23 | 23 | "lint:fix": "nx affected --target=lint:fix --exclude=examples/**", |
24 | 24 | "lint:fix:all": "pnpm run format && nx run-many --targets=lint --fix", |
25 | 25 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
26 | | - "prettier": "prettier --ignore-unknown '**/*'", |
27 | | - "prettier:write": "pnpm run prettier --write", |
28 | 26 | "size": "size-limit", |
29 | 27 | "test": "pnpm run test:ci", |
30 | 28 | "test:build": "nx affected --target=test:build --exclude=examples/**", |
31 | | - "test:ci": "nx run-many --targets=test:format,test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
| 29 | + "test:ci": "nx run-many --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
32 | 30 | "test:docs": "node scripts/verify-links.ts", |
33 | 31 | "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", |
34 | | - "test:format": "pnpm run prettier --check", |
35 | 32 | "test:knip": "knip", |
36 | 33 | "test:lib": "nx affected --targets=test:lib --exclude=examples/**", |
37 | 34 | "test:lib:dev": "pnpm test:lib && nx watch --all -- pnpm test:lib", |
38 | | - "test:pr": "nx affected --targets=test:format,test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
| 35 | + "test:pr": "nx affected --targets=test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
39 | 36 | "test:sherif": "sherif", |
40 | 37 | "test:types": "nx affected --targets=test:types --exclude=examples/**", |
41 | 38 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all" |
|
74 | 71 | "markdown-link-extractor": "^4.0.2", |
75 | 72 | "nx": "22.1.3", |
76 | 73 | "premove": "^4.0.0", |
77 | | - "prettier": "^3.6.2", |
78 | | - "prettier-plugin-svelte": "^3.4.0", |
| 74 | + "prettier": "^3.8.1", |
| 75 | + "prettier-plugin-svelte": "^3.4.1", |
79 | 76 | "publint": "^0.3.13", |
80 | 77 | "sherif": "^1.7.0", |
81 | 78 | "size-limit": "^11.2.0", |
|
0 commit comments