Skip to content

Commit 9f9e4f2

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update eslint dependencies to v5.30.6 (angular#46794)
See associated pull request for more information. PR Close angular#46794
1 parent 5ba7503 commit 9f9e4f2

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

aio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
"@types/node": "^12.7.9",
120120
"@types/trusted-types": "^2.0.2",
121121
"@types/xregexp": "^4.3.0",
122-
"@typescript-eslint/eslint-plugin": "5.30.5",
123-
"@typescript-eslint/parser": "5.30.5",
122+
"@typescript-eslint/eslint-plugin": "5.30.6",
123+
"@typescript-eslint/parser": "5.30.6",
124124
"@yarnpkg/lockfile": "^1.1.0",
125125
"archiver": "^5.3.0",
126126
"assert": "^2.0.0",

aio/yarn.lock

+48-48
Original file line numberDiff line numberDiff line change
@@ -2538,29 +2538,29 @@
25382538
dependencies:
25392539
"@types/node" "*"
25402540

2541-
"@typescript-eslint/[email protected].5":
2542-
version "5.30.5"
2543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.5.tgz#e9a0afd6eb3b1d663db91cf1e7bc7584d394503d"
2544-
integrity sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==
2545-
dependencies:
2546-
"@typescript-eslint/scope-manager" "5.30.5"
2547-
"@typescript-eslint/type-utils" "5.30.5"
2548-
"@typescript-eslint/utils" "5.30.5"
2541+
"@typescript-eslint/[email protected].6":
2542+
version "5.30.6"
2543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz#9c6017b6c1d04894141b4a87816388967f64c359"
2544+
integrity sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==
2545+
dependencies:
2546+
"@typescript-eslint/scope-manager" "5.30.6"
2547+
"@typescript-eslint/type-utils" "5.30.6"
2548+
"@typescript-eslint/utils" "5.30.6"
25492549
debug "^4.3.4"
25502550
functional-red-black-tree "^1.0.1"
25512551
ignore "^5.2.0"
25522552
regexpp "^3.2.0"
25532553
semver "^7.3.7"
25542554
tsutils "^3.21.0"
25552555

2556-
"@typescript-eslint/[email protected].5":
2557-
version "5.30.5"
2558-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.5.tgz#f667c34e4e4c299d98281246c9b1e68c03a92522"
2559-
integrity sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==
2556+
"@typescript-eslint/[email protected].6":
2557+
version "5.30.6"
2558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
2559+
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
25602560
dependencies:
2561-
"@typescript-eslint/scope-manager" "5.30.5"
2562-
"@typescript-eslint/types" "5.30.5"
2563-
"@typescript-eslint/typescript-estree" "5.30.5"
2561+
"@typescript-eslint/scope-manager" "5.30.6"
2562+
"@typescript-eslint/types" "5.30.6"
2563+
"@typescript-eslint/typescript-estree" "5.30.6"
25642564
debug "^4.3.4"
25652565

25662566
"@typescript-eslint/[email protected]":
@@ -2571,20 +2571,20 @@
25712571
"@typescript-eslint/types" "5.29.0"
25722572
"@typescript-eslint/visitor-keys" "5.29.0"
25732573

2574-
"@typescript-eslint/[email protected].5":
2575-
version "5.30.5"
2576-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.5.tgz#7f90b9d6800552c856a5f3644f5e55dd1469d964"
2577-
integrity sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==
2574+
"@typescript-eslint/[email protected].6":
2575+
version "5.30.6"
2576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"
2577+
integrity sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==
25782578
dependencies:
2579-
"@typescript-eslint/types" "5.30.5"
2580-
"@typescript-eslint/visitor-keys" "5.30.5"
2579+
"@typescript-eslint/types" "5.30.6"
2580+
"@typescript-eslint/visitor-keys" "5.30.6"
25812581

2582-
"@typescript-eslint/[email protected].5":
2583-
version "5.30.5"
2584-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.5.tgz#7a9656f360b4b1daea635c4621dab053d08bf8a9"
2585-
integrity sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==
2582+
"@typescript-eslint/[email protected].6":
2583+
version "5.30.6"
2584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
2585+
integrity sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==
25862586
dependencies:
2587-
"@typescript-eslint/utils" "5.30.5"
2587+
"@typescript-eslint/utils" "5.30.6"
25882588
debug "^4.3.4"
25892589
tsutils "^3.21.0"
25902590

@@ -2593,10 +2593,10 @@
25932593
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
25942594
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
25952595

2596-
"@typescript-eslint/[email protected].5":
2597-
version "5.30.5"
2598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
2599-
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
2596+
"@typescript-eslint/[email protected].6":
2597+
version "5.30.6"
2598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
2599+
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
26002600

26012601
"@typescript-eslint/[email protected]":
26022602
version "5.29.0"
@@ -2611,13 +2611,13 @@
26112611
semver "^7.3.7"
26122612
tsutils "^3.21.0"
26132613

2614-
"@typescript-eslint/[email protected].5":
2615-
version "5.30.5"
2616-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
2617-
integrity sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==
2614+
"@typescript-eslint/[email protected].6":
2615+
version "5.30.6"
2616+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
2617+
integrity sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==
26182618
dependencies:
2619-
"@typescript-eslint/types" "5.30.5"
2620-
"@typescript-eslint/visitor-keys" "5.30.5"
2619+
"@typescript-eslint/types" "5.30.6"
2620+
"@typescript-eslint/visitor-keys" "5.30.6"
26212621
debug "^4.3.4"
26222622
globby "^11.1.0"
26232623
is-glob "^4.0.3"
@@ -2636,15 +2636,15 @@
26362636
eslint-scope "^5.1.1"
26372637
eslint-utils "^3.0.0"
26382638

2639-
"@typescript-eslint/[email protected].5":
2640-
version "5.30.5"
2641-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.5.tgz#3999cbd06baad31b9e60d084f20714d1b2776765"
2642-
integrity sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==
2639+
"@typescript-eslint/[email protected].6":
2640+
version "5.30.6"
2641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
2642+
integrity sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==
26432643
dependencies:
26442644
"@types/json-schema" "^7.0.9"
2645-
"@typescript-eslint/scope-manager" "5.30.5"
2646-
"@typescript-eslint/types" "5.30.5"
2647-
"@typescript-eslint/typescript-estree" "5.30.5"
2645+
"@typescript-eslint/scope-manager" "5.30.6"
2646+
"@typescript-eslint/types" "5.30.6"
2647+
"@typescript-eslint/typescript-estree" "5.30.6"
26482648
eslint-scope "^5.1.1"
26492649
eslint-utils "^3.0.0"
26502650

@@ -2656,12 +2656,12 @@
26562656
"@typescript-eslint/types" "5.29.0"
26572657
eslint-visitor-keys "^3.3.0"
26582658

2659-
"@typescript-eslint/[email protected].5":
2660-
version "5.30.5"
2661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.5.tgz#d4bb969202019d5d5d849a0aaedc7370cc044b14"
2662-
integrity sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==
2659+
"@typescript-eslint/[email protected].6":
2660+
version "5.30.6"
2661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"
2662+
integrity sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==
26632663
dependencies:
2664-
"@typescript-eslint/types" "5.30.5"
2664+
"@typescript-eslint/types" "5.30.6"
26652665
eslint-visitor-keys "^3.3.0"
26662666

26672667
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)