cmyr-template-cli 1.28.1 → 1.28.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 +1 -0
- package/package.json +2 -2
package/dist/plopfile.js
CHANGED
|
@@ -731,6 +731,7 @@ async function initDependabot(projectPath, answers) {
|
|
|
731
731
|
...((_c = dependabot === null || dependabot === void 0 ? void 0 : dependabot.updates) === null || _c === void 0 ? void 0 : _c[0].ignore) || [],
|
|
732
732
|
{
|
|
733
733
|
'dependency-name': 'semantic-release',
|
|
734
|
+
versions: ['>= 21.0.1'],
|
|
734
735
|
},
|
|
735
736
|
{
|
|
736
737
|
'dependency-name': '@commitlint/cli',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.2",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/node": "^20.0.0",
|
|
48
48
|
"@types/promise.any": "^2.0.0",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "7.5.0",
|
|
50
|
-
"@typescript-eslint/parser": "7.
|
|
50
|
+
"@typescript-eslint/parser": "7.12.0",
|
|
51
51
|
"commitizen": "^4.2.2",
|
|
52
52
|
"conventional-changelog-cli": "^5.0.0",
|
|
53
53
|
"conventional-changelog-cmyr-config": "^2.1.1",
|