From 09dfc753f2e64a32d6fb30726b6f8e4905dbc2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:56:13 +0000 Subject: [PATCH] build(deps-dev): bump typescript-eslint in /web Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.54 to 8.0.0-alpha.57. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 98 +++++++++++++++++++++---------------------- web/package.json | 2 +- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 3f2b894e3..fc1d92e08 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -39,7 +39,7 @@ "ts-loader": "^9.5.1", "tsx": "^4.16.2", "typescript": "^5.5.4", - "typescript-eslint": "^8.0.0-alpha.54", + "typescript-eslint": "^8.0.0-alpha.57", "wdio-chromedriver-service": "^8.1.1", "wdio-edgedriver-service": "^3.0.3", "wdio-geckodriver-service": "^5.0.2", @@ -2607,16 +2607,16 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.54.tgz", - "integrity": "sha512-JBuk5rdo9XfoAc797uPh2QdzfnbQmYTnOZ//IKiXm96a2AzS05VmXSVka4GQyrp7giGWSNjW6y2wPpsWheqd9Q==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.57.tgz", + "integrity": "sha512-Z745/tZE5o5RMFApZwf4ltEPmxeIqqSBlo48HNVBrjuUTof+tcIhvW6NepXjHSnSHyT97XI9mmDgl/X7PCfKUg==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.54", - "@typescript-eslint/type-utils": "8.0.0-alpha.54", - "@typescript-eslint/utils": "8.0.0-alpha.54", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.54", + "@typescript-eslint/scope-manager": "8.0.0-alpha.57", + "@typescript-eslint/type-utils": "8.0.0-alpha.57", + "@typescript-eslint/utils": "8.0.0-alpha.57", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.57", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -2640,15 +2640,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.54.tgz", - "integrity": "sha512-473V2mTNH+KPNVPj8MIGizDXmmJ56gpYsh+ILa8uEWUYMhvE0DNnozEt59TonS1Y9D15AJZGas6+1hcpQ77Dbg==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.57.tgz", + "integrity": "sha512-OaOApLLMHWtA8J2OEVSMcUI+WyS0t6HMHfK2Pxj+ngw/SeVwnw3z7ebK51V/ncZYnEa4FYxpDFInJbgaDNbG3w==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.0.0-alpha.54", - "@typescript-eslint/types": "8.0.0-alpha.54", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.54", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.54", + "@typescript-eslint/scope-manager": "8.0.0-alpha.57", + "@typescript-eslint/types": "8.0.0-alpha.57", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.57", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.57", "debug": "^4.3.4" }, "engines": { @@ -2668,13 +2668,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.54.tgz", - "integrity": "sha512-z+5GlCAskUTTWOFF2G7olTyKZyn+AVdDkiNCP2fhDtOCV1ePX1EaXy1uwqRRROf8p8uryj7vR7OtIErZE5yAng==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.57.tgz", + "integrity": "sha512-hSk8Z1ecbG+pstE9CF9c50ZrgWmzUwtxmE8f3GBmqGs3amuC1M4UGZ1jpPv/J0SnCPSG+vIIBfobhTHpDuzB9w==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.54", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.54" + "@typescript-eslint/types": "8.0.0-alpha.57", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.57" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2685,13 +2685,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.54.tgz", - "integrity": "sha512-aGqNg1vP3a1tAE7lN8VDw+JhAefhqotMEcxw+2NKQm3vG4BqzIQNeF87xle9+94t8MPPmUPzRjRmO7GySu8LRg==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.57.tgz", + "integrity": "sha512-ZFI7d6WEUfmcLBNE8rAVkjJeM/qojk4/93yKCfw2484EQvJrtF4vH46CB813s0Qw48EtszsVTuH8J3f8PGkHUg==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.0.0-alpha.54", - "@typescript-eslint/utils": "8.0.0-alpha.54", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.57", + "@typescript-eslint/utils": "8.0.0-alpha.57", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -2709,9 +2709,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.54.tgz", - "integrity": "sha512-p4CGzb2UW2tJgk7zRL1Iwyd4qMuPnF2TL5/VdEcz2KANHkTReagQ6B3MzJGcuNIK7t+ysolZZILJpj+8cHBzsQ==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.57.tgz", + "integrity": "sha512-xShJ3YFDJjAi8lfP2zeRhAapHATiCF+wWjrjsF/GuDWIx0CcM7Ij7n8ZKZB3KVnSczdxG5adigUylMgep4hUiA==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2722,13 +2722,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.54.tgz", - "integrity": "sha512-oCgHCQm88pBx9QwfGVE42LXVRG3M5PUIP4w521yGMijHn5FEt+E/NGMPU3NXWKUvp0LpEkxABSinYdz69aZITA==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.57.tgz", + "integrity": "sha512-9qJFTFos5ORpIqbZ+y7ObQhcXNNHc/q0FLs2rh3Yr+P06K7w3N5dfEewCZbcd8YfH2E4YmQdMlb52TLw1XhzIQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.54", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.54", + "@typescript-eslint/types": "8.0.0-alpha.57", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.57", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -2750,15 +2750,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.54.tgz", - "integrity": "sha512-Xu+dl3SJ4NOuzSHpRj1nIJPsoNTcPuG6EFVolrEVl+GZReaiBdexwpTo4/gV64khZEVewEIdYV3FBs5elIjI0g==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.57.tgz", + "integrity": "sha512-Q+ZYCT6cTway02uF6buloux+u+mLTxZOSleKrCYA9gQEz2cKrjVYKy3z5xCWCethb/0/50JJyVR9TXIjh0Xszg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.54", - "@typescript-eslint/types": "8.0.0-alpha.54", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.54" + "@typescript-eslint/scope-manager": "8.0.0-alpha.57", + "@typescript-eslint/types": "8.0.0-alpha.57", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.57" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -2772,12 +2772,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.54.tgz", - "integrity": "sha512-lS8wrI6Vxw6ebIi+ehocAjXLG43bN5JCC8+wtGDD3Xw9O/EVpanAVdftefJs/mlK87eyccvVIiiHgD294TpIEQ==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.57.tgz", + "integrity": "sha512-+9FK8xT4eWiPGI1eSTkOTSJCwT4byTD1D6s44+GsxCyGAiPFWjj7gzJKvGhiXjah/s3oGpi6dVwKs/YFY8O9rg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.54", + "@typescript-eslint/types": "8.0.0-alpha.57", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -14853,14 +14853,14 @@ } }, "node_modules/typescript-eslint": { - "version": "8.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.54.tgz", - "integrity": "sha512-5rTqLSAgzum8W0dIh8jgDosXNQufhfc9pyDXaBpBTgwtTypBzrcRgCz8Xp0XKrpSBCuLdfFt+X/ueEnoqrOcJA==", + "version": "8.0.0-alpha.57", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.57.tgz", + "integrity": "sha512-4llUkSUIKC33Ov+212r0UgJmRkRHErRdJSYW/b8/7LUtASsEKQwrmdtvQuZT0VyRzdiB48DifMY1PYIc9cc8Yg==", "dev": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.54", - "@typescript-eslint/parser": "8.0.0-alpha.54", - "@typescript-eslint/utils": "8.0.0-alpha.54" + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.57", + "@typescript-eslint/parser": "8.0.0-alpha.57", + "@typescript-eslint/utils": "8.0.0-alpha.57" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" diff --git a/web/package.json b/web/package.json index f2aee9ab4..eea1eaca3 100644 --- a/web/package.json +++ b/web/package.json @@ -36,7 +36,7 @@ "ts-loader": "^9.5.1", "tsx": "^4.16.2", "typescript": "^5.5.4", - "typescript-eslint": "^8.0.0-alpha.54", + "typescript-eslint": "^8.0.0-alpha.57", "wdio-chromedriver-service": "^8.1.1", "wdio-edgedriver-service": "^3.0.3", "wdio-geckodriver-service": "^5.0.2",