From e4f84902026e87bb64c0ee7fd1651b619958dd9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 01:54:27 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-standard-with-typescript to v39 --- package.json | 2 +- yarn.lock | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2a543019a..30e60fba0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/react-dom": "^18.0.8", "@typescript-eslint/eslint-plugin": "^6.0.0", "eslint": "^8.0.1", - "eslint-config-standard-with-typescript": "^37.0.0", + "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^16.0.0", "eslint-plugin-promise": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 0fdbd237f..2e0a06c29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3688,7 +3688,7 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/parser@^5.52.0", "@typescript-eslint/parser@^5.59.0": +"@typescript-eslint/parser@^5.59.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== @@ -3698,6 +3698,17 @@ "@typescript-eslint/typescript-estree" "5.62.0" debug "^4.3.4" +"@typescript-eslint/parser@^6.4.0": + version "6.7.2" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.2.tgz#e0ae93771441b9518e67d0660c79e3a105497af4" + integrity sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw== + dependencies: + "@typescript-eslint/scope-manager" "6.7.2" + "@typescript-eslint/types" "6.7.2" + "@typescript-eslint/typescript-estree" "6.7.2" + "@typescript-eslint/visitor-keys" "6.7.2" + debug "^4.3.4" + "@typescript-eslint/scope-manager@5.62.0": version "5.62.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" @@ -5951,12 +5962,12 @@ escodegen@^2.1.0: optionalDependencies: source-map "~0.6.1" -eslint-config-standard-with-typescript@^37.0.0: - version "37.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-37.0.0.tgz#2c3b64f98ed46c9e10f93ee9822f3dbb211fa1a0" - integrity sha512-V8I/Q1eFf9tiOuFHkbksUdWO3p1crFmewecfBtRxXdnvb71BCJx+1xAknlIRZMwZioMX3/bPtMVCZsf1+AjjOw== +eslint-config-standard-with-typescript@^39.0.0: + version "39.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.0.0.tgz#310847a474298cd64a8664a1d5b5434fb30e37b9" + integrity sha512-CiV2LS4NUeeRmDTDf1ocUMpMxitSyW0g+Y/N7ecElwGj188GahbcQgqfBNyVsIXQxHlZVBlOjkbg3oUI0R3KBg== dependencies: - "@typescript-eslint/parser" "^5.52.0" + "@typescript-eslint/parser" "^6.4.0" eslint-config-standard "17.1.0" eslint-config-standard@17.1.0: