From c5d2f7ef3d111bd3b8c3c2066125da48face05c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:41:15 +0000 Subject: [PATCH] chore: bump typescript-eslint from 8.0.0-alpha.12 to 8.0.0-alpha.26 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.12 to 8.0.0-alpha.26. - [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] --- package-lock.json | 113 ++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 65 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dac408c..ef4d1da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5450,12 +5450,6 @@ "parse5": "^7.0.0" } }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true - }, "node_modules/@types/jsonld": { "version": "0.4.11", "resolved": "git+ssh://git@github.com/types/jsonld.git#c8f53a4493d2cd673443aad96f8f1e4dd3decc11", @@ -5553,12 +5547,6 @@ "@types/ws": "*" } }, - "node_modules/@types/semver": { - "version": "7.5.8", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", - "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", - "dev": true - }, "node_modules/@types/send": { "version": "0.17.1", "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz", @@ -5647,21 +5635,19 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.12.tgz", - "integrity": "sha512-/UMqX/DFKWnLgAFikO9FkpwL9VZoql0092mnP+xqbuznt6wkcLHwlCi1l/pQ4jMPkpAUDNubUkzxDx1l2CCaMw==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.26.tgz", + "integrity": "sha512-25oYeFw55ZDU+yReSEA8aWekSYwArgs0lNICMK/kCASD0Dk37MiBf9NJnA2RxtN8YUljtXKfzv6HbWjzXWAuWQ==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.12", - "@typescript-eslint/type-utils": "8.0.0-alpha.12", - "@typescript-eslint/utils": "8.0.0-alpha.12", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.12", - "debug": "^4.3.4", + "@typescript-eslint/scope-manager": "8.0.0-alpha.26", + "@typescript-eslint/type-utils": "8.0.0-alpha.26", + "@typescript-eslint/utils": "8.0.0-alpha.26", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.26", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", - "semver": "^7.6.0", "ts-api-utils": "^1.3.0" }, "engines": { @@ -5682,15 +5668,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.12.tgz", - "integrity": "sha512-zzSnj8CuHEL7E8Vfd9AdhsKQzB8z2ckUzIMD/41CS1ZRRUtw8xlpK0gz+Vitma7D0mEMqmLMz7jYKqiJfSY8sQ==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.26.tgz", + "integrity": "sha512-fSrBlmbFfIZHp/blR6EA+AfeFfWDqY5s44mQ3eIZL/kvJJeIsHzToDbSCW6DbgmFgHDxoW4VmFqDdY3uXyx1IA==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.0.0-alpha.12", - "@typescript-eslint/types": "8.0.0-alpha.12", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.12", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.12", + "@typescript-eslint/scope-manager": "8.0.0-alpha.26", + "@typescript-eslint/types": "8.0.0-alpha.26", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.26", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.26", "debug": "^4.3.4" }, "engines": { @@ -5710,13 +5696,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.12.tgz", - "integrity": "sha512-SDgvb7NQAqPmlZyZw+ABhGdOvQ4Kv46ch4bK05wWEqmdxVpwUTsT6eSIHW262mdd3O3I+opojPHiBTczsjBPqQ==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.26.tgz", + "integrity": "sha512-qOL1MEDHXJn2egI9tj0YJ3j/9QUK6tSO/nNY/zmArZu8DS+nDQGKf/qSy0GuqOeIdMHu0h0jTo5pDanOURgWlw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.12", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.12" + "@typescript-eslint/types": "8.0.0-alpha.26", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.26" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5727,13 +5713,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.12.tgz", - "integrity": "sha512-MW1XWx3Gnx/TtgZ3eY/EZhlcO1tKsXdtd7eE3u11/fDJs8Qa07h9MCkyErYU8JBMenf5U0RhWBQFOJDwLB+XwA==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.26.tgz", + "integrity": "sha512-LUNlz/sYwbXR3cL7dAfULweSP9dibynFqTuHWrokhhOH6hr/pgRrfudqjvxqAK7bMMxvrTzCYOtlcPQYvF8quQ==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.0.0-alpha.12", - "@typescript-eslint/utils": "8.0.0-alpha.12", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.26", + "@typescript-eslint/utils": "8.0.0-alpha.26", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -5751,9 +5737,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.12.tgz", - "integrity": "sha512-jFJE3TbHlXQMXu2i5Dfsecr0Lc8t3NA6jXhhR1HGYBdz3F7H+VNcHka247exq6RD0eZDjHWdwPoEP30OUSissQ==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.26.tgz", + "integrity": "sha512-kO+wa+n1q1oh2xzjSYlXub/AsiV8Hi+gVC5FHleEIREZpwzTHLiJyZiSDWWjQfuq6XVyPxusWhQpjH8dIcOzwg==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5764,13 +5750,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.12.tgz", - "integrity": "sha512-tcEcXQY6+qU+r+ySTDcb5Jdurv/jRHgT8y2O7cut4auX+oxk0wrGNwTU7g1YZHBpNKKEx0sloauonMLpgBmd5w==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.26.tgz", + "integrity": "sha512-XGljoEEK6Z9X4Okx1VwPlgotcZsZg5Kzm8yoGhRxIX/FyenJTtHEFlhz+tIajW20Ez/gToPdzPJmVaEzEwwzKw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.12", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.12", + "@typescript-eslint/types": "8.0.0-alpha.26", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.26", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -5816,18 +5802,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.12.tgz", - "integrity": "sha512-LVYBJwsGHpPWyUfSGUp5FbQ3JtXCFssxwORqWgGaipBWVZUOYMYmmYMTa/0wPKyBOlvrp2BdIR1GLBi3RblkCw==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.26.tgz", + "integrity": "sha512-1nSZmX3HOva66uC0UrtXWNd+IK76iNp6nXIgUF3xzOdMZ6E6HeqrXT+T+O+mQT2BRS6TYgMPg9cp28BQtwT6Fg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@types/json-schema": "^7.0.15", - "@types/semver": "^7.5.8", - "@typescript-eslint/scope-manager": "8.0.0-alpha.12", - "@typescript-eslint/types": "8.0.0-alpha.12", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.12", - "semver": "^7.6.0" + "@typescript-eslint/scope-manager": "8.0.0-alpha.26", + "@typescript-eslint/types": "8.0.0-alpha.26", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.26" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5841,12 +5824,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.12.tgz", - "integrity": "sha512-E6WgenClMnVgwcFXPh7obHEOqWT49DQgzAcjZ4aaKg0tpf5fnTNL6SnA7ePVatWDmZvP4P2qM2rVNZiTuN2D1g==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.26.tgz", + "integrity": "sha512-5QLzjFiNqkFV5AuQRCc1Q4OA3AdhcFjMTz9/9+FgrFI6L0vuEmm+V9dOOZocMeD0+SwajUqodTKyhSJ89YleOA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.12", + "@typescript-eslint/types": "8.0.0-alpha.26", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -24876,14 +24859,14 @@ } }, "node_modules/typescript-eslint": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.12.tgz", - "integrity": "sha512-Rb//r8CVSWVZqCyYTuNRhIWLqscSxIBANAgaHMaR8eoE9zf1bDL5qlPDzWhEEE0nUcJpjZj/By32pQAXTDyS7w==", + "version": "8.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.26.tgz", + "integrity": "sha512-J42oz1vXxiglijmq5cERYNFekBcExcCRKjueXkFF0LsZNK89uN1SZACICOkS75PT8NQ+qwdW3lMd6wIbCS4DLA==", "dev": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.12", - "@typescript-eslint/parser": "8.0.0-alpha.12", - "@typescript-eslint/utils": "8.0.0-alpha.12" + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.26", + "@typescript-eslint/parser": "8.0.0-alpha.26", + "@typescript-eslint/utils": "8.0.0-alpha.26" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"