mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Update to version 0.26.0.
This commit is contained in:
parent
91856f0423
commit
51cec76c2b
5 changed files with 12 additions and 5 deletions
|
|
@ -1012,6 +1012,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
MD007/MD010/MD032/MD033/MD035/MD037/MD039, support asynchronous custom rules,
|
MD007/MD010/MD032/MD033/MD035/MD037/MD039, support asynchronous custom rules,
|
||||||
improve performance, improve CI process, reduce dependencies, update dependencies.
|
improve performance, improve CI process, reduce dependencies, update dependencies.
|
||||||
* 0.25.1 - Update dependencies for CVE-2022-21670.
|
* 0.25.1 - Update dependencies for CVE-2022-21670.
|
||||||
|
* 0.26.0 - Add MD051/MD052/MD053 for validating link fragments & reference links/images &
|
||||||
|
link/image reference definitions (MD053 is auto-fixable), improve
|
||||||
|
MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050, add `markdownlint-disable-line`
|
||||||
|
inline comment, support `~` paths in `readConfig/Sync`, add `configParsers` option,
|
||||||
|
remove support for end-of-life Node version 12, default `resultVersion` to 3, update
|
||||||
|
browser script to use ES2015, simplify JSON schema, address remaining CodeQL issues,
|
||||||
|
improve performance, update dependencies.
|
||||||
|
|
||||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/*! markdownlint 0.25.1 https://github.com/DavidAnson/markdownlint @license MIT */
|
/*! markdownlint 0.26.0 https://github.com/DavidAnson/markdownlint @license MIT */
|
||||||
var markdownlint;
|
var markdownlint;
|
||||||
/******/ (() => { // webpackBootstrap
|
/******/ (() => { // webpackBootstrap
|
||||||
/******/ var __webpack_modules__ = ({
|
/******/ var __webpack_modules__ = ({
|
||||||
|
|
@ -1187,7 +1187,7 @@ module.exports.referenceLinkImageData =
|
||||||
|
|
||||||
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
|
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
|
||||||
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
||||||
module.exports.version = "0.25.1";
|
module.exports.version = "0.26.0";
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-rule-helpers",
|
"name": "markdownlint-rule-helpers",
|
||||||
"version": "0.16.0",
|
"version": "0.17.0",
|
||||||
"description": "A collection of markdownlint helper functions for custom rules",
|
"description": "A collection of markdownlint helper functions for custom rules",
|
||||||
"main": "helpers.js",
|
"main": "helpers.js",
|
||||||
"author": "David Anson (https://dlaa.me/)",
|
"author": "David Anson (https://dlaa.me/)",
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
|
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
|
||||||
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
||||||
module.exports.version = "0.25.1";
|
module.exports.version = "0.26.0";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint",
|
"name": "markdownlint",
|
||||||
"version": "0.25.1",
|
"version": "0.26.0",
|
||||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "lib/markdownlint.js",
|
"main": "lib/markdownlint.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue