hegemonic / jsdoc-baseline

An experimental, extensible template for JSDoc.
Other
61 stars 32 forks source link

fix(deps): update dependency ow to ^0.21.0 - autoclosed #207

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ow ^0.19.0 -> ^0.21.0 age adoption passing confidence

Release Notes

sindresorhus/ow ### [`v0.21.0`](https://togithub.com/sindresorhus/ow/releases/v0.21.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.20.0...v0.21.0) - Add TypeScript `asserts` annotations ([#​194](https://togithub.com/sindresorhus/ow/issues/194)) [`66a4228`](https://togithub.com/sindresorhus/ow/commit/66a4228) ### [`v0.20.0`](https://togithub.com/sindresorhus/ow/releases/v0.20.0) [Compare Source](https://togithub.com/sindresorhus/ow/compare/v0.19.0...v0.20.0) ##### Breaking CommonJS users needs to change their import: ```diff -const ow = require('ow') +const {default: ow} = require('ow') ``` ##### Improvements - Stop bundling [`e48b550`](https://togithub.com/sindresorhus/ow/commit/e48b550) This fixes a lot of issues. See the commit.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.