Skip to content

Commit 7591555

Browse files
build(deps-dev): bump @commitlint/load from 18.6.1 to 20.1.0 (#196)
* build(deps-dev): bump @commitlint/load from 18.6.1 to 20.1.0 Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) from 18.6.1 to 20.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.1.0/@commitlint/load) --- updated-dependencies: - dependency-name: "@commitlint/load" dependency-version: 20.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ci: use mjs extension * ci: replace require with import --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ali Ince <[email protected]>
1 parent 53c2cf0 commit 7591555

File tree

3 files changed

+338
-989
lines changed

3 files changed

+338
-989
lines changed

dangerfile.js renamed to dangerfile.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
const {markdown, danger, fail, warn, schedule} = require('danger');
2-
const load = require('@commitlint/load').default;
3-
const lint = require('@commitlint/lint').default;
1+
import load from '@commitlint/load';
2+
import lint from '@commitlint/lint';
43

54
const minPRDescriptionLength = 10;
65

0 commit comments

Comments
 (0)