From eefc5173deef9f8e48e588e3fbc37c1a24385fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:20:41 +0200 Subject: [PATCH] Build(deps-dev): bump typescript-eslint (#64) Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.45 to 8.0.0-alpha.46. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 98 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index b863b05..affe706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "ts-jest": "^29.2.3", "tsutils": "^3.21.0", "typescript": "^5.5.3", - "typescript-eslint": "^8.0.0-alpha.45" + "typescript-eslint": "^8.0.0-alpha.46" }, "engines": { "node": ">=20" @@ -1506,16 +1506,16 @@ "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.45.tgz", - "integrity": "sha512-h+pGHKWu+i5D6BmzpggG8bDj/fVVhxzQLE2CPsKtH1ab0QvUz+eyT/lIfz0xs8NF/lQS7tmlU5AYnQdKe1yAQw==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.46.tgz", + "integrity": "sha512-qT5Zds2YwQntRiZfOYAXXy6Ezi1XsPKZ5z99yAFkexte/LcPNBEhdT2hdqwnVv2XR3STSSow4Kj2pfFVHzVhHA==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.45", - "@typescript-eslint/type-utils": "8.0.0-alpha.45", - "@typescript-eslint/utils": "8.0.0-alpha.45", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.45", + "@typescript-eslint/scope-manager": "8.0.0-alpha.46", + "@typescript-eslint/type-utils": "8.0.0-alpha.46", + "@typescript-eslint/utils": "8.0.0-alpha.46", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.46", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -1539,15 +1539,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.45.tgz", - "integrity": "sha512-iFm6dmGX2rBiqHLfu7PShqhhHuuaDPzej05KbTIGJVGgdj2Xit4GYP35uDpe/YPcMTO8DZ9dOmUYfMGLBKS9Og==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.46.tgz", + "integrity": "sha512-XXD1zsC4OEGbyQsp4OzydvOsrXb6GN9+NuAXTjl4ASU1OGKNg+OVLJuVdu6k2mtuZv0zBr+j8nOJ99z7lt4/iA==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.0.0-alpha.45", - "@typescript-eslint/types": "8.0.0-alpha.45", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.45", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.45", + "@typescript-eslint/scope-manager": "8.0.0-alpha.46", + "@typescript-eslint/types": "8.0.0-alpha.46", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.46", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.46", "debug": "^4.3.4" }, "engines": { @@ -1567,13 +1567,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.45.tgz", - "integrity": "sha512-zmfZYLH6Oaq1drf99idktn1/m4SZvBXFUKdl8B2A1SrBc6E57wtRW9OwFBnROgM4gHeG1wb89DLhQ/UeqcUmMQ==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.46.tgz", + "integrity": "sha512-mUXSpB78vwagK4++AtAkOCTaXIUwKb8DwrIQzxj55l6h8dIMtax/efwEMP0rATL6n6oy+QsG1qGHABZBmk8tqg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.45", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.45" + "@typescript-eslint/types": "8.0.0-alpha.46", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.46" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1584,13 +1584,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.45.tgz", - "integrity": "sha512-JsX5S7Pda8XTJ/y49ksnN3ScptnEnrEJpecc97l6JiVDMHENWeNVHsbfLmYhjGb0jWKI2IdEOmsVvpOIpj1jUg==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.46.tgz", + "integrity": "sha512-JQQkrFEViCbQ/pR0ZVbtbXY5okwGc1I6egEo/hCmWiML80lHLe2TQgS6NJ6mZ4noTo0k1YDwh7HGSmn+gQCWtA==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.0.0-alpha.45", - "@typescript-eslint/utils": "8.0.0-alpha.45", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.46", + "@typescript-eslint/utils": "8.0.0-alpha.46", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -1608,9 +1608,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.45.tgz", - "integrity": "sha512-yjTlmcSnkFV8IoqE0vinmWo+fl7TjkaGyGX/g9gKN/b2IO8g+AimB7BhilmlBqvZupvo2AfiHqcnZEVhQAXI8w==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.46.tgz", + "integrity": "sha512-NvvbUafjBeownwQYZH0UOMJdwbzWaPErGflbLCtjeHxMF+zSeqkW3tsXkHJtujZ/J1OfyDfxybSLB0rHroBVxg==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1621,13 +1621,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.45.tgz", - "integrity": "sha512-FcvtdTxahvP+qlZ1XXF+m0GVqomklKtkG6cIHLdBvTOHgIBILtahU7yyRE5rOHDdGoAFu8AzItJI12rtf9TRyA==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.46.tgz", + "integrity": "sha512-SCsZ6D8OwUpX8IYcmiIgRb2/AB7qW5EQSZmjfrNPglzCBH/r389EGw6+6p2D+j7fKYJlREEA22mVQztbbUKtZw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.45", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.45", + "@typescript-eslint/types": "8.0.0-alpha.46", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.46", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1649,15 +1649,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.45.tgz", - "integrity": "sha512-5YVHji5bovAKsDdT3mV7vjDEUhPJvmsh7LXY+/ixHyZJDE52TmsobBGSEBmijeqYWfz2vuNJyyvFGJTo70UikA==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.46.tgz", + "integrity": "sha512-dVh+7pv+9lF4cdhr3ZYjJIp04J4ZjKslkyr1VuA9g5nG5s8ENoznCnYsA3wXGu+pkJCIINb2VDFbz6O03c6Jgw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.45", - "@typescript-eslint/types": "8.0.0-alpha.45", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.45" + "@typescript-eslint/scope-manager": "8.0.0-alpha.46", + "@typescript-eslint/types": "8.0.0-alpha.46", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.46" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1671,12 +1671,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.45.tgz", - "integrity": "sha512-SZmtknee9MzeT41tCpvh5vUyji0Zr4OyfERJqDmfg5YZwkm3BRdTeexrBKK9C8da97ULR1SUSeLUTqttC77vJw==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.46.tgz", + "integrity": "sha512-/foiKGq6SKu/HoLkCHsxjnvu1CsC6DTOA3lHJsb/ObTteIFZhh7ek7YAiChmyfZNclAdhjiLYDNp71ezBp2VGQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.45", + "@typescript-eslint/types": "8.0.0-alpha.46", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -5127,14 +5127,14 @@ } }, "node_modules/typescript-eslint": { - "version": "8.0.0-alpha.45", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.45.tgz", - "integrity": "sha512-Iw8MpAxWE0UBrtJjHsGxEiY2tHT1hkfrt6tWcnHotVyDAhsNVMYXcucxtWMYdnNf5fKQCRHM51RA84nuQgB1Bw==", + "version": "8.0.0-alpha.46", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.46.tgz", + "integrity": "sha512-S3T/Taq3V2G1iZaT+VDOln+twi4k5iNIUJTIeoF12HEfImGXhTy1jarMxSipdwjHA/DhhCgOTJhjlzt3QiG+sw==", "dev": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.45", - "@typescript-eslint/parser": "8.0.0-alpha.45", - "@typescript-eslint/utils": "8.0.0-alpha.45" + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.46", + "@typescript-eslint/parser": "8.0.0-alpha.46", + "@typescript-eslint/utils": "8.0.0-alpha.46" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" diff --git a/package.json b/package.json index e646506..3078bc5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ts-jest": "^29.2.3", "tsutils": "^3.21.0", "typescript": "^5.5.3", - "typescript-eslint": "^8.0.0-alpha.45" + "typescript-eslint": "^8.0.0-alpha.46" }, "scripts": { "start": "node build/src/main.js",