From 6df544ebbdcc699c2943176666ea3f2474bb3b9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:48:01 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/eslint-config-helix to v3.0.5 --- package-lock.json | 64 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99e34cc2..10b39eb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "unist-util-visit-parents": "6.0.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.4", + "@adobe/eslint-config-helix": "3.0.5", "@eslint/config-helpers": "0.2.3", "@markedjs/html-differ": "5.0.2", "@semantic-release/changelog": "6.0.3", @@ -65,14 +65,14 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.4.tgz", - "integrity": "sha512-A5VRj0kVeNPn+9sKFkZyh18U9EWUd+6PlW823BxYosjGeEc0IQal64uFhYsWBCfTVfz9wl/HmLxG2sHlM5ahtA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.5.tgz", + "integrity": "sha512-tnJG9v1PQn66F/40G7IPHGsWSKtRSPWCl8NGXZZgDb8wRbBl97QSMLOQw9gM7JU7Nt+7XKTptoNShoAkn8HgPw==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/config-helpers": "0.2.3", - "eslint-plugin-import": "2.31.0", + "eslint-plugin-import": "2.32.0", "globals": "16.2.0" }, "engines": { @@ -82,60 +82,6 @@ "eslint": "^9.0.0" } }, - "node_modules/@adobe/eslint-config-helix/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/eslint-plugin-import": { - "version": "2.31.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", - "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.8", - "array.prototype.findlastindex": "^1.2.5", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.12.0", - "hasown": "^2.0.2", - "is-core-module": "^2.15.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.0", - "semver": "^6.3.1", - "string.prototype.trimend": "^1.0.8", - "tsconfig-paths": "^3.15.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@adobe/helix-markdown-support": { "version": "7.1.12", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.12.tgz", diff --git a/package.json b/package.json index 5c96ff37..9ae2a53b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "unist-util-visit-parents": "6.0.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.4", + "@adobe/eslint-config-helix": "3.0.5", "@eslint/config-helpers": "0.2.3", "@markedjs/html-differ": "5.0.2", "@semantic-release/changelog": "6.0.3",