From 41d0feb66c60093651f1dd3604153ea213e78a55 Mon Sep 17 00:00:00 2001 From: Ariful islam Date: Sun, 19 Sep 2021 17:32:19 -0700 Subject: [PATCH] feat: prepare ncu for new README format (#561) * feat: prepare ncu for new README format This accommodates both the current README format and the upcoming README format. Refs: https://github.com/nodejs/node/pull/40137 * fixup! feat: prepare ncu for new README format --- .eslintrc | 2 +- lib/collaborators.js | 2 +- test/fixtures/README/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc b/.eslintrc index 5941541..a2b6f88 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,7 +5,7 @@ "space-before-function-paren": ["error", "never"], "no-multi-spaces": ["error", { "ignoreEOLComments": true }], "camelcase": "off", - "max-len": [2, 80, 4, {"ignoreUrls": true}], + "max-len": [2, 80, 4, {"ignoreRegExpLiterals": true, "ignoreUrls": true}], "object-property-newline": "off" }, "env": { diff --git a/lib/collaborators.js b/lib/collaborators.js index e8c39b1..009d120 100644 --- a/lib/collaborators.js +++ b/lib/collaborators.js @@ -6,7 +6,7 @@ const TSC_TITLE = '### TSC (Technical Steering Committee)'; const TSCE_TITLE = '### TSC Emeriti'; const CL_TITLE = '### Collaborators'; const CLE_TITLE = '### Collaborator Emeriti'; -const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s\*\*(.+?)\*\* +<(.+?)>/mg; +const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s+\*\*(.+?)\*\* +(?:<|\\<)(.+?)(?:>|>)/mg; const TSC = 'TSC'; const COLLABORATOR = 'COLLABORATOR'; diff --git a/test/fixtures/README/README.md b/test/fixtures/README/README.md index 811ec29..8c4084c 100644 --- a/test/fixtures/README/README.md +++ b/test/fixtures/README/README.md @@ -235,7 +235,7 @@ For more information about the governance of the Node.js project, see ### TSC (Technical Steering Committee) * [bar](https://github.com/bar) - -**Bar User** <bar@example.com> (she/her) + **Bar User** \ (she/her) ### TSC emeriti @@ -245,7 +245,7 @@ For more information about the governance of the Node.js project, see ### Collaborators * [bar](https://github.com/bar) - -**Bar User** <bar@example.com> (she/her) + **Bar User** \ (she/her) * [Baz](https://github.com/Baz) - **Baz User** <baz@example.com> (he/him) * [foo](https://github.com/foo) -