kuy / redux-tower

Saga powered routing engine for Redux app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of testdouble is breaking the build 🚨

greenkeeper opened this issue Β· comments

The devDependency testdouble was updated from 3.8.1 to 3.8.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

testdouble is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 15 commits.

  • a6e4103 3.8.2
  • 7b222ae Merge pull request #386 from testdouble/upgrade-things
  • 1e77fb1 upgrade example deps
  • 25cf41e upgrade deps
  • 20785c7 clear stupid jasmine warnings
  • 5659f33 standard --fix
  • 3e03d23 upgrade everything
  • 1bbf695 Merge pull request #369 from jackjennings/patch-1
  • 952d852 Fix method name typo in README example
  • a9216e3 Adding an AKA td.js b/c our google rank for "td.js" is bad
  • feefad2 Merge pull request #366 from testdouble/update-deps
  • 61d88a3 fix new ts compilation error
  • 2f9125b upgrade devDep on self
  • 8f6c030 attempt to upgrade everything
  • eeed518 Update changelog

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 3.8.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency testdouble was updated from 3.8.2 to 3.9.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 55b5a62 Changelog for 3.9.0
  • 7dacd47 3.9.0
  • d057fae Merge pull request #393 from testdouble/377-on-reset-hook
  • c346414 Add onReset hook.
  • cbd68ad Merge pull request #392 from lpmi-13/typofix
  • 18f7804 fix simple typos
  • 799899e Merge pull request #385 from pke/feature/add-ava-example
  • 53f51f6 fix: Add node-ava example to CI
  • 5aa539a feat: Add ava tests examples

See the full diff

  • The devDependency testdouble was updated from 3.9.0 to 3.9.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 0a3670b Changelog for 3.9.1
  • 2f60d9e 3.9.1
  • 2c1e994 Merge pull request #396 from lisamai/lh/update-typescript-types
  • 85c78b6 Set version for npm-run-all to at least 4.1.5 for patched version and minimize lockfile changes
  • 908f9c2 Add type information for imitation to the exported typings file

See the full diff

  • The devDependency testdouble was updated from 3.9.1 to 3.9.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • ebae1cc Changelog for 3.9.2
  • 6db2bc0 3.9.2
  • a6770e8 new lock
  • bf27f90 Merge pull request #400 from lgandecki/issue/356-types
  • 7f30fa2 allow for creating testdoubles using interface only

See the full diff

  • The devDependency testdouble was updated from 3.9.2 to 3.9.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 13 commits.

  • efa931b Changelog for 3.9.3
  • a4ddffd 3.9.3
  • d5e6ea3 Merge pull request #401 from lgandecki/typescriptUsageDocs
  • b3e23e6 removed the link to the removed part of the documentation
  • 0b040a1 shortened the documentation for typescript
  • fe35830 fixed typo
  • 8977124 fix typo
  • 4acece6 fix typo
  • 69b3780 changed the name of abstract class to avoid confusion
  • 25e3c53 only one option for classes after all..
  • f94f4b2 fix the error message
  • 98fdb01 improved language, added the DI thinking with an example
  • 83435fb docs and updated types

See the full diff

  • The devDependency testdouble was updated from 3.9.3 to 3.10.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 22 commits.

  • c757496 Changelog for 3.10.0
  • cd9cdc2 3.10.0
  • 99ee692 update doc
  • 26fe0b4 Print the children of test doubles
  • e38fa86 fix standard
  • 972c7be Change td.explain() to return a deep explainy clone
  • 928be93 user theredoc on the heredocs
  • 8e6ee1b reduce indirection, update names
  • 2880fdb standard --fix
  • a85dffe Merge branch 'explain-object' of git://github.com/robwold/testdouble.js into robwold-explain-object
  • 3b8d4ea Merge pull request #405 from testdouble/chore/remove-map-dependency
  • c12cda4 Remove unnecessary dependency on es6-map.
  • 5a1d9f3 Merge pull request #404 from jasonmit/patch-1
  • cee2aa0 doc: Point to nested testdouble-qunit package
  • dc01a73 docs: Correct broken link to testdouble-qunit

There are 22 commits in total.

See the full diff

  • The devDependency testdouble was updated from 3.10.0 to 3.11.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • ecbe9ec 3.11.0
  • 5ed8fc7 update npm, churned lockfile
  • f46f900 extract proxy-safe clone wrapper
  • 738f5a5 refactored into much more transparent solution
  • 247b673 have the deep nested proxy work with explain
  • d7418d9 corrected test for clarity
  • 3bbed08 Add a failing test to explain td.explain() problem
  • 465307c Upgrade typescript dependencies to get standard πŸ‘Œ
  • e464491 take a stab at a TS test for proxy
  • 6ef9db2 Extract proxy to its own file
  • dff624b Remove unnecessary obj consts.
  • c10552b Merge branch 'deeplyNestedProxyObjects' of git://github.com/lgandecki/testdouble.js into lgandecki-deeplyNestedProxyObjects
  • 20df4fe added test that verifies the proper reset behavior, removed unnecessary mocks scratchpad
  • c59e4fd allow for deeply nested test double objects

See the full diff

  • The devDependency testdouble was updated from 3.11.0 to 3.12.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • e7a1561 3.12.0
  • d1234ca Merge pull request #417 from testdouble/mutable-verify
  • e8ad91e Now that we cloneArgs, use those to explain calls
  • 791aff2 Add cloneArgs option for when/verify mutations
  • ca45250 update changelog

See the full diff

  • The devDependency testdouble was updated from 3.12.0 to 3.12.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 06d6bb6 3.12.1
  • 0aa4cfe Merge pull request #421 from bannmoore/issue-370/object-returns-object
  • 037d5ce fix: Update createTestDoublesForFunctionNames to return an object, not an array.

See the full diff