Skip to content

Commit 0f7c579

Browse files
chore: Bump eslint-plugin-prettier in /modules/runners/lambdas/runners (#1209)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 177fba8 commit 0f7c579

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/parser": "^4.29.2",
2424
"@vercel/ncc": "^0.31.1",
2525
"eslint": "^7.32.0",
26-
"eslint-plugin-prettier": "3.4.0",
26+
"eslint-plugin-prettier": "4.0.0",
2727
"jest": "27.2.4",
2828
"jest-mock-extended": "^2.0.1",
2929
"moment-timezone": "^0.5.33",

modules/runners/lambdas/runners/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2272,10 +2272,10 @@ escodegen@^2.0.0:
22722272
optionalDependencies:
22732273
source-map "~0.6.1"
22742274

2275-
eslint-plugin-prettier@3.4.0:
2276-
version "3.4.0"
2277-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
2278-
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
2275+
eslint-plugin-prettier@4.0.0:
2276+
version "4.0.0"
2277+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
2278+
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
22792279
dependencies:
22802280
prettier-linter-helpers "^1.0.0"
22812281

0 commit comments

Comments
 (0)