From d1aae121f40e6d69c5e9e8d8af72a06e8ca63ae9 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 5 Mar 2026 21:04:15 -0700 Subject: [PATCH] chore(main): release all-contributors-cli 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 298 ++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 302 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d9a80f4..aeda91d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.26.1" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d8e90c43 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,298 @@ +# Changelog + +## [7.0.0](https://github.com/all-contributors/cli/compare/all-contributors-cli-v6.26.1...all-contributors-cli-v7.0.0) (2026-03-06) + + +### โš  BREAKING CHANGES + +* Drop support for Node < v4. This uses native Promises available from Node v4. + +### ๐Ÿš€ New Features + +* adapt to rst ([#301](https://github.com/all-contributors/cli/issues/301)) ([7a9150f](https://github.com/all-contributors/cli/commit/7a9150fa526e4776b7e76fd9931e717eea1df843)) +* Add `width` and `valign` attributes for cleaner <td> ([#344](https://github.com/all-contributors/cli/issues/344)) ([554667b](https://github.com/all-contributors/cli/commit/554667bfdd323c79b75e835ac2edd3f371d8945f)) +* add `wrapperTemplate` option ([#348](https://github.com/all-contributors/cli/issues/348)) ([2c07af8](https://github.com/all-contributors/cli/commit/2c07af8c69e636cf09d9975af76e7756ae7bae41)) +* add a11y contribution type ([#223](https://github.com/all-contributors/cli/issues/223)) ([f38e0c8](https://github.com/all-contributors/cli/commit/f38e0c8e87dc199e47bafdd60c2d549366958b18)) +* add alt text to emoji ([#42](https://github.com/all-contributors/cli/issues/42)) ([f99b470](https://github.com/all-contributors/cli/commit/f99b4701d3b2d5d6707dec52248601db42d3709d)) +* Add check command that compares GitHub contributors with credited ones ([#58](https://github.com/all-contributors/cli/issues/58)) ([88c7a29](https://github.com/all-contributors/cli/commit/88c7a296819ddfabb7e2a307e3263a6e45b46f12)) +* add clarity to CLI prompt for where repository is hosted ([#103](https://github.com/all-contributors/cli/issues/103)) ([d2ce3be](https://github.com/all-contributors/cli/commit/d2ce3bea26e9cf5a9bd04298e593d7a98fc0064b)) +* add contribution type `promotion` ([#339](https://github.com/all-contributors/cli/issues/339)) ([8fc7c7e](https://github.com/all-contributors/cli/commit/8fc7c7e689878f0fefe3c276e873a9247c5f6b1d)) +* add footer with link to usage ([#163](https://github.com/all-contributors/cli/issues/163)) ([b41e668](https://github.com/all-contributors/cli/commit/b41e668fe40db14e1b8b9b1b74f5f661f82f2f38)) +* Add gitmoji option to commitConventions ([#205](https://github.com/all-contributors/cli/issues/205)) ([06bbb6e](https://github.com/all-contributors/cli/commit/06bbb6ed78fb6e8cac071e6f362bc8620b11ab24)) +* add init content api for node api ([#144](https://github.com/all-contributors/cli/issues/144)) ([f551d8b](https://github.com/all-contributors/cli/commit/f551d8b87e66dacf58813bc50c37a54a7384d40a)) +* add namespaced token ([#296](https://github.com/all-contributors/cli/issues/296)) ([a8227af](https://github.com/all-contributors/cli/commit/a8227af31c22577f434a42fcf8d81dbc01eaf822)) +* add new types ([#127](https://github.com/all-contributors/cli/issues/127)) ([89bac0f](https://github.com/all-contributors/cli/commit/89bac0f1444f15f6d1ecfeba063646bd95440cf8)) +* add node api for AllContributors GitHub bot ([#135](https://github.com/all-contributors/cli/issues/135)) ([8aa15c9](https://github.com/all-contributors/cli/commit/8aa15c9ed8e9e0f0200144097d0c502a7a27029e)) +* add prettier-ignore to output ([#74](https://github.com/all-contributors/cli/issues/74)) ([ba248a9](https://github.com/all-contributors/cli/commit/ba248a99d8f2dd55dfe9c67f75016b839477a12c)) +* add review links ([#213](https://github.com/all-contributors/cli/issues/213)) ([deee5d0](https://github.com/all-contributors/cli/commit/deee5d0a01b9a693ade02790688a3ec17a0e72d8)) +* add support for GitLab repositories ([#84](https://github.com/all-contributors/cli/issues/84)) ([152a1fe](https://github.com/all-contributors/cli/commit/152a1fe30a443ec5689ee0626e70a33571f06ce2)) +* add version option ([#66](https://github.com/all-contributors/cli/issues/66)) ([9f72f9a](https://github.com/all-contributors/cli/commit/9f72f9aabcf9896c262e1ef40041a755d7668e2f)), closes [#65](https://github.com/all-contributors/cli/issues/65) +* added a JSON handler/fixer ([#165](https://github.com/all-contributors/cli/issues/165)) ([ebff1e8](https://github.com/all-contributors/cli/commit/ebff1e8b88cb4bb21c2d69258f2850e3850ab88d)) +* adds ability to remove contribution types when editing existing user ([#94](https://github.com/all-contributors/cli/issues/94)) ([2c9f476](https://github.com/all-contributors/cli/commit/2c9f47629b641ba86b5865f7f1fe20aa42e954fe)) +* adds helpful error message when files is overridden or empty ([#96](https://github.com/all-contributors/cli/issues/96)) ([3f2ae00](https://github.com/all-contributors/cli/commit/3f2ae00cbc0ce3d88e56eea85f384676cf9feec4)) +* **alpha-sort:** Add a parameter contributorsSortAlphabetically ([#249](https://github.com/all-contributors/cli/issues/249)) ([b3d0995](https://github.com/all-contributors/cli/commit/b3d0995a65c2cca9c0132f14034123cbae93b2ff)) +* commit conventions awareness ([#159](https://github.com/all-contributors/cli/issues/159)) ([2376ada](https://github.com/all-contributors/cli/commit/2376ada660965e576fb81e788071ee32b7309947)) +* **contribution-type:** added maintenance type ([#142](https://github.com/all-contributors/cli/issues/142)) ([292d400](https://github.com/all-contributors/cli/commit/292d4004ee7113244b41c685c22bfb8e4012c3e4)) +* **contribution-types:** add missing contribution types ([#261](https://github.com/all-contributors/cli/issues/261)) ([bcc0d99](https://github.com/all-contributors/cli/commit/bcc0d99fd04a6be3424a158455688d83428e5791)) +* **contribution-types:** add research contribution type ([#291](https://github.com/all-contributors/cli/issues/291)) ([f9f2866](https://github.com/all-contributors/cli/commit/f9f2866bbb47b7673194ecd8ffbcaecfbebc0bcc)) +* **contribution-types:** added "Data" contribution ([#231](https://github.com/all-contributors/cli/issues/231)) ([0993a90](https://github.com/all-contributors/cli/commit/0993a90a57ece7dea182d3e1876ad9296f41c212)) +* **contribution-types:** added `business` and `content` ([#156](https://github.com/all-contributors/cli/issues/156)) ([48fecd3](https://github.com/all-contributors/cli/commit/48fecd3ca779d44558000a4085dc36897fdc3ca8)) +* **contribution-types:** added Project Management ([#176](https://github.com/all-contributors/cli/issues/176)) ([925cde7](https://github.com/all-contributors/cli/commit/925cde79921e83ac0ebda4254ad33b712a6a6673)) +* **contribution-types:** adds mentoring ([#274](https://github.com/all-contributors/cli/issues/274)) ([3bb4a03](https://github.com/all-contributors/cli/commit/3bb4a030085b730d2cf4684bd74063cb1eeb50db)) +* display a meaningful error when the config file is missing ([#288](https://github.com/all-contributors/cli/issues/288)) ([d517440](https://github.com/all-contributors/cli/commit/d517440203cca343e3d3c8fcae118bf06d0d3225)) +* **format-contributor:** added `alt` attributes ([#138](https://github.com/all-contributors/cli/issues/138)) ([87ce8bb](https://github.com/all-contributors/cli/commit/87ce8bb8a7249dfe717b59d41b4ba83d6bb7ea31)) +* init with all-contributors emoji โœจ ([#136](https://github.com/all-contributors/cli/issues/136)) ([354b511](https://github.com/all-contributors/cli/commit/354b5111d4b3a0c3e3ab5603711d81c4abbcf20b)) +* **init:** creates the contributor file if not found ([#158](https://github.com/all-contributors/cli/issues/158)) ([febecff](https://github.com/all-contributors/cli/commit/febecff496aa8d6cbbae3dedf622c45a44696a38)) +* Make markdownlint ignore generated contributors table ([#194](https://github.com/all-contributors/cli/issues/194)) ([42bc241](https://github.com/all-contributors/cli/commit/42bc241ba16685f71738a6dc5142874798e9b363)) +* Pretty-print the generagted HTML table ([#190](https://github.com/all-contributors/cli/issues/190)) ([68166ec](https://github.com/all-contributors/cli/commit/68166eca69d1d6e5685aa956d11240b87c7cbca0)) +* reorder contributions keys ([#50](https://github.com/all-contributors/cli/issues/50)) ([ce90946](https://github.com/all-contributors/cli/commit/ce909467e6a770711205845107588b5134f06bb6)) +* **repo:** github profile url should be valid ([#268](https://github.com/all-contributors/cli/issues/268)) ([b77f86b](https://github.com/all-contributors/cli/commit/b77f86bf7f71936475b344867d61010bca1f1c97)) +* Reselect existing contributions when updating a user ([5b63584](https://github.com/all-contributors/cli/commit/5b6358425feecb686d47997724b62d006fcb3871)) +* semantic-release ([#28](https://github.com/all-contributors/cli/issues/28)) ([4860f38](https://github.com/all-contributors/cli/commit/4860f385dca12c95f5d79b7a2827913163a1182a)) +* suggest matching commands if the user mistypes :construction: ([#181](https://github.com/all-contributors/cli/issues/181)) ([9aa7948](https://github.com/all-contributors/cli/commit/9aa79485c211dfcef4a028b34125ee85d2493fb4)) +* support Github Enterprise ([#97](https://github.com/all-contributors/cli/issues/97)) ([0965095](https://github.com/all-contributors/cli/commit/0965095ecd1814120c780b303347c7ac19733840)) +* support Gitlab self hosted instance ([#95](https://github.com/all-contributors/cli/issues/95)) ([0d1346d](https://github.com/all-contributors/cli/commit/0d1346d04e48704ab9ae9b0e54ade495b6e9aecf)), closes [#89](https://github.com/all-contributors/cli/issues/89) +* support pipe characters in github names ([#39](https://github.com/all-contributors/cli/issues/39)) ([e1e7ead](https://github.com/all-contributors/cli/commit/e1e7ead47abdff1db42d3045c5f5f45ce363aae1)) +* throw a helpful error when unknown contribution type is provided ([#41](https://github.com/all-contributors/cli/issues/41)) ([77a014f](https://github.com/all-contributors/cli/commit/77a014f28e0500546bced5be9ef96c274dedba5d)) +* **types:** add new contribution type: Ideas, Planning, & Feedback ([#45](https://github.com/all-contributors/cli/issues/45)) ([e5bd3b4](https://github.com/all-contributors/cli/commit/e5bd3b4c700ff91fd5b3228625a013ecf2b7cc7f)) +* **types:** add platform type ([#75](https://github.com/all-contributors/cli/issues/75)) ([6fa55d5](https://github.com/all-contributors/cli/commit/6fa55d5bd53327fb40b777b1ce100b5237f3a48f)) +* **types:** add/update contrib types ([#24](https://github.com/all-contributors/cli/issues/24)) ([8fd4098](https://github.com/all-contributors/cli/commit/8fd40986a593c5fde242b88f41027312fd3af1ff)) +* use allcontributors.org ([#160](https://github.com/all-contributors/cli/issues/160)) ([e4b22f8](https://github.com/all-contributors/cli/commit/e4b22f8cd7a6b0bec1ee48306ed42f8ae7828d72)) +* use Prettier to write config file, if possible ([#356](https://github.com/all-contributors/cli/issues/356)) ([e0a5312](https://github.com/all-contributors/cli/commit/e0a5312dc510fcbb3e185f176f4c23216f31193a)) +* way to avoid github API limit ([#122](https://github.com/all-contributors/cli/issues/122)) ([e18363f](https://github.com/all-contributors/cli/commit/e18363f0812b61cbbb6bc0e022daba4cd997dea0)) +* way to avoid github API limit (add tests + docs) ([#123](https://github.com/all-contributors/cli/issues/123)) ([194d000](https://github.com/all-contributors/cli/commit/194d00014c868bec97c5ca6099cb9cd87031f9a2)) + + +### ๐Ÿ”ฅ Bug Fixes + +* 7: Allow comment tags to be on the same line ([f75d854](https://github.com/all-contributors/cli/commit/f75d8541c863fbf3caae4ef87221bf7d7fe1f427)) +* a11y issue by removing unnecessary alternate text ([#217](https://github.com/all-contributors/cli/issues/217)) ([#218](https://github.com/all-contributors/cli/issues/218)) ([3382821](https://github.com/all-contributors/cli/commit/3382821641ddfaa13135156d2d6d3f5008169153)) +* add additional new line for prettier ([#168](https://github.com/all-contributors/cli/issues/168)) ([e0240de](https://github.com/all-contributors/cli/commit/e0240def24a5edbd45ad8c8e3ccab56a1fe31f45)) +* add alt value for contributor image ([#334](https://github.com/all-contributors/cli/issues/334)) ([9d82568](https://github.com/all-contributors/cli/commit/9d82568f41ae873d01e40b6f359a627ece5cf76f)) +* add common error handling for missing or wrong username ([#171](https://github.com/all-contributors/cli/issues/171)) ([3e046b7](https://github.com/all-contributors/cli/commit/3e046b740cae32172a00723f23aad4cca12863b9)) +* add contributions ([#211](https://github.com/all-contributors/cli/issues/211)) ([97878f4](https://github.com/all-contributors/cli/commit/97878f496f10eb09327fe999484acf537c324196)) +* add correct arguments to the formatConfig() call ([#360](https://github.com/all-contributors/cli/issues/360)) ([cfb1d9c](https://github.com/all-contributors/cli/commit/cfb1d9c007049cba65eb7f7f742faf19226ca958)) +* add in contributorsPerLine on init ([#149](https://github.com/all-contributors/cli/issues/149)) ([21b694a](https://github.com/all-contributors/cli/commit/21b694aee41a0f2d358267a24f9b2a15fefaaabf)) +* badge link change ([fdea806](https://github.com/all-contributors/cli/commit/fdea80649d7bcb9df971cef5df00d8505e378049)), closes [#195](https://github.com/all-contributors/cli/issues/195) +* better output format for git command ([#113](https://github.com/all-contributors/cli/issues/113)) ([1f2686b](https://github.com/all-contributors/cli/commit/1f2686baa634e81a133bd3eab0ebf2634b9b0d8e)) +* Bump inquirer to v3 and promisify everything ([#34](https://github.com/all-contributors/cli/issues/34)) ([1305a7c](https://github.com/all-contributors/cli/commit/1305a7cd92cfaf29aab0e1d46b6a9659c750b560)) +* cleanup table footer ([#341](https://github.com/all-contributors/cli/issues/341)) ([0be7a63](https://github.com/all-contributors/cli/commit/0be7a63481b884f6cbb512e4677601f61a4a7bd8)) +* cli ([383b3fd](https://github.com/all-contributors/cli/commit/383b3fd01519f9610f89a29ab0707012ff3209a8)) +* correct escape quotes in contributor names ([#351](https://github.com/all-contributors/cli/issues/351)) ([959e361](https://github.com/all-contributors/cli/commit/959e3613bf57f575514375e26be9856cb51fed02)) +* d4dc4e2-introduced error ([#100](https://github.com/all-contributors/cli/issues/100)) ([54febd3](https://github.com/all-contributors/cli/commit/54febd3c45f1d9563d084abef9976d0edc6015b4)) +* default commitConvention to 'none' ([#179](https://github.com/all-contributors/cli/issues/179)) ([e639593](https://github.com/all-contributors/cli/commit/e639593c5d5cc0ab503e4c436615ea1ff10835f2)) +* error out when projectOwner & projectName is not set in .all-contributorsrc file. ([#80](https://github.com/all-contributors/cli/issues/80)) ([c4a0484](https://github.com/all-contributors/cli/commit/c4a0484759242c03668371ebcc6140d529dcd512)) +* exit process on success to continue execution of othe scripts ([#32](https://github.com/all-contributors/cli/issues/32)) ([1e73194](https://github.com/all-contributors/cli/commit/1e73194f542c7ba2e662d01887424bd03ebc8ad0)) +* fix badge replacement ([#232](https://github.com/all-contributors/cli/issues/232)) ([dbb05a4](https://github.com/all-contributors/cli/commit/dbb05a4dd8ac97e755f99cd3cd364f52101ec79f)) +* fixed thrown error message ([#280](https://github.com/all-contributors/cli/issues/280)) ([374d076](https://github.com/all-contributors/cli/commit/374d07635f4bd9b53e5cf589c85059e658e4d7ec)) +* Fixing issues with commands introduced in [#403](https://github.com/all-contributors/cli/issues/403) ([#440](https://github.com/all-contributors/cli/issues/440)) ([797e167](https://github.com/all-contributors/cli/commit/797e16763e3325cb684c3f659e11c829a5cf1419)) +* **github:** show the actual error message ([#286](https://github.com/all-contributors/cli/issues/286)) ([5c506a5](https://github.com/all-contributors/cli/commit/5c506a526c26a2100d71c4a19d8e713f5066b336)) +* incorrect usage of `tbody` ([#311](https://github.com/all-contributors/cli/issues/311)) ([531b7e1](https://github.com/all-contributors/cli/commit/531b7e1c4a3bd04c2abdb5201f6289198dc051d4)) +* Incorrectly formatted Github urls ([#466](https://github.com/all-contributors/cli/issues/466)) ([846582b](https://github.com/all-contributors/cli/commit/846582b389e34f2b5ac79d582ce48d77c7366b0f)) +* **links:** add default for links ([1562a37](https://github.com/all-contributors/cli/commit/1562a379db19ba881c8d9f27b520f27262ce7c68)) +* Make all contributors names bold ([#55](https://github.com/all-contributors/cli/issues/55)) ([07b3a68](https://github.com/all-contributors/cli/commit/07b3a684fcb6474001fb3bbc68409d90ed29900f)) +* make all-contributors output prettier compliant. ([#283](https://github.com/all-contributors/cli/issues/283)) ([1affe41](https://github.com/all-contributors/cli/commit/1affe413088c45eb4f650a90f57ecae1c694ee50)), closes [#441](https://github.com/all-contributors/cli/issues/441) +* make find/add case insensitive ([#64](https://github.com/all-contributors/cli/issues/64)) ([a79f9d4](https://github.com/all-contributors/cli/commit/a79f9d4ea68ab590491f75fd2b22adc3b3b3622c)), closes [#62](https://github.com/all-contributors/cli/issues/62) +* make selecting at least one contribution type mandatory ([#56](https://github.com/all-contributors/cli/issues/56)) ([de043e0](https://github.com/all-contributors/cli/commit/de043e0bbf1b100c523ff6db9f4177a91ae88dcc)) +* non-http prepended urls ([#35](https://github.com/all-contributors/cli/issues/35)) ([a879de2](https://github.com/all-contributors/cli/commit/a879de2a7fe4386da7e3e29c1b3fceb146da6354)) +* npm squish and cell centering ([#164](https://github.com/all-contributors/cli/issues/164)) ([fdd6b74](https://github.com/all-contributors/cli/commit/fdd6b745473e0294f5376dd0c3557059ec2ba5a9)) +* output error messages if git commands failed ([#102](https://github.com/all-contributors/cli/issues/102)) ([62f671d](https://github.com/all-contributors/cli/commit/62f671dcd0ba1c86e4e765aa9b1e323aa77c354d)) +* **package:** update async to version 3.0.1 ([#188](https://github.com/all-contributors/cli/issues/188)) ([1c6bdba](https://github.com/all-contributors/cli/commit/1c6bdba662e9be3f3e3a6cb96af04c817db075eb)) +* **package:** update chalk to version 4.0.0 ([#253](https://github.com/all-contributors/cli/issues/253)) ([fe76178](https://github.com/all-contributors/cli/commit/fe76178168bc07f72db086f3f68bee731a6b855a)) +* release please token name wrong ([#450](https://github.com/all-contributors/cli/issues/450)) ([d0786d1](https://github.com/all-contributors/cli/commit/d0786d1e343ed40a3417f7ccf6e064bedbbfc038)) +* replace markdownlint-enable with markdownlint-restore to restore (vs. enable all) previous rules (fixes [#276](https://github.com/all-contributors/cli/issues/276)). ([#278](https://github.com/all-contributors/cli/issues/278)) ([8af13c3](https://github.com/all-contributors/cli/commit/8af13c3f5e988491b4154c5d429a3c2d2367ed5e)) +* **repo:** pass optionalPrivateToken to recursive calls ([#258](https://github.com/all-contributors/cli/issues/258)) ([db5d731](https://github.com/all-contributors/cli/commit/db5d731d964102aa7bd88ae280dd93160b2e31c9)) +* **repo:** test lint ([#204](https://github.com/all-contributors/cli/issues/204)) ([b87fd03](https://github.com/all-contributors/cli/commit/b87fd034896adb51df7ecaf0a5340382e8fb231a)) +* require path error ([#148](https://github.com/all-contributors/cli/issues/148)) ([9bfdd72](https://github.com/all-contributors/cli/commit/9bfdd723a1f9e805f93fc8d64756b184b2b793f2)) +* scriptName + improving usage messages ([#305](https://github.com/all-contributors/cli/issues/305)) ([d3b8f88](https://github.com/all-contributors/cli/commit/d3b8f8889db7fe44e678e1da2395b1ede41807ad)) +* set `commitConvention` default same as `app` ([#318](https://github.com/all-contributors/cli/issues/318)) ([94b555e](https://github.com/all-contributors/cli/commit/94b555e274b2a8fec726c4da152fbb21383e1065)) +* set alt value for contributor image with no complete name ([#335](https://github.com/all-contributors/cli/issues/335)) ([109b261](https://github.com/all-contributors/cli/commit/109b2614d28e0e2a248d73cdbccacf37069a766d)) +* set default value as `7` for `contributorsPerLine` ([e1fd794](https://github.com/all-contributors/cli/commit/e1fd794ef7e161c94576fdec5946c536de15723d)) +* set default value as `7` for `contributorsPerLine` ([#139](https://github.com/all-contributors/cli/issues/139)) ([e1fd794](https://github.com/all-contributors/cli/commit/e1fd794ef7e161c94576fdec5946c536de15723d)) +* support contributors without github accounts ([#77](https://github.com/all-contributors/cli/issues/77)) ([5f9fa20](https://github.com/all-contributors/cli/commit/5f9fa203465bc7b89b61adb360ecbc7ad333d074)) +* surface the message when the check api returns an error ([#85](https://github.com/all-contributors/cli/issues/85)) ([ab41caa](https://github.com/all-contributors/cli/commit/ab41caa0c76ed3f54886b591bd41e530f59c1541)) +* switch over to new org all-contributors ([#132](https://github.com/all-contributors/cli/issues/132)) ([85a9e3a](https://github.com/all-contributors/cli/commit/85a9e3a26be6b16ad94be9b7b2a08fd4733637e7)) +* switch over to new org all-contributors ([#133](https://github.com/all-contributors/cli/issues/133)) ([8eafcf9](https://github.com/all-contributors/cli/commit/8eafcf977fcc9ea1bb56fb17e283f55349f4cc13)) +* throw error when Github returns 200s for specific errors. ([#52](https://github.com/all-contributors/cli/issues/52)) ([28eb16d](https://github.com/all-contributors/cli/commit/28eb16dea16efcd83e0cf12289d21051b3e35e11)) +* trim `nextLink` before slicing ([5df6b47](https://github.com/all-contributors/cli/commit/5df6b47f8a200b40f9278c221c7aa537d3d3c832)) +* trim `nextLink` before slicing ([#309](https://github.com/all-contributors/cli/issues/309)) ([5df6b47](https://github.com/all-contributors/cli/commit/5df6b47f8a200b40f9278c221c7aa537d3d3c832)) +* use correct path for initBadge/initList node apis ([#145](https://github.com/all-contributors/cli/issues/145)) ([7687e7d](https://github.com/all-contributors/cli/commit/7687e7d2f0421f59730568486433eff146e50269)) +* username might be a number ([#203](https://github.com/all-contributors/cli/issues/203)) ([a91145f](https://github.com/all-contributors/cli/commit/a91145f0f336bdc2cc711b8c9677d6741b5bcc4e)) +* using a custom badge template breaks badge replacement ([#210](https://github.com/all-contributors/cli/issues/210)) ([72de75a](https://github.com/all-contributors/cli/commit/72de75abc51ef73e2782a70de7a2be26342bf22f)) +* Wrong contribution type being added to .all-contributorsrc ([#78](https://github.com/all-contributors/cli/issues/78)) ([526d4db](https://github.com/all-contributors/cli/commit/526d4dbba2f7b6c71d4e9d84c07d530a40f8aa83)), closes [#71](https://github.com/all-contributors/cli/issues/71) + + +### ๐Ÿƒ Performance Improvements + +* add image size to avatar url to improve performance ([#269](https://github.com/all-contributors/cli/issues/269)) ([fc2d05e](https://github.com/all-contributors/cli/commit/fc2d05e6b9c6c6a5360d9de9c521e341a96f0d4e)) + + +### ๐Ÿ“š Documentation + +* add 12rambau as a contributor for code ([#337](https://github.com/all-contributors/cli/issues/337)) ([8db6710](https://github.com/all-contributors/cli/commit/8db67102cb8b17085d51f1553cbb84aaf998c394)) +* add alt text to symbols in the README ([#43](https://github.com/all-contributors/cli/issues/43)) ([ce3cbef](https://github.com/all-contributors/cli/commit/ce3cbeff09689d1cf9f1a7031ea67e0ca6e38030)) +* add AnandChowdhary as a contributor ([#219](https://github.com/all-contributors/cli/issues/219)) ([4573e29](https://github.com/all-contributors/cli/commit/4573e29d50a277f14228b3349059a3b780100685)) +* Add badge for the AUR package ([#256](https://github.com/all-contributors/cli/issues/256)) ([a671507](https://github.com/all-contributors/cli/commit/a6715074defe2e4cb917dab3f331c57253758ab1)) +* add bogas04 as contributor ([#82](https://github.com/all-contributors/cli/issues/82)) ([687194c](https://github.com/all-contributors/cli/commit/687194c5f93ecbdcc2a4a0f2b4ff660691baf2e9)) +* add cezaraugusto as a contributor ([#193](https://github.com/all-contributors/cli/issues/193)) ([6932adb](https://github.com/all-contributors/cli/commit/6932adb080a4cd9fbce85e2ee41fa155e5a95f7b)) +* add darekkay as a contributor ([#290](https://github.com/all-contributors/cli/issues/290)) ([d59d279](https://github.com/all-contributors/cli/commit/d59d279ab4a0aa0310fb2e74c200f4d2978a473f)) +* add davepagurek as a contributor for bug ([#410](https://github.com/all-contributors/cli/issues/410)) ([a35bf7b](https://github.com/all-contributors/cli/commit/a35bf7b657b960aae2a2e3973609035cb8901c33)) +* add DavidAnson as a contributor ([#279](https://github.com/all-contributors/cli/issues/279)) ([51b0837](https://github.com/all-contributors/cli/commit/51b0837a0632940ce92d84cf83095a6f1d0fb487)) +* add dwmkerr as a contributor for bug, test, and code ([#353](https://github.com/all-contributors/cli/issues/353)) ([45787a7](https://github.com/all-contributors/cli/commit/45787a76365f2bd714a8c9a2d2830703baba0080)) +* add ehmicky as a contributor ([#180](https://github.com/all-contributors/cli/issues/180)) ([0d541cb](https://github.com/all-contributors/cli/commit/0d541cbbf8ce3cadabef0f4b5f128a5c0fbfe91d)) +* add ilai-deutel as a contributor ([#257](https://github.com/all-contributors/cli/issues/257)) ([e2ed91d](https://github.com/all-contributors/cli/commit/e2ed91d19f1416ecd1dacc9690aa8424d67dd7ed)) +* add jamesgeorge007 as a contributor ([#183](https://github.com/all-contributors/cli/issues/183)) ([93a910a](https://github.com/all-contributors/cli/commit/93a910a3756533259cbcdcee08d212c37d22c802)) +* add jdalrymple as a contributor ([#264](https://github.com/all-contributors/cli/issues/264)) ([0ec4d84](https://github.com/all-contributors/cli/commit/0ec4d842ae0a0cb12e1562231c4bb65660e776fb)) +* add jdalrymple as a contributor for code, and test ([#354](https://github.com/all-contributors/cli/issues/354)) ([66d29af](https://github.com/all-contributors/cli/commit/66d29afac57f843ded848af6f10e1d3f58dc71bd)) +* add jdalrymple as a contributor for security, and bug ([#381](https://github.com/all-contributors/cli/issues/381)) ([86631e5](https://github.com/all-contributors/cli/commit/86631e567882508049d920aa3defc992ffa9a58c)) +* add JimMadge as a contributor for code, and review ([#463](https://github.com/all-contributors/cli/issues/463)) ([741aff8](https://github.com/all-contributors/cli/commit/741aff833593a57303091a524728fa95ee1a992a)) +* add JoshuaKGoldberg as a contributor for bug ([#314](https://github.com/all-contributors/cli/issues/314)) ([220eac2](https://github.com/all-contributors/cli/commit/220eac29d42fd6c9d9d35279525f36f02de4fc82)) +* add JoshuaKGoldberg as a contributor for ideas, and code ([#357](https://github.com/all-contributors/cli/issues/357)) ([74bc388](https://github.com/all-contributors/cli/commit/74bc388bd6f0ae2658e6495e9d3781d737438a97)) +* add kharaone as a contributor ([#212](https://github.com/all-contributors/cli/issues/212)) ([77923a3](https://github.com/all-contributors/cli/commit/77923a3fcce8f52876299bbf19c836c833fd7597)) +* add KibbeWater as a contributor for code, and bug ([#467](https://github.com/all-contributors/cli/issues/467)) ([eca20df](https://github.com/all-contributors/cli/commit/eca20df0ccbf0d98bc3895b327408a5ca8a1b413)) +* add klieret as a contributor for bug ([#343](https://github.com/all-contributors/cli/issues/343)) ([fb8f89f](https://github.com/all-contributors/cli/commit/fb8f89f1e4d878130367e9a02ce217c3ffb02834)) +* add KnorpelSenf as a contributor for bug ([#342](https://github.com/all-contributors/cli/issues/342)) ([d74e2f2](https://github.com/all-contributors/cli/commit/d74e2f2ed19817a2858f8b6e04f0454bf80fd079)) +* add LaChapeliere as a contributor ([#292](https://github.com/all-contributors/cli/issues/292)) ([f1dc01d](https://github.com/all-contributors/cli/commit/f1dc01d714b75e468465565659ae3e03ddbc9237)) +* add language table ([#178](https://github.com/all-contributors/cli/issues/178)) ([fbe9ade](https://github.com/all-contributors/cli/commit/fbe9ade9d961e207a49fef780ebc419297d137b7)) +* add Lucas-C as a contributor for doc ([#306](https://github.com/all-contributors/cli/issues/306)) ([5dbb721](https://github.com/all-contributors/cli/commit/5dbb7213b08a7badc6a357b2af719c2c5daef9a3)) +* add lwasser as a contributor for doc ([#380](https://github.com/all-contributors/cli/issues/380)) ([36cbc0d](https://github.com/all-contributors/cli/commit/36cbc0de4849c4508216ad7bca14b6f79667236e)) +* add lwasser as a contributor for security ([#384](https://github.com/all-contributors/cli/issues/384)) ([05ba5a8](https://github.com/all-contributors/cli/commit/05ba5a8b2cf49ccea05e39eee958a7a2ddd8d316)) +* add MarceloAlves as a contributor ([#222](https://github.com/all-contributors/cli/issues/222)) ([d26cd47](https://github.com/all-contributors/cli/commit/d26cd47c817ffbbcdc7362b50c0d066fc2820975)) +* add marcelpanse as a contributor for security ([#379](https://github.com/all-contributors/cli/issues/379)) ([29d8d1d](https://github.com/all-contributors/cli/commit/29d8d1d57f125edc0f40becfc1a40843786fe42f)) +* add melink14 as a contributor ([#285](https://github.com/all-contributors/cli/issues/285)) ([24004d5](https://github.com/all-contributors/cli/commit/24004d56b5b389fe2ea66a399bbe88f29adddb36)) +* add mloning as a contributor ([#275](https://github.com/all-contributors/cli/issues/275)) ([0c75595](https://github.com/all-contributors/cli/commit/0c7559515698b6e24919d334cd1a3713afd3a200)) +* add more languages ([#182](https://github.com/all-contributors/cli/issues/182)) ([fbbbfca](https://github.com/all-contributors/cli/commit/fbbbfca3963845ca3d115556772874f6977e6eb3)) +* add note about using npx cli command ([#114](https://github.com/all-contributors/cli/issues/114)) ([00d1e08](https://github.com/all-contributors/cli/commit/00d1e08ec5ec69395d4d41b64f7fa3e3ea1ec324)) +* add nschonni as a contributor ([#191](https://github.com/all-contributors/cli/issues/191)) ([89c3840](https://github.com/all-contributors/cli/commit/89c38407bc86bc8b04cd721b35d2e733488badbe)) +* add pavelloz as a contributor ([#273](https://github.com/all-contributors/cli/issues/273)) ([bd4bea1](https://github.com/all-contributors/cli/commit/bd4bea101e1258d1402735d0e3650b503c2451bd)) +* add phacks as a contributor ([#226](https://github.com/all-contributors/cli/issues/226)) ([60cba87](https://github.com/all-contributors/cli/commit/60cba871b99433df7d8d3c888671a4e52fc18fe6)) +* add qyurila as a contributor for code ([#345](https://github.com/all-contributors/cli/issues/345)) ([96534ec](https://github.com/all-contributors/cli/commit/96534ec59b2e45051d517dee56967e2f9e6da371)) +* add shairez as a contributor ([#287](https://github.com/all-contributors/cli/issues/287)) ([f1d576f](https://github.com/all-contributors/cli/commit/f1d576fda7c3567040d3797905a200a657083c78)) +* add simon300000 as a contributor ([#206](https://github.com/all-contributors/cli/issues/206)) ([f36d3be](https://github.com/all-contributors/cli/commit/f36d3be84cf9193788161485013c0de078c3e906)) +* add SirWindfield as a contributor ([#297](https://github.com/all-contributors/cli/issues/297)) ([e9c1f55](https://github.com/all-contributors/cli/commit/e9c1f55beb2c18391a5d5f0c9e8243dc3f89ebe3)) +* add smoia as a contributor ([#240](https://github.com/all-contributors/cli/issues/240)) ([b5d1963](https://github.com/all-contributors/cli/commit/b5d19636b09924a82adb3c324c1d43a272c33062)) +* add SnO2WMaN as a contributor ([#208](https://github.com/all-contributors/cli/issues/208)) ([65c3a60](https://github.com/all-contributors/cli/commit/65c3a60fb3afbcf0dc554fcaddb79280f86684b6)) +* add tbenning as a contributor ([#140](https://github.com/all-contributors/cli/issues/140)) ([2a71d46](https://github.com/all-contributors/cli/commit/2a71d46798aae3ccac0ba682badf1d640eb287b5)) +* add tenshiAMD as a contributor ([#322](https://github.com/all-contributors/cli/issues/322)) ([e9bc4e2](https://github.com/all-contributors/cli/commit/e9bc4e2155c2b0c512c06d8f7080cf5b7feccae3)) +* add tenshiAMD as a contributor for test ([#338](https://github.com/all-contributors/cli/issues/338)) ([b43a627](https://github.com/all-contributors/cli/commit/b43a6278f32e3f146129b67b159c61e06b1d6ce4)) +* add unmaintained status ([2a414e2](https://github.com/all-contributors/cli/commit/2a414e24e10b82f5455629e134fc1e8e7649878a)) +* add vapurrmaid as a contributor ([#304](https://github.com/all-contributors/cli/issues/304)) ([f1a336d](https://github.com/all-contributors/cli/commit/f1a336d9f3e4a63c6ce69752ffa61d67e308fa4d)) +* adds missing contributors ([#272](https://github.com/all-contributors/cli/issues/272)) ([b70d5f3](https://github.com/all-contributors/cli/commit/b70d5f3d5d5eef683b2fa48aa46e2ffef5185855)) +* centralize docs on website ([#153](https://github.com/all-contributors/cli/issues/153)) ([65eea1b](https://github.com/all-contributors/cli/commit/65eea1b82f3b55560831c27aabcb64c761fe0854)) +* **contributors:** add alexjoverm as contributor ([#37](https://github.com/all-contributors/cli/issues/37)) ([1419929](https://github.com/all-contributors/cli/commit/14199292b2a25f3784724df2a9eea8f11d2dd2be)) +* fix translation string ([#38](https://github.com/all-contributors/cli/issues/38)) ([e595bbe](https://github.com/all-contributors/cli/commit/e595bbea5d5c309d1636cb508931741f943e8ad2)) +* Format config docs with examples and defaults to be understood more easily ([#107](https://github.com/all-contributors/cli/issues/107)) ([533813b](https://github.com/all-contributors/cli/commit/533813b3dbe7d3687733046822c549e8b23d5dc2)) +* grammar ([c742c5c](https://github.com/all-contributors/cli/commit/c742c5c8f67ec71219877d85da14da6e736ef0b7)) +* grammar ([bd8be13](https://github.com/all-contributors/cli/commit/bd8be137af25acbf9ff56d1638600829d50b3965)) +* **license:** MIT ([#255](https://github.com/all-contributors/cli/issues/255)) ([2de352a](https://github.com/all-contributors/cli/commit/2de352a924f09ac5f767f675a02a152ef5c69406)) +* **README:** Added some general improvements. ([#30](https://github.com/all-contributors/cli/issues/30)) ([cc61913](https://github.com/all-contributors/cli/commit/cc61913acafa5b1d89415de7e8d88cf03a9953ab)) +* **README:** spec link fix ([#192](https://github.com/all-contributors/cli/issues/192)) ([49657e3](https://github.com/all-contributors/cli/commit/49657e3f80bba49d6f94231820040a4b681a1fec)) +* **readme:** update README.md ([#29](https://github.com/all-contributors/cli/issues/29)) ([71f594c](https://github.com/all-contributors/cli/commit/71f594cf46c68ad417a00623a096eabc733538c8)) +* remove unmaintained status ([a98285f](https://github.com/all-contributors/cli/commit/a98285f313a0cc665dd0c72b1672e464ad701c01)) +* remove unnecessary space to avoid generation failures ([#116](https://github.com/all-contributors/cli/issues/116)) ([7a0ece7](https://github.com/all-contributors/cli/commit/7a0ece7ee6876077bbbd6c78677845eb5ba8b882)) +* say hello to [@all-contributors](https://github.com/all-contributors) ๐Ÿค– ([#141](https://github.com/all-contributors/cli/issues/141)) ([6c2798e](https://github.com/all-contributors/cli/commit/6c2798e2737ae1864a956c9151b5708ace296edf)) +* switch org ([#130](https://github.com/all-contributors/cli/issues/130)) ([071e0f4](https://github.com/all-contributors/cli/commit/071e0f448465ed783649ebc653b8c712e35caa84)) +* switch to all contributors org ([#131](https://github.com/all-contributors/cli/issues/131)) ([5a9c8b7](https://github.com/all-contributors/cli/commit/5a9c8b75577dcbb4e605b3240d5007c7d30d2bd8)) +* switch to multi translated site ([#155](https://github.com/all-contributors/cli/issues/155)) ([9ebc25f](https://github.com/all-contributors/cli/commit/9ebc25f66f836b6db1bbb18a24642e66c3f0417f)) +* Update docs to include npx ([#81](https://github.com/all-contributors/cli/issues/81)) ([991f2c7](https://github.com/all-contributors/cli/commit/991f2c7b85b6aadc8724087e0695169a546385cf)) +* use correct userTesting key ([#128](https://github.com/all-contributors/cli/issues/128)) ([af9b1e4](https://github.com/all-contributors/cli/commit/af9b1e473fddb3970c8a0c931fa5c09841509fcd)) + + +### โš™๏ธ Chores + +* add [@chrisinajar](https://github.com/chrisinajar) as contributor ([b443c82](https://github.com/all-contributors/cli/commit/b443c82b071bb13ed7c45f43054dd81736b6585d)) +* add [@revelt](https://github.com/revelt) as contributor ([#59](https://github.com/all-contributors/cli/issues/59)) ([11833b0](https://github.com/all-contributors/cli/commit/11833b04050af400c9d3015dd5256fd919fe5c02)) +* add docs for codecov and secret to workflow ([e85e9df](https://github.com/all-contributors/cli/commit/e85e9df3f064679fca7e18d85eaea39af94c63d3)) +* add Knip to check for unused code and deps ([#424](https://github.com/all-contributors/cli/issues/424)) ([0ccc048](https://github.com/all-contributors/cli/commit/0ccc048a8f9f40425fabccb9a7c07aaf847e874b)) +* add manifest and update version ([7ffde6c](https://github.com/all-contributors/cli/commit/7ffde6c19f0ea703cfb02e48954272522915d30e)) +* add script for easier access ([#51](https://github.com/all-contributors/cli/issues/51)) ([722cc74](https://github.com/all-contributors/cli/commit/722cc74410940bb371830972b6a090fa2a115b35)) +* added commitizen ([#143](https://github.com/all-contributors/cli/issues/143)) ([720f110](https://github.com/all-contributors/cli/commit/720f1102984cbaf50032aca6e50cab26a8190af7)) +* adjust codecov settings ([#441](https://github.com/all-contributors/cli/issues/441)) ([55acdee](https://github.com/all-contributors/cli/commit/55acdee705bbd51b164ec53c298b83a6c95b1a8f)) +* check in `package-lock.json` ([#434](https://github.com/all-contributors/cli/issues/434)) ([5de78d9](https://github.com/all-contributors/cli/commit/5de78d9c3c1a34d52a907fd276b4d07cfcfaee25)) +* **ci, docs:** update actions to use npm and update / cleanup dev guide ([#449](https://github.com/all-contributors/cli/issues/449)) ([6f8e311](https://github.com/all-contributors/cli/commit/6f8e3113e2aea6dcc3706efa26396d62c5d0320f)) +* **ci:** add codecov upload to tests GHA run & update dev guide ([#433](https://github.com/all-contributors/cli/issues/433)) ([e85e9df](https://github.com/all-contributors/cli/commit/e85e9df3f064679fca7e18d85eaea39af94c63d3)) +* **ci:** Add empty ci workflow so we can test in a pr safely ([#398](https://github.com/all-contributors/cli/issues/398)) ([54f0694](https://github.com/all-contributors/cli/commit/54f0694c5bcf39375d0e0e50062815a189a01669)) +* **ci:** add test run to ci workflow ([#401](https://github.com/all-contributors/cli/issues/401)) ([ed9bfe6](https://github.com/all-contributors/cli/commit/ed9bfe66f129e3e8a0e3dc8504f70d53f36f9a79)) +* **ci:** Configure Dependabot for npm & actions and update settings ([#383](https://github.com/all-contributors/cli/issues/383)) ([649b88e](https://github.com/all-contributors/cli/commit/649b88e34a25022b625cb1517945e5359af71729)) +* **ci:** fixing semantic release node requirement ([#388](https://github.com/all-contributors/cli/issues/388)) ([a69b495](https://github.com/all-contributors/cli/commit/a69b4955d09591a61a954eb89c2eb022e8f403a3)) +* **ci:** Update Codecov pipeline to use circle CI orb ([#386](https://github.com/all-contributors/cli/issues/386)) ([084d2ee](https://github.com/all-contributors/cli/commit/084d2ee0d2565b43af560ab5dde9cd099bc622f4)) +* **config:** bump node ([#221](https://github.com/all-contributors/cli/issues/221)) ([4841734](https://github.com/all-contributors/cli/commit/48417340aa7a1d49ed685d7718d2ad101a4937f1)) +* create CODEOWNERS ([#319](https://github.com/all-contributors/cli/issues/319)) ([382f44c](https://github.com/all-contributors/cli/commit/382f44cca32fe9e816c744732e46dafd56516963)) +* Credit [@brycereynolds](https://github.com/brycereynolds), [@jmeas](https://github.com/jmeas), [@spirosikmd](https://github.com/spirosikmd), [@fadc80](https://github.com/fadc80), [@snipe](https://github.com/snipe) ([82d1eb7](https://github.com/all-contributors/cli/commit/82d1eb7c51ab6029a7be39865340d8d0f3a13488)) +* **dep:** bumped json-fixer to 1.5.1 ([#270](https://github.com/all-contributors/cli/issues/270)) ([e48419c](https://github.com/all-contributors/cli/commit/e48419c1db6b90ad00533badf6f579cbde021b5c)) +* **deps-dev:** bump minimatch from 3.1.2 to 3.1.5 ([#457](https://github.com/all-contributors/cli/issues/457)) ([c5a19d1](https://github.com/all-contributors/cli/commit/c5a19d1677a9ef0be51bf1e9e4e6ba3ada3ecb37)) +* **deps-dev:** bump nock from 12.0.3 to 14.0.10 in the development-dependencies group ([#426](https://github.com/all-contributors/cli/issues/426)) ([75a35de](https://github.com/all-contributors/cli/commit/75a35decf865e115205648ed3745df6290448dad)) +* **deps-dev:** bump nock in the development-dependencies group ([75a35de](https://github.com/all-contributors/cli/commit/75a35decf865e115205648ed3745df6290448dad)) +* **deps-dev:** bump semantic-release ([4bac7a6](https://github.com/all-contributors/cli/commit/4bac7a66557d6a2d964042c1df1f309e4baa6399)) +* **deps-dev:** bump semantic-release from 17.4.7 to 25.0.2 in the npm_and_yarn group across 1 directory ([#382](https://github.com/all-contributors/cli/issues/382)) ([4bac7a6](https://github.com/all-contributors/cli/commit/4bac7a66557d6a2d964042c1df1f309e4baa6399)) +* **deps-dev:** bump the development-dependencies group across 1 directory with 4 updates ([#473](https://github.com/all-contributors/cli/issues/473)) ([e035a36](https://github.com/all-contributors/cli/commit/e035a36abb1c660ea25a0df227da0de308449cda)) +* **deps:** bump dependencies and devDeps ([#298](https://github.com/all-contributors/cli/issues/298)) ([0b97062](https://github.com/all-contributors/cli/commit/0b9706252ca88fd075c5cfb9030c44de96046d1c)) +* **deps:** bump inquirer from 7.3.3 to 13.3.0 ([#460](https://github.com/all-contributors/cli/issues/460)) ([d547e43](https://github.com/all-contributors/cli/commit/d547e43c974f18aaa446c5a8acb802981d5d2088)) +* **deps:** bump rollup from 4.57.1 to 4.59.0 ([#458](https://github.com/all-contributors/cli/issues/458)) ([066ce8d](https://github.com/all-contributors/cli/commit/066ce8dcf07322ea0121509b065944799bb7c135)) +* **deps:** bump the github-actions group with 2 updates ([#425](https://github.com/all-contributors/cli/issues/425)) ([0cafdd9](https://github.com/all-contributors/cli/commit/0cafdd9c959236d315ca0114d60a1773bc21abbf)) +* **deps:** bump the github-actions group with 2 updates ([#461](https://github.com/all-contributors/cli/issues/461)) ([64e783a](https://github.com/all-contributors/cli/commit/64e783a9ac307e3309a014fcd988ff43049c5785)) +* **deps:** CVE-2021-23337 in inquirer->lodash ([#303](https://github.com/all-contributors/cli/issues/303)) ([4be9bff](https://github.com/all-contributors/cli/commit/4be9bffe31f26302268471e38ec04d0330e05d20)), closes [#302](https://github.com/all-contributors/cli/issues/302) +* **deps:** remove last kcd scripts call and update deps ([#446](https://github.com/all-contributors/cli/issues/446)) ([9422781](https://github.com/all-contributors/cli/commit/942278150d4cc2b632a10bc79c07f4418d09e611)) +* **deps:** update inquirer to the latest version ๐Ÿš€ ([#245](https://github.com/all-contributors/cli/issues/245)) ([07099de](https://github.com/all-contributors/cli/commit/07099de09902d61d7d477513a43160b269a44c1d)) +* **deps:** update yargs, chalk, prettier dependencies manually given tests aren't running in ci. ([#399](https://github.com/all-contributors/cli/issues/399)) ([31b751a](https://github.com/all-contributors/cli/commit/31b751a2447a1ce68867b9a1dfde4a534fa75a7a)) +* disable auto commiting changes to contributors ([#57](https://github.com/all-contributors/cli/issues/57)) ([f0cf739](https://github.com/all-contributors/cli/commit/f0cf739d6ca0e53bba30c128c7aea69eef3d600c)) +* double check cov file exists? ([e85e9df](https://github.com/all-contributors/cli/commit/e85e9df3f064679fca7e18d85eaea39af94c63d3)) +* fix missing opening brace in `contributors` [skip ci] ([05bed92](https://github.com/all-contributors/cli/commit/05bed92e91a6fb5d975b4e96871ff1adbea13d6c)) +* fix status badges ([#315](https://github.com/all-contributors/cli/issues/315)) ([c8fdc63](https://github.com/all-contributors/cli/commit/c8fdc639e60b9323a2d9b09bfd72324fb9bba6de)) +* lint ([7ffde6c](https://github.com/all-contributors/cli/commit/7ffde6c19f0ea703cfb02e48954272522915d30e)) +* make use of inhouse command recommendation ([#228](https://github.com/all-contributors/cli/issues/228)) ([7d83c7c](https://github.com/all-contributors/cli/commit/7d83c7cac195b97ad3cc2e971e536fa7e9792d77)) +* migrate build/ babel to native configuration ([#437](https://github.com/all-contributors/cli/issues/437)) ([1cc7e3f](https://github.com/all-contributors/cli/commit/1cc7e3f5c86408528658d6bf0fed9f67e4792d66)) +* migrate from CJS to ESM ([#456](https://github.com/all-contributors/cli/issues/456)) ([8b11060](https://github.com/all-contributors/cli/commit/8b110607c310d46bc3307701148b1dee12f8a485)) +* migrate tests from Jest to Vitest ([#436](https://github.com/all-contributors/cli/issues/436)) ([ba555a8](https://github.com/all-contributors/cli/commit/ba555a88af831ce7daa9147605af5903a6039a19)) +* **package:** update cz-conventional-changelog to version 3.0.0 ([#198](https://github.com/all-contributors/cli/issues/198)) ([e987eb0](https://github.com/all-contributors/cli/commit/e987eb01a3c8c03f53c6f24d6cf3479f1759f505)) +* **package:** update git-cz to version 2.0.0 ([#174](https://github.com/all-contributors/cli/issues/174)) ([d7eb838](https://github.com/all-contributors/cli/commit/d7eb8384606299c4ecd66cc1f75cc394154a8320)) +* **package:** update git-cz to version 3.0.0 ([#177](https://github.com/all-contributors/cli/issues/177)) ([212e264](https://github.com/all-contributors/cli/commit/212e264cd4d71c1a707443c0d97bca18962a047d)) +* **package:** update git-cz to version 4.1.0 ([#243](https://github.com/all-contributors/cli/issues/243)) ([b5d85de](https://github.com/all-contributors/cli/commit/b5d85de2f5fe158174dfa729d9d4282f97328347)) +* **package:** update kcd-scripts to version 1.0.0 ([#172](https://github.com/all-contributors/cli/issues/172)) ([949d9d2](https://github.com/all-contributors/cli/commit/949d9d201206b9eaee1035f40596ce554997dce4)) +* **package:** update kcd-scripts to version 5.0.0 ([#246](https://github.com/all-contributors/cli/issues/246)) ([9a6cf19](https://github.com/all-contributors/cli/commit/9a6cf198196954dd194a807534934d03f6be8e68)) +* **package:** update kcd-scripts to version 6.2.0 ([#263](https://github.com/all-contributors/cli/issues/263)) ([e736938](https://github.com/all-contributors/cli/commit/e73693827d859cb3722f710d1bb2b076e6f653a2)) +* **package:** update nock to version 11.1.0 ([#207](https://github.com/all-contributors/cli/issues/207)) ([1dccd9f](https://github.com/all-contributors/cli/commit/1dccd9fe64467f89967c0ebc866b46cd850c08d4)) +* **package:** update nock to version 12.0.0 ([#248](https://github.com/all-contributors/cli/issues/248)) ([8dd551a](https://github.com/all-contributors/cli/commit/8dd551a3d39f34fc2cf042404ba6e23289da7639)) +* **package:** update semantic-release to version 16.0.0 ([#242](https://github.com/all-contributors/cli/issues/242)) ([33e1a43](https://github.com/all-contributors/cli/commit/33e1a435d379b4b9e8cc763062390a8be24415dd)) +* **package:** update semantic-release to version 17.0.8 ([#262](https://github.com/all-contributors/cli/issues/262)) ([649f6ce](https://github.com/all-contributors/cli/commit/649f6ceebc9a2f80117810aca93dba4546aba8d2)) +* Remove dependency on lodash ([#421](https://github.com/all-contributors/cli/issues/421)) ([9dc28d6](https://github.com/all-contributors/cli/commit/9dc28d611bc7150714f84a457e6248abbf3d1f18)) +* remove kbd-scripts in favor of native linting config with ESlint ([#402](https://github.com/all-contributors/cli/issues/402)) ([296b12a](https://github.com/all-contributors/cli/commit/296b12a19651053239478230c3ecf020bad61d8d)) +* Remove kcd-scripts validate script ([#414](https://github.com/all-contributors/cli/issues/414)) ([d6fb233](https://github.com/all-contributors/cli/commit/d6fb233cb109bd45d2d5b09a284062071d18dc7f)) +* Remove node-fetch dep ([#468](https://github.com/all-contributors/cli/issues/468)) ([a4e1407](https://github.com/all-contributors/cli/commit/a4e14079bd4b461dfc6096fa32971bd840d8f108)) +* Remove Pify dependency & test cleanup ([#465](https://github.com/all-contributors/cli/issues/465)) ([ed5b6a6](https://github.com/all-contributors/cli/commit/ed5b6a6246b9a7abbee12ed9dabf9c7f9a2fb348)) +* run prettier on everything [#98](https://github.com/all-contributors/cli/issues/98) ([#99](https://github.com/all-contributors/cli/issues/99)) ([4f7bbdf](https://github.com/all-contributors/cli/commit/4f7bbdf56f6945cdf05448981ecf56230acd6983)) +* semantic-release ([1c97ba2](https://github.com/all-contributors/cli/commit/1c97ba26b2016573861d65372ea3b9c6acb87758)) +* setup release please to support changelog development ([#443](https://github.com/all-contributors/cli/issues/443)) ([7ffde6c](https://github.com/all-contributors/cli/commit/7ffde6c19f0ea703cfb02e48954272522915d30e)) +* update branch name to main ([#377](https://github.com/all-contributors/cli/issues/377)) ([03cbb15](https://github.com/all-contributors/cli/commit/03cbb15c7785a6590cdfafb519959f60da8a3dee)) +* update config settings and review comments ([1cc7e3f](https://github.com/all-contributors/cli/commit/1cc7e3f5c86408528658d6bf0fed9f67e4792d66)) +* update token name ([349d5c5](https://github.com/all-contributors/cli/commit/349d5c513260830c3aa684fee387f09a5106d478)) +* Update yargs to v18 ([#431](https://github.com/all-contributors/cli/issues/431)) ([75264bb](https://github.com/all-contributors/cli/commit/75264bb19f4c14e449bb29e6f45cee1ef8f3d0f6)) +* Updating kcd-scripts to gain access to the latest jest versions ([#412](https://github.com/all-contributors/cli/issues/412)) ([73198d1](https://github.com/all-contributors/cli/commit/73198d16add2cf47189dadd4a8819be52d27f92d)) +* upgrade and migrate tooling stuff ([#73](https://github.com/all-contributors/cli/issues/73)) ([482a8ab](https://github.com/all-contributors/cli/commit/482a8ab956a771045891764ee3b52cac8e6b1a5f)) + + +### โŒจ๏ธ Code Refactoring + +* add tbody to contributors table ([#307](https://github.com/all-contributors/cli/issues/307)) ([deb6be9](https://github.com/all-contributors/cli/commit/deb6be93f0a27248582041ca35fccedf9a2a11a2)) +* log full error stack on error ([#316](https://github.com/all-contributors/cli/issues/316)) ([097f741](https://github.com/all-contributors/cli/commit/097f741c79920f9e020da29ee7f42c4f7f55e182)) +* move from "request" to "node fetch" ([#277](https://github.com/all-contributors/cli/issues/277)) ([74f3b71](https://github.com/all-contributors/cli/commit/74f3b710a6ff9777c09c5e67921f212244336b5c)) +* Remove babel dependency ([#471](https://github.com/all-contributors/cli/issues/471)) ([fb1eea9](https://github.com/all-contributors/cli/commit/fb1eea956574eebe7f3a032062a27d3e7f68c5dc)) +* return a Promise instead of relying on callback parameter ([#289](https://github.com/all-contributors/cli/issues/289)) ([d44b70a](https://github.com/all-contributors/cli/commit/d44b70a1f06852aa8767c743cf87b86806bef8ea)) +* Update calls to prettier functions to account for latest async API ([#403](https://github.com/all-contributors/cli/issues/403)) ([7d8c2bf](https://github.com/all-contributors/cli/commit/7d8c2bffd04d732fb4ab899bb8a1376a0c206a6d)) + + +### ๐Ÿงช Testing + +* **add-contributors-list:** Improve the clarity of the `add-contributors-list` tests ([#396](https://github.com/all-contributors/cli/issues/396)) ([84ac3ed](https://github.com/all-contributors/cli/commit/84ac3ede5c14c5e33e08854f391160483a8721db)) +* **prompt.js:** enhance prompt.js test coverage ([#438](https://github.com/all-contributors/cli/issues/438)) ([03eb6e8](https://github.com/all-contributors/cli/commit/03eb6e88998fa510a7a289bb1fa2e99d5b88bf4b)) + + +### ๐Ÿ› ๏ธ Build System + +* disable complexity lint check ([9987150](https://github.com/all-contributors/cli/commit/99871508e873225fc3916785a83fe0865fb3aa21)) +* release please changelog organization ([#455](https://github.com/all-contributors/cli/issues/455)) ([68e33ee](https://github.com/all-contributors/cli/commit/68e33eee0c2b919c10a139e87a3f3000eb2752df)) + + +### ๐Ÿ“ฆ CI Improvements + +* fix build runner, ensure jest exits when finished ([#125](https://github.com/all-contributors/cli/issues/125)) ([2ade2d7](https://github.com/all-contributors/cli/commit/2ade2d7fd1e0ed5d2f82b9b2f1d69ae5b9c9d37f)) diff --git a/package-lock.json b/package-lock.json index 45c96608..dd3eb3bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "all-contributors-cli", - "version": "6.26.1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "all-contributors-cli", - "version": "6.26.1", + "version": "7.0.0", "license": "MIT", "dependencies": { "eta": "^4.5.1", diff --git a/package.json b/package.json index 5fc1c6fb..1e0cf784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-contributors-cli", - "version": "6.26.1", + "version": "7.0.0", "description": "Tool to easily add recognition for new contributors", "bin": { "all-contributors": "dist/cli.js"