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)
Coverage remained the same at 80.952% when pulling 0dfcad17447aa00ba1b563ac28fe310362e0ca5e on depfu/update/npm/unexpected-12.0.0 into 815ae3115436de1bb6d6138bed6a2c62ea5828d8 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 → ^12.0.0) · Repo · Changelog
Release Notes
12.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 39 commits:
12.0.0
Fix badge url
Empty commit to trigger a new build
Merge pull request #773 from unexpectedjs/tech/node10
Merge pull request #775 from unexpectedjs/github-actions-rebased
Add the wonky symbol guard in a couple more places
Disable to-have-properties tests if Symbol is wonky
Maybe env: can go at the top level
Try to remove the env: thing
Try reformatting the yaml a bit, I have no idea why the thing isn't building
Try making the secrets available to test-browserstack-ie11
Try to fix make coverage on GA actions
Use basePath to locate .mocharc.json
Switch to the GA badges
node.js 10+ in the GA build
Fix coverage.
Issue the test targets via make.
Replace Travis CI with Github Actions.
Fix browser tests by switching back to var
Remove no longer needed dependency on test-sources
Remove CHEWBACCA_THRESHOLD (unused)
Makefile: Remove the MODERN_NODE stuff now that all the nodes we support are modern :)
Fix tests
Add entry for v12.0.0 to releases.md
Fix another mocha --opts
Fix lint
Also check .json files with prettier on ci
prettier --write '**/*.{js,md,json}'
Add /.nyc_output/ to the ignore files
eslint --fix .
Update eslint-config-standard to ^16.0.2
Update jest to ^26.6.3
Update offline-github-changelog to ^2.0.0
Update diff to ^5.0.0
Tolerate a different (also non-zero) exit code from mocha
Also fix Makefile to use --config
mocha --opts => --config
Replace test/mocha.opts with .mocharc.json, silencing stderr deprecation warning
Drop support for node.js <10, add 14 and latest on travis, lint with 14
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