From fd2b790189ce9ecc29cbed6066fa8fa4f19e0e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:38:51 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/eslint-config-helix to v2.0.8 --- package-lock.json | 27 ++++++++++++++------------- package.json | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 856796d5..d8fa54af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "jsonschema2md": "cli.js" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.7", + "@adobe/eslint-config-helix": "2.0.8", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "10.3.5", @@ -67,16 +67,16 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.7.tgz", - "integrity": "sha512-G7ZgiU6jPoR0lZGxnIMrRHyZ/pp5qWJZojUNfEEwVc7lJ0BSnTy4V+JZDhR9TGXhnY/XSBd22QEvnJeTwppfJw==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.8.tgz", + "integrity": "sha512-UnT5/Lj8AHcIip+svSWL38nHERhkIChgjYmm98z2XwhiaTbDveULmCponeGAZK81XuZnPflxUSYQSVZ89QN2ag==", "dev": true, "license": "Apache-2.0", "dependencies": { "eslint-config-airbnb-base": "15.0.0", "eslint-import-resolver-exports": "1.0.0-beta.5", "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.30.0" + "eslint-plugin-import": "2.31.0" }, "engines": { "node": ">= 12" @@ -3492,9 +3492,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz", - "integrity": "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "license": "MIT", "dependencies": { @@ -3529,9 +3529,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz", - "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==", + "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": { @@ -3543,7 +3543,7 @@ "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.9.0", + "eslint-module-utils": "^2.12.0", "hasown": "^2.0.2", "is-core-module": "^2.15.1", "is-glob": "^4.0.3", @@ -3552,13 +3552,14 @@ "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" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/debug": { diff --git a/package.json b/package.json index d17f5feb..a84e05f8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "yargs": "17.7.2" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.7", + "@adobe/eslint-config-helix": "2.0.8", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "10.3.5",