From d81acb1919bdb1d497d041f985ad3a2e9b73fc5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:14:18 +0000 Subject: [PATCH] build(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments from 4.5.0 to 4.6.0 (#669) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/package.json | 2 +- lib/package.json | 2 +- package-lock.json | 22 ++++++++++++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/app/package.json b/app/package.json index 7da3f815..d33e8371 100644 --- a/app/package.json +++ b/app/package.json @@ -26,7 +26,7 @@ "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", "@eslint/js": "^9.36.0", "@types/node": "^24.10.2", "@types/react": "^18.2.79", diff --git a/lib/package.json b/lib/package.json index e4d68020..9e89a554 100644 --- a/lib/package.json +++ b/lib/package.json @@ -43,7 +43,7 @@ "author": "Anton Tranelis", "license": "GPL-3.0-only", "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", "@eslint/js": "^9.36.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-commonjs": "^29.0.0", diff --git a/package-lock.json b/package-lock.json index dbfc8cfe..71224872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", "@eslint/js": "^9.36.0", "@types/node": "^24.10.2", "@types/react": "^18.2.79", @@ -177,7 +177,7 @@ "yet-another-react-lightbox": "^3.28.0" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", "@eslint/js": "^9.36.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-commonjs": "^29.0.0", @@ -2466,14 +2466,14 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.5.0.tgz", - "integrity": "sha512-MAhuTKlr4y/CE3WYX26raZjy+I/kS2PLKSzvfmDCGrBLTFHOYwqROZdr4XwPgXwX3K9rjzMr4pSmUWGnzsUyMg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.6.0.tgz", + "integrity": "sha512-2EX2bBQq1ez++xz2o9tEeEQkyvfieWgUFMH4rtJJri2q0Azvhja3hZGXsjPXs31R4fQkZDtWzNDDK2zQn5UE5g==", "dev": true, "license": "MIT", "dependencies": { "escape-string-regexp": "^4.0.0", - "ignore": "^5.2.4" + "ignore": "^7.0.5" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2485,6 +2485,16 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" } }, + "node_modules/@eslint-community/eslint-plugin-eslint-comments/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",