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

chore(deps): update dependency chai-spies to v1 #845

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2019

This PR contains the following updates:

Package Type Update Change
chai-spies devDependencies major 0.7.1 -> 1.0.0

Release Notes

chaijs/chai-spies

v1.0.0

Compare Source

This is a major release which introduces many new featues, such as sandboxes, as well as new convenience methods and assertions.

This major release also comes with some breaking changes:

Breaking Changes

  • removed reset method. #​35 (@​stalniy)
    You will need to update any callsites to spy.reset() to instead assign a new spy to that variable or property.

  • exposes original function body in spy.toString calls #​93 (@​stalniy)
    If you check the spy.toString() output in your tests, this will need to be changed to accomodate for this change.

Features
chai.spy.on(array, 'push', returns => 5)
chai.spy.on(array, 'push', function() {
  // custom implementation
})
const spy = chai.spy()

spy(1); // first call
spy(2); // second call
spy(3); // third call
spy(i); // nth call

expect(spy).to.have.been.first.called.with(1)
expect(spy).to.have.been.second.called.with(2)
expect(spy).to.have.been.third.called.with(3)
expect(spy).on.nth(i).be.called.with(i)
Bug Fixes
Documentation

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 2 times, most recently from 5231245 to da7b0df Compare June 6, 2019 11:48
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch from da7b0df to 1188fb1 Compare June 14, 2019 16:27
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 4 times, most recently from 09c9110 to 0ae83cc Compare July 8, 2019 14:29
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 3 times, most recently from e850dea to 9e909b4 Compare July 15, 2019 19:45
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 6 times, most recently from dba4c59 to e572c60 Compare July 25, 2019 18:02
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 4 times, most recently from 304ae66 to aac136f Compare August 2, 2019 02:58
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 6 times, most recently from 9dcf9eb to c27fd58 Compare August 15, 2019 00:58
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 3 times, most recently from 82ec590 to 843c428 Compare August 18, 2019 02:08
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 3 times, most recently from 2d904c1 to 46ba6c3 Compare December 18, 2019 20:14
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 3 times, most recently from ab3e94a to 02b328e Compare January 28, 2020 21:29
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch from 2e27e89 to c5272a2 Compare March 3, 2020 01:42
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch from c5272a2 to 4b5c2d7 Compare March 12, 2020 19:40
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 2 times, most recently from 306bec3 to d2dc825 Compare March 26, 2020 17:33
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 2 times, most recently from a4e378a to eb8ee38 Compare April 12, 2020 19:08
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch from eb8ee38 to 330c37c Compare April 27, 2020 19:20
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 4 times, most recently from 0308932 to 786d3a9 Compare July 3, 2020 22:42
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 2 times, most recently from 6d61b7e to 19be865 Compare August 14, 2020 23:17
@renovate renovate bot changed the title chore(deps): update dependency chai-spies to v1 Update dependency chai-spies to v1 Aug 14, 2020
@renovate renovate bot changed the title Update dependency chai-spies to v1 chore(deps): update dependency chai-spies to v1 Sep 11, 2020
@renovate renovate bot force-pushed the renovate/chai-spies-1.x branch 2 times, most recently from 9bcfe02 to dcbdcc3 Compare September 30, 2020 20:20
@renovate
Copy link
Contributor Author

renovate bot commented Oct 2, 2020

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/chai-spies-1.x branch October 2, 2020 22:51
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.

None yet

2 participants