GithubHelp home page GithubHelp logo

Comments (6)

greenkeeper avatar greenkeeper commented on May 29, 2024

After pinning to 4.10.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

from is-equal.

greenkeeper avatar greenkeeper commented on May 29, 2024
  • The devDependency tape was updated from 4.11.0 to 4.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 9 commits.

  • 42c84d6 v4.12.0
  • 3e0a341 [Deps] update is-regex, string.prototype.trim
  • ba7e2b2 [Dev Deps] update eslint
  • f3a5925 [Tests] use shared travis-ci configs
  • 6e94800 [Deps] update deep-equal, glob, object-inspect, resolve, string.prototype.trim
  • 8150c3b [Refactor] use is-regex instead of instanceof RegExp
  • 24487cb add tap-nyc to pretty-reporters
  • c283615 [New] when the error type is wrong, show the message and stack
  • 44cbbf5 [Tests] add a test for the wrong kind of error

See the full diff

from is-equal.

greenkeeper avatar greenkeeper commented on May 29, 2024
  • The devDependency tape was updated from 4.12.0 to 4.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 13 commits.

  • 25bcbc6 v4.12.1
  • 9094271 [Fix] error stack file path can contain parens/spaces
  • b765bba [Deps] update resolve
  • 949781f [Dev Deps] update eslint
  • 42c84d6 v4.12.0
  • 3e0a341 [Deps] update is-regex, string.prototype.trim
  • ba7e2b2 [Dev Deps] update eslint
  • f3a5925 [Tests] use shared travis-ci configs
  • 6e94800 [Deps] update deep-equal, glob, object-inspect, resolve, string.prototype.trim
  • 8150c3b [Refactor] use is-regex instead of instanceof RegExp
  • 24487cb add tap-nyc to pretty-reporters
  • c283615 [New] when the error type is wrong, show the message and stack
  • 44cbbf5 [Tests] add a test for the wrong kind of error

See the full diff

from is-equal.

greenkeeper avatar greenkeeper commented on May 29, 2024
  • The devDependency tape was updated from 5.0.0-next.4 to 5.0.0-next.5.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 77 commits.

  • 5a8034d v5.0.0-next.5
  • 10b8d7a Merge branch '4.x'
  • 2914a7b v4.13.2
  • 0cee8c5 [patch] Print name of test that didnt end
  • c4119c2 [patch] Print name of test that didnt end (#498)
  • 98b2695 [Tests] sync new test cases from master
  • d686aa2 [eslint] enable quotes rule
  • 1ab6bdb [eslint] enable quotes rule
  • d26c6a0 [Breaking] only looseEqual/`deepEqual, and their inverses, are now non-strict.
  • 24240e2 [Breaking] make equality functions consistent:
  • 8f85337 [Breaking] equal: use ==, not ===, to match assert.equal
  • 4526b39 [Tests] add tests for edge cases and numerics
  • 398503c [Deps] update resolve
  • e6b6f11 [Refactor] remove unused code
  • f6812f3 [Breaking] strictEqual: bring -0/0, and NaN into line with assert

There are 77 commits in total.

See the full diff

from is-equal.

greenkeeper avatar greenkeeper commented on May 29, 2024
  • The devDependency tape was updated from 5.0.0-next.5 to 5.0.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 85 commits.

  • cd81a40 v5.0.0
  • 3bb97f1 [Breaking] remove full "lib" export; replace with explicit exports
  • d021e9d [examples] add ecstatic
  • 5b9c442 [readme] Add link to tape-player (in-process reporter)
  • f24491d [Dev Deps] update falafel
  • 6fd0691 [Deps] update deep-equal, minimist, object-is, resolve
  • f5d0899 [Docs] add an optional emoji version for tap-spec consumer
  • 8ba3668 [Tests] Fix simple typo, placehodler -> placeholder
  • 5a8034d v5.0.0-next.5
  • 10b8d7a Merge branch '4.x'
  • 2914a7b v4.13.2
  • 0cee8c5 [patch] Print name of test that didnt end
  • c4119c2 [patch] Print name of test that didnt end (#498)
  • 98b2695 [Tests] sync new test cases from master
  • d686aa2 [eslint] enable quotes rule

There are 85 commits in total.

See the full diff

from is-equal.

greenkeeper avatar greenkeeper commented on May 29, 2024
  • The devDependency tape was updated from 5.0.0 to 5.0.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 101 commits.

  • ce9a282 v5.0.1
  • b7af113 Merge tag 'v4.13.3'
  • a861230 v4.13.3
  • 9676a21 [Dev Deps] update eslint, falafel, js-yaml
  • 8887189 [Deps] update minimist, resolve
  • fb94836 [Fix] createStream: result payload is not always an object
  • 582fe00 [Fix] createStream: result payload is not always an object (#519)
  • c421eb3 [Dev Deps] update eslint
  • 751e592 [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516)
  • 470e43b [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
  • 33712e2 [readme] add tape-repeater (#511)
  • 0b5804d [readme] add tape-repeater
  • cd81a40 v5.0.0
  • 3bb97f1 [Breaking] remove full "lib" export; replace with explicit exports
  • 9b87675 [examples] add ecstatic

There are 101 commits in total.

See the full diff

from is-equal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.