Skip to content

Commit

Permalink
Bump remark-lint-no-file-name-outer-dashes in /.config/remark (#1384)
Browse files Browse the repository at this point in the history
Bumps [remark-lint-no-file-name-outer-dashes](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-no-file-name-outer-dashes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2024
1 parent 403111e commit 62c12af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"remark-lint-no-file-name-consecutive-dashes": "^2.1.2",
"remark-lint-no-file-name-irregular-characters": "^2.1.2",
"remark-lint-no-file-name-mixed-case": "^2.1.2",
"remark-lint-no-file-name-outer-dashes": "^2.1.2",
"remark-lint-no-file-name-outer-dashes": "^3.0.0",
"remark-lint-no-heading-content-indent": "^5.0.0",
"remark-lint-no-heading-indent": "^4.1.2",
"remark-lint-no-heading-punctuation": "^3.1.2",
Expand Down
10 changes: 9 additions & 1 deletion .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@ remark-lint-no-file-name-mixed-case@^2.0.0, remark-lint-no-file-name-mixed-case@
unified "^10.0.0"
unified-lint-rule "^2.0.0"

remark-lint-no-file-name-outer-dashes@^2.0.0, remark-lint-no-file-name-outer-dashes@^2.1.2:
remark-lint-no-file-name-outer-dashes@^2.0.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-2.1.2.tgz#452cdcbebaed68359a9e87a973d37a74f1c0db09"
integrity sha512-VrbHg25Oo9k/bNbS7ye1X7F6ER4uZSubO+t5DHJ4WZ6iVbNtBar/JwzVelY1YxUAutv42OvHfuveh4vKlcNgVA==
Expand All @@ -2550,6 +2550,14 @@ remark-lint-no-file-name-outer-dashes@^2.0.0, remark-lint-no-file-name-outer-das
unified "^10.0.0"
unified-lint-rule "^2.0.0"

remark-lint-no-file-name-outer-dashes@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-file-name-outer-dashes/-/remark-lint-no-file-name-outer-dashes-3.0.0.tgz#9bae02f4ecddb59d20e8977a62deb13ebe3ee230"
integrity sha512-3kgamCp39mdlCtqF/+JLwwS4VpSj5wvVwRythUfrpW7993I9kF67dBsaU545aEzWSK+UJZqjb40i0m2VfnBRfQ==
dependencies:
"@types/mdast" "^4.0.0"
unified-lint-rule "^3.0.0"

remark-lint-no-heading-content-indent@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-heading-content-indent/-/remark-lint-no-heading-content-indent-5.0.0.tgz#a83956dab3675dfe032ac1a7523d874be6185121"
Expand Down

0 comments on commit 62c12af

Please sign in to comment.