From 7422d778803e31299f9013c891e19a958426c33b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 11:16:01 +0000 Subject: [PATCH 1/2] Update dependency @sourcegraph/eslint-config to ^0.27.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90066735d590..6e38ee569f82 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ }, "devDependencies": { "@actions/core": "^1.6.0", - "@sourcegraph/eslint-config": "^0.26.0", + "@sourcegraph/eslint-config": "^0.27.1", "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "@types/line-column": "1.0.0", From 61f793bf6f597cf9e40adc683d45fe55276e3a6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 5 May 2022 11:17:38 +0000 Subject: [PATCH 2/2] squash! Prettier --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7bd6af665377..b75f70ad8f7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -763,10 +763,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@sourcegraph/eslint-config@^0.26.0": - version "0.26.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.26.0.tgz#73371fe4019d9311ec7fa422e70d92129d57c2bf" - integrity sha512-mjNeGOtzJwsrMr0r+RxS/HA7sZdyZiQfW+t3mE686fwYPINRBeUDeK51tYfAPzzAYtlGA0ENTJsxrUYJfdLpNw== +"@sourcegraph/eslint-config@^0.27.1": + version "0.27.1" + resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.1.tgz#e09faeef5a027a8d26f76fc9b7963efe58ac1bc2" + integrity sha512-pcnsVJdH7q2CmNC7HCW/rNlSZe/rY9cBpWdclao9znqcDlHhIcSwo97eETiIwCzZgsatvYrGsz6prTJGwoh5kw== dependencies: "@sourcegraph/prettierrc" "^3.0.3" "@typescript-eslint/eslint-plugin" "^4.28.3"