Skip to content

Commit 12abdda

Browse files
ci(v4): use @tanstack/publish-config (#9225)
* ci(v4): use @tanstack/publish-config * Fix cipublish script
1 parent 9af0b75 commit 12abdda

File tree

11 files changed

+367
-1169
lines changed

11 files changed

+367
-1169
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ stats.html
3737
.vscode/settings.json
3838

3939
*.log
40+
*.tsbuildinfo
4041
.DS_Store
4142
.cache
4243
.idea
43-
44+
.nx/cache
45+
.nx/workspace-data
4446
nx-cloud.env

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"dev": "pnpm run watch",
2525
"prettier": "prettier --plugin-search-dir . \"{packages,examples,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"",
2626
"prettier:write": "pnpm run prettier --write",
27-
"cipublish": "ts-node scripts/publish.ts",
28-
"validatePackages": "ts-node scripts/validate-packages.ts"
27+
"cipublish": "node scripts/publish.mjs"
2928
},
3029
"nx": {
3130
"includedScripts": [
@@ -39,23 +38,21 @@
3938
"@babel/preset-env": "^7.16.11",
4039
"@babel/preset-react": "^7.16.7",
4140
"@babel/preset-typescript": "^7.16.7",
42-
"@commitlint/parse": "^16.2.1",
4341
"@faker-js/faker": "^6.3.1",
4442
"@rollup/plugin-babel": "^5.3.1",
4543
"@rollup/plugin-commonjs": "22.0.1",
4644
"@rollup/plugin-node-resolve": "^13.2.1",
4745
"@rollup/plugin-replace": "^4.0.0",
46+
"@tanstack/publish-config": "^0.1.1",
4847
"@testing-library/jest-dom": "^5.16.4",
4948
"@testing-library/react": "^13.0.0",
5049
"@testing-library/react-17": "npm:@testing-library/[email protected]",
5150
"@testing-library/react-hooks": "^7.0.2",
5251
"@testing-library/user-event": "14.4.3",
5352
"@types/jest": "^26.0.4",
54-
"@types/luxon": "^2.3.1",
55-
"@types/node": "^17.0.25",
53+
"@types/node": "^22.15.3",
5654
"@types/react": "^18.0.14",
5755
"@types/react-dom": "^18.0.5",
58-
"@types/semver": "^7.3.13",
5956
"@types/testing-library__jest-dom": "^5.14.5",
6057
"@typescript-eslint/eslint-plugin": "^5.41.0",
6158
"@typescript-eslint/parser": "^5.41.0",
@@ -65,9 +62,7 @@
6562
"babel-plugin-transform-async-to-promises": "^0.8.18",
6663
"babel-preset-solid": "^1.5.4",
6764
"bundlewatch": "^0.3.2",
68-
"chalk": "^4.1.2",
6965
"concurrently": "^7.1.0",
70-
"current-git-branch": "^1.1.0",
7166
"eslint": "^8.34.0",
7267
"eslint-config-prettier": "^8.8.0",
7368
"eslint-import-resolver-typescript": "^3.5.5",
@@ -76,10 +71,7 @@
7671
"eslint-plugin-react": "^7.32.2",
7772
"eslint-plugin-react-hooks": "^4.6.0",
7873
"expect-type": "^1.2.1",
79-
"git-log-parser": "^1.2.0",
8074
"jest": "^27.5.1",
81-
"jsonfile": "^6.1.0",
82-
"luxon": "^2.3.2",
8375
"nx": "16.7.4",
8476
"nx-cloud": "16.3.0",
8577
"prettier": "^2.6.2",
@@ -94,10 +86,8 @@
9486
"rollup-plugin-size": "^0.2.2",
9587
"rollup-plugin-terser": "^7.0.2",
9688
"rollup-plugin-visualizer": "^5.6.0",
97-
"semver": "^7.3.8",
9889
"solid-js": "^1.5.7",
9990
"solid-testing-library": "^0.3.0",
100-
"stream-to-array": "^2.3.0",
10191
"ts-jest": "^27.1.1",
10292
"ts-node": "^10.7.0",
10393
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)