From 2557f8f38a6e9af9e4e4403aefa4a93acba005e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:52:22 +0000 Subject: [PATCH] Bump remark-lint-no-multiple-toplevel-headings in /.config/remark Bumps [remark-lint-no-multiple-toplevel-headings](https://github.com/remarkjs/remark-lint) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.0/history.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/4.0.0) --- updated-dependencies: - dependency-name: remark-lint-no-multiple-toplevel-headings dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/remark/package.json | 2 +- .config/remark/yarn.lock | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.config/remark/package.json b/.config/remark/package.json index db39168eff..199e5239d4 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -48,7 +48,7 @@ "remark-lint-no-inline-padding": "^5.0.0", "remark-lint-no-literal-urls": "^3.1.2", "remark-lint-no-missing-blank-lines": "^4.0.0", - "remark-lint-no-multiple-toplevel-headings": "^3.1.2", + "remark-lint-no-multiple-toplevel-headings": "^4.0.0", "remark-lint-no-shell-dollars": "^3.1.2", "remark-lint-no-shortcut-reference-image": "^3.1.2", "remark-lint-no-shortcut-reference-link": "^3.1.2", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index fb442c2f1a..0c6db5971d 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -2717,19 +2717,6 @@ remark-lint-no-missing-blank-lines@^4.0.0: unist-util-position "^5.0.0" unist-util-visit-parents "^6.0.0" -remark-lint-no-multiple-toplevel-headings@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-3.1.2.tgz#e4eb81f01b81e346431314df611c75213f019724" - integrity sha512-9rJSsrwdzwKmtuloBjJobLzjGL7Lgtk3+vMNUyuH9z/nBfkUCN3qxn3Nt9AxL+wwSAsHV6e74W+W2S1ohBLt6A== - dependencies: - "@types/mdast" "^3.0.0" - unified "^10.0.0" - unified-lint-rule "^2.0.0" - unist-util-generated "^2.0.0" - unist-util-position "^4.0.0" - unist-util-stringify-position "^3.0.0" - unist-util-visit "^4.0.0" - remark-lint-no-multiple-toplevel-headings@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/remark-lint-no-multiple-toplevel-headings/-/remark-lint-no-multiple-toplevel-headings-4.0.0.tgz#7e9b0a6fdd00e938b0c2dd33744b690d9b3899f8"