From db0db27a199c20b48bfbeb017a8d7dbbc5310c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:12:55 +0000 Subject: [PATCH] chore(deps): Bump @guardian/eslint-config-typescript in /cdk Bumps [@guardian/eslint-config-typescript](https://github.com/guardian/csnx) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/guardian/csnx/releases) - [Commits](https://github.com/guardian/csnx/commits) --- updated-dependencies: - dependency-name: "@guardian/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cdk/package.json | 2 +- cdk/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cdk/package.json b/cdk/package.json index 60f895c6..8eb4a072 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -16,7 +16,7 @@ "diff": "cdk diff --path-metadata false --version-reporting false" }, "devDependencies": { - "@guardian/eslint-config-typescript": "^0.6.0", + "@guardian/eslint-config-typescript": "^0.7.0", "@types/jest": "^26.0.20", "@types/node": "20.3.1", "aws-cdk": "2.39.1", diff --git a/cdk/yarn.lock b/cdk/yarn.lock index 2a7079a6..979913ef 100644 --- a/cdk/yarn.lock +++ b/cdk/yarn.lock @@ -338,19 +338,19 @@ read-pkg-up "7.0.1" yargs "^17.5.1" -"@guardian/eslint-config-typescript@^0.6.0": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@guardian/eslint-config-typescript/-/eslint-config-typescript-0.6.1.tgz#6a4183255c619c18c8ea0038da846cdc679304ce" - integrity sha512-0xJGIq7LzHL/iPL+gG6KoWhm2Wbpn96q3TTmpkguxVCRnMFsAliLKsGSP3qBAPk94TSiIXaCjCFqGyNpFGGmDQ== +"@guardian/eslint-config-typescript@^0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@guardian/eslint-config-typescript/-/eslint-config-typescript-0.7.0.tgz#9b675639377bd71bc42f33741ea3bbbf20525c4a" + integrity sha512-Fi7cMQuD+oR3IiGfN1ubvgTMYpQRpytRSdwLt/9c1Eqjl1Lf0xzDLd0AORBQb4PIDHQtF3t7g25WUQTqF7sWtQ== dependencies: - "@guardian/eslint-config" "^0.6.1" + "@guardian/eslint-config" "^0.7.0" "@typescript-eslint/eslint-plugin" "4.29.2" "@typescript-eslint/parser" "4.29.2" -"@guardian/eslint-config@^0.6.1": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@guardian/eslint-config/-/eslint-config-0.6.1.tgz#943cd7227e4fde9487474afe97d56a7001c4ea0f" - integrity sha512-+smvJZl0vNldw9Q1cJNK2FZToMCOrQXxh+jfHd1kNq8oeBu4/fUjyWsrpA46pvu4r4BBTF0itSSbD2A1yZsryw== +"@guardian/eslint-config@^0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@guardian/eslint-config/-/eslint-config-0.7.0.tgz#ae7b681886c80643d10239d317dedcd1aeaecb08" + integrity sha512-d6HgVLBvLn/XFZOW+X5ukHiCbnuNb5rZHd2XtP/UT7a0f8806YhnFOYqxQXsdQadppHNDvc1wF3/ebjH2O+eHg== dependencies: eslint-config-prettier "8.3.0" eslint-plugin-eslint-comments "3.2.0"