Update sinon to the latest version π
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 5.0.0 of sinon was just published.
| Dependency | sinon |
|---|---|
| Current Version | 4.4.6 |
| Type | devDependency |
The version 5.0.0 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 sinon.
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 30 commits ahead by 30, behind by 123.
2e455c6Update docs/changelog.md and set new release id in docs/_config.yml7eee963Add release documentation for v5.0.0d93cb9d5.0.0b9c2c36Update History.md and AUTHORS for new releasef1f8151Add postinstall banner pointing to Open Collective5650f00Docs: add migration guide for v5ed3c9dcDocs: Added example for how to userestorea1aced0Simplify hasFunctionNameSupport85e3f91Fix broken test in IE116ed81ceImprove language of fake documentation67d0bd8Add yields and yieldsTo to fake8c1e221Extract nextTick to own file5fa0e66Fix typo in documentationf14c3cfClarify documentationea666c0Fix failing tests in Chromium
There are 30 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 :palm_tree:
Version 5.0.1 just got published.
Update to this version instead π
Commits
The new version differs by 182 commits ahead by 182, behind by 30.
ac71bfdFix invalid documentation for fake.yields, fake.yieldsAsyncbeb4c6bAdd release documentation for v5.0.1d707712Update docs/changelog.md and set new release id in docs/_config.ymlbb062a35.0.15d885b2Update History.md and AUTHORS for new releasec794709Add documentation for fake().callback and fake().lastArgd5cd20fAdd .lastArg and .callback to fake and call01cbe61Allow replacing non-own object properties (#1705)7e2f05aChange yields semantics to match stub behaviourcf99c5aAdd a failing test for #169588e6e5fRemove deprecated spy.reset methodf133b6aDocs: add migration guide for v5f29f918Add replace methodsafec7b2Extract isPropertyConfigurable to own file738638dExtract nextTick to own file
There are 182 commits in total.
See the full diff
Version 5.0.2 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
68883b0Update docs/changelog.md and set new release id in docs/_config.yml6c20e74Add release documentation for v5.0.2415c78f5.0.21a31c0eUpdate History.md and AUTHORS for new release6b47a83Fix #1770: Reset history on sandbox reset7d1eff1Remove bithound (#1773)32484d2Fix broken link in docs93d182fAdd link to sinon.replace from fake92dc963Add missing links for documentation
See the full diff
Version 5.0.3 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
5155c01Update docs/changelog.md and set new release id in docs/_config.yml75ffac0Add release documentation for v5.0.3347eeb55.0.3454d77dUpdate History.md and AUTHORS for new release2a3696dFix #1775: Default sandbox does not restore stubs, spies, mocks724dd6cImprove documentation for fakesf45dc6eRemoved unused link to the google group80eca7aUpdate home page to use fakes for the examples57fac55Fix syntax error in example
See the full diff
Version 5.0.5 just got published.
Update to this version instead π
Commits
The new version differs by 12 commits.
374f593Update docs/changelog.md and set new release id in docs/_config.ymlf298d51Add release documentation for v5.0.590a42125.0.57055663Update History.md and AUTHORS for new releasee5b43deRefuse to replace already replaced valuesd4467e7Update docs/changelog.md and set new release id in docs/_config.yml7e08393Add release documentation for v5.0.46fcf7b25.0.4b8d65ffUpdate History.md and AUTHORS for new release3a66331Fix #1781: Reject non-function values a f argument to fake5503f73Remove node@4, add node@10cfccaf3Update migration-guides.md
See the full diff
Version 5.0.6 just got published.
Version 5.0.8 just got published.
Update to this version instead π
Commits
The new version differs by 17 commits.
3685ee4Update docs/changelog.md and set new release id in docs/_config.yml6b5d7fbAdd release documentation for v5.0.894f92645.0.8be117c7Update History.md and AUTHORS for new release9c64c8fMerge pull request #1803 from jdalton/is-es-module.js5983a6dAdd isSealed check to is-es-module.e2c7132Update markdownlint-cli082f8e8Update dependencies to appropriate semver-minor versionsa321764Fix sandbox documentationb578cf7Update insecure dependencies96b7cadUpdate issue templatesec00981Typo'dfaketofakes43c45c8Update docs/changelog.md and set new release id in docs/_config.yml431dab9Add release documentation for v5.0.7e4d18995.0.7
There are 17 commits in total.
See the full diff
Version 5.0.9 just got published.
Version 5.0.10 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
4313d2dUpdate docs/changelog.md and set new release id in docs/_config.ymle21c92aAdd release documentation for v5.0.1041d0dcb5.0.10928379cUpdate History.md and AUTHORS for new release5ca48d3Merge pull request #1802 from ifrost/feature/restore-default-sandbox-fake-timers087bc1cCache reverse functiond19a4c0Add issue number6799e1cUse fakeTimers in the default sandbox8b6f8a8Revert spied fakeTimers to original state
See the full diff
Version 5.1.0 just got published.
Update to this version instead π
Commits
The new version differs by 39 commits.
e68ba0dUpdate docs/changelog.md and set new release id in docs/_config.ymlbb0ff41Add release documentation for v5.1.08f867f95.1.039466a4Update History.md and AUTHORS for new release8a4808bfinished fixing ie tests53169e3Merge pull request #1811 from mhmoudgmal/feature/in-matcher09f849cRemove notice01e69a9cleaning up the fix for #1821fabe894fixed coveralls integration5a886bdFix #1821: fake tests fails on IE 11bed477aRevert PR #1807 to fix #1814878e2e8clean up travis config5e49793removed node v4; added node v1081a87d5Improve tests readability9d30dcfMerge pull request #1809 from fatso83/esm-module
There are 39 commits in total.
See the full diff
Version 5.1.1 just got published.
Update to this version instead π
Commits
The new version differs by 5 commits.
4d12f95Update docs/changelog.md and set new release id in docs/_config.yml3ddfea0Add release documentation for v5.1.167b88725.1.18ff4ac8Update History.md and AUTHORS for new release8aa1425Remove ES2015 'module' field for 5x branch
See the full diff
Version 6.0.0 just got published.
Update to this version instead π
Commits
The new version differs by 11 commits ahead by 11, behind by 5.
05d7990Merge pull request #1829 from fatso83/version-6-with-esm-export-for-bundlersa40840eUpdate docs/changelog.md and set new release id in docs/_config.yml47e6346Add release documentation for v6.0.09d105476.0.03ba797dUpdate History.md and AUTHORS for new release0c07970Migration guide for 6.0 (no known breaking changes)80d742bInclude 5.1.1 changes57f4077Merge pull request #1835 from chrisguttandin/add-named-esm-exportsfc4b068Add test to verify named exportsf70ff62Append named exports to the generated esm bundle78f7549Document/test call ordering checks
See the full diff
Version 6.0.1 just got published.
Update to this version instead π
Commits
The new version differs by 8 commits.
c8901e7Update docs/changelog.md and set new release id in docs/_config.yml8f8b2d9Add release documentation for v6.0.1feee43d6.0.1fc21226Update History.md and AUTHORS for new releasea3cf98fAdd fake behaviors to sandbox (#1815)8816e1aUse escaped double quotes for compatibility with Windows559d57dFix mocha test file pattern to match subdirectories correctlyd2983f1Use migration guide include in guide index (#1838)
See the full diff
- The
devDependencysinon was updated from4.5.0to7.2.3.
Update to this version instead π
Commits
The new version differs by 239 commits.
e80f8d9Update docs/changelog.md and set new release id in docs/_config.yml7fb68dbAdd release documentation for v7.2.3b11e0d07.2.3e599637Update CHANGELOG.md and AUTHORS for new release8c93e5cUpdate dependencies62f4e26Fix stubbing function objects (#1968)97a1217Update docs/changelog.md and set new release id in docs/_config.ymlf0909bdAdd release documentation for v7.2.205cebac7.2.24dafa77Update CHANGELOG.md and AUTHORS for new release011018cFix mock.withArgs using matchers (#1961)737a32eUpdate docs/changelog.md and set new release id in docs/_config.ymlbdeee70Add release documentation for v7.2.1dc98cac7.2.1c05f7dcUpdate CHANGELOG.md and AUTHORS for new release
There are 239 commits in total.
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml54da371Add release documentation for v7.2.4e5de1fe7.2.4d158672Update CHANGELOG.md and AUTHORS for new release1431c78minor package updates37c955dMerge pull request #1979 from fatso83/update-npm-depsfc2a32aMerge pull request #1975 from ehmicky/master85f2fcdUpdate eslint-plugin-mocha707e068Fix high prio audit warnings8282bc0Update nise to use @sinonjs/text-encodingc1d9625Make all properties non-enumerable in spies, stubs, mocks and fakes894951cMerge pull request #1973 from mgred/default-sandbox-example876aebbdocs(sandbox): add example for default sandbox
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml33f0b67Add release documentation for v7.2.52b4bc7d7.2.5fb54e29Update CHANGELOG.md and AUTHORS for new release8ac68f3Upgrade mochify to latestadd43e3Upgrade @sinonjs/samsam to latestd0c073cdon't call extends.nonEnum in spy.resetHistory (#1984)f99e2efUse stable Chrome in Circle
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml7f2c8c2Add release documentation for v7.2.636b99b37.2.61fc586eUpdate CHANGELOG.md and AUTHORS for new releasec8758fdUpgrade @sinonjs/formatioe24daedSetfake.lastArgto last argument regardless of type
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml714911eAdd release documentation for v7.2.733ca39b7.2.7e8b997fUpdate CHANGELOG.md and AUTHORS for new release7913865Update @sinonjs/commons @sinonjs/formatio19b3fc7Retain spy function names and fix spy.named(name) (#1987)3275d18Document spying on accessors (#1976)
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.ymle848851Add release documentation for v7.3.0fb55b117.3.0b79a6caUpdate CHANGELOG.md and AUTHORS for new releasec85fa66Merge pull request #1999 from fatso83/fix-docker-headless-tests4b7a947Simplify Circle CI setup3951eb7Add a Docker Compose config file for testing the setup locally2119f08Merge pull request #1994 from fatso83/expose-props-inject9faf58eMerge pull request #1997 from xeptore/patch-10c7b2cdunnecessary things!20eeb48Inject createStubInstance and fake functionality73d2ac8Remove unused prop 'injectIntoThis'fb5709fFix #1974 by upgrading to @sinonjs/[email protected]b8679faMerge pull request #1989 from mgred/remove-deprecated617c40echore: update @sinonsj/commons package
There are 18 commits in total.
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml93bef55Add release documentation for v7.3.1e02c1927.3.18ee1d35Update CHANGELOG.md and AUTHORS for new releasebc53d82Fix security issues1a09166Update @sinonjs/samsam to v3.3.1
See the full diff
- The
devDependencysinon was updated from4.5.0to7.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.yml5d770e0Add release documentation for v7.3.2585a1e97.3.2b51901dUpdate CHANGELOG.md and AUTHORS for new release83861a7Update Lolex to bring in fix for sinonjs/lolex#2322430fd9Documentation (#2004)
See the full diff