cmyr-template-cli 1.37.1 → 1.37.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plopfile.js +5 -0
- package/package.json +2 -2
package/dist/plopfile.js
CHANGED
|
@@ -1013,6 +1013,11 @@ async function initDependabot(projectPath, answers) {
|
|
|
1013
1013
|
{
|
|
1014
1014
|
"dependency-name": "@commitlint/config-conventional",
|
|
1015
1015
|
versions: [">= 19.0.0"]
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"dependency-name": "art-template",
|
|
1019
|
+
versions: [">= 4.13.3"]
|
|
1020
|
+
// 高版本涉嫌危险代码,参考 https://github.com/yoimiya-kokomi/Miao-Yunzai/pull/515
|
|
1016
1021
|
}
|
|
1017
1022
|
], (e) => e["dependency-name"]);
|
|
1018
1023
|
import_fs_extra3.default.writeFile(dependabotPath, import_yaml.default.stringify(dependabot));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.2",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/lodash": "^4.14.165",
|
|
43
43
|
"@types/node": "^22.0.0",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
45
|
-
"@typescript-eslint/parser": "8.26.
|
|
45
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
46
46
|
"commitizen": "^4.2.2",
|
|
47
47
|
"conventional-changelog-cli": "^5.0.0",
|
|
48
48
|
"conventional-changelog-cmyr-config": "^2.1.1",
|