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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
afc163 2024-04-16 13:36:01 +08:00 committed by GitHub
parent fa6f113dde
commit 9a0e2ad91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,7 @@ Your pull requests will be merged after one of the collaborators approve.
Thank you! 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 ... ### 🤔 This is a ...

View File

@ -6,7 +6,7 @@
请确保填写以下 pull request 的信息,谢谢!~ 请确保填写以下 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)
### 🤔 这个变动的性质是? ### 🤔 这个变动的性质是?

View File

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

View File

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