Skip to content

Commit 6fa3966

Browse files
Build(deps-dev): Bump @typescript-eslint/eslint-plugin (#12457)
1 parent 901c219 commit 6fa3966

File tree

2 files changed

+27
-53
lines changed

2 files changed

+27
-53
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@glimmer/reference": "0.84.0",
9999
"@types/estree": "0.0.51",
100100
"@types/jest": "27.4.1",
101-
"@typescript-eslint/eslint-plugin": "5.14.0",
101+
"@typescript-eslint/eslint-plugin": "5.15.0",
102102
"babel-jest": "27.5.1",
103103
"benchmark": "2.1.4",
104104
"browserslist-to-esbuild": "1.1.1",

yarn.lock

Lines changed: 26 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,61 +1710,43 @@
17101710
dependencies:
17111711
"@types/yargs-parser" "*"
17121712

1713-
"@typescript-eslint/eslint-plugin@5.14.0":
1714-
version "5.14.0"
1715-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.14.0.tgz#5119b67152356231a0e24b998035288a9cd21335"
1716-
integrity sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==
1717-
dependencies:
1718-
"@typescript-eslint/scope-manager" "5.14.0"
1719-
"@typescript-eslint/type-utils" "5.14.0"
1720-
"@typescript-eslint/utils" "5.14.0"
1713+
"@typescript-eslint/eslint-plugin@5.15.0":
1714+
version "5.15.0"
1715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
1716+
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
1717+
dependencies:
1718+
"@typescript-eslint/scope-manager" "5.15.0"
1719+
"@typescript-eslint/type-utils" "5.15.0"
1720+
"@typescript-eslint/utils" "5.15.0"
17211721
debug "^4.3.2"
17221722
functional-red-black-tree "^1.0.1"
17231723
ignore "^5.1.8"
17241724
regexpp "^3.2.0"
17251725
semver "^7.3.5"
17261726
tsutils "^3.21.0"
17271727

1728-
"@typescript-eslint/scope-manager@5.14.0":
1729-
version "5.14.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.14.0.tgz#ea518962b42db8ed0a55152ea959c218cb53ca7b"
1731-
integrity sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==
1728+
"@typescript-eslint/scope-manager@5.15.0":
1729+
version "5.15.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
1731+
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
17321732
dependencies:
1733-
"@typescript-eslint/types" "5.14.0"
1734-
"@typescript-eslint/visitor-keys" "5.14.0"
1733+
"@typescript-eslint/types" "5.15.0"
1734+
"@typescript-eslint/visitor-keys" "5.15.0"
17351735

1736-
"@typescript-eslint/type-utils@5.14.0":
1737-
version "5.14.0"
1738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.14.0.tgz#711f08105860b12988454e91df433567205a8f0b"
1739-
integrity sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==
1736+
"@typescript-eslint/type-utils@5.15.0":
1737+
version "5.15.0"
1738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
1739+
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
17401740
dependencies:
1741-
"@typescript-eslint/utils" "5.14.0"
1741+
"@typescript-eslint/utils" "5.15.0"
17421742
debug "^4.3.2"
17431743
tsutils "^3.21.0"
17441744

1745-
"@typescript-eslint/[email protected]":
1746-
version "5.14.0"
1747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
1748-
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
1749-
17501745
"@typescript-eslint/[email protected]":
17511746
version "5.15.0"
17521747
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
17531748
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
17541749

1755-
"@typescript-eslint/[email protected]":
1756-
version "5.14.0"
1757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314"
1758-
integrity sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==
1759-
dependencies:
1760-
"@typescript-eslint/types" "5.14.0"
1761-
"@typescript-eslint/visitor-keys" "5.14.0"
1762-
debug "^4.3.2"
1763-
globby "^11.0.4"
1764-
is-glob "^4.0.3"
1765-
semver "^7.3.5"
1766-
tsutils "^3.21.0"
1767-
17681750
"@typescript-eslint/[email protected]":
17691751
version "5.15.0"
17701752
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
@@ -1778,26 +1760,18 @@
17781760
semver "^7.3.5"
17791761
tsutils "^3.21.0"
17801762

1781-
"@typescript-eslint/utils@5.14.0", "@typescript-eslint/utils@^5.10.0":
1782-
version "5.14.0"
1783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4"
1784-
integrity sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==
1763+
"@typescript-eslint/utils@5.15.0", "@typescript-eslint/utils@^5.10.0":
1764+
version "5.15.0"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
1766+
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
17851767
dependencies:
17861768
"@types/json-schema" "^7.0.9"
1787-
"@typescript-eslint/scope-manager" "5.14.0"
1788-
"@typescript-eslint/types" "5.14.0"
1789-
"@typescript-eslint/typescript-estree" "5.14.0"
1769+
"@typescript-eslint/scope-manager" "5.15.0"
1770+
"@typescript-eslint/types" "5.15.0"
1771+
"@typescript-eslint/typescript-estree" "5.15.0"
17901772
eslint-scope "^5.1.1"
17911773
eslint-utils "^3.0.0"
17921774

1793-
"@typescript-eslint/[email protected]":
1794-
version "5.14.0"
1795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.14.0.tgz#1927005b3434ccd0d3ae1b2ecf60e65943c36986"
1796-
integrity sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==
1797-
dependencies:
1798-
"@typescript-eslint/types" "5.14.0"
1799-
eslint-visitor-keys "^3.0.0"
1800-
18011775
"@typescript-eslint/[email protected]":
18021776
version "5.15.0"
18031777
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"

0 commit comments

Comments
 (0)