Skip to content

Commit 4eef284

Browse files
Bump prettier-eslint from 16.3.0 to 16.3.2 in /demos/moderator (#1437)
Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.3.0 to 16.3.2. - [Release notes](https://github.com/prettier/prettier-eslint/releases) - [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint@v16.3.0...v16.3.2) --- updated-dependencies: - dependency-name: prettier-eslint dependency-version: 16.3.2 dependency-type: direct:development 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>
1 parent 7bce216 commit 4eef284

File tree

2 files changed

+76
-74
lines changed

2 files changed

+76
-74
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"parcel-bundler": "1.12.5",
4343
"postcss-modules": "3.2.2",
4444
"prettier": "3.5.3",
45-
"prettier-eslint": "16.3.0"
45+
"prettier-eslint": "16.3.2"
4646
},
4747
"snyk": true
4848
}

demos/moderator/yarn.lock

Lines changed: 75 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,10 @@
12351235
minimatch "^3.1.2"
12361236
strip-json-comments "^3.1.1"
12371237

1238-
"@eslint/[email protected].0":
1239-
version "8.57.0"
1240-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1241-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
1238+
"@eslint/[email protected].1":
1239+
version "8.57.1"
1240+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
1241+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
12421242

12431243
12441244
version "9.24.0"
@@ -1276,12 +1276,12 @@
12761276
"@humanfs/core" "^0.19.1"
12771277
"@humanwhocodes/retry" "^0.3.0"
12781278

1279-
"@humanwhocodes/config-array@^0.11.14":
1280-
version "0.11.14"
1281-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
1282-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
1279+
"@humanwhocodes/config-array@^0.13.0":
1280+
version "0.13.0"
1281+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1282+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
12831283
dependencies:
1284-
"@humanwhocodes/object-schema" "^2.0.2"
1284+
"@humanwhocodes/object-schema" "^2.0.3"
12851285
debug "^4.3.1"
12861286
minimatch "^3.0.5"
12871287

@@ -1290,10 +1290,10 @@
12901290
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
12911291
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
12921292

1293-
"@humanwhocodes/object-schema@^2.0.2":
1294-
version "2.0.2"
1295-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
1296-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
1293+
"@humanwhocodes/object-schema@^2.0.3":
1294+
version "2.0.3"
1295+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1296+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
12971297

12981298
"@humanwhocodes/retry@^0.3.0":
12991299
version "0.3.1"
@@ -2933,49 +2933,50 @@
29332933
dependencies:
29342934
"@types/yargs-parser" "*"
29352935

2936-
"@typescript-eslint/parser@^6.7.5":
2937-
version "6.7.5"
2938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
2939-
integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
2936+
"@typescript-eslint/parser@^6.21.0":
2937+
version "6.21.0"
2938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
2939+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
29402940
dependencies:
2941-
"@typescript-eslint/scope-manager" "6.7.5"
2942-
"@typescript-eslint/types" "6.7.5"
2943-
"@typescript-eslint/typescript-estree" "6.7.5"
2944-
"@typescript-eslint/visitor-keys" "6.7.5"
2941+
"@typescript-eslint/scope-manager" "6.21.0"
2942+
"@typescript-eslint/types" "6.21.0"
2943+
"@typescript-eslint/typescript-estree" "6.21.0"
2944+
"@typescript-eslint/visitor-keys" "6.21.0"
29452945
debug "^4.3.4"
29462946

2947-
"@typescript-eslint/scope-manager@6.7.5":
2948-
version "6.7.5"
2949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
2950-
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
2947+
"@typescript-eslint/scope-manager@6.21.0":
2948+
version "6.21.0"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
2950+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
29512951
dependencies:
2952-
"@typescript-eslint/types" "6.7.5"
2953-
"@typescript-eslint/visitor-keys" "6.7.5"
2952+
"@typescript-eslint/types" "6.21.0"
2953+
"@typescript-eslint/visitor-keys" "6.21.0"
29542954

2955-
"@typescript-eslint/types@6.7.5":
2956-
version "6.7.5"
2957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
2958-
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
2955+
"@typescript-eslint/types@6.21.0":
2956+
version "6.21.0"
2957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
2958+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
29592959

2960-
"@typescript-eslint/typescript-estree@6.7.5":
2961-
version "6.7.5"
2962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
2963-
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
2960+
"@typescript-eslint/typescript-estree@6.21.0":
2961+
version "6.21.0"
2962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
2963+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
29642964
dependencies:
2965-
"@typescript-eslint/types" "6.7.5"
2966-
"@typescript-eslint/visitor-keys" "6.7.5"
2965+
"@typescript-eslint/types" "6.21.0"
2966+
"@typescript-eslint/visitor-keys" "6.21.0"
29672967
debug "^4.3.4"
29682968
globby "^11.1.0"
29692969
is-glob "^4.0.3"
2970+
minimatch "9.0.3"
29702971
semver "^7.5.4"
29712972
ts-api-utils "^1.0.1"
29722973

2973-
"@typescript-eslint/visitor-keys@6.7.5":
2974-
version "6.7.5"
2975-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
2976-
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
2974+
"@typescript-eslint/visitor-keys@6.21.0":
2975+
version "6.21.0"
2976+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
2977+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
29772978
dependencies:
2978-
"@typescript-eslint/types" "6.7.5"
2979+
"@typescript-eslint/types" "6.21.0"
29792980
eslint-visitor-keys "^3.4.1"
29802981

29812982
"@ungap/structured-clone@^1.2.0":
@@ -4786,7 +4787,7 @@ common-ancestor-path@^1.0.1:
47864787
resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
47874788
integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
47884789

