From 7b2329a11328e355735a460b133da72a8d6254e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:06:50 +0000 Subject: [PATCH] fix(deps): replace dependency eslint-plugin-eslint-comments with @eslint-community/eslint-plugin-eslint-comments 3.2.0 --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6bc111e7..322fad25 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "6.15.0", "eslint-plugin-css-modules": "2.12.0", - "eslint-plugin-eslint-comments": "3.2.0", + "@eslint-community/eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-fail-comment": "1.0.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-json": "2.1.2", diff --git a/yarn.lock b/yarn.lock index 81390ddf..f93300df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1263,6 +1263,14 @@ exec-sh "^0.3.2" minimist "^1.2.0" +"@eslint-community/eslint-plugin-eslint-comments@3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#033b01852848570713356f3a6843307571c20105" + integrity sha512-BjyMKQRjkywhbkrtHzUITQTQQuysxbZk1/z5Cco7cMNxhw0odzWohDgVuxmuhS9LJRFWAkIXhnfuLXjChFmfoA== + dependencies: + escape-string-regexp "^1.0.5" + ignore "^5.0.5" + "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" @@ -4274,14 +4282,6 @@ eslint-plugin-css-modules@2.12.0: gonzales-pe "^4.3.0" lodash "^4.17.2" -eslint-plugin-eslint-comments@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" - integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== - dependencies: - escape-string-regexp "^1.0.5" - ignore "^5.0.5" - eslint-plugin-fail-comment@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-fail-comment/-/eslint-plugin-fail-comment-1.0.0.tgz#2c5f819ae4baaa3613b1794ef0e402ed80c0988f"