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 (^9.0.0 → ^10.0.0) · Repo · Changelog
Release Notes
10.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 31 commits:
10.0.0
Update CHANGELOG.md and AUTHORS for new release
Upgrade nise to 4.1.0
Set browser versions in Sauce Labs config
Update COMPATIBILITY.md
Use @sinonjs/eslint-config
Remove obsolete eslint config
Run eslint with --quiet
Fix lint warnings: invalid JSDoc comments
Fix lint error: no-setter-return
Fix lint error: symbol-description
Fix lint error: no-useless-concat
Fix lint error: prefer-template
Remove comments for eslint-plugin-ie11
Add .browserslistrc
Configure linting: use @sinonjs/eslint-config
Disable jsdoc/require-jsdoc for test files
Set eslint env mocha in test files
Bump elliptic from 6.5.3 to 6.5.4
add docs for using mocha root hooks (#2346)
Add empty .prettierrc
Remove obsolete npm task 'prettier'
Add prettier step to CI
Add prettier:check and prettier:write tasks
Format documentation using prettier
Format .yml files with prettier
Fix really long test description
Upgrade prettier
Fix walk-test.js
Upgrade eslint to latest
Update docs/changelog.md and set new release id in docs/_config.yml
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