Skip to content

Commit

Permalink
chore: add tests for TypeScript 5.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 29, 2024
1 parent b8d20bd commit ea4b760
Show file tree
Hide file tree
Showing 30 changed files with 453 additions and 358 deletions.
2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/angular/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/angular/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@angular-devkit/build-angular": "^17.3.11",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^20.14.10",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"typescript": "5.4.5"
"typescript": "5.6.3"
},
"overrides": {
"@types/react": "npm:types-react@rc",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@remix-run/dev": "^2.11.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"valibot": "^1.0.0-beta.5"
},
"devDependencies": {
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"yup": "^1.4.0"
},
"devDependencies": {
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.0.26"
}
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@
"rimraf": "^6.0.1",
"sherif": "^1.0.1",
"solid-js": "^1.9.3",
"typescript": "5.4.5",
"typescript": "5.6.3",
"typescript51": "npm:[email protected]",
"typescript52": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"typescript54": "npm:[email protected]",
"typescript55": "npm:[email protected]",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"vue": "^3.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@testing-library/angular": "^17.3.2",
"ng-packagr": "^17.3.0",
"typescript": "5.4.5",
"typescript": "5.6.3",
"zone.js": "^0.15.0"
},
"peerDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/lit-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/solid-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/vue-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"fixme:test:lib": "pnpm run test:2 && pnpm run test:2.7 && pnpm run test:3",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
Expand Down
4 changes: 3 additions & 1 deletion packages/yup-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
4 changes: 3 additions & 1 deletion packages/zod-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js",
"test:types:ts54": "tsc",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
Expand Down
Loading

0 comments on commit ea4b760

Please sign in to comment.