Skip to content

Commit f713a95

Browse files
authored
Merge pull request #1191 from matteobruni/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.16.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0
2 parents 8b17038 + 32260b2 commit f713a95

File tree

2 files changed

+22
-56
lines changed

2 files changed

+22
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {},
5151
"devDependencies": {
5252
"@babel/core": "7.23.6",
53-
"@typescript-eslint/eslint-plugin": "6.15.0",
53+
"@typescript-eslint/eslint-plugin": "6.16.0",
5454
"@typescript-eslint/parser": "6.16.0",
5555
"babel-loader": "9.1.3",
5656
"clean-css-cli": "5.6.3",

yarn.lock

Lines changed: 21 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -486,16 +486,16 @@
486486
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
487487
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
488488

489-
"@typescript-eslint/eslint-plugin@6.15.0":
490-
version "6.15.0"
491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.15.0.tgz#b0b3e15fa8c3e67ed4386b765cc0ba98ad3a303b"
492-
integrity sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==
489+
"@typescript-eslint/eslint-plugin@6.16.0":
490+
version "6.16.0"
491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
492+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
493493
dependencies:
494494
"@eslint-community/regexpp" "^4.5.1"
495-
"@typescript-eslint/scope-manager" "6.15.0"
496-
"@typescript-eslint/type-utils" "6.15.0"
497-
"@typescript-eslint/utils" "6.15.0"
498-
"@typescript-eslint/visitor-keys" "6.15.0"
495+
"@typescript-eslint/scope-manager" "6.16.0"
496+
"@typescript-eslint/type-utils" "6.16.0"
497+
"@typescript-eslint/utils" "6.16.0"
498+
"@typescript-eslint/visitor-keys" "6.16.0"
499499
debug "^4.3.4"
500500
graphemer "^1.4.0"
501501
ignore "^5.2.4"
@@ -514,14 +514,6 @@
514514
"@typescript-eslint/visitor-keys" "6.16.0"
515515
debug "^4.3.4"
516516

517-
"@typescript-eslint/[email protected]":
518-
version "6.15.0"
519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.15.0.tgz#40e5214a3e9e048aca55ce33381bc61b6b51c32a"
520-
integrity sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg==
521-
dependencies:
522-
"@typescript-eslint/types" "6.15.0"
523-
"@typescript-eslint/visitor-keys" "6.15.0"
524-
525517
"@typescript-eslint/[email protected]":
526518
version "6.16.0"
527519
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
@@ -530,39 +522,21 @@
530522
"@typescript-eslint/types" "6.16.0"
531523
"@typescript-eslint/visitor-keys" "6.16.0"
532524

533-
"@typescript-eslint/type-utils@6.15.0":
534-
version "6.15.0"
535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01"
536-
integrity sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==
525+
"@typescript-eslint/type-utils@6.16.0":
526+
version "6.16.0"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
528+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
537529
dependencies:
538-
"@typescript-eslint/typescript-estree" "6.15.0"
539-
"@typescript-eslint/utils" "6.15.0"
530+
"@typescript-eslint/typescript-estree" "6.16.0"
531+
"@typescript-eslint/utils" "6.16.0"
540532
debug "^4.3.4"
541533
ts-api-utils "^1.0.1"
542534

543-
"@typescript-eslint/[email protected]":
544-
version "6.15.0"
545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5"
546-
integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==
547-
548535
"@typescript-eslint/[email protected]":
549536
version "6.16.0"
550537
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
551538
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
552539

553-
"@typescript-eslint/[email protected]":
554-
version "6.15.0"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5"
556-
integrity sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew==
557-
dependencies:
558-
"@typescript-eslint/types" "6.15.0"
559-
"@typescript-eslint/visitor-keys" "6.15.0"
560-
debug "^4.3.4"
561-
globby "^11.1.0"
562-
is-glob "^4.0.3"
563-
semver "^7.5.4"
564-
ts-api-utils "^1.0.1"
565-
566540
"@typescript-eslint/[email protected]":
567541
version "6.16.0"
568542
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
@@ -577,27 +551,19 @@
577551
semver "^7.5.4"
578552
ts-api-utils "^1.0.1"
579553

580-
"@typescript-eslint/utils@6.15.0":
581-
version "6.15.0"
582-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c"
583-
integrity sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw==
554+
"@typescript-eslint/utils@6.16.0":
555+
version "6.16.0"
556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
557+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
584558
dependencies:
585559
"@eslint-community/eslint-utils" "^4.4.0"
586560
"@types/json-schema" "^7.0.12"
587561
"@types/semver" "^7.5.0"
588-
"@typescript-eslint/scope-manager" "6.15.0"
589-
"@typescript-eslint/types" "6.15.0"
590-
"@typescript-eslint/typescript-estree" "6.15.0"
562+
"@typescript-eslint/scope-manager" "6.16.0"
563+
"@typescript-eslint/types" "6.16.0"
564+
"@typescript-eslint/typescript-estree" "6.16.0"
591565
semver "^7.5.4"
592566

593-
"@typescript-eslint/[email protected]":
594-
version "6.15.0"
595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.15.0.tgz#5baf97a7bfeec6f4894d400437055155a46b2330"
596-
integrity sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w==
597-
dependencies:
598-
"@typescript-eslint/types" "6.15.0"
599-
eslint-visitor-keys "^3.4.1"
600-
601567
"@typescript-eslint/[email protected]":
602568
version "6.16.0"
603569
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"

0 commit comments

Comments
 (0)