Comparing version 5.0.0-next.1 to 5.0.0-next.3
5.0.0-next-3 / 2018-01-16 | ||
================== | ||
Publish next version including changes from 4.1.6 | ||
5.0.0-next / 2018-01-11 | ||
@@ -34,2 +40,13 @@ ================== | ||
4.1.6 / 2018-01-16 | ||
================== | ||
* Fix bad build, missing nise@1.2.0 (#1656) | ||
* Upgrade dependency supports-color | ||
4.1.5 / 2018-01-13 | ||
================== | ||
* Use nise.fakeServer as the sandbox serverPrototype (#1534) | ||
4.1.4 / 2018-01-08 | ||
@@ -36,0 +53,0 @@ ================== |
@@ -6,3 +6,3 @@ "use strict"; | ||
function colorize(str, color) { | ||
if (!supportsColor) { | ||
if (supportsColor.stdout === false) { | ||
return str; | ||
@@ -9,0 +9,0 @@ } |
@@ -16,3 +16,2 @@ "use strict"; | ||
var fakeXhr = require("nise").fakeXhr; | ||
var fakeServerWithClock = require("nise").fakeServerWithClock; | ||
var usePromiseLibrary = require("./util/core/use-promise-library"); | ||
@@ -41,3 +40,3 @@ | ||
sandbox.serverPrototype = fakeServerWithClock; | ||
sandbox.serverPrototype = fakeServer; | ||
@@ -44,0 +43,0 @@ // this is for testing only |
{ | ||
"name": "sinon", | ||
"description": "JavaScript test spies, stubs and mocks.", | ||
"version": "5.0.0-next.1", | ||
"version": "5.0.0-next.3", | ||
"homepage": "http://sinonjs.org/", | ||
@@ -46,7 +46,7 @@ "author": "Christian Johansen", | ||
"nise": "^1.2.0", | ||
"supports-color": "^4.4.0", | ||
"supports-color": "^5.1.0", | ||
"type-detect": "^4.0.5" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^14.0.0", | ||
"browserify": "^15.1.0", | ||
"dependency-check": "^2.9.1", | ||
@@ -57,4 +57,4 @@ "eslint": "^4.6.1", | ||
"husky": "^0.14.2", | ||
"lint-staged": "^4.0.0", | ||
"markdownlint-cli": "^0.4.0", | ||
"lint-staged": "^6.0.0", | ||
"markdownlint-cli": "^0.6.0", | ||
"mocha": "^4.0.0", | ||
@@ -61,0 +61,0 @@ "mochify": "^5.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3464897
36775
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedhas-flag@2.0.0(transitive)
- Removedsupports-color@4.5.0(transitive)
Updatedsupports-color@^5.1.0