4789-
common-tags@^1.4.0:
4790+
common-tags@^1.8.2:
47904791
version "1.8.2"
47914792
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
47924793
integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==
@@ -5448,7 +5449,7 @@ dir-glob@^3.0.1:
54485449
dependencies:
54495450
path-type "^4.0.0"
54505451

5451-
dlv@^1.1.0:
5452+
dlv@^1.1.3:
54525453
version "1.1.3"
54535454
resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
54545455
integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
@@ -6284,16 +6285,16 @@ [email protected]:
62846285
natural-compare "^1.4.0"
62856286
optionator "^0.9.3"
62866287

6287-
eslint@^8.7.0:
6288-
version "8.57.0"
6289-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
6290-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
6288+
eslint@^8.57.1:
6289+
version "8.57.1"
6290+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
6291+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
62916292
dependencies:
62926293
"@eslint-community/eslint-utils" "^4.2.0"
62936294
"@eslint-community/regexpp" "^4.6.1"
62946295
"@eslint/eslintrc" "^2.1.4"
6295-
"@eslint/js" "8.57.0"
6296-
"@humanwhocodes/config-array" "^0.11.14"
6296+
"@eslint/js" "8.57.1"
6297+
"@humanwhocodes/config-array" "^0.13.0"
62976298
"@humanwhocodes/module-importer" "^1.0.1"
62986299
"@nodelib/fs.walk" "^1.2.8"
62996300
"@ungap/structured-clone" "^1.2.0"
@@ -9297,7 +9298,7 @@ lodash.memoize@^4.1.2:
92979298
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
92989299
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
92999300

9300-
lodash.merge@^4.6.0, lodash.merge@^4.6.2:
9301+
lodash.merge@^4.6.2:
93019302
version "4.6.2"
93029303
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
93039304
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -9633,6 +9634,13 @@ minimalistic-crypto-utils@^1.0.1:
96339634
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
96349635
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
96359636

9637+
9638+
version "9.0.3"
9639+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
9640+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
9641+
dependencies:
9642+
brace-expansion "^2.0.1"
9643+
96369644
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
96379645
version "3.1.2"
96389646
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11449,23 +11457,22 @@ prepend-http@^1.0.1:
1144911457
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
1145011458
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
1145111459

11452-
11453-
version "16.3.0"
11454-
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.3.0.tgz#8f7bbc863f35939948e386eafe72ffd653b2d80b"
11455-
integrity sha512-Lh102TIFCr11PJKUMQ2kwNmxGhTsv/KzUg9QYF2Gkw259g/kPgndZDWavk7/ycbRvj2oz4BPZ1gCU8bhfZH/Xg==
11460+
11461+
version "16.3.2"
11462+
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.3.2.tgz#6a396f4242f768c7b2fbc1094e55fd68237224f6"
11463+
integrity sha512-KwT/YWoJGbogsHLZ+Rji8ih6JaUqoA8Z4PAxomcVWhq3gYp5jXgSS/BzB3tm6lWS+Hd4VBF81jqMrdJhXKkhcg==
1145611464
dependencies:
11457-
"@typescript-eslint/parser" "^6.7.5"
11458-
common-tags "^1.4.0"
11459-
dlv "^1.1.0"
11460-
eslint "^8.7.0"
11465+
"@typescript-eslint/parser" "^6.21.0"
11466+
common-tags "^1.8.2"
11467+
dlv "^1.1.3"
11468+
eslint "^8.57.1"
1146111469
indent-string "^4.0.0"
11462-
lodash.merge "^4.6.0"
11470+
lodash.merge "^4.6.2"
1146311471
loglevel-colored-level-prefix "^1.0.0"
11464-
prettier "^3.0.1"
11472+
prettier "^3.5.3"
1146511473
pretty-format "^29.7.0"
1146611474
require-relative "^0.8.7"
11467-
typescript "^5.2.2"
11468-
vue-eslint-parser "^9.1.0"
11475+
vue-eslint-parser "^9.4.3"
1146911476

1147011477
prettier-linter-helpers@^1.0.0:
1147111478
version "1.0.0"
@@ -11474,7 +11481,7 @@ prettier-linter-helpers@^1.0.0:
1147411481
dependencies:
1147511482
fast-diff "^1.1.2"
1147611483

11477-
[email protected], prettier@^3.0.1:
11484+
[email protected], prettier@^3.5.3:
1147811485
version "3.5.3"
1147911486
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
1148011487
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
@@ -13671,11 +13678,6 @@ typedarray@^0.0.6:
1367113678
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1367213679
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1367313680

13674-
typescript@^5.2.2:
13675-
version "5.2.2"
13676-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
13677-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
13678-
1367913681
typpy@^2.0.0, typpy@^2.1.0, typpy@^2.2.0, typpy@^2.3.4:
1368013682
version "2.3.13"
1368113683
resolved "https://registry.yarnpkg.com/typpy/-/typpy-2.3.13.tgz#7e16a3aa83d7eecdfbd5ee615b9ffd785887ee7e"
@@ -14013,10 +14015,10 @@ vscode-uri@^3.0.3:
1401314015
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.6.tgz#5e6e2e1a4170543af30151b561a41f71db1d6f91"
1401414016
integrity sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==
1401514017

14016-
vue-eslint-parser@^9.1.0:
14017-
version "9.3.2"
14018-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.3.2.tgz#6f9638e55703f1c77875a19026347548d93fd499"
14019-
integrity sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==
14018+
vue-eslint-parser@^9.4.3:
14019+
version "9.4.3"
14020+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz#9b04b22c71401f1e8bca9be7c3e3416a4bde76a8"
14021+
integrity sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==
1402014022
dependencies:
1402114023
debug "^4.3.4"
1402214024
eslint-scope "^7.1.1"

0 commit comments

Comments
 (0)