Skip to content

Commit 9391fa8

Browse files
Bump eslint-plugin-prettier from 4.2.1 to 5.5.4
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.2.1 to 5.5.4. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v4.2.1...v5.5.4) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5789856 commit 9391fa8

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/parser": "^5.31.0",
2727
"dts-bundle-generator": "^6.12.0",
2828
"eslint": "^8.20.0",
29-
"eslint-plugin-prettier": "^4.2.1",
29+
"eslint-plugin-prettier": "^5.5.4",
3030
"prettier": "^3.2.5",
3131
"tsd": "^0.32.0",
3232
"tslib": "^2.4.0",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
"@nodelib/fs.scandir" "2.1.5"
109109
fastq "^1.6.0"
110110

111+
"@pkgr/core@^0.2.9":
112+
version "0.2.9"
113+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
114+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
115+
111116
"@sinclair/typebox@^0.27.8":
112117
version "0.27.8"
113118
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
@@ -512,12 +517,13 @@ eslint-formatter-pretty@^4.1.0:
512517
string-width "^4.2.0"
513518
supports-hyperlinks "^2.0.0"
514519

515-
eslint-plugin-prettier@^4.2.1:
516-
version "4.2.1"
517-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
518-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
520+
eslint-plugin-prettier@^5.5.4:
521+
version "5.5.4"
522+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
523+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
519524
dependencies:
520525
prettier-linter-helpers "^1.0.0"
526+
synckit "^0.11.7"
521527

522528
eslint-rule-docs@^1.1.5:
523529
version "1.1.235"
@@ -1427,6 +1433,13 @@ supports-preserve-symlinks-flag@^1.0.0:
14271433
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
14281434
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
14291435

1436+
synckit@^0.11.7:
1437+
version "0.11.11"
1438+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
1439+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
1440+
dependencies:
1441+
"@pkgr/core" "^0.2.9"
1442+
14301443
text-table@^0.2.0:
14311444
version "0.2.0"
14321445
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)