Skip to content

Commit 1aa384c

Browse files
chore: Update to publint 0.2.0 (#5792)
1 parent e1f8e79 commit 1aa384c

File tree

13 files changed

+21
-149
lines changed

13 files changed

+21
-149
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
},
3232
"namespace": "@tanstack",
3333
"devDependencies": {
34-
"@arethetypeswrong/cli": "^0.6.0",
3534
"@commitlint/parse": "^17.6.5",
3635
"@solidjs/testing-library": "^0.5.1",
3736
"@testing-library/jest-dom": "^5.16.5",
@@ -73,7 +72,7 @@
7372
"nx-cloud": "^16.1.0",
7473
"prettier": "^2.8.8",
7574
"prettier-plugin-svelte": "^2.10.1",
76-
"publint": "^0.1.16",
75+
"publint": "^0.2.0",
7776
"react": "^18.2.0",
7877
"react-dom": "^18.2.0",
7978
"rimraf": "^5.0.1",

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:types": "tsc",
3535
"test:lib": "vitest run --coverage",
3636
"test:lib:dev": "pnpm run test:lib --watch",
37-
"test:build": "publint --strict && attw --pack",
37+
"test:build": "publint --strict",
3838
"build": "tsup"
3939
},
4040
"files": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
},
4444
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean": "rimraf ./build && rimraf ./coverage",
3737
"test:eslint": "eslint --ext .ts,.tsx ./src",
3838
"test:types": "tsc",
39-
"test:build": "publint --strict && attw --pack",
39+
"test:build": "publint --strict",
4040
"build": "tsup"
4141
},
4242
"dependencies": {

packages/query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
}
4444
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
},
4444
"dependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
},
4444
"dependencies": {

packages/react-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test:types": "tsc",
4949
"test:lib": "vitest run --coverage",
5050
"test:lib:dev": "pnpm run test:lib --watch",
51-
"test:build": "publint --strict && attw --pack --ignore-rules no-resolution",
51+
"test:build": "publint --strict",
5252
"build": "tsup"
5353
},
5454
"dependencies": {

packages/react-query-next-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage --passWithNoTests",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
},
4444
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:types": "tsc",
3939
"test:lib": "vitest run --coverage",
4040
"test:lib:dev": "pnpm run test:lib --watch",
41-
"test:build": "publint --strict && attw --pack",
41+
"test:build": "publint --strict",
4242
"build": "tsup"
4343
},
4444
"dependencies": {

0 commit comments

Comments
 (0)