chore: Update commitlint/cli from 7.3.2 to 8.1.0#288
Conversation
| url: `${site.siteMetadata.siteUrlNoSlash}/${ | ||
| edge.node.fields.slug | ||
| }`, | ||
| url: `${site.siteMetadata.siteUrlNoSlash}/${edge.node.fields.slug}`, |
|
This eliminates npm audit complaints about commitlint dependencies.
Wow, I'm really good at forgetting use Fixed. Force pushed. |
|
There are a hell lot of problems with yarn to work as fine with Node {x} |
Codecov Report
@@ Coverage Diff @@
## master #288 +/- ##
=========================================
Coverage ? 39.92%
=========================================
Files ? 22
Lines ? 273
Branches ? 61
=========================================
Hits ? 109
Misses ? 163
Partials ? 1Continue to review full report at Codecov.
|
Seems to work fine for me as long as I remember to use it and not |
This eliminates npm audit complaints about commitlint dependencies.
Description
This eliminates npm audit complaints about commitlint dependencies.
Related Issues