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

[Doppins] Upgrade dependency sinon to ^2.3.6 #203

Closed
wants to merge 4 commits into from

Conversation

doppins-bot
Copy link
Contributor

Hi!

A new version was just released of sinon, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded sinon from ^1.17.5 to ^2.3.3

Changelog:

Version 2.3.2

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

Version 2.3.1

  • Make calledAfter symmetric with calledBefore (#1407)

Version 2.3.0

  • 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()

Version 2.0.0

Changes in this release, compared to v2.0.0-pre.3

  • #1061 add configurable unsafe header checks
  • #1173 Expose readyState constants on XHR instances
  • #1175 Fire .onprogress event handler in fake XHR
  • #1176 Implement XHR.overrideMimeType
  • #1183 Use last defined withArgs match when multiple conditions are met

Full comparison (https://github.com/sinonjs/sinon/compare/f19ae7f16ae383a77f6a696dc2d975ff0b75bd62...9622a73b060cc817bafafe8b4fe2c18486477dd0)

Version 2.0.0

  • CJSify remaining tests
  • Expose sinon.assert on sandbox instances. (#1076)
  • Add resetBehavior and resetHistory to sandbox API (#1072)
  • Add sandbox.reset() docs
  • Allow xhr.respond(0) to simulate a network failure and call onerror
  • Use event loaded instead of error event for code like 403, 500, etc.
  • Fix invalid markdown in fake-timers.ms (#1054)
  • Do not invoke getters in walk (#1059)
  • ReactNative compatibility. Allow sinon fakeServer to run in React Native (#1052)
  • Fix onerror event triggering for fake xhr requests (#1041)
  • Allow sinon.calledInOrder to be called either with an array of spies or multiple spies as parameters. Add explicit test cases for sinon.calledInOrder
  • Document faking of setImmediate and clearImmediate
  • Add support for es6 Symbol to wrapMethod, match.same, yieldTo, match methods.
  • Transition to Mocha and ESLint for tests
  • Feature detect proto to exclude a timer test in IE 10
  • Migrate Packaged Tests to use a Browserified Build.
  • Improve Blob support detection logics
  • Remove sinon.test() and sinon.testCase (now in sinon-test module.)
  • Remove sinon.log and sinon.logError
  • Fix 648: test for this.proxy before trying toString on it
  • use the correct sinon.deepEqual to test sinon matcher
  • Get rid of eval in sinon spy

Version 2.0.0

  • Fix #875 Proper support UTF8 payloads
  • CommonJS-ified some of the things
  • updated readyStateChange to align to the w3c spec (somewhat)
  • added some additional progress event verification
  • added a test to ensure load is not fired before abort
  • added test to ensure event ordering
  • allow progress events with loaded/total values of 0
  • Fix #867: Walk properties only once
  • Removed unnecessary module wrappers and double test run in NodeJS.
  • null-check the object passed to sinon.stub
  • implemented stub#resetHistory method - fixes #863
  • Fix #851: Do not attempt to re-stub constructors
  • Fix #847: Ensure walk invokes accessors directly on target
  • stub.reset also resets behavior

@coveralls
Copy link

coveralls commented Jun 10, 2017

Coverage Status

Coverage remained the same at 99.485% when pulling 97a716b on doppins/sinon-from-2.3.3-below-3.0.0 into 88e2630 on master.

@doppins-bot
Copy link
Contributor Author

An additional new version was just released of sinon, so we've added an
extra commit upgrading your range to ^2.3.4.

Hope that's alright!
Doppins

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency sinon to ^2.3.3 [Doppins] Upgrade dependency sinon to ^2.3.4 Jun 10, 2017
@coveralls
Copy link

coveralls commented Jun 10, 2017

Coverage Status

Coverage remained the same at 99.485% when pulling f6e150e on doppins/sinon-from-2.3.3-below-3.0.0 into 88e2630 on master.

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency sinon to ^2.3.4 [Doppins] Upgrade dependency sinon to ^2.3.5 Jun 20, 2017
@doppins-bot
Copy link
Contributor Author

An additional new version was just released of sinon, so we've added an
extra commit upgrading your range to ^2.3.5.

Hope that's alright!
Doppins

@coveralls
Copy link

coveralls commented Jun 20, 2017

Coverage Status

Coverage remained the same at 99.485% when pulling e21dd1e on doppins/sinon-from-2.3.3-below-3.0.0 into 88e2630 on master.

@doppins-bot doppins-bot changed the title [Doppins] Upgrade dependency sinon to ^2.3.5 [Doppins] Upgrade dependency sinon to ^2.3.6 Jun 28, 2017
@doppins-bot
Copy link
Contributor Author

An additional new version was just released of sinon, so we've added an
extra commit upgrading your range to ^2.3.6.

Hope that's alright!
Doppins

@coveralls
Copy link

coveralls commented Jun 28, 2017

Coverage Status

Coverage remained the same at 99.485% when pulling 16c53f7 on doppins/sinon-from-2.3.3-below-3.0.0 into 88e2630 on master.

@ekmartin ekmartin closed this Jul 1, 2017
@ekmartin ekmartin deleted the doppins/sinon-from-2.3.3-below-3.0.0 branch July 1, 2017 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants