Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sinon (^12.0.1 → ^13.0.0) · Repo · Changelog
Release Notes
13.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
13.0.0
Revert version change fallout from #2426
Upgrade packages (#2431)
Also run on pull requests
fix prettier error
Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (#2426)
Bump node-fetch from 2.6.1 to 2.6.7 (#2430)
Add explicit export for `./*` (#2413)
Bump cached-path-relative from 1.0.2 to 1.1.0 (#2428)
Add documentation for assert.calledOnceWithMatch (#2424)
Be more general in stripping off stack frames to fix Firefox tests (#2425)
Check call count type (#2410)
Fix #2414: make Sinon available on homepage
Bump nokogiri from 1.11.4 to 1.13.1 (#2423)
Bump shelljs from 0.8.4 to 0.8.5 (#2422)
Run Prettier
Fix 2377: Throw error when trying to stub non-configurable or non-writable properties (#2417)
Trim dead weight
Avoid build breaking post release due to CHANGES.md
Update docs/changelog.md and set new release id in docs/_config.yml
Add release documentation for v12.0.1
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands