Skip to content

Commit ff202c9

Browse files
committed
chore: update some meta files
1 parent 79672a6 commit ff202c9

File tree

7 files changed

+57
-85
lines changed

7 files changed

+57
-85
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* text=auto
2-
*.js text eol=lf
1+
* text=auto eol=lf
2+
yarn.lock -diff

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
22.15.0

.prettierignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
node_modules
2-
.nyc_output
3-
coverage
4-
dist
1+
.yarn
52
test/fixtures

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Thanks for being willing to contribute!
88
## Project setup
99

1010
1. Fork and clone the repo
11-
2. `$ npm install` to install dependencies
12-
3. `$ npm start validate` to validate you've got it working
11+
2. `$ yarn install` to install dependencies
12+
3. `$ yarn start validate` to validate you've got it working
1313
4. Create a branch for your PR
1414

15-
This project uses [`nps`][nps] and you can run `npm start help` to see what
15+
This project uses [`nps`][nps] and you can run `yarn start help` to see what
1616
scripts are available.
1717

1818
> Tip: Keep your `master` branch pointing at the original repository and make
@@ -38,7 +38,7 @@ To add yourself to the table of contributors on the README.md, please use the
3838
automated script as part of your PR:
3939
4040
```console
41-
npm start contributors.add
41+
yarn start contributors.add
4242
```
4343
4444
Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
@@ -55,7 +55,7 @@ convention if you don't like to. Just know that when we merge your commit, we'll
5555
probably use "Squash and Merge" so we can change the commit message :)
5656

5757
Please make sure to run the tests before you commit your changes. You can run
58-
`npm start test.update` which will update any snapshots that need updating.
58+
`yarn start test.update` which will update any snapshots that need updating.
5959
Make sure to include those changes (if they exist) in your commit.
6060

6161
You or a maintainer will need to add a changeset file on you pull request if we

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ CLI for [`prettier-eslint`][prettier-eslint]
1515
[![Donate][donate-badge]][donate]
1616
[![Code of Conduct][coc-badge]][coc]
1717
[![Roadmap][roadmap-badge]][roadmap]
18-
[![Examples][examples-badge]][examples]
1918

2019
[![Watch on GitHub][github-watch-badge]][github-watch]
2120
[![Star on GitHub][github-star-badge]][github-star]
@@ -314,17 +313,15 @@ MIT
314313
[downloads-badge]: https://img.shields.io/npm/dm/prettier-eslint-cli.svg?style=flat-square
315314
[npm-stat]: http://npm-stat.com/charts.html?package=prettier-eslint-cli&from=2016-04-01
316315
[license-badge]: https://img.shields.io/npm/l/prettier-eslint-cli.svg?style=flat-square
317-
[license]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/LICENSE
316+
[license]: https://github.com/prettier/prettier-eslint-cli/blob/master/LICENSE
318317
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
319318
[prs]: http://makeapullrequest.com
320319
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
321320
[donate]: https://www.paypal.me/zimme
322321
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
323-
[coc]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/CODE_OF_CONDUCT.md
322+
[coc]: https://github.com/prettier/prettier-eslint-cli/blob/master/CODE_OF_CONDUCT.md
324323
[roadmap-badge]: https://img.shields.io/badge/%F0%9F%93%94-roadmap-CD9523.svg?style=flat-square
325-
[roadmap]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/ROADMAP.md
326-
[examples-badge]: https://img.shields.io/badge/%F0%9F%92%A1-examples-8C8E93.svg?style=flat-square
327-
[examples]: https://github.com/prettier/prettier-eslint-cli/blob/master/other/EXAMPLES.md
324+
[roadmap]: https://github.com/prettier/prettier-eslint-cli/blob/master/ROADMAP.md
328325
[github-watch-badge]: https://img.shields.io/github/watchers/prettier/prettier-eslint-cli.svg?style=social
329326
[github-watch]: https://github.com/prettier/prettier-eslint-cli/watchers
330327
[github-star-badge]: https://img.shields.io/github/stars/prettier/prettier-eslint-cli.svg?style=social

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"@changesets/changelog-github": "^0.5.1",
7676
"@changesets/cli": "^2.29.3",
7777
"@types/jest": "^29.5.14",
78+
"@unts/patch-package": "^8.1.1",
7879
"all-contributors-cli": "^6.26.1",
7980
"clean-pkg-json": "^1.3.0",
8081
"eslint-plugin-jest": "^28.11.0",
@@ -83,7 +84,6 @@
8384
"nano-staged": "^0.8.0",
8485
"nps": "^5.10.0",
8586
"nps-utils": "^1.7.0",
86-
"patch-package": "^8.0.0",
8787
"pify": "^5.0.0",
8888
"prettier": "^3.5.3",
8989
"rimraf": "^6.0.1",

yarn.lock

Lines changed: 44 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,6 +2536,13 @@ __metadata:
25362536
languageName: node
25372537
linkType: hard
25382538

