File tree Expand file tree Collapse file tree 3 files changed +201
-198
lines changed Expand file tree Collapse file tree 3 files changed +201
-198
lines changed Original file line number Diff line number Diff line change 1515
1616### GitHub Repository
1717
18- - Set an NPM auth token as a GitHub secret with key ` NPM_TOKEN ` to be used to publish to NPM via release workflow.
19- - Set a GitHub personal access token as a GitHub secret with key ` GH_PAT ` to automate changeset pull requests via
18+ - [ ] Set an NPM auth token as a GitHub secret with key ` NPM_TOKEN ` to be used to publish to NPM via release workflow.
19+ - [ ] Set a GitHub personal access token as a GitHub secret with key ` GH_PAT ` to automate changeset pull requests via
2020 release workflow.
2121
2222### Project Files
Original file line number Diff line number Diff line change 3333 "@eslint/js" : " ^9.3.0" ,
3434 "@types/eslint" : " ^8.56.10" ,
3535 "@types/node" : " ^20.12.12" ,
36- "@typescript-eslint/eslint-plugin" : " ^7.10 .0" ,
37- "@typescript-eslint/parser" : " ^7.10 .0" ,
36+ "@typescript-eslint/eslint-plugin" : " ^7.11 .0" ,
37+ "@typescript-eslint/parser" : " ^7.11 .0" ,
3838 "eslint" : " ^8.57.0" ,
3939 "eslint-config-prettier" : " ^9.1.0" ,
40- "glob" : " ^10.3.15 " ,
40+ "glob" : " ^10.4.1 " ,
4141 "prettier" : " ^3.2.5" ,
4242 "rimraf" : " ^5.0.7" ,
4343 "tsup" : " ^8.0.2" ,
44- "tsx" : " ^4.10.5 " ,
44+ "tsx" : " ^4.11.0 " ,
4545 "typescript" : " ^5.4.5" ,
46- "typescript-eslint" : " ^7.10 .0"
46+ "typescript-eslint" : " ^7.11 .0"
4747 },
48- "packageManager" :
" [email protected] .1 " ,
48+ "packageManager" :
" [email protected] .2 " ,
4949 "engines" : {
5050 "node" : " >=18.0.0 <21" ,
5151 "pnpm" : " ^9.0.0"
You can’t perform that action at this time.
0 commit comments