Skip to content

Commit d4f3b9a

Browse files
chore(deps): bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 (#340)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.2 to 4.29.3. - [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.29.3/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dorian Maliszewski <[email protected]>
1 parent 2c01fea commit d4f3b9a

File tree

1 file changed

+46
-12
lines changed

1 file changed

+46
-12
lines changed

yarn.lock

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,27 +2622,27 @@
26222622
"@types/yargs-parser" "*"
26232623

26242624
"@typescript-eslint/eslint-plugin@^4.28.1":
2625-
version "4.29.2"
2626-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
2627-
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
2625+
version "4.29.3"
2626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
2627+
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
26282628
dependencies:
2629-
"@typescript-eslint/experimental-utils" "4.29.2"
2630-
"@typescript-eslint/scope-manager" "4.29.2"
2629+
"@typescript-eslint/experimental-utils" "4.29.3"
2630+
"@typescript-eslint/scope-manager" "4.29.3"
26312631
debug "^4.3.1"
26322632
functional-red-black-tree "^1.0.1"
26332633
regexpp "^3.1.0"
26342634
semver "^7.3.5"
26352635
tsutils "^3.21.0"
26362636

2637-
"@typescript-eslint/[email protected].2":
2638-
version "4.29.2"
2639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
2640-
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
2637+
"@typescript-eslint/[email protected].3":
2638+
version "4.29.3"
2639+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
2640+
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
26412641
dependencies:
26422642
"@types/json-schema" "^7.0.7"
2643-
"@typescript-eslint/scope-manager" "4.29.2"
2644-
"@typescript-eslint/types" "4.29.2"
2645-
"@typescript-eslint/typescript-estree" "4.29.2"
2643+
"@typescript-eslint/scope-manager" "4.29.3"
2644+
"@typescript-eslint/types" "4.29.3"
2645+
"@typescript-eslint/typescript-estree" "4.29.3"
26462646
eslint-scope "^5.1.1"
26472647
eslint-utils "^3.0.0"
26482648

@@ -2664,11 +2664,24 @@
26642664
"@typescript-eslint/types" "4.29.2"
26652665
"@typescript-eslint/visitor-keys" "4.29.2"
26662666

2667+
"@typescript-eslint/[email protected]":
2668+
version "4.29.3"
2669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
2670+
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
2671+
dependencies:
2672+
"@typescript-eslint/types" "4.29.3"
2673+
"@typescript-eslint/visitor-keys" "4.29.3"
2674+
26672675
"@typescript-eslint/[email protected]":
26682676
version "4.29.2"
26692677
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
26702678
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
26712679

2680+
"@typescript-eslint/[email protected]":
2681+
version "4.29.3"
2682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
2683+
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
2684+
26722685
"@typescript-eslint/[email protected]":
26732686
version "4.29.2"
26742687
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
@@ -2682,6 +2695,19 @@
26822695
semver "^7.3.5"
26832696
tsutils "^3.21.0"
26842697

2698+
"@typescript-eslint/[email protected]":
2699+
version "4.29.3"
2700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
2701+
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
2702+
dependencies:
2703+
"@typescript-eslint/types" "4.29.3"
2704+
"@typescript-eslint/visitor-keys" "4.29.3"
2705+
debug "^4.3.1"
2706+
globby "^11.0.3"
2707+
is-glob "^4.0.1"
2708+
semver "^7.3.5"
2709+
tsutils "^3.21.0"
2710+
26852711
"@typescript-eslint/[email protected]":
26862712
version "4.29.2"
26872713
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
@@ -2690,6 +2716,14 @@
26902716
"@typescript-eslint/types" "4.29.2"
26912717
eslint-visitor-keys "^2.0.0"
26922718

2719+
"@typescript-eslint/[email protected]":
2720+
version "4.29.3"
2721+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
2722+
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
2723+
dependencies:
2724+
"@typescript-eslint/types" "4.29.3"
2725+
eslint-visitor-keys "^2.0.0"
2726+
26932727
JSONStream@^1.0.4:
26942728
version "1.3.5"
26952729
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)