diff --git a/CHANGELOG.md b/CHANGELOG.md index db0fb28d..ad3a8650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051 - Improve JSON schema and related examples - Provide type declaration for Configuration object +- Remove support for end-of-life Node version 16 - Update dependencies ## 0.31.1 diff --git a/test/snapshots/markdownlint-test-repos.js.md b/test/snapshots/markdownlint-test-repos.js.md index f7f15674..8a9fb60a 100644 --- a/test/snapshots/markdownlint-test-repos.js.md +++ b/test/snapshots/markdownlint-test-repos.js.md @@ -28,10 +28,7 @@ Generated by [AVA](https://avajs.dev). > Expected linting violations - `test-repos/eslint-eslint/docs/src/library/link-card.md: 13: MD034/no-bare-urls Bare URL used [Context: "https://blog.izs.me/2010/12/an..."]␊ - test-repos/eslint-eslint/docs/src/library/link-card.md: 15: MD034/no-bare-urls Bare URL used [Context: "https://developer.mozilla.org/..."]␊ - test-repos/eslint-eslint/docs/src/rules/prefer-destructuring.md: 11: MD051/link-fragments Link fragments should be valid [Context: "[destructuring](#further-reading)"]␊ - test-repos/eslint-eslint/docs/src/rules/template-tag-spacing.md: 11: MD051/link-fragments Link fragments should be valid [Context: "[tagged template literals](#further-reading)"]` + '' ## https://github.com/mdn/content diff --git a/test/snapshots/markdownlint-test-repos.js.snap b/test/snapshots/markdownlint-test-repos.js.snap index e5993302..3c57b5df 100644 Binary files a/test/snapshots/markdownlint-test-repos.js.snap and b/test/snapshots/markdownlint-test-repos.js.snap differ