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 testdouble to the latest version 🚀 #13

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 20, 2017

Version 3.2.7 of testdouble was just published.

Dependency testdouble
Current Version 3.2.6
Type devDependency

The version 3.2.7 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.

It might be worth looking into these changes and trying to get this project onto the latest version of testdouble.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 48 commits.

  • b568fc0 3.2.7
  • ba5e32b Switch package-relative examples from yarn to npm
  • 97ce780 upgrade some deps
  • 18cf0e2 Merge pull request #311 from testdouble/fix-captors-again
  • 47dcb9a update rewrite with new edge case
  • 847cee8 add documentation [ci skip]
  • bc81a86 Extract logic common to stubs & verifies
  • d00c653 Verify calls afterSatisfaction for matching calls
  • b964276 Stubs call afterSatisfaction hook where necessary
  • fb0d36c Update the captor matcher to use the new hook
  • f733e99 Tack on this extra hook on the __matches prop
  • cc36704 Add failing test from James Talmage
  • f90754b Expand on all the td.replace nuances in the docs
  • 04c902c upgrade to fixed teenytest
  • 9d857d0 Upgrade teenytest

There are 48 commits in total.

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 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.432% when pulling 9865139 on greenkeeper/testdouble-3.2.7 into 5039bc6 on master.

greenkeeper bot added a commit that referenced this pull request Dec 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 26, 2017

Version 3.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 35 commits.

  • e6fbd50 Changelog for 3.3.0
  • 8b0409b 3.3.0
  • 7200eab Merge branch 'lgandecki-lgandecki-containsMatchers'
  • a8cb113 Drop inappropriate condition
  • afb5ddf rename and extract private methods
  • 18aefd4 make contains accept matcher args for any iterable
  • f97989e standard
  • d286d24 Add a test of an array inside an object
  • 5a0f803 add back the removed end of file new line
  • 4e410f6 make tests pass
  • b13c0b0 re-fail test after refactor
  • 7e7b243 refactor - flatten boolean (and use isMatcher)
  • ce74295 Add a couple tests, incl a failing array test
  • b3b4fb8 Call out the matcher feature /reindent tests a bit
  • de57c8d allow using matchers inside contains

There are 35 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 5, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 16, 2018

Version 3.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2018

Version 3.3.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • a4db78d Changelog for 3.3.3
  • b89a6c7 3.3.3
  • f3e6f45 Merge pull request #301 from testdouble/fix-symbol-to-string
  • a9ffe0a Use lodash.map wrapper instead of native [].map
  • a36a89c Symbols must be stringified explicitly
  • 42d9c76 Create RELEASE.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 9, 2018

Version 3.3.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 10, 2018

Version 3.3.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 10, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits ahead by 2, behind by 2.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2018

Version 3.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 6c28034 Changelog for 3.5.0
  • 09d79d1 3.5.0
  • 2026eeb Merge pull request #338 from testdouble/jest-support-for-td-replace
  • 4c8b9d0 Give up a third of a second b/c it keeps failing on node 4 in CI
  • 89243e5 Something went wrong with elasticsearch resolution
  • 3c9ff49 Now that we're linking, do this
  • fd0ade2 standard --fix
  • 1164dea Write a script to run all example projects
  • a191c91 Update jest examples
  • 13bd96f Fix examples now that testdouble-jest master works
  • 0601dff Add awareness of testdouble-jest to td.replace
  • e0dc2fe Give up on fixing the relative dep issue in npm
  • 5e2e80b just rely on the parent via npm's find-up
  • d52e8de Revert "[email protected] workaround"
  • ae4ba91 Link to plugins

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2018

Version 3.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 60 commits.

  • fd5d80e Changelog for 3.5.1
  • 4a0fc17 3.5.1
  • 8cdd52b Oops, meant to wipe this with tslint
  • cca1f7a Merge pull request #343 from testdouble/typescriptify
  • e38543b 1. Compiling down below having classes o well
  • 850e331 remove old mocha/chai globals from standard ignore
  • bdcb9ac Use standard on our typescript as well
  • 46fa698 standard --fix
  • db70fc3 get rid of tslint, going to try eslint+ts
  • 5896250 Looks like tslint won't search files not in "include", but I don't want
  • 315a657 Add tslint while still using standard for JS lints
  • a7c6b36 Keep impedance mismatch of import as * working in browsers
  • 277d72d Move this typescript test in with our other tests
  • 08bd4d8 Change 3rd party imports to "* as"
  • 7ce7e30 Target es2015 so classes are left as-is

There are 60 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 26, 2018

Version 3.5.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • f3039c2 Changelog for 3.5.2
  • 9e53d0f 3.5.2
  • 028a4cc Merge pull request #347 from davemo/bugfix/correct-quibble-browser-path
  • 30cc61f replace quibble.browser.js with ES5 version
  • 2a73790 Merge pull request #345 from duluca/master
  • 1f517e9 undo formatting
  • adc13c9 Fixed broken npm install on Windows
  • dd482c7 force a travis build to test caches
  • ee2af79 Merge pull request #344 from testdouble/go-fast
  • a68beb0 I give up. can't figure out why -env is busted
  • 3949c0d keep tweaking.
  • ff0adb9 Travis keeps failing with:
  • 78cb0cb this may work
  • d78693b These ports created a race condition when parallel
  • d5da126 Update babel example to babel-preset-env

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2018

Version 3.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2018

Version 3.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 9f214e2 Changelog for 3.7.0
  • be678ca 3.7.0
  • f802798 Merge pull request #359 from testdouble/enhance-contains
  • 4e894e7 Make contains() behave the same in nested cases
  • 12cca06 Add a couple guard tests on contains() with regexes
  • 8077101 Add support for containing dates.
  • f005cd9 Add support for containing error messages.
  • e452573 _ is reserved in repl (again?)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 29, 2018

Version 3.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 22cebcd 3.8.0
  • b93fbeb tweaks
  • 7a2b08c Write a really long error message about td.replace
  • 440b54e get a test going, but hold off implementing…
  • 4f3fc92 updated package-locks… ಠ_ಠ
  • bb4baad Break down the replace/module before adding to it
  • 3de06c2 fix things b/c @primarilysnark helped
  • f4b077f Add new package-lock files.
  • c1621c8 Update nyc version to 11.7.1.
  • c65eb09 Remove all package-lock files.
  • 2835c5b never run npm link
  • e01c47f Don't use npm link
  • fa2d283 Fixes #354
  • 2b33a60 Who knows
  • ffec532 Enforce new minimum quibble version

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 5, 2018
greenkeeper bot added a commit that referenced this pull request Nov 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2018

  • The devDependency testdouble was updated from 3.2.6 to 3.9.1.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Dec 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 31, 2018

  • The devDependency testdouble was updated from 3.2.6 to 3.9.2.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jan 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 16, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.9.3.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Feb 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 2, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.10.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.11.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jun 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.12.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.12.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 16, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.12.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 16, 2019
greenkeeper bot added a commit that referenced this pull request Aug 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.12.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 21, 2019

  • The devDependency testdouble was updated from 3.2.6 to 3.12.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

  • The devDependency testdouble was updated from 3.2.6 to 3.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2020

  • The devDependency testdouble was updated from 3.2.6 to 3.13.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency testdouble was updated from 3.2.6 to 3.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency testdouble was updated from 3.2.6 to 3.15.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency testdouble was updated from 3.2.6 to 3.16.0.

Update to this version instead 🚀

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.

1 participant