From f96f8f7d0cef88105aa7fdd46a6f7752bc1a3c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:45:38 +0000 Subject: [PATCH] Bump remark-lint-final-newline from 2.1.2 to 3.0.0 in /.config/remark Bumps [remark-lint-final-newline](https://github.com/remarkjs/remark-lint) from 2.1.2 to 3.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/3.0.0/history.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/3.0.0) --- updated-dependencies: - dependency-name: remark-lint-final-newline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/remark/package.json | 2 +- .config/remark/yarn.lock | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.config/remark/package.json b/.config/remark/package.json index c9813f091d..24253f7a3f 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -18,7 +18,7 @@ "remark-lint-fenced-code-marker": "^3.1.2", "remark-lint-file-extension": "^2.1.2", "remark-lint-final-definition": "^4.0.1", - "remark-lint-final-newline": "^2.1.2", + "remark-lint-final-newline": "^3.0.0", "remark-lint-first-heading-level": "^3.1.2", "remark-lint-hard-break-spaces": "^3.1.2", "remark-lint-heading-increment": "^3.1.2", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index d8f8fa29de..5b77a6a471 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -2267,15 +2267,6 @@ remark-lint-final-definition@^4.0.0, remark-lint-final-definition@^4.0.1: unist-util-visit-parents "^6.0.0" vfile-message "^4.0.0" -remark-lint-final-newline@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/remark-lint-final-newline/-/remark-lint-final-newline-2.1.2.tgz#c67267f6feede083f034d1f43ff22c5056bc0fe0" - integrity sha512-K0FdPGPyEB94PwNgopwVJFE8oRWi7IhY2ycXFVAMReI51el7EHB8F1gX14tB6p6zyGy6mUh69bCVU9mMTNeOUg== - dependencies: - "@types/mdast" "^3.0.0" - unified "^10.0.0" - unified-lint-rule "^2.0.0" - remark-lint-final-newline@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/remark-lint-final-newline/-/remark-lint-final-newline-3.0.0.tgz#f436b4c228ae088b80072f7c3eac97678232e10a"