File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " prettier-eslint-cli " : patch
3+ ---
4+
5+ chore: update node version align with prettier-eslint
Original file line number Diff line number Diff line change 1515 - 14
1616 - 16
1717 - 18
18+ - 20
1819
1920 steps :
20- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2122
2223 - name : Use Node.js ${{ matrix.node-version }}
2324 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 11registry = https://registry.npmjs.org/
22package-lock = false
3+ legacy-peer-deps = true
Original file line number Diff line number Diff line change 1- 16.17.0
1+ 16.20.2
Original file line number Diff line number Diff line change 44 "description" : " CLI for prettier-eslint" ,
55 "main" : " dist/no-main.js" ,
66 "engines" : {
7- "node" : " >=16.0 .0"
7+ "node" : " >=16.10 .0"
88 },
99 "bin" : {
1010 "prettier-eslint" : " dist/index.js"
4040 },
4141 "dependencies" : {
4242 "@messageformat/core" : " ^3.2.0" ,
43- "@prettier/eslint" : " npm:prettier-eslint@^16.0 .0" ,
43+ "@prettier/eslint" : " npm:prettier-eslint@^16.1 .0" ,
4444 "arrify" : " ^2.0.1" ,
4545 "boolify" : " ^1.0.1" ,
4646 "camelcase-keys" : " ^9.1.0" ,
7878 "rimraf" : " ^5.0.5" ,
7979 "simple-git-hooks" : " ^2.9.0" ,
8080 "spawn-command" : " 0.0.2-1" ,
81- "strip-indent" : " ^3.0.0" ,
82- "yargs-parser" : " ^21.1.1"
81+ "strip-indent" : " ^3.0.0"
8382 },
8483 "lint-staged" : {
8584 "*.+(js|json|md|yml)" : " node ./dist/index --write"
You can’t perform that action at this time.
0 commit comments