Skip to content

Commit 56935e0

Browse files
Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.33.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.1 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.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] <support@github.com>
1 parent 5e5b11c commit 56935e0

2 files changed

Lines changed: 53 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tsconfig/ember": "^1.0.1",
6363
"@types/jquery": "^3.5.14",
6464
"@types/rsvp": "^4.0.4",
65-
"@typescript-eslint/eslint-plugin": "^4.29.0",
65+
"@typescript-eslint/eslint-plugin": "^4.33.0",
6666
"@typescript-eslint/parser": "^4.29.0",
6767
"broccoli-babel-preset-typescript": "^1.0.1",
6868
"broccoli-merge-trees": "^4.2.0",

yarn.lock

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,28 +1702,29 @@
17021702
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
17031703
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
17041704

1705-
"@typescript-eslint/eslint-plugin@^4.29.0":
1706-
version "4.29.1"
1707-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
1708-
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
1705+
"@typescript-eslint/eslint-plugin@^4.33.0":
1706+
version "4.33.0"
1707+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1708+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
17091709
dependencies:
1710-
"@typescript-eslint/experimental-utils" "4.29.1"
1711-
"@typescript-eslint/scope-manager" "4.29.1"
1710+
"@typescript-eslint/experimental-utils" "4.33.0"
1711+
"@typescript-eslint/scope-manager" "4.33.0"
17121712
debug "^4.3.1"
17131713
functional-red-black-tree "^1.0.1"
1714+
ignore "^5.1.8"
17141715
regexpp "^3.1.0"
17151716
semver "^7.3.5"
17161717
tsutils "^3.21.0"
17171718

1718-
"@typescript-eslint/experimental-utils@4.29.1":
1719-
version "4.29.1"
1720-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
1721-
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
1719+
"@typescript-eslint/experimental-utils@4.33.0":
1720+
version "4.33.0"
1721+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1722+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
17221723
dependencies:
17231724
"@types/json-schema" "^7.0.7"
1724-
"@typescript-eslint/scope-manager" "4.29.1"
1725-
"@typescript-eslint/types" "4.29.1"
1726-
"@typescript-eslint/typescript-estree" "4.29.1"
1725+
"@typescript-eslint/scope-manager" "4.33.0"
1726+
"@typescript-eslint/types" "4.33.0"
1727+
"@typescript-eslint/typescript-estree" "4.33.0"
17271728
eslint-scope "^5.1.1"
17281729
eslint-utils "^3.0.0"
17291730

@@ -1745,11 +1746,24 @@
17451746
"@typescript-eslint/types" "4.29.1"
17461747
"@typescript-eslint/visitor-keys" "4.29.1"
17471748

1749+
"@typescript-eslint/scope-manager@4.33.0":
1750+
version "4.33.0"
1751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1752+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1753+
dependencies:
1754+
"@typescript-eslint/types" "4.33.0"
1755+
"@typescript-eslint/visitor-keys" "4.33.0"
1756+
17481757
"@typescript-eslint/types@4.29.1":
17491758
version "4.29.1"
17501759
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
17511760
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
17521761

1762+
"@typescript-eslint/types@4.33.0":
1763+
version "4.33.0"
1764+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1765+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1766+
17531767
"@typescript-eslint/typescript-estree@4.29.1":
17541768
version "4.29.1"
17551769
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
@@ -1763,6 +1777,19 @@
17631777
semver "^7.3.5"
17641778
tsutils "^3.21.0"
17651779

1780+
"@typescript-eslint/typescript-estree@4.33.0":
1781+
version "4.33.0"
1782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1783+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1784+
dependencies:
1785+
"@typescript-eslint/types" "4.33.0"
1786+
"@typescript-eslint/visitor-keys" "4.33.0"
1787+
debug "^4.3.1"
1788+
globby "^11.0.3"
1789+
is-glob "^4.0.1"
1790+
semver "^7.3.5"
1791+
tsutils "^3.21.0"
1792+
17661793
"@typescript-eslint/visitor-keys@4.29.1":
17671794
version "4.29.1"
17681795
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
@@ -1771,6 +1798,14 @@
17711798
"@typescript-eslint/types" "4.29.1"
17721799
eslint-visitor-keys "^2.0.0"
17731800

1801+
"@typescript-eslint/visitor-keys@4.33.0":
1802+
version "4.33.0"
1803+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1804+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1805+
dependencies:
1806+
"@typescript-eslint/types" "4.33.0"
1807+
eslint-visitor-keys "^2.0.0"
1808+
17741809
"@vue/compiler-core@3.2.2":
17751810
version "3.2.2"
17761811
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.2.tgz#8d3e29f129579ed9b14f48af735fd8d95f248504"
@@ -7496,10 +7531,10 @@ ignore@^4.0.6:
74967531
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
74977532
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
74987533

7499-
ignore@^5.1.1, ignore@^5.1.4:
7500-
version "5.1.8"
7501-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
7502-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
7534+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
7535+
version "5.2.1"
7536+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.1.tgz#c2b1f76cb999ede1502f3a226a9310fdfe88d46c"
7537+
integrity sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==
75037538

75047539
import-cwd@3.0.0:
75057540
version "3.0.0"

0 commit comments

Comments
 (0)