fix(deps): update dependency ow to ^0.19.0 #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.10.0
->^0.19.0
Release Notes
sindresorhus/ow
v0.19.0
Compare Source
06b98a5
v0.18.0
Compare Source
Improvements
57a1f5b
Fixes
ow.object.valuesOfType()
(#185)b3c5fbd
v0.17.0
Compare Source
ArrayBufferPredicate
,DataViewPredicate
,TypedArrayPredicate
(#173)f010b90
v0.16.0
Compare Source
Breaking
5568d9f
Enhancements
ArgumentError
952390a
ow.any
withow.array.ofType
ec59a5c
Fixes
0c0f64b
v0.15.1
Compare Source
dev-only
file in the package64ab6b8
v0.15.0
Compare Source
not
messages (#130)5b74b14
a58814c
v0.14.0
Compare Source
Breaking
25be9db
Enhancements
acc5c9b
Note: If you intend on using
ow
for development purposes only, userequire('ow/dev-only')
instead of the usualimport 'ow'
, and run the bundler withNODE_ENV
set toproduction
(e.g.$ NODE_ENV="production" parcel build index.js
). This will makeow
automatically export a shim when running in production, which should result in a significantly lower bundle size.v0.13.2
Compare Source
3846bb2
v0.13.1
Compare Source
Fixes:
3d19c6b
v0.13.0
Compare Source
Enhancements:
702c283
string.url
predicate (#140)0a0972c
number.oneOf
predicate (#132)e4d581e
3c42d59
Fixes:
exactShape
predicate (#142)5421063
e697ccd
v0.12.0
Compare Source
87e4ec2
8d04298
v0.11.1
Compare Source
3de78ad
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.
We chose to only allow
undefined
and notnull
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.