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)
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?
✳️ remark-cli (^8.0.0 → ^9.0.0) · Repo · Changelog
Release Notes
9.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 41 commits:
9.0.0
remark-stringify: 5.0.0
remark-parse: 5.0.0
doc: update list of plugins
remark-parse: fix support for image-like footnotes
remark-stringify: remove buggy old nested code fix
remark-cli: update help docs
remark: add examples on how to configure
remark-parse: let atx headings to interrupt lists
Fix Travis by only running tests on older Node
remark-parse: fix entities in urls
remark-parse: fix auto-link with markdown syntax
remark-cli: update `unified-args`
Update Node in Travis
Update `remark-preset-wooorm`
Update `execa`
Update `browserify`, `common-shakeify`
Fix typos
Refactor wording `plug-in` > `plugin`
Fix broken links
Add `Contribute` section to `readme.md`
Migrate to `remarkjs`
Add issue and pr templates
Add `contributing.md`
Add `code-of-conduct.md`
Add `skip_cleanup` to Travis
Update Node in Travis
Add `remark-mermaid` to list of plugins
Fix example on how to extend the compiler
Add `remark-shortcodes` to list of plugins
Update references to logo
Update logo
Update dev-dependencies
Update build script
Add list of presets (#290)
Add more entries to list of plugins
remark-parse: add list of inline-, block-methods to docs
Add more plugins to list of plugins
Add `remark-generic-extensions` to list of plugins
Add `remark-frontmatter` to list of plugins
Add `remark-breaks` to list of plugins
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