Skip to content

Commit feca357

Browse files
chore(deps): update devdependency eslint-plugin-prettier to v5 (#2241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2fd42f commit feca357

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": "^8.29.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-nuxt": "^4.0.0",
37-
"eslint-plugin-prettier": "^4.0.0",
37+
"eslint-plugin-prettier": "^5.1.3",
3838
"fuse.js": "^6.4.6",
3939
"husky": "^8.0.2",
4040
"lint-staged": "^13.1.0",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,11 @@
19421942
mustache "^2.3.0"
19431943
stack-trace "0.0.10"
19441944

1945+
"@pkgr/core@^0.1.0":
1946+
version "0.1.1"
1947+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1948+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1949+
19451950
"@polka/url@^1.0.0-next.15":
19461951
version "1.0.0-next.15"
19471952
resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.15.tgz"
@@ -5748,12 +5753,13 @@ eslint-plugin-nuxt@^4.0.0:
57485753
semver "^7.3.7"
57495754
vue-eslint-parser "^9.0.3"
57505755

5751-
eslint-plugin-prettier@^4.0.0:
5752-
version "4.0.0"
5753-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
5754-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
5756+
eslint-plugin-prettier@^5.1.3:
5757+
version "5.1.3"
5758+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
5759+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
57555760
dependencies:
57565761
prettier-linter-helpers "^1.0.0"
5762+
synckit "^0.8.6"
57575763

57585764
eslint-plugin-promise@^5.1.0:
57595765
version "5.1.0"
@@ -12503,6 +12509,14 @@ svgo@^1.0.0:
1250312509
unquote "~1.1.1"
1250412510
util.promisify "~1.0.0"
1250512511

12512+
synckit@^0.8.6:
12513+
version "0.8.8"
12514+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
12515+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
12516+
dependencies:
12517+
"@pkgr/core" "^0.1.0"
12518+
tslib "^2.6.2"
12519+
1250612520
tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3:
1250712521
version "1.1.3"
1250812522
resolved "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz"
@@ -12798,6 +12812,11 @@ tslib@^2.1.0:
1279812812
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1279912813
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1280012814

12815+
tslib@^2.6.2:
12816+
version "2.6.2"
12817+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
12818+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
12819+
1280112820
tsutils@^3.21.0:
1280212821
version "3.21.0"
1280312822
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)