Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ow to ^0.19.0 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 12, 2019

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/ow

v0.19.0

Compare Source

  • Allow potentially undefined functions to be checked (#​184) 06b98a5

v0.18.0

Compare Source

Improvements
Fixes
  • Fix for static type error for ow.object.valuesOfType() (#​185) b3c5fbd

v0.17.0

Compare Source

  • Add ArrayBufferPredicate, DataViewPredicate, TypedArrayPredicate (#​173) f010b90

v0.16.0

Compare Source

Breaking
Enhancements
  • Export ArgumentError 952390a
  • Allow using ow.any with ow.array.ofType ec59a5c
Fixes
  • Fix usage in the browser when using Webpack 0c0f64b

v0.15.1

Compare Source

  • Include the dev-only file in the package 64ab6b8

v0.15.0

Compare Source

v0.14.0

Compare Source

Breaking
Enhancements
  • Export shim if running on browser in production (#​129) acc5c9b
    Note: If you intend on using ow for development purposes only, use require('ow/dev-only') instead of the usual import 'ow', and run the bundler with NODE_ENV set to production (e.g. $ NODE_ENV="production" parcel build index.js). This will make ow automatically export a shim when running in production, which should result in a significantly lower bundle size.

v0.13.2

Compare Source

v0.13.1

Compare Source

Fixes:

  • Fix type definition directory in package.json 3d19c6b

v0.13.0

Compare Source

Enhancements:

Fixes:

v0.12.0

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

Add support for optional predicates (#​124) 44272ab 🎉

This means you can now validate the input if it exists and ignore it if it doesn't.

// This passes
ow(2, ow.optional.number);

// This passes too
ow(undefined, ow.optional.number);

// This fails
ow(true, ow.optional.number);

We chose to only allow undefined and not null as that's how default parameters work too.


Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.12.0 fix(deps): update dependency ow to ^0.13.0 May 12, 2019
@renovate renovate bot force-pushed the renovate/ow-0.x branch from fa1121f to 429830a Compare May 12, 2019 10:07
@renovate renovate bot force-pushed the renovate/ow-0.x branch from 429830a to 62d52a8 Compare November 11, 2019 05:00
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.13.0 fix(deps): update dependency ow to ^0.14.0 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/ow-0.x branch from 62d52a8 to 0eeb70c Compare November 21, 2019 11:34
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.14.0 fix(deps): update dependency ow to ^0.15.0 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/ow-0.x branch from 0eeb70c to 2bac0df Compare February 16, 2020 17:57
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.15.0 fix(deps): update dependency ow to ^0.16.0 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/ow-0.x branch from 2bac0df to 644fa0b Compare March 14, 2020 21:59
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.16.0 fix(deps): update dependency ow to ^0.17.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/ow-0.x branch from 644fa0b to cf0aef8 Compare October 27, 2020 08:50
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.17.0 fix(deps): update dependency ow to ^0.18.0 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/ow-0.x branch from cf0aef8 to 03290c9 Compare November 27, 2020 06:51
@renovate renovate bot changed the title fix(deps): update dependency ow to ^0.18.0 fix(deps): update dependency ow to ^0.19.0 Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant