Viktor Varland

Results 79 comments of Viktor Varland

I'm importing from `@commitlint/format` and I have the same problem. The [docs for @commitlint/format](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/format#example) are no longer correct. ## Test code for `@commitlint/format`: ```js const format = require('@commitlint/format') console.log('format', typeof...

@marionebl thanks for your response, and effort in fixing it. 👍

Hi @marionebl This is broken again in **8.0.0** with no mention in the [changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#800). ```js const format = require('@commitlint/format') console.log(format) /* result => { __esModule: true, default: [Function: format], format:...

Implementation looks good to me, and the `appVersion` prop makes sense as well.

Rolling out to **ui-widgets**: https://github.com/dhis2/ui-widgets/commit/2d66eaf386a288ae2c1e34ea8850ea6f11547e74

I've disabled the required reviews check for dhis2/ui-widgets and dhis2/cli-style to allow Dependabot to automatically merge some PRs. We should still wait until we have approving reviews before merging, so...

I have been [monitoring the Dependabot activity](https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+archived%3Afalse+org%3Adhis2+author%3Aapp%2Fdependabot-preview) and have it as part of my weekly routine to tackle dependency updates to ensure that we keep things up-to-date. Either this needs...

Ideally we'd have good enough checks that we ultimately trust them before auto-merging. My experience (so far) based on validating and merging hundreds of these dependency upgrades over the course...

# Update - [App Hub](https://github.com/dhis2/app-hub) now automatically merges minor and patch updates to all dependencies. It merges into `next` which is the staging branch for testing before production. So far...

Combined with the functionality semantic-release gives us to publish to dist-tags (covered in #72), we can automatically merge pretty much all minor and patch updates and use the flow of...