From 71e46a65dfb649ccf7a94d4d2cdf42dd5bdc5c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:00:09 +0000 Subject: [PATCH] Bump @etchteam/eslint-config from 2.0.14 to 2.0.17 Bumps [@etchteam/eslint-config](https://github.com/etchteam/eslint) from 2.0.14 to 2.0.17. - [Release notes](https://github.com/etchteam/eslint/releases) - [Changelog](https://github.com/etchteam/eslint/blob/main/release.config.js) - [Commits](https://github.com/etchteam/eslint/compare/v2.0.14...v2.0.17) --- updated-dependencies: - dependency-name: "@etchteam/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5faacc..b463901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.2.2", - "@etchteam/eslint-config": "^2.0.14", + "@etchteam/eslint-config": "^2.0.17", "@etchteam/stylelint-config": "^1.5.0", "eslint": "^8.57.0", "husky": "^9.1.4", @@ -709,9 +709,9 @@ } }, "node_modules/@etchteam/eslint-config": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@etchteam/eslint-config/-/eslint-config-2.0.14.tgz", - "integrity": "sha512-lNE56vrSGCCoNsx2RkRrfC7DcJGK284wQwKJ/URkkm6Q/sy6tiaWWG7/jPrSXt9UwWLodRXHeELIhY/hI09kGw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@etchteam/eslint-config/-/eslint-config-2.0.17.tgz", + "integrity": "sha512-t6E+bdmEc3CmZP4+mw1eA6kzzjx4dQCPkHhPqPkNeqMPPeDtXkk8lFWBbV2pLQmGFmLGnj0EfeKXdeJ2y2a9zA==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^7.10.0", @@ -8075,9 +8075,9 @@ "dev": true }, "@etchteam/eslint-config": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@etchteam/eslint-config/-/eslint-config-2.0.14.tgz", - "integrity": "sha512-lNE56vrSGCCoNsx2RkRrfC7DcJGK284wQwKJ/URkkm6Q/sy6tiaWWG7/jPrSXt9UwWLodRXHeELIhY/hI09kGw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@etchteam/eslint-config/-/eslint-config-2.0.17.tgz", + "integrity": "sha512-t6E+bdmEc3CmZP4+mw1eA6kzzjx4dQCPkHhPqPkNeqMPPeDtXkk8lFWBbV2pLQmGFmLGnj0EfeKXdeJ2y2a9zA==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "^7.10.0", diff --git a/package.json b/package.json index 124c65d..c7bf947 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.2.2", - "@etchteam/eslint-config": "^2.0.14", + "@etchteam/eslint-config": "^2.0.17", "@etchteam/stylelint-config": "^1.5.0", "eslint": "^8.57.0", "husky": "^9.1.4",