unassert-js / unassert

Encourages programming with assertions by providing tools to compile them away.
MIT License
192 stars 13 forks source link

Dependency updates #15

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 5 years ago

Updates to more recent call-matcher and espurify versions, which don't depend on the big core-js library.

Also updates acorn to the most recent version, which still works on all the same Node.js versions as previously.

goto-bus-stop commented 4 years ago

@twada do you have a moment to merge/release this? there are no breaking changes to the unassert API in these updates.

falsandtru commented 4 years ago

@goto-bus-stop You should talk @twada on Twitter when he don't respond. I sometimes did so to make him notice a PR.

twada commented 4 years ago

@goto-bus-stop @falsandtru Thank you for pinging me and sorry for my late response. I'll go ahead tomorrow (in JST).

twada commented 4 years ago

@goto-bus-stop Thank you! Now merged and will be released within a day.

goto-bus-stop commented 4 years ago

Thank you :revolving_hearts:

twada commented 4 years ago

Released as 1.6.0. Thanks!