From ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:44:05 -0500 Subject: [PATCH] chore: update dependency markdownlint to ^0.32.0 (#17783) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Percy Ma --- README.md | 22 +++++++++++----------- package.json | 2 +- tools/update-readme.js | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 99055456afe..227d40c7cc5 100644 --- a/README.md +++ b/README.md @@ -209,12 +209,12 @@ The people who manage releases, review feature requests, and meet regularly to e
-
+Nicholas C. Zakas's Avatar
Nicholas C. Zakas
-
+Milos Djermanovic's Avatar
Milos Djermanovic
@@ -225,12 +225,12 @@ The people who review and implement new features.
-
+唯然's Avatar
唯然
-
+Nitin Kumar's Avatar
Nitin Kumar
@@ -241,22 +241,22 @@ The people who review and fix bugs and help triage issues.
-
+Bryan Mishkin's Avatar
Bryan Mishkin
-
+Francesco Trotta's Avatar
Francesco Trotta
-
+Yosuke Ota's Avatar
Yosuke Ota
-
+Tanuj Kanti's Avatar
Tanuj Kanti
@@ -267,17 +267,17 @@ Team members who focus specifically on eslint.org
-
+Amaresh  S M's Avatar
Amaresh S M
-
+Strek's Avatar
Strek
-
+Percy Ma's Avatar
Percy Ma
diff --git a/package.json b/package.json index b818a1d0e41..be595d3c84c 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "load-perf": "^0.2.0", "markdown-it": "^12.2.0", "markdown-it-container": "^3.0.0", - "markdownlint": "^0.31.1", + "markdownlint": "^0.32.0", "markdownlint-cli": "^0.37.0", "marked": "^4.0.8", "memfs": "^3.0.1", diff --git a/tools/update-readme.js b/tools/update-readme.js index 4564df0b603..167db70b379 100644 --- a/tools/update-readme.js +++ b/tools/update-readme.js @@ -70,7 +70,7 @@ function formatTeamMembers(members) { ${ members.map((member, index) => `${(index + 1) % 9 === 0 ? "" : ""}`).join("")
-
+ ${member.name.trim()}'s Avatar
${member.name.trim()}