2539+
"@nolyfill/json-stable-stringify@npm:^1.0.30":
2540+
version: 1.0.44
2541+
resolution: "@nolyfill/json-stable-stringify@npm:1.0.44"
2542+
checksum: 10c0/496856cf2bbc3f91810fc7974456b1eecfb1aace77e28f91bc17631dca0ca20af452960e87b3adb90300a348baf2b5067cee3e14cfcc5072184f92b2d695c136
2543+
languageName: node
2544+
linkType: hard
2545+
25392546
"@npmcli/agent@npm:^3.0.0":
25402547
version: 3.0.0
25412548
resolution: "@npmcli/agent@npm:3.0.0"
@@ -3368,6 +3375,30 @@ __metadata:
33683375
languageName: node
33693376
linkType: hard
33703377

3378+
"@unts/patch-package@npm:^8.1.1":
3379+
version: 8.1.1
3380+
resolution: "@unts/patch-package@npm:8.1.1"
3381+
dependencies:
3382+
"@nolyfill/json-stable-stringify": "npm:^1.0.30"
3383+
"@yarnpkg/lockfile": "npm:^1.1.0"
3384+
ci-info: "npm:^3.7.0"
3385+
cross-spawn: "npm:^7.0.3"
3386+
find-yarn-workspace-root: "npm:^2.0.0"
3387+
fs-extra: "npm:^10.0.0"
3388+
klaw-sync: "npm:^6.0.0"
3389+
minimist: "npm:^1.2.6"
3390+
open: "npm:^7.4.2"
3391+
picocolors: "npm:^1.1.1"
3392+
semver: "npm:^7.5.3"
3393+
slash: "npm:^3.0.0"
3394+
tmp: "npm:^0.0.33"
3395+
yaml: "npm:^2.2.2"
3396+
bin:
3397+
patch-package: index.js
3398+
checksum: 10c0/6926104529cbf56b4cc5ed1a1c8c77e9414b516e760e7b7fd5e152620736eef5c50827d1700bcad21b2cf88d354fb9352c56156d56984de4324a2fbf3576f5d3
3399+
languageName: node
3400+
linkType: hard
3401+
33713402
"@xml-tools/parser@npm:^1.0.11":
33723403
version: 1.0.11
33733404
resolution: "@xml-tools/parser@npm:1.0.11"
@@ -3803,13 +3834,6 @@ __metadata:
38033834
languageName: node
38043835
linkType: hard
38053836

3806-
"at-least-node@npm:^1.0.0":
3807-
version: 1.0.0
3808-
resolution: "at-least-node@npm:1.0.0"
3809-
checksum: 10c0/4c058baf6df1bc5a1697cf182e2029c58cd99975288a13f9e70068ef5d6f4e1f1fd7c4d2c3c4912eae44797d1725be9700995736deca441b39f3e66d8dee97ef
3810-
languageName: node
3811-
linkType: hard
3812-
38133837
"atob@npm:^2.1.2":
38143838
version: 2.1.2
38153839
resolution: "atob@npm:2.1.2"
@@ -6477,6 +6501,17 @@ __metadata:
64776501
languageName: node
64786502
linkType: hard
64796503

6504+
"fs-extra@npm:^10.0.0":
6505+
version: 10.1.0
6506+
resolution: "fs-extra@npm:10.1.0"
6507+
dependencies:
6508+
graceful-fs: "npm:^4.2.0"
6509+
jsonfile: "npm:^6.0.1"
6510+
universalify: "npm:^2.0.0"
6511+
checksum: 10c0/5f579466e7109719d162a9249abbeffe7f426eb133ea486e020b89bc6d67a741134076bf439983f2eb79276ceaf6bd7b7c1e43c3fd67fe889863e69072fb0a5e
6512+
languageName: node
6513+
linkType: hard
6514+
64806515
"fs-extra@npm:^7.0.1":
64816516
version: 7.0.1
64826517
resolution: "fs-extra@npm:7.0.1"
@@ -6499,18 +6534,6 @@ __metadata:
64996534
languageName: node
65006535
linkType: hard
65016536

6502-
"fs-extra@npm:^9.0.0":
6503-
version: 9.1.0
6504-
resolution: "fs-extra@npm:9.1.0"
6505-
dependencies:
6506-
at-least-node: "npm:^1.0.0"
6507-
graceful-fs: "npm:^4.2.0"
6508-
jsonfile: "npm:^6.0.1"
6509-
universalify: "npm:^2.0.0"
6510-
checksum: 10c0/9b808bd884beff5cb940773018179a6b94a966381d005479f00adda6b44e5e3d4abf765135773d849cc27efe68c349e4a7b86acd7d3306d5932c14f3a4b17a92
6511-
languageName: node
6512-
linkType: hard
6513-
65146537
"fs-minipass@npm:^2.0.0":
65156538
version: 2.1.0
65166539
resolution: "fs-minipass@npm:2.1.0"
@@ -8422,19 +8445,6 @@ __metadata:
84228445
languageName: node
84238446
linkType: hard
84248447

