Upgrade unexpected-markdown to version 2.0.0 #12
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 (^1.3.4 → ^2.0.0) · Repo
Commits
See the full diff on Github. The new version differs by 28 commits:
2.0.0
Merge pull request #30 from unexpectedjs/feature/prettier
Disable the no-labels rule in the test convertMarkdown... tests
eslint --fix .
Use prettier instead of onelint
Merge pull request #29 from unexpectedjs/fix/unsupportOldNode
Update mocha to ^5.2.0
Travis: Drop support for node.js < 6 (semver-major)
Hack around a bit to avoid eslint-disable
Fix lint, remove unused function parameters
eslint --fix .
Update eslint and eslint-config-onelint
package.json: Use ^ ranges for regular deps
Update mocha to version 5.2.0
package.json: Use ^ ranges for dev deps
Travis: Run with newer node versions
Add .npmrc to disable the package lock
Fix expected output
Update unexpected to version 10.40.0
Update escodegen to version 1.11.0
Merge pull request #13 from unexpectedjs/depfu/update/npm/async-2.6.1
Merge pull request #15 from unexpectedjs/depfu/update/npm/esprima-4.0.1
Merge pull request #16 from unexpectedjs/depfu/update/npm/passerror-1.1.1
Merge pull request #18 from unexpectedjs/depfu/update/npm/source-map-support-0.5.9
Update source-map-support to version 0.5.9
Update passerror to version 1.1.1
Update esprima to version 4.0.1
Update async to version 2.6.1
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