Skip to content

Commit 74b1c19

Browse files
committed
Update to version 0.37.3.
1 parent ef70472 commit 74b1c19

9 files changed

+426
-422
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.37.3
4+
5+
- Tweak `package.json` dependencies to work with `pnpm`
6+
37
## 0.37.2
48

59
- Add subpath imports for overriding default bundler behavior

helpers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ be useful to custom rule authors and may avoid duplicating code.
2222
*None* - The entire body of code is tested to 100% coverage by the core
2323
`markdownlint` project, so there are no additional tests here.
2424

25-
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.2/doc/CustomRules.md
25+
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/CustomRules.md
2626
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
2727
[markdown]: https://en.wikipedia.org/wiki/Markdown
2828
[markdownlint]: https://github.com/DavidAnson/markdownlint
29-
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.2/doc/Rules.md
29+
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/Rules.md

lib/configuration-strict.d.ts

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

lib/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const fixableRuleNames = [
1010
"MD058"
1111
];
1212
export const homepage = "https://github.com/DavidAnson/markdownlint";
13-
export const version = "0.37.2";
13+
export const version = "0.37.3";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint",
3-
"version": "0.37.2",
3+
"version": "0.37.3",
44
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
55
"type": "module",
66
"exports": {

schema/.markdownlint.jsonc

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

schema/.markdownlint.yaml

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

schema/markdownlint-config-schema-strict.json

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

schema/markdownlint-config-schema.json

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)