File tree Expand file tree Collapse file tree 4 files changed +119
-114
lines changed
Expand file tree Collapse file tree 4 files changed +119
-114
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments