-
Notifications
You must be signed in to change notification settings - Fork 929
Comparing changes
Open a pull request
base repository: conventional-changelog/commitlint
base: 3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b
head repository: conventional-changelog/commitlint
compare: 71f0194f33943954a8dac1c458be47e5049717cd
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b131a18 - Browse repository at this point
Copy the full SHA b131a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6bf9a - Browse repository at this point
Copy the full SHA 5d6bf9aView commit details -
docs: use latest node in travis guide (#871)
The original Travis config does not use high enough version of node so the commitlint does not work. Updated docs accordingly
Configuration menu - View commit details
-
Copy full SHA for 02b5899 - Browse repository at this point
Copy the full SHA 02b5899View commit details -
Configuration menu - View commit details
-
Copy full SHA for aabc549 - Browse repository at this point
Copy the full SHA aabc549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e9cde - Browse repository at this point
Copy the full SHA 09e9cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b39e1ad - Browse repository at this point
Copy the full SHA b39e1adView commit details
Commits on Jan 26, 2020
-
refactor: upgrade babel from 6 to 7 (#886)
* feat: upgrade babel from 6 to 7 corejs@2 is deprecated * fix: add promise.finally * fix: rollback mistaken execa upgrade * chore: update rule names (import) * test: remove unnecessary arrow function * chore: remove unnecessary `/index` * chore: remove some leftovers from merge conflict * test: drop unnecessary notThrowsAsync * Revert "test: drop unnecessary notThrowsAsync" This reverts commit eba4002. * fix: drop some trash files after merge
Configuration menu - View commit details
-
Copy full SHA for 2549f79 - Browse repository at this point
Copy the full SHA 2549f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b111e8f - Browse repository at this point
Copy the full SHA b111e8fView commit details -
test: run jest in band on circle ci (#905)
This prevents ts-jest to flood the memory, making it horrible slow and often failing without memory
Configuration menu - View commit details
-
Copy full SHA for 10556ec - Browse repository at this point
Copy the full SHA 10556ecView commit details -
refactor(rules): port rules to typescript (#785)
* refactor(ensure): expose target case type for rules * refactor(rules): rewrite all rules and tests to typescript * refactor(rules): refactor indentation and readability for case rules * test(rules): ignore types file and use ts extension * test(rules): import non-typed preset with require * chore: remove javascript rules pattern from jest * fix(rules): export rule types for implementing packages
Configuration menu - View commit details
-
Copy full SHA for 4cd2208 - Browse repository at this point
Copy the full SHA 4cd2208View commit details -
test(rules): migrate read tests from ava to jest (#904)
Co-authored-by: Cedric van Putten <me@bycedric.com>
Configuration menu - View commit details
-
Copy full SHA for b01152d - Browse repository at this point
Copy the full SHA b01152dView commit details -
refactor(test): port test utils to typescript (#906)
* chore: refactor test utils to typescript * test: fix new unit test after rebase * chore: apply changes from review * chore: restore launch.json
Configuration menu - View commit details
-
Copy full SHA for bc548de - Browse repository at this point
Copy the full SHA bc548deView commit details -
test(cli): migrates tests from ava to jest (#907)
* test(cli): migrates tests from ava to jest * test: fix stdout -> stderr * test(cli): update comments * chore: change main to index.js and update types
Configuration menu - View commit details
-
Copy full SHA for afb2105 - Browse repository at this point
Copy the full SHA afb2105View commit details -
Configuration menu - View commit details
-
Copy full SHA for b512ac7 - Browse repository at this point
Copy the full SHA b512ac7View commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ddb5670 - Browse repository at this point
Copy the full SHA ddb5670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4889cee - Browse repository at this point
Copy the full SHA 4889ceeView commit details -
test(travis-cli): migrate tests from ava to jest (#910)
* test(travis-cli): migrate tests from ava to jest * test(travis-cli): remove redundant tests * test(travis-cli): fix and enable mocked tests * test(travis-cli): restore some original code Co-authored-by: Cedric van Putten <me@bycedric.com>
Configuration menu - View commit details
-
Copy full SHA for f3af938 - Browse repository at this point
Copy the full SHA f3af938View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fac8171 - Browse repository at this point
Copy the full SHA fac8171View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ee5eac9 - Browse repository at this point
Copy the full SHA ee5eac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff11998 - Browse repository at this point
Copy the full SHA ff11998View commit details -
Configuration menu - View commit details
-
Copy full SHA for a474224 - Browse repository at this point
Copy the full SHA a474224View commit details -
refactor: port load to typescript (#786)
* refactor: port load to typescript [wip] * refactor: port load to typescript [wip] * refactor(load): finish port to typescript * fix(cli): unpack load from default when importing * refactor(load): beef up typings * fix(load): repair botched merge * test: port load tests from ava to jest Co-authored-by: Armano <armano2@users.noreply.github.com> * fix: propagate tightened types * refactor: move out helper functions * test: match prompt-cli tests correctly * fix: add missing dependency on @commitlint/rules * fix: add missing reference * fix: add missing references Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com> Co-authored-by: Armano <armano2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac71331 - Browse repository at this point
Copy the full SHA ac71331View commit details -
refactor: port read to ts (#922)
* refactor: port read to typescript * fix: use @types/git-raw-commits * fix: adapt to latest master * refactor: unnest getEditFilePath * style: apply autoformatting
Configuration menu - View commit details
-
Copy full SHA for f0dd45d - Browse repository at this point
Copy the full SHA f0dd45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece5efd - Browse repository at this point
Copy the full SHA ece5efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039eb60 - Browse repository at this point
Copy the full SHA 039eb60View commit details -
chore: update dependency @types/node to v12.12.26 (#841)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1bab4dd - Browse repository at this point
Copy the full SHA 1bab4ddView commit details -
chore: update dependency @types/jest to v24.9.1 (#842)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2f641a - Browse repository at this point
Copy the full SHA d2f641aView commit details -
chore: update dependency @types/jest to v25 (#926)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ddc35c - Browse repository at this point
Copy the full SHA 5ddc35cView commit details -
chore: update dependency cosmiconfig to v6 (#845)
* chore: update dependency cosmiconfig to v6 * fix: adapt to cosmiconfig@6 changes Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com> Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf31293 - Browse repository at this point
Copy the full SHA cf31293View commit details -
chore: update dependency typescript to v3.7.5 (#849)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e30112 - Browse repository at this point
Copy the full SHA 3e30112View commit details -
chore: update dependency @types/lodash to v4.14.149 (#850)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d74b40b - Browse repository at this point
Copy the full SHA d74b40bView commit details -
chore: update dependency lerna to v3.20.2 (#851)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8502124 - Browse repository at this point
Copy the full SHA 8502124View commit details -
chore: update dependency conventional-changelog-conventionalcommits t…
…o v4.2.3 (#854) Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb9f851 - Browse repository at this point
Copy the full SHA fb9f851View commit details -
chore: update dependency conventional-changelog-angular to v5.0.6 (#855)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3476234 - Browse repository at this point
Copy the full SHA 3476234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056c6fe - Browse repository at this point
Copy the full SHA 056c6feView commit details -
chore: update dependency semver to v7 (#877)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bc32da - Browse repository at this point
Copy the full SHA 2bc32daView commit details
Commits on Feb 4, 2020
-
chore: update dependency jest to v25 (#929)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a26f83c - Browse repository at this point
Copy the full SHA a26f83cView commit details -
chore: update dependency ts-jest to v25 (#931)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com> Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f9960b6 - Browse repository at this point
Copy the full SHA f9960b6View commit details -
chore: update dependency chalk to v3 (#853)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bdd3bb3 - Browse repository at this point
Copy the full SHA bdd3bb3View commit details -
chore: update dependency globby to v10.0.2 (#892)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3ab989 - Browse repository at this point
Copy the full SHA f3ab989View commit details -
chore: use frozen lockfile to fail build if an update is needed (#920)
* test: add ci step to verify if lockfile is valid * chore: remove git diff
Configuration menu - View commit details
-
Copy full SHA for 5c0f1c0 - Browse repository at this point
Copy the full SHA 5c0f1c0View commit details -
chore: update dependency husky to v4 (#894)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10c250e - Browse repository at this point
Copy the full SHA 10c250eView commit details -
fix: #840 add caret to lodash versions (#843)
Co-authored-by: Mario Nebl <marionebl@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ffc0bac - Browse repository at this point
Copy the full SHA ffc0bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7008ff - Browse repository at this point
Copy the full SHA a7008ffView commit details -
test(config-lerna-scopes): migrate ava tests to jest (#914)
* test(config-lerna-scopes): migrate ava tests to jest * test(config-lerna-scopes): fix timeout * test: remove ava from dependencies * test(config-lerna-scopes): increase timeout to 60sec
Configuration menu - View commit details
-
Copy full SHA for 35e1707 - Browse repository at this point
Copy the full SHA 35e1707View commit details -
chore: update dependency cross-env to v7 (#928)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1fdb76 - Browse repository at this point
Copy the full SHA a1fdb76View commit details -
chore: update dependency globby to v11 (#893)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eaf6ba2 - Browse repository at this point
Copy the full SHA eaf6ba2View commit details -
chore: update dependency lint-staged to v10 (#930)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3956489 - Browse repository at this point
Copy the full SHA 3956489View commit details -
chore: update dependency lerna to ^3.20.2 (#936)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6b86efe - Browse repository at this point
Copy the full SHA 6b86efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a296d81 - Browse repository at this point
Copy the full SHA a296d81View commit details
There are no files selected for viewing