Skip to content

Commit

Permalink
Bump remark-lint-table-cell-padding in /.config/remark (#1398)
Browse files Browse the repository at this point in the history
Bumps [remark-lint-table-cell-padding](https://github.com/remarkjs/remark-lint) from 4.1.3 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-table-cell-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] committed Jul 1, 2024
1 parent 2890dde commit 805074d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"remark-lint-ordered-list-marker-value": "^3.1.2",
"remark-lint-rule-style": "^3.1.2",
"remark-lint-strong-marker": "^4.0.0",
"remark-lint-table-cell-padding": "^4.1.3",
"remark-lint-table-cell-padding": "^5.0.0",
"remark-lint-table-pipe-alignment": "^3.1.3",
"remark-lint-table-pipes": "^4.1.2",
"remark-lint-unordered-list-marker-style": "^3.1.2",
Expand Down
24 changes: 6 additions & 18 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
resolved "https://registry.yarnpkg.com/@types/text-table/-/text-table-0.2.2.tgz#774c90cfcfbc8b4b0ebb00fecbe861dc8b1e8e26"
integrity sha512-dGoI5Af7To0R2XE8wJuc6vwlavWARsCh3UKJPjWs1YEqGUqfgBI/j/4GX0yf19/DsDPPf0YAXWAp8psNeIehLg==

"@types/unist@*", "@types/unist@^2.0.0":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==

"@types/unist@^3.0.0":
"@types/unist@*", "@types/unist@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==

"@types/unist@^2.0.0":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==

"@ungap/structured-clone@^1.0.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
Expand Down Expand Up @@ -3061,18 +3061,6 @@ remark-lint-strong-marker@^4.0.0:
unist-util-visit-parents "^6.0.0"
vfile-message "^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"
integrity sha512-N9xtnS6MG/H3srAMjqqaF26A7socr87pIgt64dr5rxoSbDRWRPChGQ8y7wKyV8VeyRNF37e3E5KB3bQVqjSYaQ==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"

remark-lint-table-cell-padding@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-table-cell-padding/-/remark-lint-table-cell-padding-5.0.0.tgz#652392e3b8c61153023e6c14793b30dd1fb2c6b7"
Expand Down

0 comments on commit 805074d

Please sign in to comment.