Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 26, 2017

Version 3.2.1 of testdouble just got published.

Dependency testdouble
Current Version 3.1.1
Type devDependency

The version 3.2.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of testdouble.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 44 commits.

There are 44 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@mention-bot
Copy link

@Greenkeeper[bot], thanks for your PR! By analyzing the history of the files in this pull request, we identified @kizaonline and @Greenkeeper to be potential reviewers.

greenkeeper bot added a commit that referenced this pull request Jun 30, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 30, 2017

Version 3.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3da56dc Changelog for 3.2.2
  • 6cb6be6 3.2.2
  • 1e32a2a Fixes the issue by punting on generators completely
  • 163c173 Don't try to fake generator functions
  • ecfe230 Upgrade standard
  • e4700ab upgrade deps, specify babel targets

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 1, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2017

Version 3.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 6, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2017

Version 3.2.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 7, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2017

Version 3.2.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • a31ab63 Changelog for 3.2.5
  • e8fdf81 3.2.5
  • 4f2b618 Merge pull request #285 from rosston/support-async-functions
  • 5d64d4d Upgrade lodash (and support async functions)
  • 83ebd6a Merge pull request #282 from randycoulman/add-links-between-docs
  • 8490354 More nested list formatting
  • ae968e4 Attempt to correct nesting of TOC on GitHub
  • 78df19c Make custom matchers heading levels consistent
  • 699bdeb Fix a couple of hash links in the README
  • b85a573 Link directly to each section header
  • 45870c2 Add previous/next links to documentation files

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 18, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2017

Version 3.2.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 9ecf097 Changelog for 3.2.6
  • e68bce1 3.2.6
  • cfb11e4 yarn churn
  • 5a11a57 Merge pull request #239 from sgtoj/improve-ts
  • 6c9009f Merge typing test file
  • 5ad6b7d Allow for dynamic args
  • f06f6b0 merge master fix one conflict
  • 73f27b8 Merge pull request #287 from rosston/fix-faq-outline
  • ca4b648 Fix outline of FAQ in README
  • e86769c Fix DoubleObjectWithKey type; add respective test; Rename generics
  • 3e895af Revert "Fix DoubleObjectWithKey type; add respective test"
  • 0574e3e Fix DoubleObjectWithKey type; add respective test
  • 8b9002e Add constructor support
  • 65ae6ae Fix minor issues
  • c99ef56 Add jsdoc initial pass

There are 16 commits in total.

See the full diff

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

greenkeeper bot commented Dec 20, 2017

Version 3.2.7 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Dec 26, 2017
@greenkeeper
Copy link
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Copy link
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Copy link
Contributor Author

greenkeeper bot commented May 5, 2018

Version 3.8.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 Oct 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2018

  • The devDependency testdouble was updated from 3.1.1 to 3.8.2.

Update to this version instead 🚀

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

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

greenkeeper bot commented Nov 20, 2018

  • The devDependency testdouble was updated from 3.1.1 to 3.9.0.

Update to this version instead 🚀

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

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

greenkeeper bot commented Nov 29, 2018

  • The devDependency testdouble was updated from 3.1.1 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
Contributor Author

greenkeeper bot commented Dec 31, 2018

  • The devDependency testdouble was updated from 3.1.1 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
Contributor Author

greenkeeper bot commented Jan 16, 2019

  • The devDependency testdouble was updated from 3.1.1 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
Contributor Author

greenkeeper bot commented Feb 2, 2019

  • The devDependency testdouble was updated from 3.1.1 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
Contributor Author

greenkeeper bot commented Feb 24, 2019

  • The devDependency testdouble was updated from 3.1.1 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants