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

Update dependency ow to v1 #74

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

Update dependency ow to v1 #74

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ow 0.13.2 -> 1.1.1 age adoption passing confidence

Release Notes

sindresorhus/ow (ow)

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.0

Compare Source

Breaking
Improvements
Fixes
  • Throw the correct error when second argument to ow is undefined (#​239) 147b479
  • Fix ow.number message when NaN is encountered (#​232) 8b6a208

v0.28.2

Compare Source

  • Backport: Reduce dependency tree efe9efd

v0.28.1

Compare Source

  • Fix input type on some methods and add AssertingValidator (#​224) 4d3b55f

v0.28.0

Compare Source

v0.27.0

Compare Source

  • Remove unnecessary stack reference for ow.array.ofType (#​216) a87c6f0

v0.26.0

Compare Source

  • Avoid stack inference for set, map, and object validators (#​214) 4aeaf1c

v0.25.0

Compare Source

v0.24.1

Compare Source

v0.24.0

Compare Source

Breaking
Improvements

v0.23.1

Compare Source

  • Fix ow.object to return ArgumentError when null or undefined is passed (#​211) 2ad149b

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare Source

v0.20.0

Compare Source

Breaking

CommonJS users needs to change their import:

-const ow = require('ow')
+const {default: ow} = require('ow')
Improvements
  • Stop bundling e48b550
    This fixes a lot of issues. See the commit.

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

Dependency update (patch)
@renovate renovate bot force-pushed the renovate/ow-1.x branch from 2ef1772 to 84250c7 Compare March 17, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants