From e1a2abee1c29213586d146fd9362d7e8952f4713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:49:38 +0000 Subject: [PATCH] CI(deps): Update dependency @revi/eslint-config to v0.0.9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 99 ++++++----------------------------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 89 deletions(-) diff --git a/package-lock.json b/package-lock.json index 184fdc3..2ceb914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "Apache-2.0", "devDependencies": { "@eslint/js": "9.9.1", - "@revi/eslint-config": "0.0.8", + "@revi/eslint-config": "0.0.9", "@revi/prettier-config": "0.1.3", "eslint": "9.9.1", "eslint-config-prettier": "9.1.0", @@ -55,21 +55,6 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, - "node_modules/@eslint/config-array": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz", - "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/object-schema": "^2.1.4", - "debug": "^4.3.1", - "minimatch": "^3.1.2" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, "node_modules/@eslint/eslintrc": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", @@ -221,84 +206,22 @@ } }, "node_modules/@revi/eslint-config": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.8.tgz", - "integrity": "sha512-UAWs+IPfkocnpo/HLQqdEVFO5Ju6OjEoS8saN/+Q2YIo74csuPP5AUImaEmt/DZM1w9Mn1ZlmAYPACPMOhpDyw==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.9.tgz", + "integrity": "sha512-+J9yUIf9UBxRwRmONA3VfJ0AvRjtuxjFM/DD+nuJahvT+iZT9r+4inyTM93TmFFkFm7AMEaiwxoJ3w+0egUkYQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/js": "9.8.0", - "eslint": "9.8.0", + "@eslint/js": "9.9.1", + "eslint": "9.9.1", "eslint-config-prettier": "9.1.0", - "globals": "15.8.0" + "globals": "15.9.0" }, "funding": { "url": "https://github.com/sponsors/revi" }, "peerDependencies": { - "eslint": "9.8.0" - } - }, - "node_modules/@revi/eslint-config/node_modules/@eslint/js": { - "version": "9.8.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.8.0.tgz", - "integrity": "sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@revi/eslint-config/node_modules/eslint": { - "version": "9.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.8.0.tgz", - "integrity": "sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.11.0", - "@eslint/config-array": "^0.17.1", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.8.0", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" + "eslint": "9.9.1" } }, "node_modules/@revi/prettier-config": { @@ -975,9 +898,9 @@ } }, "node_modules/globals": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.8.0.tgz", - "integrity": "sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==", + "version": "15.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", + "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index cdd16dc..12e16a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "devDependencies": { "@eslint/js": "9.9.1", - "@revi/eslint-config": "0.0.8", + "@revi/eslint-config": "0.0.9", "@revi/prettier-config": "0.1.3", "eslint": "9.9.1", "eslint-config-prettier": "9.1.0",