Skip to content

Commit

Permalink
Bump remark-lint-no-auto-link-without-protocol in /.config/remark
Browse files Browse the repository at this point in the history
Bumps [remark-lint-no-auto-link-without-protocol](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-auto-link-without-protocol
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 64972da commit 8ad632e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"remark-lint-list-item-indent": "^4.0.0",
"remark-lint-maximum-heading-length": "^4.0.0",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-lint-no-auto-link-without-protocol": "^3.1.2",
"remark-lint-no-auto-link-without-protocol": "^4.0.0",
"remark-lint-no-blockquote-without-marker": "^6.0.0",
"remark-lint-no-consecutive-blank-lines": "^5.0.0",
"remark-lint-no-duplicate-definitions": "^4.0.0",
Expand Down
16 changes: 4 additions & 12 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2494,18 +2494,10 @@ remark-lint-maximum-line-length@^4.0.0, remark-lint-maximum-line-length@^4.0.1:
unist-util-position "^5.0.0"
unist-util-visit "^5.0.0"

remark-lint-no-auto-link-without-protocol@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.1.2.tgz#ff0645409d83c657e83c94182d73e45d5482b6b5"
integrity sha512-mPIdFOGxdDhCMa2qIzjzjDzDoQeyK+/1BBgsseqThuBtoAoXR5l1TZfII2isNbBo6L8d+fMFdx1/3qALoDjtcA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^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-visit "^4.0.0"
remark-lint-no-auto-link-without-protocol@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-4.0.0.tgz#b26d9f6abc4f13c9c17e267c908bc8449dc87c40"
integrity sha512-m9P2KgLxblySJ/0bI3MSsDYv3Bem7Ynz5P0OVAJlGvHra/YQyszyd6U/oUavTbel+8sPPymHtNAUTkiDLobn4A==

remark-lint-no-blockquote-without-marker@^6.0.0:
version "6.0.0"
Expand Down

0 comments on commit 8ad632e

Please sign in to comment.