Skip to content

Commit eb6ecdb

Browse files
authored
chore(deps): update markdown-link-check to 3.14.1 (#1548)
* chore(deps): update markdown-link-check to 3.14.1 * add markdownLinkConfig.json ignoring https://www.npmjs.com * make npmjs regex more accurate
1 parent 16752e2 commit eb6ecdb

File tree

3 files changed

+38
-49
lines changed

3 files changed

+38
-49
lines changed

markdownLinkConfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://www\\.npmjs\\.com"
5+
}
6+
]
7+
}

package-lock.json

Lines changed: 29 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:all:check": "prettier --check .",
2020
"lint": "eslint",
2121
"lint:fix": "eslint --fix",
22-
"check:markdown-links": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check",
22+
"check:markdown-links": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c markdownLinkConfig.json",
2323
"update:cypress": "./scripts/update-cypress-latest.sh",
2424
"prepare": "husky"
2525
},
@@ -60,7 +60,7 @@
6060
"eslint-plugin-cypress": "5.1.0",
6161
"globals": "16.3.0",
6262
"husky": "9.1.7",
63-
"markdown-link-check": "3.13.7",
63+
"markdown-link-check": "3.14.1",
6464
"prettier": "3.6.2"
6565
},
6666
"publishConfig": {

0 commit comments

Comments
 (0)