Undistraction / folktale-validations

Validators and related utils for working with Folktale's Validation.
MIT License
7 stars 3 forks source link

Update deep-eql to the latest version 🚀 #40

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency deep-eql was updated from 3.0.1 to 4.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v4.0.0

<a name"4.0.0">

4.0.0 (2018-10-15)

Features

Breaking Changes

  • As described in GH Issue #58, the previous change
    to the error comparison algorithm isn't compatible with IE and
    Safari due to those browsers adding extra enumerable properties
    onto Error objects. This commit causes Error objects to only
    include their name, message, and code properties in the
    comparison, regardless of enumerability.
    (50f229d5)

  • This commit drops support for versions of Node
    that are no longer maintained.

  • feat: change error comparison algorithm

BREAKING CHANGE: Previously, Error objects were compared using
strict equality. This commit causes Error objects to be compared
using deep equality instead, but treats them as a special case by
including their name and message properties in the comparison,
regardless of enumerability.

(62e2d514)

Commits

The new version differs by 6 commits.

  • fa5c604 chore: roll npm token
  • 0b65dec build: add npmrc before whoami
  • 0bf0b38 build: output npm username during build
  • 9b90abf chore: roll travis secure keys
  • 50f229d feat: change error comparison algorithm again (#59)
  • 62e2d51 feat: change error comparison algorithm (#57)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #40   +/-   ##
======================================
  Coverage    99.6%   99.6%           
======================================
  Files          61      61           
  Lines         510     510           
======================================
  Hits          508     508           
  Misses          2       2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a177cde...075d0c2. Read the comment docs.