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 83.14% when pulling 3603523951349a99f51eb4793978be96c6ed754a on depfu/update/npm/unexpected-11.0.0 into 178c2969accd4026e5cf0bc495718373bfcbc92e 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 (^10.36.3 → ^11.0.0) · Repo · Changelog
Release Notes
11.0.0 (from changelog)
Commits
See the full diff on Github. The new version differs by 44 commits:
11.0.0
Build unexpected.js
Revert "REVERT once v11 is out of beta: Specify tag:beta in package.json"
Revert "REVERT ME when merging v11 to master: Don't deploy the documentation site when doing releases"
Merge pull request #509 from unexpectedjs/v11
Docs: Use https urls on the plugin page, fix a dead link
Docs: List unexpected-preact on the plugins page
Docs: Mention that node.js < 6 is unsupported per Unexpected 11
Merge branch 'docs/migrationGuide' into v11
Merge branch 'master' into v11
Tweak a section heading.
Mention the two additional deprecations on the release and migration pages
Fix typos
Merge pull request #567 from unexpectedjs/chore/unsupportThisInAssertions
Merge pull request #566 from unexpectedjs/chore/removeExpectAsync
Remove long-deprecated support for this.subject etc. in assertion handlers
Remove expect.async
Merge pull request #564 from unexpectedjs/depfu/update/npm/unexpected-documentation-site-generator-5.1.0
Update unexpected-documentation-site-generator to version 5.1.0
Merge pull request #563 from unexpectedjs/depfu/update/npm/rollup-1.0.1
Update rollup to version 1.0.1
Merge branch 'master' into v11
Merge pull request #546 from unexpectedjs/cleanup/fixTestScriptWithLocalBrowser
Merge pull request #556 from unexpectedjs/feature/simplifyToBeRejectedWith
Merge pull request #559 from unexpectedjs/fix/preferredWidthPropagation
Merge pull request #561 from unexpectedjs/ssimonsen/relative-doc-urls
Merge pull request #562 from unexpectedjs/fix/httpRedirects
Avoid http redirects in assets linked from the frontpage
Made all internal doc URL's relative and with a trailing slash
Add a separate releases page with an entry for 11.0.0
Stop generating a menu entry for the migration page
Show the expect.it() function argument syntax.
Add a function by value example.
Convert all assertion references to links.
Fix rendering the hyphen.
Don't let changes to expect.output.preferredWidth propagate into existing clones
REVERT ME when merging v11 to master: Don't deploy the documentation site when doing releases
Avoid using arrow functions in tests where they're being inspected
Empty commit to see if netlify picks up
11.0.0-4
Build unexpected.js
Fix tests merged from master so they work with the transpiled browser tests
Merge branch 'master' into v11
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