hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
343 stars 60 forks source link

Update markdown-it requirement from ^8.4.2 to ^9.0.1 #80

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on markdown-it to permit the latest version.

Changelog *Sourced from [markdown-it's changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md).* > 9.0.1 / 2019-07-12 > ------------------ > > - Fix possible corruption of open/close tag levels, [#466](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/466) > > > 9.0.0 / 2019-07-09 > ------------------ > > - Updated CM spec compatibility to 0.29. > - Update Travis-CI node version to actual (8 & latest). > - Deps bump. > > > 8.4.2 / 2018-02-15 > ------------------ > > - Fix `--no-html` CLI option, [#476](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/476). > > > 8.4.1 / 2018-02-15 > ------------------ > > - Fix smartquotes around softbreaks, [#430](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/430). > > > 8.4.0 / 2017-08-24 > ------------------ > > - Updated CM spec compatibility to 0.28. > > > 8.3.2 / 2017-08-03 > ------------------ > > - Fix blockquote termination inside lists, [#386](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/386). > > > 8.3.1 / 2017-03-06 > ------------------ > > - Fix blockquote termination by list item, [#338](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/338). > > > 8.3.0 / 2017-02-16 > ------------------ > > - Fix table indentation issues, [#325](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/325), [#224](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/224). > - Remove tabs at the beginning of the line in paragraphs. > - Fix blockquote termination inside indented lists, [#329](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/329). > ... (truncated)
Commits - [`28cec6d`](https://github.com/markdown-it/markdown-it/commit/28cec6d30a5b18ded43d595ed24ba7a095ed859f) 9.0.1 released - [`7961e5a`](https://github.com/markdown-it/markdown-it/commit/7961e5ae3d629679798a880d3f10ed5ca777108f) Browser files rebuild - [`a1c9381`](https://github.com/markdown-it/markdown-it/commit/a1c93811f8d2ef891540474be0fd198aaa4b0082) Fix incorrect level recalculation in text_collapse - [`d08c7c3`](https://github.com/markdown-it/markdown-it/commit/d08c7c38976f5dcdf8dfe9ea3fdf149905001d16) Add an example related to case-insensitive comparisons - [`bd43aae`](https://github.com/markdown-it/markdown-it/commit/bd43aaeedbcca9750428c27f285268a83450094b) 9.0.0 released - [`cb4f862`](https://github.com/markdown-it/markdown-it/commit/cb4f862f4d714e8f60d6f8cff47b80165870bd5b) Browser files rebuild - [`c36309e`](https://github.com/markdown-it/markdown-it/commit/c36309ef1c22ef002680dab767c6b157ff54711e) Bump eslint & update CS - [`a52d724`](https://github.com/markdown-it/markdown-it/commit/a52d7240d412197307366913b77dba54f2284716) Deps bump - [`c93ad3a`](https://github.com/markdown-it/markdown-it/commit/c93ad3a196904e163cbf630fc95784dc59915d83) jade => pug - [`1ba6def`](https://github.com/markdown-it/markdown-it/commit/1ba6def4eabf92eb5c8b6961b17b9eeb883849ae) Deps: coverall bump - Additional commits viewable in [compare view](https://github.com/markdown-it/markdown-it/compare/8.4.2...9.0.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
yoshinorin commented 5 years ago

@dependabot rebase