Skip to content

Update sinon to the latest version 🚀 - #23

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/sinon-2.0.0-pre.6
Open

Update sinon to the latest version 🚀#23
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/sinon-2.0.0-pre.6

Conversation

@greenkeeper

Copy link
Copy Markdown

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).

  • 47558dc2.0 Preview 6
  • 662f3c1Merge pull request #1303 from dougo/docs-fixups
  • c9367aaReplace broken internal links with page links.
  • 86088bdMerge pull request #1302 from sinonjs/add-behavior
  • 592dffcRemove stray close-quotes.
  • aac0b2eMerge pull request #1300 from Gvozd/optimize_performance
  • 73ac7deFix code formatting for XMLHttpRequest.
  • 4323516Merge pull request #1301 from fatso83/1299-redirect-traffic-to-releases
  • 0e61eaaFix anchor and internal link.
  • 49c8877Fix quoting by removing superfluous backslashes.
  • ba00de0Give addBehavior a reasonable API
  • 7cccebbRedirect /docs and /downloads to /releases
  • 6b27ce4Optimize performance of call-stack getting
  • c404d20Add sinon.addBehavior, use it to add the default behaviors
  • 46e41c8Merge 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 🌴

@greenkeeper

Copy link
Copy Markdown
Author

Version 2.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 30 commits .

  • 15a0038Add dist file to docs
  • 108ac04Update docs/changelog.md and set new release id in docs/_config.yml
  • 3f5c869Add release documentation for v2.0.0
  • 02a6ff62.0.0
  • 224ec4fUpdate Changelog.txt and AUTHORS for new release
  • c748bc5Merge pull request #1325 from lucasfcosta/callsFake-docs
  • fee959dMerge pull request #1297 from lucasfcosta/getters-setters-new-api
  • 1bda7c4Merge pull request #1326 from lucasfcosta/remove-unused-chain-behavior
  • 70e96f5Remove unused chain behavior
  • bdd3f82Add docs for the new callsFake behavior
  • ad58467Add docs for the new API get and set behaviors
  • eb7f90fAdd names to previously anonymous getter and setter test functions
  • e852f4fAdd restore method for stubbed property descriptors
  • 5bbfa51Allow stubbing getters and setters for function properties
  • 278c2ceAdd getters/setters stub behaviors

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

@greenkeeper

