Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^0.19.0
^0.21.0
: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.
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
This PR contains the following updates:
^0.19.0
->^0.21.0
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.