From 3f5474d594531a226f60ae66f9976c12eccaf79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:04:15 +0000 Subject: [PATCH] Bump the typescript-eslint group with 2 updates Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.20.0 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.20.0 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] --- package.json | 4 +- yarn.lock | 120 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 118 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5cd85f262..4dd5da376 100644 --- a/package.json +++ b/package.json @@ -125,8 +125,8 @@ "@types/regenerator-runtime": "^0.13.8", "@types/testing-library__cypress": "5.0.13", "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^8.20.0", - "@typescript-eslint/parser": "^8.20.0", + "@typescript-eslint/eslint-plugin": "^8.21.0", + "@typescript-eslint/parser": "^8.21.0", "autoprefixer": "10.4.20", "babel-jest": "29.7.0", "babel-loader": "9.2.1", diff --git a/yarn.lock b/yarn.lock index e88352f8d..2447ba2f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4745,7 +4745,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.20.0, @typescript-eslint/eslint-plugin@npm:^8.20.0": +"@typescript-eslint/eslint-plugin@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0" dependencies: @@ -4766,7 +4766,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.20.0, @typescript-eslint/parser@npm:^8.20.0": +"@typescript-eslint/eslint-plugin@npm:^8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0" + dependencies: + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.21.0" + "@typescript-eslint/type-utils": "npm:8.21.0" + "@typescript-eslint/utils": "npm:8.21.0" + "@typescript-eslint/visitor-keys": "npm:8.21.0" + graphemer: "npm:^1.4.0" + ignore: "npm:^5.3.1" + natural-compare: "npm:^1.4.0" + ts-api-utils: "npm:^2.0.0" + peerDependencies: + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd + languageName: node + linkType: hard + +"@typescript-eslint/parser@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/parser@npm:8.20.0" dependencies: @@ -4782,6 +4803,22 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/parser@npm:^8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/parser@npm:8.21.0" + dependencies: + "@typescript-eslint/scope-manager": "npm:8.21.0" + "@typescript-eslint/types": "npm:8.21.0" + "@typescript-eslint/typescript-estree": "npm:8.21.0" + "@typescript-eslint/visitor-keys": "npm:8.21.0" + debug: "npm:^4.3.4" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1 + languageName: node + linkType: hard + "@typescript-eslint/scope-manager@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/scope-manager@npm:8.20.0" @@ -4792,6 +4829,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/scope-manager@npm:8.21.0" + dependencies: + "@typescript-eslint/types": "npm:8.21.0" + "@typescript-eslint/visitor-keys": "npm:8.21.0" + checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4 + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/type-utils@npm:8.20.0" @@ -4807,6 +4854,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/type-utils@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/type-utils@npm:8.21.0" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.21.0" + "@typescript-eslint/utils": "npm:8.21.0" + debug: "npm:^4.3.4" + ts-api-utils: "npm:^2.0.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d + languageName: node + linkType: hard + "@typescript-eslint/types@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/types@npm:8.20.0" @@ -4814,6 +4876,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/types@npm:8.21.0" + checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/typescript-estree@npm:8.20.0" @@ -4832,6 +4901,24 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.21.0" + dependencies: + "@typescript-eslint/types": "npm:8.21.0" + "@typescript-eslint/visitor-keys": "npm:8.21.0" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^2.0.0" + peerDependencies: + typescript: ">=4.8.4 <5.8.0" + checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2 + languageName: node + linkType: hard + "@typescript-eslint/utils@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/utils@npm:8.20.0" @@ -4847,6 +4934,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/utils@npm:8.21.0" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.21.0" + "@typescript-eslint/types": "npm:8.21.0" + "@typescript-eslint/typescript-estree": "npm:8.21.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:8.20.0": version: 8.20.0 resolution: "@typescript-eslint/visitor-keys@npm:8.20.0" @@ -4857,6 +4959,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.21.0": + version: 8.21.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.21.0" + dependencies: + "@typescript-eslint/types": "npm:8.21.0" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a + languageName: node + linkType: hard + "@vitest/expect@npm:2.0.5": version: 2.0.5 resolution: "@vitest/expect@npm:2.0.5" @@ -11889,8 +12001,8 @@ __metadata: "@types/regenerator-runtime": "npm:^0.13.8" "@types/testing-library__cypress": "npm:5.0.13" "@types/uuid": "npm:^10.0.0" - "@typescript-eslint/eslint-plugin": "npm:^8.20.0" - "@typescript-eslint/parser": "npm:^8.20.0" + "@typescript-eslint/eslint-plugin": "npm:^8.21.0" + "@typescript-eslint/parser": "npm:^8.21.0" autoprefixer: "npm:10.4.20" babel-jest: "npm:29.7.0" babel-loader: "npm:9.2.1"