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 sinon to the latest version 🚀 #62

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 27, 2017

Version 2.0.0-pre.6 of sinon just got published.

Dependency sinon
Current Version 1.17.7
Type devDependency

The version 2.0.0-pre.6 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 sinon.
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 593 commits (ahead by 593, behind by 63).

  • 47558dc 2.0 Preview 6
  • 662f3c1 Merge pull request #1303 from dougo/docs-fixups
  • c9367aa Replace broken internal links with page links.
  • 86088bd Merge pull request #1302 from sinonjs/add-behavior
  • 592dffc Remove stray close-quotes.
  • aac0b2e Merge pull request #1300 from Gvozd/optimize_performance
  • 73ac7de Fix code formatting for XMLHttpRequest.
  • 4323516 Merge pull request #1301 from fatso83/1299-redirect-traffic-to-releases
  • 0e61eaa Fix anchor and internal link.
  • 49c8877 Fix quoting by removing superfluous backslashes.
  • ba00de0 Give addBehavior a reasonable API
  • 7cccebb Redirect /docs and /downloads to /releases
  • 6b27ce4 Optimize performance of call-stack getting
  • c404d20 Add sinon.addBehavior, use it to add the default behaviors
  • 46e41c8 Merge pull request #1296 from sinonjs/remove-deal-links

There are 250 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 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d8e32f5 on greenkeeper/sinon-2.0.0-pre.6 into 8b0e62d on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2017

Version 2.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 30 commits .

  • 15a0038 Add dist file to docs
  • 108ac04 Update docs/changelog.md and set new release id in docs/_config.yml
  • 3f5c869 Add release documentation for v2.0.0
  • 02a6ff6 2.0.0
  • 224ec4f Update Changelog.txt and AUTHORS for new release
  • c748bc5 Merge pull request #1325 from lucasfcosta/callsFake-docs
  • fee959d Merge pull request #1297 from lucasfcosta/getters-setters-new-api
  • 1bda7c4 Merge pull request #1326 from lucasfcosta/remove-unused-chain-behavior
  • 70e96f5 Remove unused chain behavior
  • bdd3f82 Add docs for the new callsFake behavior
  • ad58467 Add docs for the new API get and set behaviors
  • eb7f90f Add names to previously anonymous getter and setter test functions
  • e852f4f Add restore method for stubbed property descriptors
  • 5bbfa51 Allow stubbing getters and setters for function properties
  • 278c2ce Add getters/setters stub behaviors

