Skip to content

Commit 73f4f02

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.12.1 to 5.13.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.13.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]>
1 parent 49d5114 commit 73f4f02

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.12.1",
53+
"@typescript-eslint/eslint-plugin": "^5.13.0",
5454
"@typescript-eslint/parser": "^5.12.1",
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
@@ -2678,14 +2678,14 @@
26782678
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.8.tgz#c3825047efbca1295b7f1646f38203d9145130d6"
26792679
integrity sha512-zqqcGKyNWgTLFBxmaexGUKQyWqeG7HjXj20EuQJSJWwXe54BjX0ihIo5cJB9yAQzH8dNugJ9GvkBYMjPXs/PJw==
26802680

2681-
"@typescript-eslint/eslint-plugin@^5.12.1":
2682-
version "5.12.1"
2683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
2684-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
2685-
dependencies:
2686-
"@typescript-eslint/scope-manager" "5.12.1"
2687-
"@typescript-eslint/type-utils" "5.12.1"
2688-
"@typescript-eslint/utils" "5.12.1"
2681+
"@typescript-eslint/eslint-plugin@^5.13.0":
2682+
version "5.13.0"
2683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
2684+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
2685+
dependencies:
2686+
"@typescript-eslint/scope-manager" "5.13.0"
2687+
"@typescript-eslint/type-utils" "5.13.0"
2688+
"@typescript-eslint/utils" "5.13.0"
26892689
debug "^4.3.2"
26902690
functional-red-black-tree "^1.0.1"
26912691
ignore "^5.1.8"
@@ -2711,12 +2711,20 @@
27112711
"@typescript-eslint/types" "5.12.1"
27122712
"@typescript-eslint/visitor-keys" "5.12.1"
27132713

2714-
"@typescript-eslint/[email protected]":
2715-
version "5.12.1"
2716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
2717-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
2714+
"@typescript-eslint/[email protected]":
2715+
version "5.13.0"
2716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
2717+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
2718+
dependencies:
2719+
"@typescript-eslint/types" "5.13.0"
2720+
"@typescript-eslint/visitor-keys" "5.13.0"
2721+
2722+
"@typescript-eslint/[email protected]":
2723+
version "5.13.0"
2724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
2725+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
27182726
dependencies:
2719-
"@typescript-eslint/utils" "5.12.1"
2727+
"@typescript-eslint/utils" "5.13.0"
27202728
debug "^4.3.2"
27212729
tsutils "^3.21.0"
27222730

@@ -2725,6 +2733,11 @@
27252733
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
27262734
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
27272735

2736+
"@typescript-eslint/[email protected]":
2737+
version "5.13.0"
2738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
2739+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
2740+
27282741
"@typescript-eslint/[email protected]":
27292742
version "5.12.1"
27302743
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
@@ -2738,15 +2751,28 @@
27382751
semver "^7.3.5"
27392752
tsutils "^3.21.0"
27402753

2741-
"@typescript-eslint/[email protected]":
2742-
version "5.12.1"
2743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
2744-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
2754+
"@typescript-eslint/[email protected]":
2755+
version "5.13.0"
2756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
2757+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
2758+
dependencies:
2759+
"@typescript-eslint/types" "5.13.0"
2760+
"@typescript-eslint/visitor-keys" "5.13.0"
2761+
debug "^4.3.2"
2762+
globby "^11.0.4"
2763+
is-glob "^4.0.3"
2764+
semver "^7.3.5"
2765+
tsutils "^3.21.0"
2766+
2767+
"@typescript-eslint/[email protected]":
2768+
version "5.13.0"
2769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
2770+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
27452771
dependencies:
27462772
"@types/json-schema" "^7.0.9"
2747-
"@typescript-eslint/scope-manager" "5.12.1"
2748-
"@typescript-eslint/types" "5.12.1"
2749-
"@typescript-eslint/typescript-estree" "5.12.1"
2773+
"@typescript-eslint/scope-manager" "5.13.0"
2774+
"@typescript-eslint/types" "5.13.0"
2775+
"@typescript-eslint/typescript-estree" "5.13.0"
27502776
eslint-scope "^5.1.1"
27512777
eslint-utils "^3.0.0"
27522778

@@ -2758,6 +2784,14 @@
27582784
"@typescript-eslint/types" "5.12.1"
27592785
eslint-visitor-keys "^3.0.0"
27602786

2787+
"@typescript-eslint/[email protected]":
2788+
version "5.13.0"
2789+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
2790+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
2791+
dependencies:
2792+
"@typescript-eslint/types" "5.13.0"
2793+
eslint-visitor-keys "^3.0.0"
2794+
27612795
"@webassemblyjs/[email protected]":
27622796
version "1.9.0"
27632797
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)