build(deps): bump semver from 7.8.0 to 7.8.1 in the prod group
Bumps the prod group with 1 update: semver.
Updates
semverfrom 7.8.0 to 7.8.1
updated-dependencies:
- dependency-name: semver dependency-version: 7.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
remark-preset-lint-node
remark preset to configure remark-lint with settings for nodejs/node
Install
Test
Add new language or grammar
Adding the language to the documentation style guide
Adding the language to the linter
remark-preset-lint-nodedependency.nodejs/noderepo, rebuild the Markdown linter (make lint-md-rollup).nodejs/noderepo with the updated linter.Environment variables
NODE_RELEASED_VERSIONSOn runtime, the linter will check the environment if the
NODE_RELEASED_VERSIONSvariable is defined; if it’s there, it will use the content of the variable as a comma-separated list of allowed version numbers. This list is supposed to be built from the changelog(s), and validates the version numbers for thenodejs-yaml-commentsrule.For better compatibility with the nodejs/node changelogs, there are a few exceptions:
^0.0.0 || ^0.1.0are not validated using the provided list. They are validated using thevx.x.xpattern.REPLACEMEplaceholder is always valid, regardless if it’s in the list or not.