From c6bc4ed26b81036b70e3ffca358fdd77838fadb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 04:38:03 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint to v0.36.0 (#91) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint](https://redirect.github.com/DavidAnson/markdownlint) | [`0.35.0` -> `0.36.0`](https://renovatebot.com/diffs/npm/markdownlint/0.35.0/0.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdownlint/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/markdownlint/0.35.0/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint/0.35.0/0.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
DavidAnson/markdownlint (markdownlint) ### [`v0.36.0`](https://redirect.github.com/DavidAnson/markdownlint/blob/HEAD/CHANGELOG.md#0360) [Compare Source](https://redirect.github.com/DavidAnson/markdownlint/compare/v0.35.0...v0.36.0) - Improve MD051 - Move `applyFix` and `applyFixes` from helpers to core - Make `micromark` parser available to custom rules - Introduce `./micromark` helpers exports - Update custom/rule documentation - Improve performance - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/description-to-co-authors). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd1de71..31541ff 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jsonc-eslint-parser": "2.4.0", "knip": "5.34.0", "lint-staged": "15.2.8", - "markdownlint": "0.35.0", + "markdownlint": "0.36.0", "markdownlint-cli": "0.42.0", "npm-package-json-lint": "8.0.0", "prettier": "3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 24dc5ab..a46873c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,8 +78,8 @@ importers: specifier: 15.2.8 version: 15.2.8 markdownlint: - specifier: 0.35.0 - version: 0.35.0 + specifier: 0.36.0 + version: 0.36.0 markdownlint-cli: specifier: 0.42.0 version: 0.42.0 @@ -2564,6 +2564,10 @@ packages: resolution: {integrity: sha512-no5ZfdqAdWGxftCLlySHSgddEjyW4kui4z7amQcGsSKfYC5v/ou+8mIQVyg9KQMeEZLNtz9OPDTj7nnTnoR4FQ==} engines: {node: '>=18'} + markdownlint-micromark@0.1.12: + resolution: {integrity: sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==} + engines: {node: '>=18'} + markdownlint@0.11.0: resolution: {integrity: sha512-wE5WdKD6zW2DQaPQ5TFBTXh5j76DnWd/IFffnDQgHmi6Y61DJXBDfLftZ/suJHuv6cwPjM6gKw2GaRLJMOR+Mg==} engines: {node: '>=6'} @@ -2572,6 +2576,10 @@ packages: resolution: {integrity: sha512-wgp8yesWjFBL7bycA3hxwHRdsZGJhjhyP1dSxKVKrza0EPFYtn+mHtkVy6dvP1kGSjovyG5B8yNP6Frj0UFUJg==} engines: {node: '>=18'} + markdownlint@0.36.0: + resolution: {integrity: sha512-ULhCJrt12HC8jZPCzc6yN3g2l8KaFR8bYHStnffzCOwY33hPrC6ic1pz1tDNs/ydKU2UiETOtL5nLYJNZLOd6w==} + engines: {node: '>=18'} + mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} @@ -6178,6 +6186,8 @@ snapshots: markdownlint-micromark@0.1.10: {} + markdownlint-micromark@0.1.12: {} + markdownlint@0.11.0: dependencies: markdown-it: 8.4.2 @@ -6187,6 +6197,11 @@ snapshots: markdown-it: 14.1.0 markdownlint-micromark: 0.1.10 + markdownlint@0.36.0: + dependencies: + markdown-it: 14.1.0 + markdownlint-micromark: 0.1.12 + mdast-util-from-markdown@0.8.5: dependencies: '@types/mdast': 3.0.15