chore(deps): update dependency remark-preset-lint-recommended to v7 (#48479)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/48439/head^2
afc163 9 months ago committed by GitHub
parent fa6f113dde
commit 9a0e2ad91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ Your pull requests will be merged after one of the collaborators approve.
Thank you!
-->
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)]
[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)
### 🤔 This is a ...

@ -6,7 +6,7 @@
请确保填写以下 pull request 的信息,谢谢!~
-->
[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md?plain=1)]
[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md?plain=1)
### 🤔 这个变动的性质是?

@ -1,9 +1,7 @@
const config = {
plugins: [
'remark-preset-lint-recommended',
['remark-lint-list-item-indent', 'space'],
['remark-lint-no-literal-urls', false],
['remark-lint-no-undefined-references', false],
['remark-lint-no-undefined-references', { allow: [' ', /RFC/] }],
],
};

@ -320,8 +320,8 @@
"remark-cli": "^12.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^10.0.0",
"remark-lint-no-undefined-references": "^4.2.1",
"remark-preset-lint-recommended": "^6.1.3",
"remark-lint-no-undefined-references": "^5.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-rehype": "^11.1.0",
"runes2": "^1.1.4",
"semver": "^7.6.0",

Loading…
Cancel
Save