build(deps): bump markdown-it and markdownlint-cli
Bumps markdown-it and markdownlint-cli. These dependencies needed to be updated together.
Updates markdown-it from 12.0.4 to 13.0.1
Changelog
Sourced from markdown-it's changelog.
[13.0.1] - 2022-05-03
Fixed
- Bumped
linkify-itto 4.0.1. That should fix some hangs, caused by wrong data, returned fromlinkify-it.[13.0.0] - 2022-04-22
Added
- Added a new token type
text_specialto store escaped characters, same astextbut unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).- Added a new rule
text_joinincoreruler. Text replacement plugins may choose to insert themselves before it.Changed
(p)is no longer replaced with § by typographer (conflicts with ℗), #763.text_collapserule is renamed tofragments_join.Fixed
- Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g.
\(c)orgoogle\.comare no longer replaced).- Fixed collision of emphasis and linkifier (so
http://example.org/foo._bar_-_bazis now a single link, not emphasized). Emails and fuzzy links are not affected by this.[12.3.2] - 2022-01-08
Security
- Fix possible ReDOS in newline rule. Thanks to
@MakeNowJust.[12.3.1] - 2022-01-07
Fixed
- Fix corner case when tab prevents paragraph continuation in lists, #830.
[12.3.0] - 2021-12-09
Changed
StateInline.delimiters[].jumpis removed.Fixed
- Fixed quadratic complexity in pathological
***<10k stars>***a***<10k stars>***case.[12.2.0] - 2021-08-02
Added
- Ordered lists: add order value to token info.
Fixed
- Always suffix indented code block with a newline, #799.
[12.1.0] - 2021-07-01
... (truncated)
Commits
e843accMerge branch 'master' of github.com:markdown-it/markdown-itbda718213.0.1 releasedb8b610fDist rebuildd17df13Bump linkify-it to 4.0.10c19c37Merge pull request #866 from yne/patch-1e157cd2doc: Add syntax highlighting6ec0b7613.0.0 released0e4c0f4Dist rebuildd1757edBump linkify-it to v4bab0bafAdded examples on how to add and modify rules (#619)- Additional commits viewable in compare view
Updates markdownlint-cli from 0.27.1 to 0.32.2
Release notes
Sourced from markdownlint-cli's releases.
0.32.2
- Update
markdownlintdependency to0.26.2
- Improve
MD037/MD051/MD053- Update all dependencies via
Dependabot0.32.1
- Update
markdownlintdependency to0.26.1
- Improve
MD051- Update all dependencies via
Dependabot0.32.0
- Update
markdownlintdependency to0.26.0
- Add
MD051/link-fragments: Link fragments should be valid- Add
MD052/reference-links-images: Reference links and images should use a label that is defined- Add
MD053/link-image-reference-definitions: Link and image reference definitions should be needed (auto-fixable)- Improve
MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050- Add
markdownlint-disable-lineinline comment- Support
~paths in configuration files- Improve performance
- Add
.markdownlint.jsoncto list of supported configuration files- Remove support for end-of-life Node version 12
- Update all dependencies via
Dependabot0.31.1
- Automatically publish
Dockercontainer image toGitHub Packages- Update all dependencies via
Dependabot0.31.0
- Update
markdownlintdependency to0.25.0
- Add
MD049/MD050for consistent emphasis/strong style (both auto-fixable)- Improve
MD007/MD010/MD032/MD033/MD035/MD037/MD039- Support asynchronous custom rules
- Improve performance
- Update all dependencies via
Dependabot0.30.0
- Add
--enable/--disableparams- Add
--quietparam- Throw for bad config file
- Update all dependencies via
Dependabot0.29.0
- Update
markdownlintdependency to 0.24.0
- Improve
MD010/MD011/MD037/MD043/MD044- Remove support for end-of-life Node version 10
- Update all dependencies via
Dependabot0.28.1
- Fix outdated reference to
rc(thanks@shhdgit!)
... (truncated)
Commits
dcc3487Bump version 0.32.2dd95e43Update the help for--enable&--disable(#315)532d219Bump markdownlint from 0.26.1 to 0.26.2 (#314)8348e4eBump markdownlint-rule-helpers from 0.17.1 to 0.17.2 (#313)33f319cAdd example of terminating variadic argument list with "--" to README.md (fix...45bcd52Bump docker/build-push-action from 3.1.0 to 3.1.1 (#311)8652eb2Bump version 0.32.16bf89dbBump markdownlint-rule-helpers from 0.17.0 to 0.17.1 (#308)7798bd5Bump markdownlint from 0.26.0 to 0.26.1 (#310)be3970dBump xo from 0.50.0 to 0.51.0 (#309)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Test Coverage Report for Build 3082259341
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 82.692%
| Totals | |
|---|---|
| Change from base Build 3082207215: | 0.0% |
| Covered Lines: | 146 |
| Relevant Lines: | 168 |
💛 - Coveralls
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.