Skip to content

Commit ca0341c

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#8428)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.14.0 to 5.15.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/v5.15.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8b341f commit ca0341c

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/qunit": "^2.11.3",
5151
"@types/rsvp": "^4.0.4",
5252
"@types/url-parse": "^1.4.8",
53-
"@typescript-eslint/eslint-plugin": "^5.14.0",
53+
"@typescript-eslint/eslint-plugin": "^5.15.0",
5454
"@typescript-eslint/parser": "^5.14.0",
5555
"async": "^3.2.3",
5656
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,14 +2703,14 @@
27032703
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.8.tgz#c3825047efbca1295b7f1646f38203d9145130d6"
27042704
integrity sha512-zqqcGKyNWgTLFBxmaexGUKQyWqeG7HjXj20EuQJSJWwXe54BjX0ihIo5cJB9yAQzH8dNugJ9GvkBYMjPXs/PJw==
27052705

2706-
"@typescript-eslint/eslint-plugin@^5.14.0":
2707-
version "5.14.0"
2708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz#5119b67152356231a0e24b998035288a9cd21335"
2709-
integrity sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==
2710-
dependencies:
2711-
"@typescript-eslint/scope-manager" "5.14.0"
2712-
"@typescript-eslint/type-utils" "5.14.0"
2713-
"@typescript-eslint/utils" "5.14.0"
2706+
"@typescript-eslint/eslint-plugin@^5.15.0":
2707+
version "5.15.0"
2708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
2709+
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
2710+
dependencies:
2711+
"@typescript-eslint/scope-manager" "5.15.0"
2712+
"@typescript-eslint/type-utils" "5.15.0"
2713+
"@typescript-eslint/utils" "5.15.0"
27142714
debug "^4.3.2"
27152715
functional-red-black-tree "^1.0.1"
27162716
ignore "^5.1.8"
@@ -2736,12 +2736,20 @@
27362736
"@typescript-eslint/types" "5.14.0"
27372737
"@typescript-eslint/visitor-keys" "5.14.0"
27382738

2739-
"@typescript-eslint/[email protected]":
2740-
version "5.14.0"
2741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz#711f08105860b12988454e91df433567205a8f0b"
2742-
integrity sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==
2739+
"@typescript-eslint/[email protected]":
2740+
version "5.15.0"
2741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
2742+
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
2743+
dependencies:
2744+
"@typescript-eslint/types" "5.15.0"
2745+
"@typescript-eslint/visitor-keys" "5.15.0"
2746+
2747+
"@typescript-eslint/[email protected]":
2748+
version "5.15.0"
2749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
2750+
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
27432751
dependencies:
2744-
"@typescript-eslint/utils" "5.14.0"
2752+
"@typescript-eslint/utils" "5.15.0"
27452753
debug "^4.3.2"
27462754
tsutils "^3.21.0"
27472755

@@ -2750,6 +2758,11 @@
27502758
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
27512759
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
27522760

2761+
"@typescript-eslint/[email protected]":
2762+
version "5.15.0"
2763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
2764+
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
2765+
27532766
"@typescript-eslint/[email protected]":
27542767
version "5.14.0"
27552768
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314"
@@ -2763,15 +2776,28 @@
27632776
semver "^7.3.5"
27642777
tsutils "^3.21.0"
27652778

2766-
"@typescript-eslint/[email protected]":
2767-
version "5.14.0"
2768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4"
2769-
integrity sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==
2779+
"@typescript-eslint/[email protected]":
2780+
version "5.15.0"
2781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
2782+
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
2783+
dependencies:
2784+
"@typescript-eslint/types" "5.15.0"
2785+
"@typescript-eslint/visitor-keys" "5.15.0"
2786+
debug "^4.3.2"
2787+
globby "^11.0.4"
2788+
is-glob "^4.0.3"
2789+
semver "^7.3.5"
2790+
tsutils "^3.21.0"
2791+
2792+
"@typescript-eslint/[email protected]":
2793+
version "5.15.0"
2794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
2795+
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
27702796
dependencies:
27712797
"@types/json-schema" "^7.0.9"
2772-
"@typescript-eslint/scope-manager" "5.14.0"
2773-
"@typescript-eslint/types" "5.14.0"
2774-
"@typescript-eslint/typescript-estree" "5.14.0"
2798+
"@typescript-eslint/scope-manager" "5.15.0"
2799+
"@typescript-eslint/types" "5.15.0"
2800+
"@typescript-eslint/typescript-estree" "5.15.0"
27752801
eslint-scope "^5.1.1"
27762802
eslint-utils "^3.0.0"
27772803

@@ -2783,6 +2809,14 @@
27832809
"@typescript-eslint/types" "5.14.0"
27842810
eslint-visitor-keys "^3.0.0"
27852811

2812+
"@typescript-eslint/[email protected]":
2813+
version "5.15.0"
2814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
2815+
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
2816+
dependencies:
2817+
"@typescript-eslint/types" "5.15.0"
2818+
eslint-visitor-keys "^3.0.0"
2819+
27862820
"@webassemblyjs/[email protected]":
27872821
version "1.9.0"
27882822
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)