Commit graph

81 commits

Author SHA1 Message Date
Josh Goldberg ✨
e0a5312dc5
feat: use Prettier to write config file, if possible (#356) 2023-05-28 23:30:15 +01:00
Maximilian Berkmann
0b9706252c
chore(deps): bump dependencies and devDeps (#298)
Bump dependencies that seems to have been missed by greenkeeper

Co-authored-by: Angel Aviel Domaoan <13580338+tenshiAMD@users.noreply.github.com>
2022-09-07 08:24:11 +00:00
G r e y
4be9bffe31
chore(deps): CVE-2021-23337 in inquirer->lodash (#303)
Resolves: #302
2021-05-14 20:06:40 +01:00
Jeroen Claassens
74f3b710a6
refactor: move from "request" to "node fetch" (#277)
* feat: migrate from request to node-fetch

* docs(readme): add favna for all contributors

* fix: forgot to refactor this one

* style(gitlab): fixed formatting issues

Co-authored-by: Berkmann18 <maxieberkmann@gmail.com>
2020-08-14 10:21:34 +01:00
Maximilian Berkmann
e48419c1db
chore(dep): bumped json-fixer to 1.5.1 (#270)
I introduced bug and security fixes (and minor improvements) and I think it would be worthwhile for
this package to use a more up-to-date version.
2020-06-28 09:05:21 -07:00
greenkeeper[bot]
e73693827d
chore(package): update kcd-scripts to version 6.2.0 (#263)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-06-27 20:36:20 +01:00
greenkeeper[bot]
649f6ceebc
chore(package): update semantic-release to version 17.0.8 (#262)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-05-24 21:30:48 +01:00
greenkeeper[bot]
e987eb01a3
chore(package): update cz-conventional-changelog to version 3.0.0 (#198)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 02:10:15 +01:00
greenkeeper[bot]
33e1a435d3
chore(package): update semantic-release to version 16.0.0 (#242)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 02:04:08 +01:00
greenkeeper[bot]
b5d85de2f5
chore(package): update git-cz to version 4.1.0 (#243)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 01:59:38 +01:00
greenkeeper[bot]
9a6cf19819
chore(package): update kcd-scripts to version 5.0.0 (#246)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-05-24 00:07:21 +01:00
greenkeeper[bot]
fe76178168
fix(package): update chalk to version 4.0.0 (#253)
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-04-02 14:16:42 +01:00
greenkeeper[bot]
8dd551a3d3
chore(package): update nock to version 12.0.0 (#248) 2020-02-17 09:56:41 +00:00
greenkeeper[bot]
80b1fbd0b0
Update pify to the latest version 🚀 (#247) 2020-02-16 12:21:54 +00:00
greenkeeper[bot]
07099de099 chore(deps): update inquirer to the latest version 🚀 (#245)
* chore(deps): upgrade `json-fixer` and `@babel/runtime`

* chore(package): duplication removed

Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
2020-01-26 19:42:01 +00:00
greenkeeper[bot]
3c124bf1eb Update kcd-scripts to the latest version 🚀 (#244) 2020-01-22 11:39:15 +00:00
greenkeeper[bot]
4f407508cc Update kcd-scripts to the latest version 🚀 (#241) 2020-01-09 01:32:20 +00:00
greenkeeper[bot]
cc2585bfe5 Update inquirer to the latest version 🚀 (#201) 2019-12-17 00:47:52 +00:00
James George
7d83c7cac1 chore: make use of inhouse command recommendation (#228) 2019-11-27 19:49:17 +00:00
greenkeeper[bot]
ed9d84d5d8 Update yargs to the latest version 🚀 (#227) 2019-11-18 00:34:14 +00:00
greenkeeper[bot]
8cb283bee8 Update chalk to the latest version 🚀 (#224) 2019-11-09 11:09:07 +00:00
greenkeeper[bot]
1dccd9fe64 chore(package): update nock to version 11.1.0 (#207) 2019-09-07 14:29:44 +01:00
greenkeeper[bot]
38211bd367 Update yargs to the latest version 🚀 (#199) 2019-08-20 16:36:07 +01:00
greenkeeper[bot]
1c6bdba662 fix(package): update async to version 3.0.1 (#188) 2019-05-27 00:32:00 +01:00
Maximilian Berkmann
ebff1e8b88
feat: added a JSON handler/fixer (#165)
* feat: added a JSON handler/fixer [wip]

Added a module that will check JSON files and give a good level of details for errors while
attempting to fix it

re https://github.com/all-contributors/all-contributors-bot/issues/102

* refactor: consolidated the fix handler

Made the fixer a bit more concise and added the fields to allow for an auto-update of the config
file (if it was changed)

* chore(package): use another `jsonlint`

* refactor(config-file): use `json-fixer`

* chore(package): bump `json-fixer` to 1.3

* chore(package): bumped `json-fixer`
2019-05-20 09:47:51 +01:00
James George
9aa79485c2 feat:suggest matching commands if the user mistypes 🚧 (#181) 2019-05-07 11:42:18 -04:00
greenkeeper[bot]
212e264cd4 chore(package): update git-cz to version 3.0.0 (#177) 2019-04-15 12:15:37 +01:00
greenkeeper[bot]
d7eb838460 chore(package): update git-cz to version 2.0.0 (#174) 2019-03-17 22:40:37 +08:00
greenkeeper[bot]
949d9d2012 chore(package): update kcd-scripts to version 1.0.0 (#172) 2019-03-12 11:35:11 -04:00
greenkeeper[bot]
cc3d0d5bf7 infra(package): update yargs to version 13.1.0 (#167) 2019-02-12 09:18:30 +00:00
Maximilian Berkmann
b0c3376ac4 BREAKING CHANGE: changed generator to an HTML based one (#157)
*BREAKING CHANGE*

* style(generate): changed generator to an HTML based one [WIP]

I added and set the HTML generator for resolving #154 (which works when testing manually but doesn't
when running the cli in dev mode).

fix #154

* refactor(generate): (re)moved files to keep it DRY

* refactor: refactored/updated tests

Update the contributors test (which wasn't already committed somehow) and tweaked the
`format-contribution-type` test.

* docs(readme): removed doctoc

BREAKING CHANGE: (in 2babe26b08) The resulting contributors table is in HTML/CSS instead of being in Markdown.

* refactor(generate): removed the style from the generation

Removed the `<style>` block from the generated HTML code as it's redundant on Github (since it's one
of the non-whitelisted tags). The `README.md` was also updated reflecting the breaking changes.

* refactor(generate): image height and tweaks

Added `height` to images for avatars, quoted some `<table>` attributes and updated `README.md`

* docs: drop TOC
2019-02-06 08:37:09 -10:00
Maximilian Berkmann
720f110298
chore: added commitizen (#143)
* chore(package): added commitizen

I added `git-cz` (commitizen) with the angular adapter (which seems to work)

* docs(readme): added cz badge

Added the badge to indicate the commitizen-friendliness of this repo.

* revert: removed the category changes from another PR

It removes the addition of a maintenance category to keep them separated.
2019-01-17 11:05:09 +00:00
greenkeeper[bot]
a6ae9beac8 infra: update dependencies to enable Greenkeeper 🌴 (#147)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* Update README.md

* Add @babel/runtime dep

* Fix typo
2019-01-17 16:54:41 +08:00
Jake Bolam
8aa15c9ed8
feat: add node api for AllContributors GitHub bot (#135) 2019-01-09 22:37:49 +08:00
Jake Bolam
0f1bc8fa75
don't use travis ci script (#134) 2019-01-07 16:10:17 +08:00
Jake Bolam
071e0f4484
docs: switch org (#130) 2019-01-07 14:38:29 +08:00
Jake Bolam
2ade2d7fd1 ci: fix build runner, ensure jest exits when finished (#125)
* ci: fix build runner, ensure jest exits when async handles open

* contributors add infra
2018-12-28 23:57:08 -07:00
C.Y.Xu
0d1346d04e feat: support Gitlab self hosted instance (#95)
* feat: support Gitlab self hosted instance (#89)

* docs: fix some doc typo

fixes: #89
2018-08-02 16:51:04 -05:00
Kent C. Dodds
482a8ab956
chore: upgrade and migrate tooling stuff (#73)
* codemod

* move files

* install kcd-scripts and set up some stuff

* make everything work

* update md files

* change a few things
2017-11-22 11:09:06 -07:00
Mehdi Achour
88c7a29681 feat: Add check command that compares GitHub contributors with credited ones (#58)
* feat: Add checking functionnality that compares contributors with GH data

* fix(check): Use the info from config file, paginate GH data

* doc(check): Document the new check command

* fix(eslint): Add missing semicolon

* tests: Add tests for utils.check

* fix: Check for code and test only

* refactor: use includes and correct awaits

* refactor: more includes and template literals
2017-11-08 10:09:20 -07:00
tunnckoCore
722cc74410 chore: add script for easier access (#51)
* add "all-contributors" script which uses self

Signed-off-by: tunnckoCore <mameto2011@gmail.com>

* Add @charlike as a contributor

* run itself

Signed-off-by: tunnckoCore <mameto2011@gmail.com>
2017-10-02 18:23:23 -06:00
Jeroen Engels
1305a7cd92 fix: Bump inquirer to v3 and promisify everything (#34)
BREAKING CHANGE: Drop support for Node < v4. This uses native Promises available from Node v4.

* fix: Bump inquirer to v3.0.1. Fixes #33 to improve Windows support.

* refactor: Promisify everything as inquirer uses Promises from 1.0.0 onwards
2017-02-15 22:25:32 +01:00
Kent C. Dodds
1c97ba26b2 chore: semantic-release 2017-01-25 10:20:34 -08:00
Jeroen Engels
806894e04c 3.0.7 2016-10-17 21:15:30 +02:00
Jeroen Engels
bae31e1f47 3.0.6 2016-06-28 11:37:32 +02:00
Ben Briggs
c4d04d00ee Provide a fallback for null display names. (#21)
* Provide a fallback for null display names.

* Check empty strings too.
2016-06-28 11:29:23 +02:00
Jeroen Engels
47c69a381a 3.0.5 2016-06-23 21:01:13 +02:00
Jeroen Engels
cbe4fccd6c 3.0.4 2016-05-11 20:50:48 +02:00
Jeroen Engels
bb950aa003 3.0.3 2016-05-11 20:10:49 +02:00
Jeroen Engels
27f2afed55 3.0.2 2016-05-11 20:10:07 +02:00