Skip to content

Commit 79b4844

Browse files
committed
Revert "Revert "chore: temporary disable tests against older TS versions""
This reverts commit d6daded.
1 parent 6f5ab94 commit 79b4844

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

packages/angular-query-devtools-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2323
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",
2424
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js --build",

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clean": "premove ./build ./coverage ./dist-ts",
3131
"compile": "tsc --build",
3232
"test:eslint": "eslint ./src",
33-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
33+
"test:types": "pnpm run test:types:ts57",
3434
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
3535
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
3636
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./dist ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/query-async-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/query-broadcast-client-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build tsconfig.legacy.json",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build tsconfig.legacy.json",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build tsconfig.legacy.json",

packages/query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/query-persist-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/query-sync-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

packages/react-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
2020
"test:eslint": "eslint ./src",
21-
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
21+
"test:types": "pnpm run test:types:ts57",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",
2424
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build",

0 commit comments

Comments
 (0)