Skip to content

Commit

Permalink
build(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.5.0...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 4ed97b2 commit 9cb0af3
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 19 deletions.
58 changes: 50 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ejs": "^3.1.3",
"ejs-lint": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-ft-flow": "^2.0.3",
Expand Down
24 changes: 14 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2742,7 +2742,7 @@ __metadata:
ejs: ^3.1.3
ejs-lint: ^2.0.0
eslint: ^8.45.0
eslint-config-prettier: ^8.1.0
eslint-config-prettier: ^9.0.0
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-fp: ^2.3.0
eslint-plugin-ft-flow: ^2.0.3
Expand Down Expand Up @@ -5068,7 +5068,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0":
"chalk@npm:5.3.0, chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -5106,13 +5106,6 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
languageName: node
linkType: hard

"chalk@npm:^5.0.1":
version: 5.2.0
resolution: "chalk@npm:5.2.0"
Expand Down Expand Up @@ -6280,7 +6273,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^8.1.0, eslint-config-prettier@npm:^8.5.0":
"eslint-config-prettier@npm:^8.5.0":
version: 8.5.0
resolution: "eslint-config-prettier@npm:8.5.0"
peerDependencies:
Expand All @@ -6291,6 +6284,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.0.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 362e991b6cb343f79362bada2d97c202e5303e6865888918a7445c555fb75e4c078b01278e90be98aa98ae22f8597d8e93d48314bec6824f540f7efcab3ce451
languageName: node
linkType: hard

"eslint-config-standard-jsx@npm:^11.0.0":
version: 11.0.0
resolution: "eslint-config-standard-jsx@npm:11.0.0"
Expand Down

0 comments on commit 9cb0af3

Please sign in to comment.