|
3 | 3 | "private": true, |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | | - "url": "https://github.com/TanStack/virtual.git" |
| 6 | + "url": "git+https://github.com/TanStack/virtual.git" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.17.0", |
| 8 | + "packageManager": "pnpm@10.24.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | 11 | "clean": "pnpm --filter \"./packages/**\" run clean", |
12 | | - "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
13 | 12 | "test": "pnpm run test:ci", |
14 | | - "test:pr": "nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
15 | | - "test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
| 13 | + "test:pr": "nx affected --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
| 14 | + "test:ci": "nx run-many --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
16 | 15 | "test:eslint": "nx affected --target=test:eslint", |
17 | | - "test:format": "pnpm run prettier --check", |
18 | 16 | "test:sherif": "sherif", |
19 | 17 | "test:lib": "nx affected --target=test:lib --exclude=examples/**", |
20 | 18 | "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", |
21 | 19 | "test:build": "nx affected --target=test:build --exclude=examples/**", |
22 | 20 | "test:types": "nx affected --target=test:types --exclude=examples/**", |
23 | 21 | "test:e2e": "nx affected --target=test:e2e --exclude=examples/**", |
24 | 22 | "test:knip": "knip", |
| 23 | + "test:docs": "node scripts/verify-links.ts", |
25 | 24 | "build": "nx affected --target=build --exclude=examples/**", |
26 | 25 | "build:all": "nx run-many --target=build --exclude=examples/**", |
27 | 26 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
28 | 27 | "dev": "pnpm run watch", |
29 | | - "prettier": "prettier --ignore-unknown '**/*'", |
30 | | - "prettier:write": "pnpm run prettier --write", |
31 | | - "verify-links": "node scripts/verify-links.ts", |
| 28 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
32 | 29 | "changeset": "changeset", |
33 | | - "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write", |
| 30 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format", |
34 | 31 | "changeset:publish": "changeset publish" |
35 | 32 | }, |
36 | 33 | "nx": { |
37 | 34 | "includedScripts": [ |
| 35 | + "test:docs", |
38 | 36 | "test:knip", |
39 | 37 | "test:sherif" |
40 | 38 | ] |
41 | 39 | }, |
42 | 40 | "devDependencies": { |
43 | | - "@changesets/cli": "^2.29.7", |
| 41 | + "@changesets/cli": "^2.29.8", |
44 | 42 | "@playwright/test": "^1.53.1", |
45 | 43 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
46 | | - "@tanstack/config": "^0.20.2", |
| 44 | + "@tanstack/eslint-config": "0.3.4", |
| 45 | + "@tanstack/vite-config": "0.3.0", |
47 | 46 | "@testing-library/jest-dom": "^6.6.3", |
48 | 47 | "@types/node": "^24.5.2", |
49 | 48 | "eslint": "^9.36.0", |
50 | 49 | "jsdom": "^27.0.0", |
51 | 50 | "knip": "^5.63.1", |
52 | 51 | "markdown-link-extractor": "^4.0.2", |
53 | | - "nx": "^21.5.3", |
| 52 | + "nx": "22.1.3", |
54 | 53 | "premove": "^4.0.0", |
55 | | - "prettier": "^3.6.2", |
| 54 | + "prettier": "^3.7.4", |
56 | 55 | "prettier-plugin-svelte": "^3.4.0", |
57 | | - "publint": "^0.3.13", |
58 | | - "sherif": "^1.6.1", |
| 56 | + "publint": "^0.3.15", |
| 57 | + "sherif": "^1.9.0", |
59 | 58 | "tinyglobby": "^0.2.15", |
60 | 59 | "typescript": "5.4.5", |
61 | 60 | "vite": "^5.4.19", |
|
0 commit comments