Skip to content

Commit 7989287

Browse files
theoludwigmeta-codesync[bot]
authored andcommitted
chore: update markdownlint-rule-relative-links to v5.1.0 (facebook#55866)
Summary: Maintainer of https://github.com/theoludwig/markdownlint-rule-relative-links/ Didn't know (until now) that this package was used by the react-native repository, and glad that you find it useful! 😄 Apparently, the package was downgraded in facebook#50625 because of Node.js version requirement/mismatch, but now that (as far as I understand it), React Native uses Node.js v22+, it's fine to upgrade. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Internal] [Changed] - Update markdownlint-rule-relative-links to v5.1.0 Pull Request resolved: facebook#55866 Test Plan: `lint-markdown` script still work. Reviewed By: NickGerleman Differential Revision: D95055797 Pulled By: cipolleschi fbshipit-source-id: 60837b2efffdf20cf43fd9a174e40e6077f8a313
1 parent 6918b70 commit 7989287

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"jest-snapshot": "^29.7.0",
9797
"jsonc-parser": "2.2.1",
9898
"markdownlint-cli2": "^0.17.2",
99-
"markdownlint-rule-relative-links": "^3.0.0",
99+
"markdownlint-rule-relative-links": "^5.1.0",
100100
"memfs": "^4.38.2",
101101
"metro-babel-register": "^0.84.2",
102102
"metro-transform-plugins": "^0.84.2",

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6591,6 +6591,18 @@ markdown-it@14.1.0:
65916591
punycode.js "^2.3.1"
65926592
uc.micro "^2.1.0"
65936593

6594+
markdown-it@14.1.1:
6595+
version "14.1.1"
6596+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
6597+
integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
6598+
dependencies:
6599+
argparse "^2.0.1"
6600+
entities "^4.4.0"
6601+
linkify-it "^5.0.0"
6602+
mdurl "^2.0.0"
6603+
punycode.js "^2.3.1"
6604+
uc.micro "^2.1.0"
6605+
65946606
markdownlint-cli2-formatter-default@0.0.5:
65956607
version "0.0.5"
65966608
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.5.tgz#b8fde4e127f9a9c0596e6d45eed352dd0aa0ff98"
@@ -6608,12 +6620,13 @@ markdownlint-cli2@^0.17.2:
66086620
markdownlint-cli2-formatter-default "0.0.5"
66096621
micromatch "4.0.8"
66106622

6611-
markdownlint-rule-relative-links@^3.0.0:
6612-
version "3.0.0"
6613-
resolved "https://registry.yarnpkg.com/markdownlint-rule-relative-links/-/markdownlint-rule-relative-links-3.0.0.tgz#e4de472298f3859c51ea3e421350cf7649bbef12"
6614-
integrity sha512-+Ek2J8kXKtL8IcjmPYBsxtS37etKIbPE85aj/ehwSlxcWIlT0BCsA/SPHZlIICiZON786XVrLStMCJ1x25D3oA==
6623+
markdownlint-rule-relative-links@^5.1.0:
6624+
version "5.1.0"
6625+
resolved "https://registry.yarnpkg.com/markdownlint-rule-relative-links/-/markdownlint-rule-relative-links-5.1.0.tgz#f84bbfa2bcc1df02e570d1ad2c9fb7f39e9f5760"
6626+
integrity sha512-0jZ3NlTXvAdV7XqWlVQ5guSee2W67acLrH102KOHk3t2nG5mzsoqGCBYUwNyeNBBpzc1hbj4bgi5maexB25V+A==
66156627
dependencies:
6616-
markdown-it "14.1.0"
6628+
markdown-it "14.1.1"
6629+
mime "4.1.0"
66176630

66186631
markdownlint@0.37.4:
66196632
version "0.37.4"
@@ -7207,6 +7220,11 @@ mime@1.6.0:
72077220
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
72087221
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
72097222

7223+
mime@4.1.0:
7224+
version "4.1.0"
7225+
resolved "https://registry.yarnpkg.com/mime/-/mime-4.1.0.tgz#ec55df7aa21832a36d44f0bbee5c04639b27802f"
7226+
integrity sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==
7227+
72107228
mime@^2.4.1:
72117229
version "2.6.0"
72127230
resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"

0 commit comments

Comments
 (0)