cmyr-template-cli 1.37.0 → 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 +16 -2
- package/package.json +2 -2
package/dist/plopfile.js
CHANGED
|
@@ -208,14 +208,23 @@ var TEMPLATES_META_LIST = [
|
|
|
208
208
|
// priority: 0,
|
|
209
209
|
// },
|
|
210
210
|
{
|
|
211
|
-
name: "nuxt-template",
|
|
211
|
+
name: "nuxt-latest-template",
|
|
212
212
|
language: "vue",
|
|
213
213
|
runtime: "browser",
|
|
214
|
-
vueVersion:
|
|
214
|
+
vueVersion: 3,
|
|
215
215
|
docker: false,
|
|
216
216
|
priority: 0,
|
|
217
217
|
tags: ["nuxt"]
|
|
218
218
|
},
|
|
219
|
+
// {
|
|
220
|
+
// name: 'nuxt-template',
|
|
221
|
+
// language: 'vue',
|
|
222
|
+
// runtime: 'browser',
|
|
223
|
+
// vueVersion: 2,
|
|
224
|
+
// docker: false,
|
|
225
|
+
// priority: 0,
|
|
226
|
+
// tags: ['nuxt'],
|
|
227
|
+
// },
|
|
219
228
|
{
|
|
220
229
|
name: "uni-template",
|
|
221
230
|
language: "vue",
|
|
@@ -1004,6 +1013,11 @@ async function initDependabot(projectPath, answers) {
|
|
|
1004
1013
|
{
|
|
1005
1014
|
"dependency-name": "@commitlint/config-conventional",
|
|
1006
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
|
|
1007
1021
|
}
|
|
1008
1022
|
], (e) => e["dependency-name"]);
|
|
1009
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.
|
|
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",
|