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 increased (+0.2%) to 92.414% when pulling 96452bed105c8c6c7778f1d3a9a89ce1febcd5f1 on depfu/update/npm/unexpected-10.40.2 into f362e32d9fd8cade1675b3d38ac655c236996feb on master.
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?
✳️ unexpected (^11.0.0-1 → ^10.40.2) · Repo · Changelog
Release Notes
10.40.2 (from changelog)
Commits
See the full diff on Github. The new version differs by 15 commits:
10.40.2
Build unexpected.js
function type: Fix reindentation of single line arrow functions
Documentation: Fix link to unexpected-webdriver
Karma: Bump the mocha timeout to one minute to match v11
Fix typo in test descriptions
Fix typo in test description
Fix typo in test description
.npmrc: Remove save-prefix='' (contradicts save-exact=false)
Update unexpected-markdown to ^2.0.0
Merge pull request #554 from unexpectedjs/fix/mochaCompilersDeprecationWarning
mocha: Use --require unexpected-markdown instead of --compilers ...
karma-mocha: Increase the timeout to 10s in an attempt to avoid random failures
Expand addAssertion+expect.it tests to cover flags not being forwarded
Updated the changelog
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