Skip to content

Commit

Permalink
Bump remark-lint-strong-marker from 3.1.2 to 4.0.0 in /.config/remark (
Browse files Browse the repository at this point in the history
…#1374)

Bumps [remark-lint-strong-marker](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-strong-marker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 18ac422 commit b9775a0
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -59,7 +59,7 @@
"remark-lint-ordered-list-marker-style": "^3.1.2",
"remark-lint-ordered-list-marker-value": "^3.1.2",
"remark-lint-rule-style": "^3.1.2",
"remark-lint-strong-marker": "^3.1.2",
"remark-lint-strong-marker": "^4.0.0",
"remark-lint-table-cell-padding": "^4.1.3",
"remark-lint-table-pipe-alignment": "^3.1.3",
"remark-lint-table-pipes": "^4.1.2",
Expand Down
13 changes: 12 additions & 1 deletion .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@ remark-lint-rule-style@^3.0.0, remark-lint-rule-style@^3.1.2:
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"

remark-lint-strong-marker@^3.0.0, remark-lint-strong-marker@^3.1.2:
remark-lint-strong-marker@^3.0.0:
version "3.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-strong-marker/-/remark-lint-strong-marker-3.1.2.tgz#55ff84a696f8453900daf511488f8f2e85edf551"
integrity sha512-U/g4wngmiI0Q6WBRQG6pZxnDS33Wt/0QYA3+KNFBDykoi1vXsDEorIqy3dEag9z6XHwcMvFDsff6VRUhaOJWQg==
Expand All @@ -2647,6 +2647,17 @@ remark-lint-strong-marker@^3.0.0, remark-lint-strong-marker@^3.1.2:
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"

remark-lint-strong-marker@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-strong-marker/-/remark-lint-strong-marker-4.0.0.tgz#bbaae75846ccea9753a2f6935d1fb9a3114b9461"
integrity sha512-YcvuzakYhQWdCH+1E30sUY+wyvq+PNa77NZAMAYO/cS/pZczFB+q4Ccttw4Q+No/chX8oMfe0GYtm8dDWLei/g==
dependencies:
"@types/mdast" "^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-table-cell-padding@^4.0.0, remark-lint-table-cell-padding@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-4.1.3.tgz#6ea87aebd8485824fe5c38a3400b93b1a4d56814"
Expand Down

0 comments on commit b9775a0

Please sign in to comment.