From 41992fac1ca922e2c7c955cc5bbb7159039d5621 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 06:36:11 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint to ^0.32.0 (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint](https://togithub.com/DavidAnson/markdownlint) | [`^0.31.1` -> `^0.32.0`](https://renovatebot.com/diffs/npm/markdownlint/0.31.1/0.32.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint/0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdownlint/0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/markdownlint/0.31.1/0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint/0.31.1/0.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
DavidAnson/markdownlint (markdownlint) ### [`v0.32.0`](https://togithub.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0320) [Compare Source](https://togithub.com/DavidAnson/markdownlint/compare/v0.31.1...v0.32.0) - Remove deprecated MD002/MD006 - Remove rule aliases for "header" - Add MD054/link-image-style - Use `micromark` in MD005/MD007/MD030 - Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051 - Improve JSON schema and related examples - Provide type declaration for Configuration object - Update dependencies
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c79dd2f..13ecf60f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jsonc-eslint-parser": "^2.3.0", "knip": "^2.30.0", "lint-staged": "^15.0.0", - "markdownlint": "^0.31.1", + "markdownlint": "^0.32.0", "markdownlint-cli": "^0.37.0", "npm-package-json-lint": "^7.0.0", "npm-package-json-lint-config-default": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c85b04da..aa17019e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,8 +89,8 @@ devDependencies: specifier: ^15.0.0 version: 15.0.1 markdownlint: - specifier: ^0.31.1 - version: 0.31.1 + specifier: ^0.32.0 + version: 0.32.1 markdownlint-cli: specifier: ^0.37.0 version: 0.37.0 @@ -4488,6 +4488,17 @@ packages: uc.micro: 1.0.6 dev: true + /markdown-it@13.0.2: + resolution: {integrity: sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==} + hasBin: true + dependencies: + argparse: 2.0.1 + entities: 3.0.1 + linkify-it: 4.0.1 + mdurl: 1.0.1 + uc.micro: 1.0.6 + dev: true + /markdown-it@8.4.2: resolution: {integrity: sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==} hasBin: true @@ -4535,6 +4546,14 @@ packages: markdownlint-micromark: 0.1.7 dev: true + /markdownlint@0.32.1: + resolution: {integrity: sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A==} + engines: {node: '>=18'} + dependencies: + markdown-it: 13.0.2 + markdownlint-micromark: 0.1.7 + dev: true + /mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} dependencies: