From cb7738bc9bc63a748a167828b6f9102f5d619f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 22:42:52 -0300 Subject: [PATCH] chore(deps) Update dependency eslint-config-standard-with-typescript to v21 (#2562) Co-authored-by: Lucas Nogueira Co-authored-by: lucasfernog Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Co-authored-by: david Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip Co-authored-by: Renovate Bot --- tooling/api/package.json | 2 +- tooling/api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/api/package.json b/tooling/api/package.json index 2804ab31c..b3ad5d59d 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -53,7 +53,7 @@ "@typescript-eslint/parser": "4.29.2", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", - "eslint-config-standard-with-typescript": "20.0.0", + "eslint-config-standard-with-typescript": "21.0.1", "eslint-plugin-import": "2.24.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.0", diff --git a/tooling/api/yarn.lock b/tooling/api/yarn.lock index 5ccf60f49..8a4ab5bce 100644 --- a/tooling/api/yarn.lock +++ b/tooling/api/yarn.lock @@ -1894,10 +1894,10 @@ eslint-config-prettier@8.3.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== -eslint-config-standard-with-typescript@20.0.0: - version "20.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-20.0.0.tgz#0c550eca0a216cbf8da9013eb6e311acd3102d87" - integrity sha512-IoySf3r0a2+P3Z6GMjv8p1HuOQ6GWQbMpdt9G8uEbkGpnNWAGBXpgaiutbZHbaQAvG5pkVtYepCfHUxYbVDLCA== +eslint-config-standard-with-typescript@21.0.1: + version "21.0.1" + resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-21.0.1.tgz#f4c8bb883d8dfd634005239a54c3c222746e3c64" + integrity sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw== dependencies: "@typescript-eslint/parser" "^4.0.0" eslint-config-standard "^16.0.0"