Skip to content

Commit

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

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

remark-lint-checkbox-content-indent@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-checkbox-content-indent/-/remark-lint-checkbox-content-indent-4.1.2.tgz#2214a50373d3e655ad88faf13ce4447979da90ba"
integrity sha512-8uaHAm4bSqB7XpnecLRObe00Lj9eoHiecV+44CfJeWyoo50cTPR/hIMfsMtDxsNt4LZP+6oCV9z+vACJqDv8Hg==
remark-lint-checkbox-content-indent@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-checkbox-content-indent/-/remark-lint-checkbox-content-indent-5.0.0.tgz#6bb594d501a12895ff945cd4b6ff1548621eb748"
integrity sha512-7L25a7TEfdogFSh4HDOnB+GTTTEiXJDMlceUPft9bzIjElI8Hm2+a2D8jUQn4ahj+j/3LmdZW4GjAeyfdPuqTA==
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"
vfile-location "^4.0.0"
"@types/mdast" "^4.0.0"
mdast-util-phrasing "^4.0.0"
pluralize "^8.0.0"
unified-lint-rule "^3.0.0"
unist-util-position "^5.0.0"
unist-util-visit-parents "^6.0.0"

remark-lint-code-block-style@^3.1.2:
version "3.1.2"
Expand Down

0 comments on commit 02bf937

Please sign in to comment.