From 72b937c0feba9e52503317296763810185bd0edb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 06:55:15 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-love to v119 --- npm-shrinkwrap.json | 45 ++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c6b43ab6..20659c11 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -51,7 +51,7 @@ "env-cmd": "^10.1.0", "envfile": "^7.1.0", "eslint": "^9.13.0", - "eslint-config-love": "^96.0.0", + "eslint-config-love": "^119.0.0", "eslint-config-oclif": "^5.2.1", "eslint-config-oclif-typescript": "^3.1.12", "eslint-config-prettier": "^9", @@ -9941,9 +9941,9 @@ } }, "node_modules/eslint-config-love": { - "version": "96.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-96.0.0.tgz", - "integrity": "sha512-IoXpOWvPL8Me8zACmldwjknRfZ2HhA7HJ563mTaT4hEd5aPvecdOsvwTdGTJTYfeJPcZApIloMCyUJS1OjA1dA==", + "version": "119.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-119.0.0.tgz", + "integrity": "sha512-O6iYQcFPR3lTzSlMSdKmfdKUCIX8ESHM9LV448vw6q6gxWuVzfA5iBCvVuogIeRQLZpH72Jc7W/fz27jcgtNdg==", "dev": true, "funding": [ { @@ -9954,14 +9954,15 @@ ], "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.3.0", + "@typescript-eslint/utils": "^8.26.0", + "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-promise": "^7.0.0", - "typescript-eslint": "^8.3.0" + "typescript-eslint": "^8.26.0" }, "peerDependencies": { - "eslint": "^9.0.0", + "eslint": "^9.12.0", "typescript": "*" } }, @@ -10772,6 +10773,36 @@ "node": ">=4" } }, + "node_modules/eslint-plugin-eslint-comments": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz", + "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5", + "ignore": "^5.0.5" + }, + "engines": { + "node": ">=6.5.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=4.19.1" + } + }, + "node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/eslint-plugin-import": { "version": "2.31.0", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", diff --git a/package.json b/package.json index 2f76468d..0f33aaa2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "env-cmd": "^10.1.0", "envfile": "^7.1.0", "eslint": "^9.13.0", - "eslint-config-love": "^96.0.0", + "eslint-config-love": "^119.0.0", "eslint-config-oclif": "^5.2.1", "eslint-config-oclif-typescript": "^3.1.12", "eslint-config-prettier": "^9",