Skip to content

Commit

Permalink
Chore: Update devDependencies (non-major) (major) (#68)
Browse files Browse the repository at this point in the history
* Chore: Update devDependencies (non-major)

| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| npm        | @commitlint/cli             | 13.2.1 | 16.1.0 |
| npm        | @commitlint/lint            | 13.2.0 | 16.0.0 |
| npm        | @semantic-release/changelog | 5.0.1  | 6.0.1  |
| npm        | @semantic-release/git       | 9.0.1  | 10.0.1 |
| npm        | ava                         | 3.15.0 | 4.0.1  |
| npm        | chalk                       | 4.1.2  | 5.0.0  |
| npm        | danger                      | 10.9.0 | 11.0.2 |
| npm        | eslint                      | 7.32.0 | 8.8.0  |
| npm        | eslint-plugin-mocha         | 9.0.0  | 10.0.3 |
| npm        | eslint-plugin-promise       | 5.2.0  | 6.0.0  |
| npm        | eslint-plugin-unicorn       | 36.0.0 | 40.1.0 |

* Chore: drop chalk from devDependencies

* Chore: cjs in ava config

* Chore: fixes lint

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Dmytro Pustovit <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2022
1 parent acde82f commit a46a805
Show file tree
Hide file tree
Showing 13 changed files with 1,052 additions and 23,077 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
!.dangerfile.js
!.dangerfile.js
ava.config.js
2 changes: 1 addition & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
'files' : [
'examples/blog/*test.js'
],
Expand Down
Loading

0 comments on commit a46a805

Please sign in to comment.