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 merge
Merges this PR once your tests are passing and conflicts are resolved
@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)
Coverage remained the same at 80.952% when pulling 6282358d4f7dc3f7325c1dcd40fc8de7a1d8a39b on depfu/update/npm/sinon-7.0.0 into 029458dbb8bfece77aaf8f5a70657cd3289ba8b1 on master.
We've upgraded a dependency and all tests pass. \o/
You should probably take a good look at this before merging this pull request, of course.
What changed?
✳️ sinon ( → 7.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 48 commits:
7.0.0
Update History.md and AUTHORS for new release
Update to Lolex 3
Add Google Analytics
Make template work with Hub
Only run sinon builds
Merge pull request #1929 from fatso83/add-sitemap
Add NPM run scripts for building docs
Add Jekyll sitemap for SEO improvements
Merge pull request #1927 from fatso83/1923-rel-canonical
Make /latest contain documentation for v6.3.5
Improve CSS
Avoid updating release_id for 'latest'
Add banner that points to latest version
Point canonical url for all releases docs to /latest/<page>
Skip listing 'latest' in /releases
Make invoking the script work from everywhere
Copy the current release to /latest
Use existing variables in script
Use https for site.url
Merge pull request #1920 from mroderick/upgrade-linting
Use eslint-config-sinon@2.0.0
Fix violations for no-useless-concat after running Prettier
Add Prettier to CONTRIBUTING.md
Add npm task for prettier
Run prettier on all files and fix violations
Add prettier
Also use no-native-reassign, as that's still in the prettier config somewhere
Fix lint violations for wrap-iife
Fix lint violations for no-useless-call
Fix lint violations for no-throw-literal
Fix lint violations for no-self-compare
Fix lint violations for no-param-reassign
Fix lint violations for no-implicit-coercion
Fix lint violations for no-eq-null
Fix lint violtions for no-empty-function
Fix lint violations for block-scoped-var
Fix lint violations for valid-jsdoc
Fix lint violations for getter-return
Replace deprecated no-native-reassign with no-global-assign
Remove PhantomJS specfic conditional
Upgrade ESLint to latest version
test(#1887) (#1918)
Add test-cloud to preversion.sh (#1917)
Clarify documentation for spy.calledOnceWithExactly (#1916)
fix sinon.assert link in sandbox.assert doc (#1915)
Update docs/changelog.md and set new release id in docs/_config.yml
Add release documentation for v6.3.5
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