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 sinon to v15.1.2 #436

Merged
merged 1 commit into from
Jun 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sinon (source) 15.1.0 -> 15.1.2 age adoption passing confidence

Release Notes

sinonjs/sinon

v15.1.2

Compare Source

  • 02b73aed
    Update lock file after removing node_modules ... (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-06-12.

v15.1.1

Compare Source

  • 194fc2ef
    Change fake-timers version to specifically target the one containing the 'jump' feature (Carl-Erik Kopseng)

    Instead of the later (breaking) version. See #​470

  • 05f05ac3
    docs: Remove threw(obj) from docs (#​2513) (Morgan Roderick)

    Since the introduction of threw in

    0feec9f, no one have reported that

    threw(obj) doesn't work as the documentation states.

    const sinon = require("sinon");
    
    const o = { pie: "apple" };
    
    const f = sinon.fake.throws(o);
    
    f();
    
    // this is supposed to return true
    
    f.threw(o);
    
    // => false

    Since it has been 12+ years without an error report, it's safe to assume

    that no one uses the threw method in this way. Let's remove it from

    the documentation.

Released by Carl-Erik Kopseng on 2023-06-12.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Mar 13, 2023

Coverage Status

coverage: 91.269%. remained the same when pulling 0a48ba3 on renovate/sinon-15.x into bcf1e5a on main.

@daveleek daveleek added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency sinon to v15.0.2 chore(deps): update dependency sinon to v15.0.3 Mar 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency sinon to v15.0.3 chore(deps): update dependency sinon to v15.0.4 Apr 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency sinon to v15.0.4 chore(deps): update dependency sinon to v15.1.0 May 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency sinon to v15.1.0 chore(deps): update dependency sinon to v15.1.2 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/sinon-15.x branch 3 times, most recently from 6d3252e to 1b3dc30 Compare June 13, 2023 09:44
@Tymek Tymek merged commit 1e140f5 into main Jun 15, 2023
4 checks passed
@Tymek Tymek deleted the renovate/sinon-15.x branch June 15, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants