From 83577a153dca7603d6f696b0f2e1e29308e53bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:40:31 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-deprecation to v3 --- package.json | 2 +- yarn.lock | 104 +++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 82 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index e22fafb..6fa49e2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "eslint": "^8.52.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", - "eslint-plugin-deprecation": "^2.0.0", + "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-no-only-tests": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 8d77541..8265f39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3065,6 +3065,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:7.11.0": + version: 7.11.0 + resolution: "@typescript-eslint/scope-manager@npm:7.11.0" + dependencies: + "@typescript-eslint/types": 7.11.0 + "@typescript-eslint/visitor-keys": 7.11.0 + checksum: c3fbf6c091b418a79cc3eb671184b83eaa26c06766aa78b4f32234d366f1130271317525b0b3bc38670195e4c608df049ae400cc343f6afa6104b2eec1bbb577 + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:6.8.0": version: 6.8.0 resolution: "@typescript-eslint/type-utils@npm:6.8.0" @@ -3089,6 +3099,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:7.11.0": + version: 7.11.0 + resolution: "@typescript-eslint/types@npm:7.11.0" + checksum: 1c2cf1540f08240e12da522fe3b23054adaffc7c5a82eb0fc94b982454ba527358f00c018fba06826ad42708fcb73237f823891d4d3bf18faa5cabee37cd76d4 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:6.8.0": version: 6.8.0 resolution: "@typescript-eslint/typescript-estree@npm:6.8.0" @@ -3107,7 +3124,26 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.8.0, @typescript-eslint/utils@npm:^6.0.0": +"@typescript-eslint/typescript-estree@npm:7.11.0": + version: 7.11.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.11.0" + dependencies: + "@typescript-eslint/types": 7.11.0 + "@typescript-eslint/visitor-keys": 7.11.0 + debug: ^4.3.4 + globby: ^11.1.0 + is-glob: ^4.0.3 + minimatch: ^9.0.4 + semver: ^7.6.0 + ts-api-utils: ^1.3.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 026e857152874764c18a4f3a7b443f4fc757cf3e1d106f85df9d283205f6b2192ec3d771d71dddd77d1f15df61fb99e3a65e661c5fe39793462050d425463f33 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:6.8.0": version: 6.8.0 resolution: "@typescript-eslint/utils@npm:6.8.0" dependencies: @@ -3124,6 +3160,20 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:^7.0.0": + version: 7.11.0 + resolution: "@typescript-eslint/utils@npm:7.11.0" + dependencies: + "@eslint-community/eslint-utils": ^4.4.0 + "@typescript-eslint/scope-manager": 7.11.0 + "@typescript-eslint/types": 7.11.0 + "@typescript-eslint/typescript-estree": 7.11.0 + peerDependencies: + eslint: ^8.56.0 + checksum: 287d0798dcfd5c56c73dc2a417c3442edb19deb6f274e2406e52b4ac9088494ed4c94b4b8ae8adff7ae2b7a1c520e9643e415018348bf1ec1b17605e7e565488 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:6.8.0": version: 6.8.0 resolution: "@typescript-eslint/visitor-keys@npm:6.8.0" @@ -3134,6 +3184,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:7.11.0": + version: 7.11.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.11.0" + dependencies: + "@typescript-eslint/types": 7.11.0 + eslint-visitor-keys: ^3.4.3 + checksum: 5f1170c1e3110c53b5433949f98079d8bbc8a4334dfef96c802a6df6d475e187796180f844edcff0928a5c2ae5da4babcb5f50c658f61c6fb940efda7457a433 + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -6108,17 +6168,17 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-deprecation@npm:^2.0.0": - version: 2.0.0 - resolution: "eslint-plugin-deprecation@npm:2.0.0" +"eslint-plugin-deprecation@npm:^3.0.0": + version: 3.0.0 + resolution: "eslint-plugin-deprecation@npm:3.0.0" dependencies: - "@typescript-eslint/utils": ^6.0.0 + "@typescript-eslint/utils": ^7.0.0 + ts-api-utils: ^1.3.0 tslib: ^2.3.1 - tsutils: ^3.21.0 peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.0.0 typescript: ^4.2.4 || ^5.0.0 - checksum: d79611e902ac419a21e51eab582fcdbcf8170aff820c5e5197e7d242e7ca6bda59c0077d88404970c25993017398dd65c96df7d31a833e332d45dd330935324b + checksum: 702549a4438da736b4e58caeafda6ab748ea7ecbbeca79eeb01b4ea25d7504590c3f10caf7c49faa2b76ae9ec9d0b79ede48c171fcc3b724cf3231fbb0bccaa6 languageName: node linkType: hard @@ -10119,7 +10179,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.1": +"minimatch@npm:^9.0.1, minimatch@npm:^9.0.4": version: 9.0.4 resolution: "minimatch@npm:9.0.4" dependencies: @@ -12095,7 +12155,7 @@ __metadata: eslint: ^8.52.0 eslint-config-airbnb: ^19.0.4 eslint-config-airbnb-typescript: ^17.1.0 - eslint-plugin-deprecation: ^2.0.0 + eslint-plugin-deprecation: ^3.0.0 eslint-plugin-import: ^2.29.0 eslint-plugin-json: ^3.1.0 eslint-plugin-no-only-tests: ^3.1.0 @@ -12292,6 +12352,15 @@ __metadata: languageName: node linkType: hard +"semver@npm:^7.6.0": + version: 7.6.2 + resolution: "semver@npm:7.6.2" + bin: + semver: bin/semver.js + checksum: 40f6a95101e8d854357a644da1b8dd9d93ce786d5c6a77227bc69dbb17bea83d0d1d1d7c4cd5920a6df909f48e8bd8a5909869535007f90278289f2451d0292d + languageName: node + linkType: hard + "send@npm:0.18.0": version: 0.18.0 resolution: "send@npm:0.18.0" @@ -13397,7 +13466,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^1.0.1": +"ts-api-utils@npm:^1.0.1, ts-api-utils@npm:^1.3.0": version: 1.3.0 resolution: "ts-api-utils@npm:1.3.0" peerDependencies: @@ -13489,7 +13558,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^1.11.1, tslib@npm:^1.8.1": +"tslib@npm:^1.11.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd @@ -13503,17 +13572,6 @@ __metadata: languageName: node linkType: hard -"tsutils@npm:^3.21.0": - version: 3.21.0 - resolution: "tsutils@npm:3.21.0" - dependencies: - tslib: ^1.8.1 - peerDependencies: - typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - checksum: 1843f4c1b2e0f975e08c4c21caa4af4f7f65a12ac1b81b3b8489366826259323feb3fc7a243123453d2d1a02314205a7634e048d4a8009921da19f99755cdc48 - languageName: node - linkType: hard - "tufte-css@npm:^1.8.0": version: 1.8.0 resolution: "tufte-css@npm:1.8.0"