Copy link
Copy Markdown
Author

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits .

  • 9157d41Update docs/changelog.md and set new release id in docs/_config.yml
  • 17e735dAdd release documentation for v2.1.0
  • 90a5d8e2.1.0
  • db6e03bUpdate Changelog.txt and AUTHORS for new release
  • a3eebd9Build package as part of postversion step
  • fd79000Fix GitHub asset URL
  • 6a7c801Redesign the template (#1339)
  • 354c84cMerge pull request #1337 from timcosta/add_called_immediately_before_after
  • a957ef3update spy names across four tests
  • 3aa9919[feature] adds spy.calledImmediatelyBefore and spy.calledImmediatelyAfter
  • e401337Merge pull request #1331 from mroderick/remove-next-release-from-docs
  • af504b9Remove documentation of the 2.x pre-releases
  • 8bec6ddRemove @next instructions from documentation
  • fc749faMerge pull request #1333 from eauc/master
  • 2058030Add missing space from deprecated message (#1334)

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

@greenkeeper

Copy link
Copy Markdown
Author

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 40 commits0.

  • f7ff840Update docs/changelog.md and set new release id in docs/_config.yml
  • 59a7a34Add release documentation for v2.2.0
  • 37676e82.2.0
  • b35d217Update Changelog.txt and AUTHORS for new release
  • 0127365Merge pull request #1363 from greena13/master
  • 4fe0a73Flatten structure of getWindowLocation()
  • 38e3ec4Fix matchers.md in v1.17.6 and v1.17.7 releases. (#1379)
  • 3d4bc16Merge pull request #1364 from blacksun1/add-custom-promise
  • 7ac4f60Fixes for pull request comments
  • 25bfde0Added docs for usingPromise
  • 0a3518fAdded usingPromise method to sandbox.
  • 17edad7Added usingPromise method to stub.
  • c5bc9abMerge pull request #1359 from kevincennis/kce/fix-1066
  • c633202Merge pull request #1320 from ashirley/master
  • 17c2639Merge pull request #1366 from GProst/master

There are 40 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request May 22, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.0 just got published.

Update to this version instead 🚀

Release NotesFeature: 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.

  • 64d51beUpdate docs/changelog.md and set new release id in docs/_config.yml
  • d4b30b0Add release documentation for v2.3.0
  • 8d642482.3.0
  • e137139Update Changelog.txt and AUTHORS for new release
  • 55dc491Merge pull request #1416 from lucasfcosta/refactor-sandbox-stub
  • fb514cfMerge pull request #1415 from mroderick/style-improvements
  • 06bf652Merge pull request #1414 from mroderick/add-related-libraries-to-how-to-page
  • 746de3fForce fenced code blocks to use smaller font
  • 1602e00Improve styling of h4
  • 46fd81bRemove deprecation warning from tests for old API
  • 454e0fdAdd missing final dot to sandbox docs
  • 0ea3e17Add docs for stub.value
  • c89fb21Deprecate stubbing sandbox value in favor of value behavior
  • dbefd45Name restore function on stubNonFunctionProperty
  • fe3b9acAdd related libraries section to How To page

There are 34 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request May 23, 2017
@greenkeeper

Copy link
Copy Markdown
Author

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.

  • 94f422cUpdate docs/changelog.md and set new release id in docs/_config.yml
  • 69bf8f2Add release documentation for v2.3.1
  • eee45642.3.1
  • 0dc2505Update Changelog.txt and AUTHORS for new release
  • 36c6cdcMerge pull request #1407 from lucasfcosta/simmetric-callAfter
  • 5301cc1Merge pull request #1420 from mroderick/remove-issue-397-test
  • 05e2d11Remove test for issue 397
  • c94d00aMake calledAfter symetric with calledBefore

See the full diff

greenkeeperBot added a commit that referenced this pull request May 27, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.2 just got published.

Update to this version instead 🚀

Release NotesMinor 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

greenkeeperBot added a commit that referenced this pull request Jun 10, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.3 just got published.

Update to this version instead 🚀

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

The new version differs by 24 commits.

  • bade318Update docs/changelog.md and set new release id in docs/_config.yml
  • 65d4e88Add release documentation for v2.3.3
  • 2204e722.3.3
  • 64034eeUpdate Changelog.txt and AUTHORS for new release
  • 1ece07cMerge pull request #1450 from raulmatei/fix-1445-sandbox-stubbing-static-function-property-throws-error
  • 452981cFix 1445: make stubbing of static function properties possible
  • 25f3eebUpdate sandbox configuration docs. (#1443)
  • c76fa2eMerge pull request #1444 from piperchester/patch-1
  • 6539d94Update README.md
  • c6d01d8Add missing function name (#1440)
  • 5f989a8Remove confusing .withArgs from spy documentation (#1438)
  • 9ca272eRemove superfluous calls in example (#1437)
  • 9e3eac3Merge pull request #1436 from sinonjs/feature-detect-name-property
  • 65d3d7bFeature detect function name property in issue 950
  • e0c75bdAdd test for #950, show that it has been fixed (#1435)

There are 24 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jun 10, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.4 just got published.

Update to this version instead 🚀

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

The new version differs by 5 commits.

  • 72ae300Update docs/changelog.md and set new release id in docs/_config.yml
  • 769d770Add release documentation for v2.3.4
  • c8d2ec02.3.4
  • d27976aUpdate Changelog.txt and AUTHORS for new release
  • 330101aFix #1372: make sandbox.resetHistory also reset spies (#1424)

See the full diff

greenkeeperBot added a commit that referenced this pull request Jun 20, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.5 just got published.

Update to this version instead 🚀

Release NotesFix: 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.

  • 33f32acUpdate docs/changelog.md and set new release id in docs/_config.yml
  • d00ab2bAdd release documentation for v2.3.5
  • 1c690aa2.3.5
  • cc0a3fbUpdate Changelog.txt and AUTHORS for new release
  • ef2ececCheck configurable on a prop before creating (fixes #1456) (#1462)
  • e7dbfd7Merge pull request #1460 from gj/patch-1
  • 512018fFix minor typos
  • d60d4a2Fix apostrophe typos (#1454)

See the full diff

greenkeeperBot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 30 commits.

  • 496f6b0Update docs/changelog.md and set new release id in docs/_config.yml
  • 60a3284Add release documentation for v2.3.6
  • 98119bf2.3.6
  • 4f07053Update Changelog.txt and AUTHORS for new release
  • 1fc4d59Experiment over
  • 13e11c8Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 3
  • 76dd323Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 2
  • 83e84a9Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10
  • 6adba15Merge pull request #1473 from fearphage/eslint-yaml
  • e1d188cfixed capitalization
  • d22eda3Merge pull request #1313 from takasmiley/issues/#1274
  • 1661a0fAdd test code of spy.matchingFakes
  • cf3a34eMove #1274 test code to respective test files
  • 833ff2cReplace for loop with Array.prototype.forEach
  • e72fee4Update matchingFakes, always returns array

There are 30 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jul 10, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.7 just got published.

Update to this version instead 🚀

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

The new version differs by 13 commits.

  • 9365d49Update docs/changelog.md and set new release id in docs/_config.yml
  • 7399b99Add release documentation for v2.3.7
  • 21b45882.3.7
  • 169ac9dUpdate Changelog.txt and AUTHORS for new release
  • 1108117Merge pull request #1480 from fearphage/lint-staged
  • 9ecd56amoved from dependencies to dev dependencies [ci skip]
  • 0a85f21improved linting for staged files [ci skip]
  • 079925bMerge pull request #1478 from takasmiley/issues/#1476
  • 40efa6fCleanup a few test codes
  • 1ff2b9bAdd spy.getCall tests with combination of withArgs arguments
  • c280916Fix #1476: spy.withArgs(args...).firstCall is broken
  • 8ad2ed7Merge pull request #1477 from mroderick/add-documentation-for-getcalls
  • fea23b0Add missing documentation for spy.getCalls()

See the full diff

greenkeeperBot added a commit that referenced this pull request Jul 13, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.3.8 just got published.

Update to this version instead 🚀

Release NotesFix #1474: stub#usingPromise and stub#onNthCall have unexpected interactions

This release fixes #1474

Commits

The new version differs by 6 commits.

  • 717ebf7Update docs/changelog.md and set new release id in docs/_config.yml
  • 4f1bcc0Add release documentation for v2.3.8
  • 083632e2.3.8
  • 0b5bd48Update Changelog.txt and AUTHORS for new release
  • 7512258Merge pull request #1484 from HugoMuller/issue-1474
  • d14d296propagates promiseLibrary to new stub behaviors

See the full diff

greenkeeperBot added a commit that referenced this pull request Jul 26, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 20eb865Update docs/changelog.md and set new release id in docs/_config.yml
  • e333e75Add release documentation for v2.4.0
  • fde79112.4.0
  • 9afdcfcUpdate Changelog.txt and AUTHORS for new release
  • 57bb8b3Merge pull request #1489 from Rowno/named-anonymous-mocks
  • c9a35efUpdate fake-xhr-and-server.md
  • 837ec0cAllow anonymous mock functions to be named
  • 259a330Merge pull request #1481 from fatso83/fix-safari-breaking
  • e742268Merge pull request #1488 from VynceMontgomery/patch-1
  • a6a2b8cClarify behavior of useFakeTimers
  • 24d15f2Avoid running test for #1456 on Safari

See the full diff

greenkeeperBot added a commit that referenced this pull request Jul 26, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 112af55Update docs/changelog.md and set new release id in docs/_config.yml
  • 7f2d45dAdd release documentation for v2.4.1
  • dfef1602.4.1
  • 92e005fUpdate Changelog.txt and AUTHORS for new release
  • d5e4f04stub#withArgs: set promiseLibrary correctly (#1497)

See the full diff

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.2.4.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 06fc27dUpdate docs/changelog.md and set new release id in docs/_config.yml
  • 54da371Add release documentation for v7.2.4
  • e5de1fe7.2.4
  • d158672Update CHANGELOG.md and AUTHORS for new release
  • 1431c78minor package updates
  • 37c955dMerge pull request #1979 from fatso83/update-npm-deps
  • fc2a32aMerge pull request #1975 from ehmicky/master
  • 85f2fcdUpdate eslint-plugin-mocha
  • 707e068Fix high prio audit warnings
  • 8282bc0Update nise to use @sinonjs/text-encoding
  • c1d9625Make all properties non-enumerable in spies, stubs, mocks and fakes
  • 894951cMerge pull request #1973 from mgred/default-sandbox-example
  • 876aebbdocs(sandbox): add example for default sandbox

See the full diff

greenkeeperBot added a commit that referenced this pull request Feb 27, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.2.5.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 8b8bdddUpdate docs/changelog.md and set new release id in docs/_config.yml
  • 33f0b67Add release documentation for v7.2.5
  • 2b4bc7d7.2.5
  • fb54e29Update CHANGELOG.md and AUTHORS for new release
  • 8ac68f3Upgrade mochify to latest
  • add43e3Upgrade @sinonjs/samsam to latest
  • d0c073cdon't call extends.nonEnum in spy.resetHistory (#1984)
  • f99e2efUse stable Chrome in Circle

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 1, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.2.6.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 0468cd4Update docs/changelog.md and set new release id in docs/_config.yml
  • 7f2c8c2Add release documentation for v7.2.6
  • 36b99b37.2.6
  • 1fc586eUpdate CHANGELOG.md and AUTHORS for new release
  • c8758fdUpgrade @sinonjs/formatio
  • e24daedSet fake.lastArg to last argument regardless of type

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 4, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.2.7.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 4a8f432Update docs/changelog.md and set new release id in docs/_config.yml
  • 714911eAdd release documentation for v7.2.7
  • 33ca39b7.2.7
  • e8b997fUpdate CHANGELOG.md and AUTHORS for new release
  • 7913865Update @sinonjs/commons @sinonjs/formatio
  • 19b3fc7Retain spy function names and fix spy.named(name) (#1987)
  • 3275d18Document spying on accessors (#1976)

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 20, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.3.0.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 059727bUpdate docs/changelog.md and set new release id in docs/_config.yml
  • e848851Add release documentation for v7.3.0
  • fb55b117.3.0
  • b79a6caUpdate CHANGELOG.md and AUTHORS for new release
  • c85fa66Merge pull request #1999 from fatso83/fix-docker-headless-tests
  • 4b7a947Simplify Circle CI setup
  • 3951eb7Add a Docker Compose config file for testing the setup locally
  • 2119f08Merge pull request #1994 from fatso83/expose-props-inject
  • 9faf58eMerge pull request #1997 from xeptore/patch-1
  • 0c7b2cdunnecessary things!
  • 20eeb48Inject createStubInstance and fake functionality
  • 73d2ac8Remove unused prop 'injectIntoThis'
  • fb5709fFix #1974 by upgrading to @sinonjs/samsam@3.3.0
  • b8679faMerge pull request #1989 from mgred/remove-deprecated
  • 617c40echore: update @sinonsj/commons package

There are 18 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Mar 29, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.3.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3812a7dUpdate docs/changelog.md and set new release id in docs/_config.yml
  • 93bef55Add release documentation for v7.3.1
  • e02c1927.3.1
  • 8ee1d35Update CHANGELOG.md and AUTHORS for new release
  • bc53d82Fix security issues
  • 1a09166Update @sinonjs/samsam to v3.3.1

See the full diff

greenkeeperBot added a commit that referenced this pull request Apr 17, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.3.2.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 15a9d65Update docs/changelog.md and set new release id in docs/_config.yml
  • 5d770e0Add release documentation for v7.3.2
  • 585a1e97.3.2
  • b51901dUpdate CHANGELOG.md and AUTHORS for new release
  • 83861a7Update Lolex to bring in fix for sinonjs/lolex#232
  • 2430fd9Documentation (#2004)

See the full diff

greenkeeperBot added a commit that referenced this pull request Aug 4, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.4.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Aug 6, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.4.1.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Sep 2, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.4.2.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Sep 23, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 7.5.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Dec 22, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 8.0.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Dec 23, 2019
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 8.0.1.

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 8.0.2.

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 8.1.0.

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 9.0.0.

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 9.0.1.

Update to this version instead 🚀

@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencysinon was updated from 1.17.7 to 9.0.2.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants