Skip to content

Commit 422cbed

Browse files
ci: Use publish function from @tanstack/config (TanStack#6643)
* ci: Use publish function from @tanstack/config * Remove type-fest
1 parent 9028c74 commit 422cbed

File tree

5 files changed

+484
-663
lines changed

5 files changed

+484
-663
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
node_modules
66
package-lock.json
77
yarn.lock
8-
pnpm-lock.yaml
98

109
# builds
1110
types

package.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -37,53 +37,38 @@
3737
},
3838
"namespace": "@tanstack",
3939
"devDependencies": {
40-
"@commitlint/parse": "^18.4.3",
4140
"@solidjs/testing-library": "^0.8.5",
41+
"@tanstack/config": "^0.1.6",
4242
"@testing-library/jest-dom": "^6.1.5",
4343
"@testing-library/react": "^14.1.2",
44-
"@types/current-git-branch": "^1.1.6",
4544
"@types/eslint": "^8.56.0",
46-
"@types/git-log-parser": "^1.2.3",
47-
"@types/jsonfile": "^6.1.4",
48-
"@types/luxon": "^3.3.7",
4945
"@types/node": "^18.19.3",
5046
"@types/react": "^18.2.45",
5147
"@types/react-dom": "^18.2.18",
52-
"@types/semver": "^7.5.6",
53-
"@types/stream-to-array": "^2.3.3",
5448
"@typescript-eslint/eslint-plugin": "^5.62.0",
5549
"@typescript-eslint/parser": "^5.62.0",
5650
"@vitest/coverage-istanbul": "^1.1.0",
57-
"axios": "^1.6.2",
58-
"chalk": "^5.3.0",
5951
"cpy-cli": "^5.0.0",
6052
"cross-env": "^7.0.3",
61-
"current-git-branch": "^1.1.0",
6253
"esbuild-plugin-file-path-extensions": "^2.0.0",
6354
"eslint": "^8.56.0",
6455
"eslint-config-prettier": "^9.1.0",
6556
"eslint-import-resolver-typescript": "^3.6.1",
6657
"eslint-plugin-import": "^2.29.1",
6758
"eslint-plugin-react": "^7.33.2",
6859
"eslint-plugin-react-hooks": "^4.6.0",
69-
"git-log-parser": "^1.2.0",
7060
"jsdom": "^23.0.1",
71-
"jsonfile": "^6.1.0",
7261
"knip": "^3.3.1",
73-
"luxon": "^3.4.4",
7462
"nx": "^17.2.7",
7563
"prettier": "^4.0.0-alpha.8",
7664
"prettier-plugin-svelte": "^3.1.2",
7765
"publint": "^0.2.7",
7866
"react": "^18.2.0",
7967
"react-dom": "^18.2.0",
8068
"rimraf": "^5.0.5",
81-
"semver": "^7.5.4",
8269
"sherif": "^0.7.0",
8370
"solid-js": "^1.8.7",
84-
"stream-to-array": "^2.3.0",
8571
"tsup": "^8.0.1",
86-
"type-fest": "^4.8.3",
8772
"typescript": "5.2.2",
8873
"vite": "^5.0.10",
8974
"vitest": "^1.1.0"

0 commit comments

Comments
 (0)