Skip to content

chore(deps): update dependency eslint-plugin-prettier to v5 #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.5.4",
"husky": "8.0.3",
"jest": "27.5.1",
"lint-staged": "13.3.0",
Expand Down
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ __metadata:
copy-webpack-plugin: ^11.0.0
eslint: 7.32.0
eslint-config-prettier: 8.10.0
eslint-plugin-prettier: 4.2.1
eslint-plugin-prettier: 5.5.4
glob: ^8.1.0
husky: 8.0.3
jest: 27.5.1
Expand Down Expand Up @@ -1706,6 +1706,13 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.2.9":
version: 0.2.9
resolution: "@pkgr/core@npm:0.2.9"
checksum: bb2fb86977d63f836f8f5b09015d74e6af6488f7a411dcd2bfdca79d76b5a681a9112f41c45bdf88a9069f049718efc6f3900d7f1de66a2ec966068308ae517f
languageName: node
linkType: hard

"@pnpm/config.env-replace@npm:^1.1.0":
version: 1.1.0
resolution: "@pnpm/config.env-replace@npm:1.1.0"
Expand Down Expand Up @@ -4151,18 +4158,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:4.2.1":
version: 4.2.1
resolution: "eslint-plugin-prettier@npm:4.2.1"
"eslint-plugin-prettier@npm:5.5.4":
version: 5.5.4
resolution: "eslint-plugin-prettier@npm:5.5.4"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.11.7
peerDependencies:
eslint: ">=7.28.0"
prettier: ">=2.0.0"
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
eslint-config-prettier: ">= 7.0.0 <10.0.0 || >=10.1.0"
prettier: ">=3.0.0"
peerDependenciesMeta:
"@types/eslint":
optional: true
eslint-config-prettier:
optional: true
checksum: b9e839d2334ad8ec7a5589c5cb0f219bded260839a857d7a486997f9870e95106aa59b8756ff3f37202085ebab658de382b0267cae44c3a7f0eb0bcc03a4f6d6
checksum: 0dd05ed85018ab0e98da80325b7bd4c4ab6dd684398f1270a7c8cf4261df714dd4502ba4c7f85f651aade9989da0a7d2adda03af8873b73b52014141abf385de
languageName: node
linkType: hard

Expand Down Expand Up @@ -8856,6 +8868,15 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.11.7":
version: 0.11.11
resolution: "synckit@npm:0.11.11"
dependencies:
"@pkgr/core": ^0.2.9
checksum: bc896d4320525501495654766e6b0aa394e522476ea0547af603bdd9fd7e9b65dcd6e3a237bc7eb3ab7e196376712f228bf1bf6ed1e1809f4b32dc9baf7ad413
languageName: node
linkType: hard

"table@npm:^6.0.9":
version: 6.8.1
resolution: "table@npm:6.8.1"
Expand Down