From 926349a41f5bad5c68c9f8ebb1fd2f2fb81b6917 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:51:19 +0200 Subject: [PATCH] chore(deps): update dependency eslint-plugin-eslint-plugin to v4.0.3 (#36) * chore(deps): update dependency eslint-plugin-eslint-plugin to v4.0.3 * Create pretty-forks-cover.md Co-authored-by: Renovate Bot Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com> --- .changeset/pretty-forks-cover.md | 5 +++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/pretty-forks-cover.md diff --git a/.changeset/pretty-forks-cover.md b/.changeset/pretty-forks-cover.md new file mode 100644 index 00000000..7722981d --- /dev/null +++ b/.changeset/pretty-forks-cover.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-es-roikoren": patch +--- + +chore(deps): update dependency eslint-plugin-eslint-plugin to v4.0.3 diff --git a/package.json b/package.json index cbad725a..828b117c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-config-prettier": "8.3.0", "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-es-roikoren": "file:.", - "eslint-plugin-eslint-plugin": "4.0.2", + "eslint-plugin-eslint-plugin": "4.0.3", "eslint-plugin-import": "2.25.3", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-unicorn": "39.0.0", diff --git a/yarn.lock b/yarn.lock index a846b23a..3fa36744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1593,10 +1593,10 @@ eslint-module-utils@^2.7.1: "@typescript-eslint/experimental-utils" "5.6.0" regexpp "3.2.0" -eslint-plugin-eslint-plugin@4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.2.tgz#80f63080c0a5b444a949ef1ed5f79a4dc2ef4ef4" - integrity sha512-EUNNLrWvwQ7QU6GGYWGMw7IHGSIGDn5GCbnQlzFHH5ypgL1gR9Fk0dUnOpzyPaI+OLc6rAs7Askv+IPFUKJdOQ== +eslint-plugin-eslint-plugin@4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.3.tgz#149a5382620f4ea8b85a35bc549c4a8a45fac53e" + integrity sha512-10Eb3AO4PF7PuJbTSBAD1dLsu1RHtGxeLEjUpVVEyQaPtSmlEvCK7LMpDow1Xv+kHBujm4u9OtoOQ//WIijLCw== dependencies: eslint-utils "^3.0.0" estraverse "^5.2.0"