Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-08-01 06:59:44 +0300
committerEvan Read <eread@gitlab.com>2022-08-01 06:59:44 +0300
commit0df362fa2f570efe6926b7b2cb89f5181e70c386 (patch)
treee735d15a9750165f9470b80b0a074500a7649364
parent9a795a2c9b511a377dad3149df46d9182b4a14fe (diff)
parent515a938ce44cc9abed32b93f18ca166eb09400a1 (diff)
Merge branch 'renovate/major-nodejs-dependencies' into 'main'
Update dependency @gitlab/eslint-plugin to v15 See merge request gitlab-org/gitlab-docs!2987
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 785771f0..9c2b9ed9 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@evilmartians/lefthook": "^1.0.5",
- "@gitlab/eslint-plugin": "^14.0.0",
+ "@gitlab/eslint-plugin": "^15.0.0",
"@gitlab/stylelint-config": "^4.1.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
diff --git a/yarn.lock b/yarn.lock
index a3f378ff..1e095126 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1121,10 +1121,10 @@
resolved "https://registry.yarnpkg.com/@evilmartians/lefthook/-/lefthook-1.0.5.tgz#3698b302c2a7d80eb488f5d721eff8cd85d50e3b"
integrity sha512-DgRGCAeMPdtuCSYjm/E3xWCezL+wwDhIa4AFiwJWysIZOTZZh5KTIRPUUXWgGp+WL87sLjrQNecn3zidzo8iUA==
-"@gitlab/eslint-plugin@^14.0.0":
- version "14.0.0"
- resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-14.0.0.tgz#dc841d83521afdaf86afc943f94ad11d19c37b7c"
- integrity sha512-idTZojh+0lvKqdPcNlY4w3c9+qCTS0WYBrFkagWRifUYBqXGHbWw8CRfxCMYZSA3GnFRuxXhodpilRFq2YzURw==
+"@gitlab/eslint-plugin@^15.0.0":
+ version "15.0.0"
+ resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-15.0.0.tgz#fbf5da0b6e6812a681552c8043f75af95de45fc4"
+ integrity sha512-bVKP132SYbtOhvtFRnRSy2W3x9zWbp12dkvaHJCm+3UOe1nFXGXjRfKAdw5w4bjX2Rb3oaM8/TiiUmg6J+2gZQ==
dependencies:
"@babel/core" "^7.17.0"
"@babel/eslint-parser" "^7.17.0"