From 45bf2169fa7a792ecfebf26bf82006755e6054cf Mon Sep 17 00:00:00 2001 From: Ed S Date: Mon, 3 Jun 2024 17:52:57 +0100 Subject: [PATCH] Update CHANGELOG.md, and add a .mailmap for the future "Ed S" -> "Ed Sanders" for consistency --- .mailmap | 6 ++++++ CHANGELOG.md | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..5e7b716 --- /dev/null +++ b/.mailmap @@ -0,0 +1,6 @@ +Ed Sanders +James D. Forrester +Petr Pchelko +Petr Pchelko +Timo Tijhof +Timo Tijhof diff --git a/CHANGELOG.md b/CHANGELOG.md index de5d014..f22146d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ — - common: Disable regex security checks (Ed Sanders) - language: Move es-x/no-resizable-and-growable-arraybuffers to rules-es5 (Ed Sanders) -- language: Prefer arrow callbacks in ES6 (Ed S) +- language: Prefer arrow callbacks in ES6 (Ed Sanders) - jquery: Enable no-extend (allowDeep: true) (Ed Sanders) — @@ -33,9 +33,9 @@ * client/common: Disable es-x/no-resizable-and-growable-arraybuffers, too many false positives (James D. Forrester) — -* jsdoc: Update eslint-plugin-jsdoc to 46.9.0 (#537) (Ed S) -* node: Update eslint-plugin-n to 16.3.1 (#543) (Ed S) -* common: Update eslint-plugin-unicorn to 49.0.0 (#544) (Ed S) +* jsdoc: Update eslint-plugin-jsdoc to 46.9.0 (#537) (Ed Sanders) +* node: Update eslint-plugin-n to 16.3.1 (#543) (Ed Sanders) +* common: Update eslint-plugin-unicorn to 49.0.0 (#544) (Ed Sanders) * Raise browserslist-config-wikimedia dependency from ^0.5.1 to ^0.6.1 (#559) (James D. Forrester) * mediawiki: Upgrade eslint-plugin-mediawiki to v0.6.0 (#560) (James D. Forrester) * mocha: Upgrade eslint-plugin-mocha to 10.4.1 (James D. Forrester)