Skip to content

Commit 9d381a6

Browse files
authored
Merge pull request #1193 from matteobruni/dependabot/npm_and_yarn/typescript-eslint/parser-6.16.0
build(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0
2 parents 8bccc2d + a9105cf commit 9d381a6

File tree

2 files changed

+52
-17
lines changed

2 files changed

+52
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@babel/core": "7.23.6",
5353
"@typescript-eslint/eslint-plugin": "6.15.0",
54-
"@typescript-eslint/parser": "6.15.0",
54+
"@typescript-eslint/parser": "6.16.0",
5555
"babel-loader": "9.1.3",
5656
"clean-css-cli": "5.6.3",
5757
"eslint": "8.56.0",

yarn.lock

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -503,15 +503,15 @@
503503
semver "^7.5.4"
504504
ts-api-utils "^1.0.1"
505505

506-
"@typescript-eslint/parser@6.15.0":
507-
version "6.15.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7"
509-
integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==
510-
dependencies:
511-
"@typescript-eslint/scope-manager" "6.15.0"
512-
"@typescript-eslint/types" "6.15.0"
513-
"@typescript-eslint/typescript-estree" "6.15.0"
514-
"@typescript-eslint/visitor-keys" "6.15.0"
506+
"@typescript-eslint/parser@6.16.0":
507+
version "6.16.0"
508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
509+
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
510+
dependencies:
511+
"@typescript-eslint/scope-manager" "6.16.0"
512+
"@typescript-eslint/types" "6.16.0"
513+
"@typescript-eslint/typescript-estree" "6.16.0"
514+
"@typescript-eslint/visitor-keys" "6.16.0"
515515
debug "^4.3.4"
516516

517517
"@typescript-eslint/[email protected]":
@@ -522,6 +522,14 @@
522522
"@typescript-eslint/types" "6.15.0"
523523
"@typescript-eslint/visitor-keys" "6.15.0"
524524

525+
"@typescript-eslint/[email protected]":
526+
version "6.16.0"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
528+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
529+
dependencies:
530+
"@typescript-eslint/types" "6.16.0"
531+
"@typescript-eslint/visitor-keys" "6.16.0"
532+
525533
"@typescript-eslint/[email protected]":
526534
version "6.15.0"
527535
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01"
@@ -537,6 +545,11 @@
537545
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5"
538546
integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==
539547

548+
"@typescript-eslint/[email protected]":
549+
version "6.16.0"
550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
551+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
552+
540553
"@typescript-eslint/[email protected]":
541554
version "6.15.0"
542555
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5"
@@ -550,6 +563,20 @@
550563
semver "^7.5.4"
551564
ts-api-utils "^1.0.1"
552565

566+
"@typescript-eslint/[email protected]":
567+
version "6.16.0"
568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
569+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
570+
dependencies:
571+
"@typescript-eslint/types" "6.16.0"
572+
"@typescript-eslint/visitor-keys" "6.16.0"
573+
debug "^4.3.4"
574+
globby "^11.1.0"
575+
is-glob "^4.0.3"
576+
minimatch "9.0.3"
577+
semver "^7.5.4"
578+
ts-api-utils "^1.0.1"
579+
553580
"@typescript-eslint/[email protected]":
554581
version "6.15.0"
555582
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c"
@@ -571,6 +598,14 @@
571598
"@typescript-eslint/types" "6.15.0"
572599
eslint-visitor-keys "^3.4.1"
573600

601+
"@typescript-eslint/[email protected]":
602+
version "6.16.0"
603+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
604+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
605+
dependencies:
606+
"@typescript-eslint/types" "6.16.0"
607+
eslint-visitor-keys "^3.4.1"
608+
574609
"@ungap/structured-clone@^1.2.0":
575610
version "1.2.0"
576611
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2224,20 +2259,20 @@ [email protected]:
22242259
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
22252260
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
22262261

2262+
[email protected], minimatch@^9.0.1:
2263+
version "9.0.3"
2264+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2265+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2266+
dependencies:
2267+
brace-expansion "^2.0.1"
2268+
22272269
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
22282270
version "3.1.2"
22292271
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
22302272
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
22312273
dependencies:
22322274
brace-expansion "^1.1.7"
22332275

2234-
minimatch@^9.0.1:
2235-
version "9.0.3"
2236-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2237-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2238-
dependencies:
2239-
brace-expansion "^2.0.1"
2240-
22412276
minimist@^1.2.5:
22422277
version "1.2.6"
22432278
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"

0 commit comments

Comments
 (0)