Skip to content

Commit 149f28b

Browse files
chore: update dependencies (#285)
* chore: update dependencies * Add eslint concurrency
1 parent 4aa4bc7 commit 149f28b

15 files changed

Lines changed: 416 additions & 334 deletions

File tree

.changeset/grumpy-plants-cross.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@tanstack/publish-config': patch
3+
'@tanstack/typedoc-config': patch
4+
'@tanstack/eslint-config': patch
5+
'@tanstack/vite-config': patch
6+
'@tanstack/config': patch
7+
---
8+
9+
chore: update dependencies

eslint.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:ci": "nx run-many --targets=test:eslint,test:types,test:build,test:sherif,build",
1515
"test:build": "nx affected --target=test:build",
1616
"test:types": "nx affected --target=test:types",
17-
"test:eslint": "eslint '**/*'",
17+
"test:eslint": "nx affected --target=test:eslint",
1818
"test:format": "pnpm run prettier --check",
1919
"test:sherif": "sherif",
2020
"build": "nx affected --target=build",
@@ -30,7 +30,6 @@
3030
},
3131
"nx": {
3232
"includedScripts": [
33-
"test:eslint",
3433
"test:sherif"
3534
]
3635
},

packages/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"test:types": "tsc",
19+
"test:eslint": "eslint --concurrency=auto ./src",
1920
"test:build": "publint --strict",
2021
"build": "vite build"
2122
},
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// @ts-check
2+
3+
import { tanstackConfig } from './src/index.js'
4+
5+
export default [...tanstackConfig]

packages/eslint-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"test:types": "tsc",
19+
"test:eslint": "eslint --concurrency=auto ./src",
1920
"test:build": "publint --strict"
2021
},
2122
"type": "module",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// @ts-check
2+
3+
import { tanstackConfig } from '../eslint-config/src/index.js'
4+
5+
export default [...tanstackConfig]

packages/publish-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"test:types": "tsc",
19+
"test:eslint": "eslint --concurrency=auto ./src",
1920
"test:build": "publint --strict"
2021
},
2122
"type": "module",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// @ts-check
2+
3+
import { tanstackConfig } from '../eslint-config/src/index.js'
4+
5+
export default [...tanstackConfig]

packages/typedoc-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"scripts": {
1818
"test:types": "tsc",
19+
"test:eslint": "eslint --concurrency=auto ./src",
1920
"test:build": "publint --strict"
2021
},
2122
"type": "module",

0 commit comments

Comments
 (0)