Skip to content

Commit

Permalink
Bump remark-lint-no-consecutive-blank-lines in /.config/remark (#1457)
Browse files Browse the repository at this point in the history
Bumps [remark-lint-no-consecutive-blank-lines](https://github.com/remarkjs/remark-lint) from 4.1.3 to 5.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/5.0.0/history.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/5.0.0)

---
updated-dependencies:
- dependency-name: remark-lint-no-consecutive-blank-lines
  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] authored Nov 1, 2024
1 parent 535ba08 commit 1545c2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"remark-lint-maximum-line-length": "^4.0.1",
"remark-lint-no-auto-link-without-protocol": "^3.1.2",
"remark-lint-no-blockquote-without-marker": "^6.0.0",
"remark-lint-no-consecutive-blank-lines": "^4.1.3",
"remark-lint-no-consecutive-blank-lines": "^5.0.0",
"remark-lint-no-duplicate-definitions": "^4.0.0",
"remark-lint-no-duplicate-headings-in-section": "^3.1.2",
"remark-lint-no-emphasis-as-heading": "^4.0.0",
Expand Down
14 changes: 0 additions & 14 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2493,20 +2493,6 @@ remark-lint-no-blockquote-without-marker@^6.0.0:
unist-util-visit-parents "^6.0.0"
vfile-location "^5.0.0"

remark-lint-no-consecutive-blank-lines@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.1.3.tgz#929979b682c173472e23c94150e7c096cac83677"
integrity sha512-yU3jH6UMHvaxX3DPBen+7CoPiCcqJ4BeteyOKeKX+tKWCWKILpiz+TVToRbeLnWO4IvFNnSRFMSXmcWSDdbY4w==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
pluralize "^8.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-visit "^4.0.0"

remark-lint-no-consecutive-blank-lines@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-5.0.0.tgz#bbfbdcdc2e228b6379b7268ac489a56b6e07d1a0"
Expand Down

0 comments on commit 1545c2e

Please sign in to comment.