Upgrade unexpected to version 12.0.0 #124
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 → ^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