Skip to content

Commit f33518f

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3467)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.41.0 to 5.42.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.42.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 630bf69 commit f33518f

File tree

1 file changed

+59
-19
lines changed

1 file changed

+59
-19
lines changed

yarn.lock

Lines changed: 59 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,15 +2616,16 @@
26162616
rxjs "^6.4.0"
26172617

26182618
"@typescript-eslint/eslint-plugin@^5.22.0":
2619-
version "5.41.0"
2620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
2621-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
2619+
version "5.42.0"
2620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
2621+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
26222622
dependencies:
2623-
"@typescript-eslint/scope-manager" "5.41.0"
2624-
"@typescript-eslint/type-utils" "5.41.0"
2625-
"@typescript-eslint/utils" "5.41.0"
2623+
"@typescript-eslint/scope-manager" "5.42.0"
2624+
"@typescript-eslint/type-utils" "5.42.0"
2625+
"@typescript-eslint/utils" "5.42.0"
26262626
debug "^4.3.4"
26272627
ignore "^5.2.0"
2628+
natural-compare-lite "^1.4.0"
26282629
regexpp "^3.2.0"
26292630
semver "^7.3.7"
26302631
tsutils "^3.21.0"
@@ -2647,13 +2648,21 @@
26472648
"@typescript-eslint/types" "5.41.0"
26482649
"@typescript-eslint/visitor-keys" "5.41.0"
26492650

2650-
"@typescript-eslint/type-utils@5.41.0":
2651-
version "5.41.0"
2652-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
2653-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
2651+
"@typescript-eslint/scope-manager@5.42.0":
2652+
version "5.42.0"
2653+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
2654+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
26542655
dependencies:
2655-
"@typescript-eslint/typescript-estree" "5.41.0"
2656-
"@typescript-eslint/utils" "5.41.0"
2656+
"@typescript-eslint/types" "5.42.0"
2657+
"@typescript-eslint/visitor-keys" "5.42.0"
2658+
2659+
"@typescript-eslint/[email protected]":
2660+
version "5.42.0"
2661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
2662+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
2663+
dependencies:
2664+
"@typescript-eslint/typescript-estree" "5.42.0"
2665+
"@typescript-eslint/utils" "5.42.0"
26572666
debug "^4.3.4"
26582667
tsutils "^3.21.0"
26592668

@@ -2662,6 +2671,11 @@
26622671
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
26632672
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
26642673

2674+
"@typescript-eslint/[email protected]":
2675+
version "5.42.0"
2676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
2677+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
2678+
26652679
"@typescript-eslint/[email protected]":
26662680
version "5.41.0"
26672681
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
@@ -2675,16 +2689,29 @@
26752689
semver "^7.3.7"
26762690
tsutils "^3.21.0"
26772691

2678-
"@typescript-eslint/[email protected]":
2679-
version "5.41.0"
2680-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
2681-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
2692+
"@typescript-eslint/[email protected]":
2693+
version "5.42.0"
2694+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
2695+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
2696+
dependencies:
2697+
"@typescript-eslint/types" "5.42.0"
2698+
"@typescript-eslint/visitor-keys" "5.42.0"
2699+
debug "^4.3.4"
2700+
globby "^11.1.0"
2701+
is-glob "^4.0.3"
2702+
semver "^7.3.7"
2703+
tsutils "^3.21.0"
2704+
2705+
"@typescript-eslint/[email protected]":
2706+
version "5.42.0"
2707+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
2708+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
26822709
dependencies:
26832710
"@types/json-schema" "^7.0.9"
26842711
"@types/semver" "^7.3.12"
2685-
"@typescript-eslint/scope-manager" "5.41.0"
2686-
"@typescript-eslint/types" "5.41.0"
2687-
"@typescript-eslint/typescript-estree" "5.41.0"
2712+
"@typescript-eslint/scope-manager" "5.42.0"
2713+
"@typescript-eslint/types" "5.42.0"
2714+
"@typescript-eslint/typescript-estree" "5.42.0"
26882715
eslint-scope "^5.1.1"
26892716
eslint-utils "^3.0.0"
26902717
semver "^7.3.7"
@@ -2697,6 +2724,14 @@
26972724
"@typescript-eslint/types" "5.41.0"
26982725
eslint-visitor-keys "^3.3.0"
26992726

2727+
"@typescript-eslint/[email protected]":
2728+
version "5.42.0"
2729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
2730+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
2731+
dependencies:
2732+
"@typescript-eslint/types" "5.42.0"
2733+
eslint-visitor-keys "^3.3.0"
2734+
27002735
"@webassemblyjs/[email protected]":
27012736
version "1.11.1"
27022737
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -8617,6 +8652,11 @@ nanomatch@^1.2.9:
86178652
snapdragon "^0.8.1"
86188653
to-regex "^3.0.1"
86198654

8655+
natural-compare-lite@^1.4.0:
8656+
version "1.4.0"
8657+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
8658+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
8659+
86208660
natural-compare@^1.4.0:
86218661
version "1.4.0"
86228662
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)