There are 30 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2017

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits .

  • 9157d41 Update docs/changelog.md and set new release id in docs/_config.yml
  • 17e735d Add release documentation for v2.1.0
  • 90a5d8e 2.1.0
  • db6e03b Update Changelog.txt and AUTHORS for new release
  • a3eebd9 Build package as part of postversion step
  • fd79000 Fix GitHub asset URL
  • 6a7c801 Redesign the template (#1339)
  • 354c84c Merge pull request #1337 from timcosta/add_called_immediately_before_after
  • a957ef3 update spy names across four tests
  • 3aa9919 [feature] adds spy.calledImmediatelyBefore and spy.calledImmediatelyAfter
  • e401337 Merge pull request #1331 from mroderick/remove-next-release-from-docs
  • af504b9 Remove documentation of the 2.x pre-releases
  • 8bec6dd Remove @next instructions from documentation
  • fc749fa Merge pull request #1333 from eauc/master
  • 2058030 Add missing space from deprecated message (#1334)

There are 18 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2017

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 40 commits0.

  • f7ff840 Update docs/changelog.md and set new release id in docs/_config.yml
  • 59a7a34 Add release documentation for v2.2.0
  • 37676e8 2.2.0
  • b35d217 Update Changelog.txt and AUTHORS for new release
  • 0127365 Merge pull request #1363 from greena13/master
  • 4fe0a73 Flatten structure of getWindowLocation()
  • 38e3ec4 Fix matchers.md in v1.17.6 and v1.17.7 releases. (#1379)
  • 3d4bc16 Merge pull request #1364 from blacksun1/add-custom-promise
  • 7ac4f60 Fixes for pull request comments
  • 25bfde0 Added docs for usingPromise
  • 0a3518f Added usingPromise method to sandbox.
  • 17edad7 Added usingPromise method to stub.
  • c5bc9ab Merge pull request #1359 from kevincennis/kce/fix-1066
  • c633202 Merge pull request #1320 from ashirley/master
  • 17c2639 Merge pull request #1366 from GProst/master

There are 40 commits in total.

See the full diff

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

greenkeeper bot commented May 22, 2017

Version 2.3.0 just got published.

Update to this version instead 🚀

Release Notes Feature: stub accessors in sandbox
  • Allow stubbing of accessors with and without sandbox (#1416)
  • add throwsArg(index) to stubs (#1319)
  • Fix: forEach() requires 'this' argument (#1356)
  • Only reset history when calling resetHistory()
Commits

The new version differs by 34 commits.

  • 64d51be Update docs/changelog.md and set new release id in docs/_config.yml
  • d4b30b0 Add release documentation for v2.3.0
  • 8d64248 2.3.0
  • e137139 Update Changelog.txt and AUTHORS for new release
  • 55dc491 Merge pull request #1416 from lucasfcosta/refactor-sandbox-stub
  • fb514cf Merge pull request #1415 from mroderick/style-improvements
  • 06bf652 Merge pull request #1414 from mroderick/add-related-libraries-to-how-to-page
  • 746de3f Force fenced code blocks to use smaller font
  • 1602e00 Improve styling of h4
  • 46fd81b Remove deprecation warning from tests for old API
  • 454e0fd Add missing final dot to sandbox docs
  • 0ea3e17 Add docs for stub.value
  • c89fb21 Deprecate stubbing sandbox value in favor of value behavior
  • dbefd45 Name restore function on stubNonFunctionProperty
  • fe3b9ac Add related libraries section to How To page

There are 34 commits in total.

See the full diff

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

greenkeeper bot commented May 23, 2017

Version 2.3.1 just got published.

Update to this version instead 🚀

Release Notes Make calledAfter symetric with calledBefore
  • Make calledAfter symetric with calledBefore (#1407)
Commits

The new version differs by 8 commits.

  • 94f422c Update docs/changelog.md and set new release id in docs/_config.yml
  • 69bf8f2 Add release documentation for v2.3.1
  • eee4564 2.3.1
  • 0dc2505 Update Changelog.txt and AUTHORS for new release
  • 36c6cdc Merge pull request #1407 from lucasfcosta/simmetric-callAfter
  • 5301cc1 Merge pull request #1420 from mroderick/remove-issue-397-test
  • 05e2d11 Remove test for issue 397
  • c94d00a Make calledAfter symetric with calledBefore

See the full diff

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

greenkeeper bot commented May 29, 2017

Version 2.3.2 just got published.

Update to this version instead 🚀

Release Notes Minor fixes
  • Fix failing sandbox.resetBehavior() (#1428)
  • Fix restoring getters/setters/values for previously unexisting props (#1419)
  • Called in order takes callCount into account. Closes #1398.
Commits

The new version differs by commits.

See the full diff

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

greenkeeper bot commented Jun 10, 2017

Version 2.3.3 just got published.

Update to this version instead 🚀

Release Notes Make stubbing of static function properties possible
  • Fix #1450, make stubbing of static function properties possible
Commits

The new version differs by 24 commits.

  • bade318 Update docs/changelog.md and set new release id in docs/_config.yml
  • 65d4e88 Add release documentation for v2.3.3
  • 2204e72 2.3.3
  • 64034ee Update Changelog.txt and AUTHORS for new release
  • 1ece07c Merge pull request #1450 from raulmatei/fix-1445-sandbox-stubbing-static-function-property-throws-error
  • 452981c Fix 1445: make stubbing of static function properties possible
  • 25f3eeb Update sandbox configuration docs. (#1443)
  • c76fa2e Merge pull request #1444 from piperchester/patch-1
  • 6539d94 Update README.md
  • c6d01d8 Add missing function name (#1440)
  • 5f989a8 Remove confusing .withArgs from spy documentation (#1438)
  • 9ca272e Remove superfluous calls in example (#1437)
  • 9e3eac3 Merge pull request #1436 from sinonjs/feature-detect-name-property
  • 65d3d7b Feature detect function name property in issue 950
  • e0c75bd Add test for #950, show that it has been fixed (#1435)

There are 24 commits in total.

See the full diff

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

greenkeeper bot commented Jun 10, 2017

Version 2.3.4 just got published.

Update to this version instead 🚀

Release Notes Make sandbox.resetHistory also reset spies
  • Fix #1372: make sandbox.resetHistory also reset spies (#1424)
Commits

The new version differs by 5 commits.

  • 72ae300 Update docs/changelog.md and set new release id in docs/_config.yml
  • 769d770 Add release documentation for v2.3.4
  • c8d2ec0 2.3.4
  • d27976a Update Changelog.txt and AUTHORS for new release
  • 330101a Fix #1372: make sandbox.resetHistory also reset spies (#1424)

See the full diff

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

greenkeeper bot commented Jun 20, 2017

Version 2.3.5 just got published.

Update to this version instead 🚀

Release Notes Fix: Check configurable on a prop before creating
  • Check configurable on a prop before creating (fixes #1456) (#1462)
Commits

The new version differs by 8 commits.

  • 33f32ac Update docs/changelog.md and set new release id in docs/_config.yml
  • d00ab2b Add release documentation for v2.3.5
  • 1c690aa 2.3.5
  • cc0a3fb Update Changelog.txt and AUTHORS for new release
  • ef2ecec Check configurable on a prop before creating (fixes #1456) (#1462)
  • e7dbfd7 Merge pull request #1460 from gj/patch-1
  • 512018f Fix minor typos
  • d60d4a2 Fix apostrophe typos (#1454)

See the full diff

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

greenkeeper bot commented Jun 28, 2017

Version 2.3.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 30 commits.

  • 496f6b0 Update docs/changelog.md and set new release id in docs/_config.yml
  • 60a3284 Add release documentation for v2.3.6
  • 98119bf 2.3.6
  • 4f07053 Update Changelog.txt and AUTHORS for new release
  • 1fc4d59 Experiment over
  • 13e11c8 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 3
  • 76dd323 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 2
  • 83e84a9 Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10
  • 6adba15 Merge pull request #1473 from fearphage/eslint-yaml
  • e1d188c fixed capitalization
  • d22eda3 Merge pull request #1313 from takasmiley/issues/#1274
  • 1661a0f Add test code of spy.matchingFakes
  • cf3a34e Move #1274 test code to respective test files
  • 833ff2c Replace for loop with Array.prototype.forEach
  • e72fee4 Update matchingFakes, always returns array

There are 30 commits in total.

See the full diff

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

greenkeeper bot commented Jul 10, 2017

Version 2.3.7 just got published.

Update to this version instead 🚀

Release Notes Fix #1476
  • Fix #1476: spy.withArgs(args...).firstCall is broken
Commits

The new version differs by 13 commits.

  • 9365d49 Update docs/changelog.md and set new release id in docs/_config.yml
  • 7399b99 Add release documentation for v2.3.7
  • 21b4588 2.3.7
  • 169ac9d Update Changelog.txt and AUTHORS for new release
  • 1108117 Merge pull request #1480 from fearphage/lint-staged
  • 9ecd56a moved from dependencies to dev dependencies [ci skip]
  • 0a85f21 improved linting for staged files [ci skip]
  • 079925b Merge pull request #1478 from takasmiley/issues/#1476
  • 40efa6f Cleanup a few test codes
  • 1ff2b9b Add spy.getCall tests with combination of withArgs arguments
  • c280916 Fix #1476: spy.withArgs(args...).firstCall is broken
  • 8ad2ed7 Merge pull request #1477 from mroderick/add-documentation-for-getcalls
  • fea23b0 Add missing documentation for spy.getCalls()

See the full diff

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

greenkeeper bot commented Jul 13, 2017

Version 2.3.8 just got published.

Update to this version instead 🚀

Release Notes Fix #1474: stub#usingPromise and stub#onNthCall have unexpected interactions

This release fixes #1474

Commits

The new version differs by 6 commits.

  • 717ebf7 Update docs/changelog.md and set new release id in docs/_config.yml
  • 4f1bcc0 Add release documentation for v2.3.8
  • 083632e 2.3.8
  • 0b5bd48 Update Changelog.txt and AUTHORS for new release
  • 7512258 Merge pull request #1484 from HugoMuller/issue-1474
  • d14d296 propagates promiseLibrary to new stub behaviors

See the full diff

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

greenkeeper bot commented Jul 26, 2017

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 20eb865 Update docs/changelog.md and set new release id in docs/_config.yml
  • e333e75 Add release documentation for v2.4.0
  • fde7911 2.4.0
  • 9afdcfc Update Changelog.txt and AUTHORS for new release
  • 57bb8b3 Merge pull request #1489 from Rowno/named-anonymous-mocks
  • c9a35ef Update fake-xhr-and-server.md
  • 837ec0c Allow anonymous mock functions to be named
  • 259a330 Merge pull request #1481 from fatso83/fix-safari-breaking
  • e742268 Merge pull request #1488 from VynceMontgomery/patch-1
  • a6a2b8c Clarify behavior of useFakeTimers
  • 24d15f2 Avoid running test for #1456 on Safari

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 26, 2017
greenkeeper bot added a commit that referenced this pull request Mar 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.2.7.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 4a8f432 Update docs/changelog.md and set new release id in docs/_config.yml
  • 714911e Add release documentation for v7.2.7
  • 33ca39b 7.2.7
  • e8b997f Update CHANGELOG.md and AUTHORS for new release
  • 7913865 Update @sinonjs/commons @sinonjs/formatio
  • 19b3fc7 Retain spy function names and fix spy.named(name) (#1987)
  • 3275d18 Document spying on accessors (#1976)

See the full diff

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

greenkeeper bot commented Mar 20, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.3.0.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 059727b Update docs/changelog.md and set new release id in docs/_config.yml
  • e848851 Add release documentation for v7.3.0
  • fb55b11 7.3.0
  • b79a6ca Update CHANGELOG.md and AUTHORS for new release
  • c85fa66 Merge pull request #1999 from fatso83/fix-docker-headless-tests
  • 4b7a947 Simplify Circle CI setup
  • 3951eb7 Add a Docker Compose config file for testing the setup locally
  • 2119f08 Merge pull request #1994 from fatso83/expose-props-inject
  • 9faf58e Merge pull request #1997 from xeptore/patch-1
  • 0c7b2cd unnecessary things!
  • 20eeb48 Inject createStubInstance and fake functionality
  • 73d2ac8 Remove unused prop 'injectIntoThis'
  • fb5709f Fix #1974 by upgrading to @sinonjs/samsam@3.3.0
  • b8679fa Merge pull request #1989 from mgred/remove-deprecated
  • 617c40e chore: update @sinonsj/commons package

There are 18 commits in total.

See the full diff

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

greenkeeper bot commented Mar 29, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.3.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3812a7d Update docs/changelog.md and set new release id in docs/_config.yml
  • 93bef55 Add release documentation for v7.3.1
  • e02c192 7.3.1
  • 8ee1d35 Update CHANGELOG.md and AUTHORS for new release
  • bc53d82 Fix security issues
  • 1a09166 Update @sinonjs/samsam to v3.3.1

See the full diff

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

greenkeeper bot commented Apr 17, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.3.2.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 15a9d65 Update docs/changelog.md and set new release id in docs/_config.yml
  • 5d770e0 Add release documentation for v7.3.2
  • 585a1e9 7.3.2
  • b51901d Update CHANGELOG.md and AUTHORS for new release
  • 83861a7 Update Lolex to bring in fix for sinonjs/lolex#232
  • 2430fd9 Documentation (#2004)

See the full diff

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 sinon was updated from 1.17.7 to 7.4.0.

Update to this version instead 🚀

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

greenkeeper bot commented Aug 6, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.4.1.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 2, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.4.2.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 23, 2019

  • The devDependency sinon was updated from 1.17.7 to 7.5.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 22, 2019

  • The devDependency sinon was updated from 1.17.7 to 8.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 23, 2019

  • The devDependency sinon was updated from 1.17.7 to 8.0.1.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 30, 2019

  • The devDependency sinon was updated from 1.17.7 to 8.0.2.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 16, 2020

  • The devDependency sinon was updated from 1.17.7 to 8.1.0.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 19, 2020

  • The devDependency sinon was updated from 1.17.7 to 9.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 10, 2020

  • The devDependency sinon was updated from 1.17.7 to 9.0.1.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 8, 2020

  • The devDependency sinon was updated from 1.17.7 to 9.0.2.

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.

None yet

1 participant