Skip to content

Commit b0c4fc2

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#8445)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.15.0 to 5.16.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.16.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 6157b10 commit b0c4fc2

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.15.0",
53+
"@typescript-eslint/eslint-plugin": "^5.16.0",
5454
"@typescript-eslint/parser": "^5.15.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
@@ -2739,14 +2739,14 @@
27392739
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.8.tgz#c3825047efbca1295b7f1646f38203d9145130d6"
27402740
integrity sha512-zqqcGKyNWgTLFBxmaexGUKQyWqeG7HjXj20EuQJSJWwXe54BjX0ihIo5cJB9yAQzH8dNugJ9GvkBYMjPXs/PJw==
27412741

2742-
"@typescript-eslint/eslint-plugin@^5.15.0":
2743-
version "5.15.0"
2744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
2745-
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
2746-
dependencies:
2747-
"@typescript-eslint/scope-manager" "5.15.0"
2748-
"@typescript-eslint/type-utils" "5.15.0"
2749-
"@typescript-eslint/utils" "5.15.0"
2742+
"@typescript-eslint/eslint-plugin@^5.16.0":
2743+
version "5.16.0"
2744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
2745+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
2746+
dependencies:
2747+
"@typescript-eslint/scope-manager" "5.16.0"
2748+
"@typescript-eslint/type-utils" "5.16.0"
2749+
"@typescript-eslint/utils" "5.16.0"
27502750
debug "^4.3.2"
27512751
functional-red-black-tree "^1.0.1"
27522752
ignore "^5.1.8"
@@ -2772,12 +2772,20 @@
27722772
"@typescript-eslint/types" "5.15.0"
27732773
"@typescript-eslint/visitor-keys" "5.15.0"
27742774

2775-
"@typescript-eslint/[email protected]":
2776-
version "5.15.0"
2777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
2778-
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
2775+
"@typescript-eslint/[email protected]":
2776+
version "5.16.0"
2777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
2778+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
2779+
dependencies:
2780+
"@typescript-eslint/types" "5.16.0"
2781+
"@typescript-eslint/visitor-keys" "5.16.0"
2782+
2783+
"@typescript-eslint/[email protected]":
2784+
version "5.16.0"
2785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
2786+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
27792787
dependencies:
2780-
"@typescript-eslint/utils" "5.15.0"
2788+
"@typescript-eslint/utils" "5.16.0"
27812789
debug "^4.3.2"
27822790
tsutils "^3.21.0"
27832791

@@ -2786,6 +2794,11 @@
27862794
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
27872795
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
27882796

2797+
"@typescript-eslint/[email protected]":
2798+
version "5.16.0"
2799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
2800+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
2801+
27892802
"@typescript-eslint/[email protected]":
27902803
version "5.15.0"
27912804
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
@@ -2799,15 +2812,28 @@
27992812
semver "^7.3.5"
28002813
tsutils "^3.21.0"
28012814

2802-
"@typescript-eslint/[email protected]":
2803-
version "5.15.0"
2804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
2805-
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
2815+
"@typescript-eslint/[email protected]":
2816+
version "5.16.0"
2817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
2818+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
2819+
dependencies:
2820+
"@typescript-eslint/types" "5.16.0"
2821+
"@typescript-eslint/visitor-keys" "5.16.0"
2822+
debug "^4.3.2"
2823+
globby "^11.0.4"
2824+
is-glob "^4.0.3"
2825+
semver "^7.3.5"
2826+
tsutils "^3.21.0"
2827+
2828+
"@typescript-eslint/[email protected]":
2829+
version "5.16.0"
2830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
2831+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
28062832
dependencies:
28072833
"@types/json-schema" "^7.0.9"
2808-
"@typescript-eslint/scope-manager" "5.15.0"
2809-
"@typescript-eslint/types" "5.15.0"
2810-
"@typescript-eslint/typescript-estree" "5.15.0"
2834+
"@typescript-eslint/scope-manager" "5.16.0"
2835+
"@typescript-eslint/types" "5.16.0"
2836+
"@typescript-eslint/typescript-estree" "5.16.0"
28112837
eslint-scope "^5.1.1"
28122838
eslint-utils "^3.0.0"
28132839

@@ -2819,6 +2845,14 @@
28192845
"@typescript-eslint/types" "5.15.0"
28202846
eslint-visitor-keys "^3.0.0"
28212847

2848+
"@typescript-eslint/[email protected]":
2849+
version "5.16.0"
2850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
2851+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
2852+
dependencies:
2853+
"@typescript-eslint/types" "5.16.0"
2854+
eslint-visitor-keys "^3.0.0"
2855+
28222856
"@webassemblyjs/[email protected]":
28232857
version "1.9.0"
28242858
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)