8425-
"json-stable-stringify@npm:^1.0.2":
8426-
version: 1.3.0
8427-
resolution: "json-stable-stringify@npm:1.3.0"
8428-
dependencies:
8429-
call-bind: "npm:^1.0.8"
8430-
call-bound: "npm:^1.0.4"
8431-
isarray: "npm:^2.0.5"
8432-
jsonify: "npm:^0.0.1"
8433-
object-keys: "npm:^1.1.1"
8434-
checksum: 10c0/8b3ff19e4c23c0ad591a49bc3a015d89a538db787d12fe9c4072e1d64d8cfa481f8c37719c629c3d84e848847617bf49f5fee894cf1d25959ab5b67e1c517f31
8435-
languageName: node
8436-
linkType: hard
8437-
84388448
"json5@npm:^2.2.3":
84398449
version: 2.2.3
84408450
resolution: "json5@npm:2.2.3"
@@ -8495,13 +8505,6 @@ __metadata:
84958505
languageName: node
84968506
linkType: hard
84978507

8498-
"jsonify@npm:^0.0.1":
8499-
version: 0.0.1
8500-
resolution: "jsonify@npm:0.0.1"
8501-
checksum: 10c0/7f5499cdd59a0967ed35bda48b7cec43d850bbc8fb955cdd3a1717bb0efadbe300724d5646de765bb7a99fc1c3ab06eb80d93503c6faaf99b4ff50a3326692f6
8502-
languageName: node
8503-
linkType: hard
8504-
85058508
"jsx-ast-utils@npm:3.3.5":
85068509
version: 3.3.5
85078510
resolution: "jsx-ast-utils@npm:3.3.5"
@@ -10378,31 +10381,6 @@ __metadata:
1037810381
languageName: node
1037910382
linkType: hard
1038010383

10381-
"patch-package@npm:^8.0.0":
10382-
version: 8.0.0
10383-
resolution: "patch-package@npm:8.0.0"
10384-
dependencies:
10385-
"@yarnpkg/lockfile": "npm:^1.1.0"
10386-
chalk: "npm:^4.1.2"
10387-
ci-info: "npm:^3.7.0"
10388-
cross-spawn: "npm:^7.0.3"
10389-
find-yarn-workspace-root: "npm:^2.0.0"
10390-
fs-extra: "npm:^9.0.0"
10391-
json-stable-stringify: "npm:^1.0.2"
10392-
klaw-sync: "npm:^6.0.0"
10393-
minimist: "npm:^1.2.6"
10394-
open: "npm:^7.4.2"
10395-
rimraf: "npm:^2.6.3"
10396-
semver: "npm:^7.5.3"
10397-
slash: "npm:^2.0.0"
10398-
tmp: "npm:^0.0.33"
10399-
yaml: "npm:^2.2.2"
10400-
bin:
10401-
patch-package: index.js
10402-
checksum: 10c0/690eab0537e953a3fd7d32bb23f0e82f97cd448f8244c3227ed55933611a126f9476397325c06ad2c11d881a19b427a02bd1881bee78d89f1731373fc4fe0fee
10403-
languageName: node
10404-
linkType: hard
10405-
1040610384
"path-exists@npm:^2.0.0":
1040710385
version: 2.1.0
1040810386
resolution: "path-exists@npm:2.1.0"
@@ -10680,6 +10658,7 @@ __metadata:
1068010658
"@messageformat/core": "npm:^3.4.0"
1068110659
"@prettier/eslint": "npm:prettier-eslint@^17.0.0-alpha.0"
1068210660
"@types/jest": "npm:^29.5.14"
10661+
"@unts/patch-package": "npm:^8.1.1"
1068310662
all-contributors-cli: "npm:^6.26.1"
1068410663
camelcase-keys: "npm:^9.1.3"
1068510664
chalk-cjs: "npm:^5.2.0"
@@ -10699,7 +10678,6 @@ __metadata:
1069910678
nano-staged: "npm:^0.8.0"
1070010679
nps: "npm:^5.10.0"
1070110680
nps-utils: "npm:^1.7.0"
10702-
patch-package: "npm:^8.0.0"
1070310681
pify: "npm:^5.0.0"
1070410682
prettier: "npm:^3.5.3"
1070510683
rimraf: "npm:^6.0.1"
@@ -11509,7 +11487,7 @@ __metadata:
1150911487
languageName: node
1151011488
linkType: hard
1151111489

11512-
"rimraf@npm:^2.6.1, rimraf@npm:^2.6.3":
11490+
"rimraf@npm:^2.6.1":
1151311491
version: 2.7.1
1151411492
resolution: "rimraf@npm:2.7.1"
1151511493
dependencies:

0 commit comments

Comments
 (0)