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.0 #77

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.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). > - Better error message for bad input type, [#324](https://github-redirect.dependabot.com/markdown-it/markdown-it/issues/324). > > > 8.2.2 / 2016-12-15 > ------------------ > > ... (truncated)
Commits - [`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 - [`457f471`](https://github.com/markdown-it/markdown-it/commit/457f471f15806a8ac74a5112a791f8e9e19d90d1) Travis-CI: refresh node versions to actual - [`fa7a419`](https://github.com/markdown-it/markdown-it/commit/fa7a419161cc45b5d049d86032e966ec69d14c8a) Fix edge case for list indents - [`7421ecc`](https://github.com/markdown-it/markdown-it/commit/7421ecce679867af4e1345d53fc5a6dffca9311e) Improve normalization for reference label matching - [`e519e6a`](https://github.com/markdown-it/markdown-it/commit/e519e6ac198221ace43685360647a3fce666df81) Fix emphasis matching where delimiters are multiple of 3 - Additional commits viewable in [compare view](https://github.com/markdown-it/markdown-it/compare/8.4.2...9.0.0)


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.
dependabot-preview[bot] commented 5 years ago

Superseded by #80.