From 38be06f019b4a2c321ab3c80cca7d0dfd42e3172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:18:15 +0000 Subject: [PATCH 1/2] Bump the npm group with 5 updates Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [remark-lint](https://github.com/remarkjs/remark-lint) | `9.1.2` | `10.0.1` | | [remark-lint-no-html](https://github.com/remarkjs/remark-lint) | `3.1.2` | `4.0.1` | | [remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint) | `5.1.2` | `6.0.1` | | [remark-preset-lint-markdown-style-guide](https://github.com/remarkjs/remark-lint) | `5.1.3` | `6.0.1` | | [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) | `6.1.3` | `7.0.1` | Updates `remark-lint` from 9.1.2 to 10.0.1 - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.1) Updates `remark-lint-no-html` from 3.1.2 to 4.0.1 - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.1/history.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/4.0.1) Updates `remark-preset-lint-consistent` from 5.1.2 to 6.0.1 - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits) Updates `remark-preset-lint-markdown-style-guide` from 5.1.3 to 6.0.1 - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits) Updates `remark-preset-lint-recommended` from 6.1.3 to 7.0.1 - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/7.0.1) --- updated-dependencies: - dependency-name: remark-lint dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: remark-lint-no-html dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: remark-preset-lint-consistent dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: remark-preset-lint-markdown-style-guide dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: remark-preset-lint-recommended dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5579087..8bdfc4e 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "dependencies": { "remark-cli": "^12.0.0", "remark-gfm": "^4.0.0", - "remark-lint": "^9.1.2", - "remark-lint-no-html": "^3.1.2", - "remark-preset-lint-consistent": "^5.1.2", - "remark-preset-lint-markdown-style-guide": "^5.1.3", - "remark-preset-lint-recommended": "^6.1.3", + "remark-lint": "^10.0.1", + "remark-lint-no-html": "^4.0.1", + "remark-preset-lint-consistent": "^6.0.1", + "remark-preset-lint-markdown-style-guide": "^6.0.1", + "remark-preset-lint-recommended": "^7.0.1", "remark-validate-links": "^13.0.0", "stac-node-validator": "^1.3.0" } From 4ec1b69bb01d13486e4d0678722a5d75a0cba424 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 29 May 2026 08:20:08 -0600 Subject: [PATCH 2/2] fix: remark config --- .github/remark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/remark.yaml b/.github/remark.yaml index a353621..7330dab 100644 --- a/.github/remark.yaml +++ b/.github/remark.yaml @@ -39,7 +39,7 @@ plugins: - - remark-lint-unordered-list-marker-style - '-' - - remark-lint-list-item-indent - - space + - one # Tables - remark-lint-table-pipes - remark-lint-no-literal-urls