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-mark requirement from ^2.0.0 to ^3.0.0 #87

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Changelog *Sourced from [markdown-it-mark's changelog](https://github.com/markdown-it/markdown-it-mark/blob/master/CHANGELOG.md).* > 3.0.0 / 2019-09-11 > ------------------ > > - Markdown-it 10.0.0 support + related fixes in pairs parse. > - uglify-js => terser. > > > 2.0.0 / 2015-10-05 > ------------------ > > - Markdown-it 5.0.0 support. Use 1.x version for 4.x. > > > 1.0.0 / 2015-03-12 > ------------------ > > - Markdown-it 4.0.0 support. Use previous version for 2.x-3.x. > > > 0.1.0 / 2015-01-04 > ------------------ > > - First release.
Commits - [`965e117`](https://github.com/markdown-it/markdown-it-mark/commit/965e11793c494d16706421a4c52217f531809a38) 3.0.0 released - [`fbd6fc3`](https://github.com/markdown-it/markdown-it-mark/commit/fbd6fc39771c9b86959d58ba8ae53aab5e6f29d6) Browser files rebuild - [`f8bac9c`](https://github.com/markdown-it/markdown-it-mark/commit/f8bac9c1dd366cc397b7db1268927ff46700e4b8) uglifyjs => terser - [`3101021`](https://github.com/markdown-it/markdown-it-mark/commit/31010216fa2fa579831fdb16a34910022648bc47) Fix parsing delimiters inside links - [`b363ae8`](https://github.com/markdown-it/markdown-it-mark/commit/b363ae8969f08352ed71f6f406dade7410b28a2a) Update configs/deps - [`6e6de8c`](https://github.com/markdown-it/markdown-it-mark/commit/6e6de8cb74ec5e5442639b95e82992ca899a35f0) Merge pull request [#1](https://github-redirect.dependabot.com/markdown-it/markdown-it-mark/issues/1) from digitalmoksha/fix-test-with-header - [`4f0c9d7`](https://github.com/markdown-it/markdown-it-mark/commit/4f0c9d70fbb00cc91a442506240d95df194c01e8) fix test as CM now parses line as a header - See full diff in [compare view](https://github.com/markdown-it/markdown-it-mark/compare/2.0.0...3.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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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