Upgrade unexpected-markdown to version 5.0.0 #310
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-markdown (^4.0.0 → ^5.0.0) · Repo
Commits
See the full diff on Github. The new version differs by 33 commits:
5.0.0
Add assortment of README badges.
Fix lint after a2f9e1e.
Submit coverage data to coveralls.
Remove duplicate catch block made redundant via await.
Cover extractSnippets() with basic tests.
Merge pull request #48 from unexpectedjs/fix/rejectionFromPromises
Fix previous added test by relaxing promise check.
Add failing test for updated example with promise rejection.
Cover Snippets#getTests() method.
Use consistent .spec.js suffix for test files.
Add coverage via nyc.
Add node 12 and restore latest node to CI.
Reconfigure CI as a build matrix.
Merge branch 'feature/modernise'
Inline & simplify the node 8 extend workaround in evaluateSnippets.
Run prettier after GitHub merges.
Prefer async/await to .then() in evaluate().
Remove cb argument from evaluate() and mark as async.
Merge pull request #47 from unexpectedjs/fix/buble
Also handle let
Avoid breaking with const when babel is not present
Use for-of in place of .forEach() iteration.
lebab --transform class --replace lib
Roll back the use of Object.assign() in evaluateSnippets.
Cleanup unused functions and libraries.
Modernise convertMarkdownToMocha.
Modernise createExpect.
Modernise UnexpectedMarkdown.
Make snippets.evaluate() return a promise.
Modernise extractSnippets.
Modernise evaluateSnippets.
Make evaluation a method on snippets.
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