Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 837a8e4 commit 0d75329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"remark-lint-no-heading-indent": "^4.1.2",
"remark-lint-no-heading-punctuation": "^4.0.0",
"remark-lint-no-html": "^4.0.0",
"remark-lint-no-inline-padding": "^4.1.2",
"remark-lint-no-inline-padding": "^5.0.0",
"remark-lint-no-literal-urls": "^3.1.2",
"remark-lint-no-missing-blank-lines": "^4.0.0",
"remark-lint-no-multiple-toplevel-headings": "^3.1.2",
Expand Down
15 changes: 4 additions & 11 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2695,17 +2695,10 @@ remark-lint-no-html@^4.0.0:
unified-lint-rule "^3.0.0"
unist-util-visit-parents "^6.0.0"

remark-lint-no-inline-padding@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-4.1.2.tgz#f1e8bd21694f9f773078ff977934edea8ffd842d"
integrity sha512-dGyhWsiqCZS3Slob0EVBUfsFBbdpMIBCvb56LlCgaHbnLsnNYx8PpF/wA5CgsN8BXIbXfRpyPB5cIJwIq5taYg==
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-visit "^4.0.0"
remark-lint-no-inline-padding@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-inline-padding/-/remark-lint-no-inline-padding-5.0.0.tgz#3039596eaf208728c4cca575754270309f356069"
integrity sha512-d88MYpPv4SAWUBmB6QS6gU4vgg5y66IesjijwQT0yg4HwENcO5IbMLs3WDqo6w53DOQPqw+MmDRszP9XaEePIw==

remark-lint-no-literal-urls@^3.1.2:
version "3.1.2"
Expand Down

0 comments on commit 0d75329

Please sign in to comment.