Skip to content

Commit a99f2b9

Browse files
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#2382)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.1.3 to 5.2.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af1e0de commit a99f2b9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-prettier": "9.1.0",
4646
"eslint-plugin-import": "2.29.1",
4747
"eslint-plugin-jest": "27.6.3",
48-
"eslint-plugin-prettier": "5.1.3",
48+
"eslint-plugin-prettier": "5.2.1",
4949
"eslint-plugin-prettier-doc": "^1.1.0",
5050
"jest": "30.0.3",
5151
"jest-environment-jsdom": "30.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,13 +2926,13 @@ eslint-plugin-prettier-doc@^1.1.0:
29262926
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier-doc/-/eslint-plugin-prettier-doc-1.1.0.tgz#ebf679b480e6048e90d5b152e6043714780bb4e6"
29272927
integrity sha512-ytzztiiqobTeYLqdRnv+dgowcb63gFFy31RekPeVPB6YOshwuGKJVKPdkq/mYtwsJ+eDtLiHksfwH5/M5nU09g==
29282928

2929-
eslint-plugin-prettier@5.1.3:
2930-
version "5.1.3"
2931-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
2932-
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
2929+
eslint-plugin-prettier@5.2.1:
2930+
version "5.2.1"
2931+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
2932+
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
29332933
dependencies:
29342934
prettier-linter-helpers "^1.0.0"
2935-
synckit "^0.8.6"
2935+
synckit "^0.9.1"
29362936

29372937
eslint-scope@^5.1.1:
29382938
version "5.1.1"
@@ -5242,10 +5242,10 @@ synckit@^0.11.8:
52425242
dependencies:
52435243
"@pkgr/core" "^0.2.4"
52445244

5245-
synckit@^0.8.6:
5246-
version "0.8.8"
5247-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
5248-
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
5245+
synckit@^0.9.1:
5246+
version "0.9.1"
5247+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.1.tgz#febbfbb6649979450131f64735aa3f6c14575c88"
5248+
integrity sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==
52495249
dependencies:
52505250
"@pkgr/core" "^0.1.0"
52515251
tslib "^2.6.2"

0 commit comments

Comments
 (0)