From a1d9e2f94463ae4ebaab36436aa5d2bfbcfb2a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 5 Feb 2019 09:10:12 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20sinon-chai?= =?UTF-8?q?=20to=20version=203.3.0=20=F0=9F=8C=9F=20(#3303)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | sinon-chai | devDependencies | minor | `3.2.0` -> `3.3.0` | [source](https://togithub.com/domenic/sinon-chai) | | sinon-chai | devDependencies | major | `2.14.0` -> `3.3.0` | [source](https://togithub.com/domenic/sinon-chai) | --- ### Release Notes
domenic/sinon-chai ### [`v3.3.0`](https://togithub.com/domenic/sinon-chai/releases/3.3.0) [Compare Source](https://togithub.com/domenic/sinon-chai/compare/v3.2.0...3.3.0) Added support for Sinon v7.x ([@​JoeTheFkingFrypan](https://togithub.com/JoeTheFkingFrypan), [#​131](https://togithub.com/domenic/sinon-chai/issues/131))
--- ### Renovate configuration :date: **Schedule**: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York. :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#cypress-io/cypress). --- packages/extension/package.json | 2 +- packages/https-proxy/package.json | 2 +- packages/launcher/package.json | 2 +- packages/reporter/package.json | 2 +- packages/runner/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/extension/package.json b/packages/extension/package.json index bced4dfabc..79dfddfa5f 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -40,7 +40,7 @@ "gulp-rename": "1.4.0", "run-sequence": "1.2.2", "sinon": "1.17.7", - "sinon-chai": "2.14.0", + "sinon-chai": "3.3.0", "vinyl-source-stream": "1.1.2" }, "dependencies": { diff --git a/packages/https-proxy/package.json b/packages/https-proxy/package.json index 0452bcc754..05358fd803 100644 --- a/packages/https-proxy/package.json +++ b/packages/https-proxy/package.json @@ -27,7 +27,7 @@ "request-promise": "3.0.0", "sinon": "1.17.7", "sinon-as-promised": "4.0.3", - "sinon-chai": "2.14.0", + "sinon-chai": "3.3.0", "supertest": "1.2.0", "supertest-as-promised": "3.2.0" }, diff --git a/packages/launcher/package.json b/packages/launcher/package.json index 0747990e21..a680e754f4 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -39,7 +39,7 @@ "prettier": "1.16.4", "shelljs": "0.7.8", "sinon": "2.4.1", - "sinon-chai": "2.14.0", + "sinon-chai": "3.3.0", "tslint": "5.12.1", "tslint-config-standard": "7.1.0", "typescript": "2.9.2" diff --git a/packages/reporter/package.json b/packages/reporter/package.json index 786f8ad9ad..da1f878091 100644 --- a/packages/reporter/package.json +++ b/packages/reporter/package.json @@ -45,7 +45,7 @@ "react-dom": "16.7.0", "rebuild-node-sass": "1.1.0", "sinon": "7.0.0", - "sinon-chai": "3.2.0", + "sinon-chai": "3.3.0", "zunder": "6.3.2" } } diff --git a/packages/runner/package.json b/packages/runner/package.json index ec64bea438..9c17e65ed9 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -44,7 +44,7 @@ "react-input-autosize": "2.2.1", "rebuild-node-sass": "1.1.0", "sinon": "7.0.0", - "sinon-chai": "3.2.0", + "sinon-chai": "3.3.0", "zunder": "6.3.2" } }