Skip to content

Commit e4a1aa2

Browse files
ci: update workspace config
1 parent 55d5a99 commit e4a1aa2

File tree

4 files changed

+119
-114
lines changed

4 files changed

+119
-114
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Tools
3131
uses: tanstack/config/.github/setup@main
3232
- name: Fix formatting
33-
run: pnpm prettier:write
33+
run: pnpm format
3434
- name: Generate Docs
3535
if: ${{ github.event_name == 'push' || github.event.inputs.generate-docs == true }}
3636
run: pnpm generate-docs

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@
2525
"build:all": "nx run-many --target=build --exclude=examples/**",
2626
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
2727
"dev": "pnpm run watch",
28-
"prettier": "prettier --experimental-cli --ignore-unknown '**/*'",
29-
"prettier:write": "pnpm run prettier --write",
28+
"format": "prettier --experimental-cli --ignore-unknown '**/*' --write",
3029
"generate-docs": "node scripts/generate-docs.ts",
3130
"changeset": "changeset",
3231
"changeset:publish": "changeset publish",
33-
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm prettier:write"
32+
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format"
3433
},
3534
"nx": {
3635
"includedScripts": [
@@ -55,14 +54,14 @@
5554
"@vitest/coverage-istanbul": "^3.2.4",
5655
"eslint": "9.36.0",
5756
"eslint-plugin-react-hooks": "^5.2.0",
58-
"jsdom": "^27.0.0",
59-
"knip": "^5.63.1",
57+
"jsdom": "^27.2.0",
58+
"knip": "^5.71.0",
6059
"markdown-link-extractor": "^4.0.2",
6160
"nx": "22.1.3",
6261
"premove": "^4.0.0",
63-
"prettier": "^3.6.2",
64-
"publint": "^0.3.13",
65-
"sherif": "^1.6.1",
62+
"prettier": "^3.7.4",
63+
"publint": "^0.3.15",
64+
"sherif": "^1.9.0",
6665
"tinyglobby": "^0.2.15",
6766
"typescript": "5.8.2",
6867
"typescript54": "npm:typescript@5.9.2",

0 commit comments

Comments
 (0)