Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump remark-lint-no-heading-content-indent from 4.1.2 to 5.0.0 #283

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"remark-lint-list-item-indent": "^3.0.0",
"remark-lint-no-blockquote-without-marker": "^5.0.0",
"remark-lint-no-duplicate-definitions": "^3.0.0",
"remark-lint-no-heading-content-indent": "^4.0.0",
"remark-lint-no-heading-content-indent": "^5.0.0",
"remark-lint-no-inline-padding": "^4.0.0",
"remark-lint-no-literal-urls": "^4.0.0",
"remark-lint-no-shortcut-reference-image": "^3.0.0",
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13610,19 +13610,17 @@ __metadata:
languageName: node
linkType: hard

"remark-lint-no-heading-content-indent@npm:^4.0.0":
version: 4.1.2
resolution: "remark-lint-no-heading-content-indent@npm:4.1.2"
"remark-lint-no-heading-content-indent@npm:^5.0.0":
version: 5.0.0
resolution: "remark-lint-no-heading-content-indent@npm:5.0.0"
dependencies:
"@types/mdast": "npm:^3.0.0"
mdast-util-heading-style: "npm:^2.0.0"
"@types/mdast": "npm:^4.0.0"
mdast-util-phrasing: "npm:^4.0.0"
pluralize: "npm:^8.0.0"
unified: "npm:^10.0.0"
unified-lint-rule: "npm:^2.0.0"
unist-util-generated: "npm:^2.0.0"
unist-util-position: "npm:^4.0.0"
unist-util-visit: "npm:^4.0.0"
checksum: 10/0e0a771d0590ba9316e4262ee22fbbc712d1868ed657885cc6090a5686c8a55d805fd28dedccc74584a6ff445123611634117cd32abcae5d501927b561bc531a
unified-lint-rule: "npm:^3.0.0"
unist-util-position: "npm:^5.0.0"
unist-util-visit-parents: "npm:^6.0.0"
checksum: 10/b286fe4b099750daa52d3ed34ccea8838bc2c66ae667dabb9c4f39923f59a51ed606a9f70d03df86d65f4f4e45611ebaf24b1a15bc4bb623349e8b8a8d7933d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -16113,7 +16111,7 @@ __metadata:
remark-lint-list-item-indent: "npm:^3.0.0"
remark-lint-no-blockquote-without-marker: "npm:^5.0.0"
remark-lint-no-duplicate-definitions: "npm:^3.0.0"
remark-lint-no-heading-content-indent: "npm:^4.0.0"
remark-lint-no-heading-content-indent: "npm:^5.0.0"
remark-lint-no-inline-padding: "npm:^4.0.0"
remark-lint-no-literal-urls: "npm:^4.0.0"
remark-lint-no-shortcut-reference-image: "npm:^3.0.0"
Expand Down