From 0517a0e3b68824635a99c1a31e8fe9fd8327b8ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:48:34 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/eslint-config-helix to v3.0.13 --- package-lock.json | 41 +++++++++++++++++++++++++++++--------- package.json | 2 +- template/package-lock.json | 41 +++++++++++++++++++++++++++++--------- template/package.json | 2 +- 4 files changed, 66 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index f595ce3..a64c359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "create-franklin-library": "create-franklin-library.js" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.12", + "@adobe/eslint-config-helix": "3.0.13", "@eslint/config-helpers": "0.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -34,12 +34,12 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.12.tgz", - "integrity": "sha512-m2Lsrf7lIhzw39JppqSURNgch8njdclRyN93UU+85HmHZNfJ3L60tfCnFkc/ANU82FXB3BAht2xxSP4zBCy8qw==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.13.tgz", + "integrity": "sha512-p5FJfGhQVaMGAfwweyh1R46MJi7Pi0XNaZLKH4X7lBA8mgT7oTV9l48H7ifWB+R5rRl2XpsvsZCM2q2HfDRDoA==", "dev": true, "dependencies": { - "@eslint/config-helpers": "0.4.0", + "@eslint/config-helpers": "0.4.1", "eslint-plugin-import": "2.32.0", "globals": "16.4.0" }, @@ -50,6 +50,18 @@ "eslint": "^9.0.0" } }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz", + "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==", + "dev": true, + "dependencies": { + "@eslint/core": "^0.16.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@babel/code-frame": { "version": "7.22.13", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", @@ -12342,14 +12354,25 @@ }, "dependencies": { "@adobe/eslint-config-helix": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.12.tgz", - "integrity": "sha512-m2Lsrf7lIhzw39JppqSURNgch8njdclRyN93UU+85HmHZNfJ3L60tfCnFkc/ANU82FXB3BAht2xxSP4zBCy8qw==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.13.tgz", + "integrity": "sha512-p5FJfGhQVaMGAfwweyh1R46MJi7Pi0XNaZLKH4X7lBA8mgT7oTV9l48H7ifWB+R5rRl2XpsvsZCM2q2HfDRDoA==", "dev": true, "requires": { - "@eslint/config-helpers": "0.4.0", + "@eslint/config-helpers": "0.4.1", "eslint-plugin-import": "2.32.0", "globals": "16.4.0" + }, + "dependencies": { + "@eslint/config-helpers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz", + "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==", + "dev": true, + "requires": { + "@eslint/core": "^0.16.0" + } + } } }, "@babel/code-frame": { diff --git a/package.json b/package.json index 0ab980f..ce60bce 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "inquirer": "12.9.6" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.12", + "@adobe/eslint-config-helix": "3.0.13", "@eslint/config-helpers": "0.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", diff --git a/template/package-lock.json b/template/package-lock.json index f6e7827..37ca079 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "Apache-2.0", "devDependencies": { - "@adobe/eslint-config-helix": "3.0.12", + "@adobe/eslint-config-helix": "3.0.13", "@eslint/config-helpers": "0.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -26,12 +26,12 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.12.tgz", - "integrity": "sha512-m2Lsrf7lIhzw39JppqSURNgch8njdclRyN93UU+85HmHZNfJ3L60tfCnFkc/ANU82FXB3BAht2xxSP4zBCy8qw==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.13.tgz", + "integrity": "sha512-p5FJfGhQVaMGAfwweyh1R46MJi7Pi0XNaZLKH4X7lBA8mgT7oTV9l48H7ifWB+R5rRl2XpsvsZCM2q2HfDRDoA==", "dev": true, "dependencies": { - "@eslint/config-helpers": "0.4.0", + "@eslint/config-helpers": "0.4.1", "eslint-plugin-import": "2.32.0", "globals": "16.4.0" }, @@ -42,6 +42,18 @@ "eslint": "^9.0.0" } }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz", + "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==", + "dev": true, + "dependencies": { + "@eslint/core": "^0.16.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@babel/code-frame": { "version": "7.22.13", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", @@ -11443,14 +11455,25 @@ }, "dependencies": { "@adobe/eslint-config-helix": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.12.tgz", - "integrity": "sha512-m2Lsrf7lIhzw39JppqSURNgch8njdclRyN93UU+85HmHZNfJ3L60tfCnFkc/ANU82FXB3BAht2xxSP4zBCy8qw==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.13.tgz", + "integrity": "sha512-p5FJfGhQVaMGAfwweyh1R46MJi7Pi0XNaZLKH4X7lBA8mgT7oTV9l48H7ifWB+R5rRl2XpsvsZCM2q2HfDRDoA==", "dev": true, "requires": { - "@eslint/config-helpers": "0.4.0", + "@eslint/config-helpers": "0.4.1", "eslint-plugin-import": "2.32.0", "globals": "16.4.0" + }, + "dependencies": { + "@eslint/config-helpers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz", + "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==", + "dev": true, + "requires": { + "@eslint/core": "^0.16.0" + } + } } }, "@babel/code-frame": { diff --git a/template/package.json b/template/package.json index 5e20c9e..0541df7 100644 --- a/template/package.json +++ b/template/package.json @@ -29,7 +29,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.12", + "@adobe/eslint-config-helix": "3.0.13", "@eslint/config-helpers": "0.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",