Skip to content

Commit

Permalink
Bump remark-lint-checkbox-character-style in /.config/remark
Browse files Browse the repository at this point in the history
Bumps [remark-lint-checkbox-character-style](https://github.com/remarkjs/remark-lint) from 4.1.2 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-checkbox-character-style
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 43f597c commit 39e4116
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remark-frontmatter": "^5.0.0",
"remark-lint": "^9.1.2",
"remark-lint-blockquote-indentation": "^3.1.2",
"remark-lint-checkbox-character-style": "^4.1.2",
"remark-lint-checkbox-character-style": "^5.0.0",
"remark-lint-checkbox-content-indent": "^5.0.0",
"remark-lint-code-block-style": "^3.1.2",
"remark-lint-definition-case": "^4.0.0",
Expand Down
19 changes: 10 additions & 9 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2120,16 +2120,17 @@ remark-lint-blockquote-indentation@^4.0.0:
unist-util-position "^5.0.0"
unist-util-visit-parents "^6.0.0"

remark-lint-checkbox-character-style@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-checkbox-character-style/-/remark-lint-checkbox-character-style-4.1.2.tgz#84c1c980a6a1f05b79f299af5bdd8ac3352d1055"
integrity sha512-5ITz+1cCuJ3Jv/Q7rKgDEucCOnIgjWDnSHPJA1tb4TI/D316h+ALbDhZIpP8gyfAm6sBAh3Pwz9XZJN2uJB5UQ==
remark-lint-checkbox-character-style@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-checkbox-character-style/-/remark-lint-checkbox-character-style-5.0.0.tgz#f41628a77bb3062391c3c2cdaa639e7be6719416"
integrity sha512-K0G/Nok59fb2q5KUxcemBVt+ymnhTkDVLJAatZ4PAh9At8y0DGctHdU27jWsuvO0Fs7Zy62Usk7IJE2VO89p1w==
dependencies:
"@types/mdast" "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"
"@types/mdast" "^4.0.0"
mdast-util-phrasing "^4.0.0"
unified-lint-rule "^3.0.0"
unist-util-position "^5.0.0"
unist-util-visit-parents "^6.0.0"
vfile-message "^4.0.0"

remark-lint-checkbox-content-indent@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit 39e4116

Please sign in to comment.