Skip to content

Commit 02f8905

Browse files
chore: update workspace config
1 parent 06e5550 commit 02f8905

File tree

28 files changed

+1875
-1528
lines changed

28 files changed

+1875
-1528
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
link-workspace-packages=true
2-
prefer-workspace-packages=true
31
provenance=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.4.1
1+
24.8.0

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/query.git"
77
},
8-
"packageManager": "pnpm@10.13.1",
8+
"packageManager": "pnpm@10.16.1",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",
@@ -39,31 +39,31 @@
3939
},
4040
"devDependencies": {
4141
"@arethetypeswrong/cli": "^0.15.3",
42-
"@cspell/eslint-plugin": "^8.17.1",
43-
"@eslint-react/eslint-plugin": "^1.52.3",
44-
"@tanstack/config": "^0.19.0",
45-
"@testing-library/jest-dom": "^6.6.3",
42+
"@cspell/eslint-plugin": "^9.2.1",
43+
"@eslint-react/eslint-plugin": "^1.53.1",
44+
"@tanstack/config": "^0.20.2",
45+
"@testing-library/jest-dom": "^6.8.0",
4646
"@types/node": "^22.15.3",
4747
"@types/react": "^19.0.1",
4848
"@types/react-dom": "^19.0.2",
4949
"@vitest/coverage-istanbul": "3.1.3",
5050
"@vitest/eslint-plugin": "^1.1.36",
51-
"cpy-cli": "^5.0.0",
51+
"cpy-cli": "^6.0.0",
5252
"esbuild-plugin-file-path-extensions": "^2.1.4",
53-
"eslint": "^9.15.0",
54-
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
55-
"jsdom": "^25.0.1",
56-
"knip": "^5.50.2",
53+
"eslint": "^9.36.0",
54+
"eslint-plugin-react-hooks": "^6.0.0-rc.2",
55+
"jsdom": "^27.0.0",
56+
"knip": "^5.63.1",
5757
"markdown-link-extractor": "^4.0.2",
58-
"nx": "21.3.0",
58+
"nx": "21.5.3",
5959
"premove": "^4.0.0",
6060
"prettier": "^3.6.2",
6161
"prettier-plugin-svelte": "^3.4.0",
62-
"publint": "^0.3.12",
62+
"publint": "^0.3.13",
6363
"react": "^19.0.0",
6464
"react-dom": "^19.0.0",
6565
"sherif": "^1.6.1",
66-
"tinyglobby": "^0.2.14",
66+
"tinyglobby": "^0.2.15",
6767
"tsup": "^8.4.0",
6868
"typescript": "5.8.3",
6969
"typescript50": "npm:[email protected]",

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"clean": "premove ./dist ./coverage ./dist-ts",
3131
"compile": "tsc --build",
32-
"test:eslint": "eslint ./src",
32+
"test:eslint": "eslint --concurrency=auto ./src",
3333
"test:types": "npm-run-all --serial test:types:*",
3434
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
3535
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"clean": "premove ./build ./coverage ./dist-ts",
2020
"compile": "tsc --build",
21-
"test:eslint": "eslint ./src",
21+
"test:eslint": "eslint --concurrency=auto ./src",
2222
"test:types": "npm-run-all --serial test:types:*",
2323
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2424
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"clean": "premove ./dist ./coverage ./dist-ts",
1919
"compile": "tsc --build",
20-
"test:eslint": "eslint ./src",
20+
"test:eslint": "eslint --concurrency=auto ./src",
2121
"test:types": "npm-run-all --serial test:types:*",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/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
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
20-
"test:eslint": "eslint ./src",
20+
"test:eslint": "eslint --concurrency=auto ./src",
2121
"test:types": "npm-run-all --serial test:types:*",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/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
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
20-
"test:eslint": "eslint ./src",
20+
"test:eslint": "eslint --concurrency=auto ./src",
2121
"test:types": "npm-run-all --serial test:types:*",
2222
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build",
2323
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build",

packages/query-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"clean": "premove ./coverage ./dist-ts",
19-
"test:eslint": "eslint ./src",
19+
"test:eslint": "eslint --concurrency=auto ./src",
2020
"test:lib": "vitest",
2121
"test:lib:dev": "pnpm run test:lib --watch"
2222
},

packages/query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"clean": "premove ./build ./coverage ./dist-ts",
1919
"compile": "tsc --build",
20-
"test:eslint": "eslint ./src",
20+
"test:eslint": "eslint --concurrency=auto ./src",
2121
"test:types": "npm-run-all --serial test:types:*",
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",

0 commit comments

Comments
 (0)