@storm-software/git-tools 2.113.3 → 2.113.4
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/bin/git.cjs +107 -108
- package/bin/git.js +107 -108
- package/dist/chunk-A4HFPO7F.js +228 -0
- package/dist/chunk-MDOOV3KF.cjs +228 -0
- package/dist/{chunk-JVIJRTGD.js → chunk-OZ5QCRGG.js} +4 -4
- package/dist/{chunk-C6VZWVYK.cjs → chunk-PGN2XOUF.cjs} +3 -4
- package/dist/{chunk-G57AJLLK.js → chunk-R3RXM6UC.js} +4 -5
- package/dist/chunk-SXO5R5AG.cjs +18 -0
- package/dist/commit/config.cjs +3 -3
- package/dist/commit/config.js +2 -2
- package/dist/commitlint/config.cjs +2 -2
- package/dist/commitlint/config.js +3 -3
- package/dist/index.cjs +4 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/release/config.cjs +3 -3
- package/dist/release/config.js +2 -2
- package/dist/types.cjs +2 -2
- package/dist/types.d.cts +3 -3
- package/dist/types.d.ts +3 -3
- package/dist/types.js +3 -3
- package/package.json +3 -2
- package/dist/chunk-3V3F7TB7.cjs +0 -18
- package/dist/chunk-D7HN6Y5M.js +0 -228
- package/dist/chunk-EQZ3BKYL.cjs +0 -228
package/bin/git.cjs
CHANGED
|
@@ -68896,132 +68896,132 @@ _chunkIG6EXAQUcjs.init_cjs_shims.call(void 0, );
|
|
|
68896
68896
|
|
|
68897
68897
|
// src/types.ts
|
|
68898
68898
|
_chunkIG6EXAQUcjs.init_cjs_shims.call(void 0, );
|
|
68899
|
-
var
|
|
68899
|
+
var COMMIT_TYPES = {
|
|
68900
68900
|
/* --- Bumps version when selected --- */
|
|
68901
|
-
chore: {
|
|
68902
|
-
description: "Other changes that don't modify src or test files",
|
|
68903
|
-
title: "Chore",
|
|
68904
|
-
emoji: "\u2699\uFE0F ",
|
|
68905
|
-
semverBump: "patch",
|
|
68906
|
-
changelog: {
|
|
68907
|
-
title: "Miscellaneous",
|
|
68908
|
-
hidden: false
|
|
68901
|
+
"chore": {
|
|
68902
|
+
"description": "Other changes that don't modify src or test files",
|
|
68903
|
+
"title": "Chore",
|
|
68904
|
+
"emoji": "\u2699\uFE0F ",
|
|
68905
|
+
"semverBump": "patch",
|
|
68906
|
+
"changelog": {
|
|
68907
|
+
"title": "Miscellaneous",
|
|
68908
|
+
"hidden": false
|
|
68909
68909
|
}
|
|
68910
68910
|
},
|
|
68911
|
-
fix: {
|
|
68912
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
68913
|
-
title: "Bug Fix",
|
|
68914
|
-
emoji: "\u{1FAB2} ",
|
|
68915
|
-
semverBump: "patch",
|
|
68916
|
-
changelog: {
|
|
68917
|
-
title: "Bug Fixes",
|
|
68918
|
-
hidden: false
|
|
68911
|
+
"fix": {
|
|
68912
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
68913
|
+
"title": "Bug Fix",
|
|
68914
|
+
"emoji": "\u{1FAB2} ",
|
|
68915
|
+
"semverBump": "patch",
|
|
68916
|
+
"changelog": {
|
|
68917
|
+
"title": "Bug Fixes",
|
|
68918
|
+
"hidden": false
|
|
68919
68919
|
}
|
|
68920
68920
|
},
|
|
68921
|
-
feat: {
|
|
68922
|
-
description: "A change that adds a new feature to the package",
|
|
68923
|
-
title: "Feature",
|
|
68924
|
-
emoji: "\u{1F511} ",
|
|
68925
|
-
semverBump: "minor",
|
|
68926
|
-
changelog: {
|
|
68927
|
-
title: "Features",
|
|
68928
|
-
hidden: false
|
|
68921
|
+
"feat": {
|
|
68922
|
+
"description": "A change that adds a new feature to the package",
|
|
68923
|
+
"title": "Feature",
|
|
68924
|
+
"emoji": "\u{1F511} ",
|
|
68925
|
+
"semverBump": "minor",
|
|
68926
|
+
"changelog": {
|
|
68927
|
+
"title": "Features",
|
|
68928
|
+
"hidden": false
|
|
68929
68929
|
}
|
|
68930
68930
|
},
|
|
68931
|
-
ci: {
|
|
68932
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
68933
|
-
title: "Continuous Integration",
|
|
68934
|
-
emoji: "\u{1F9F0} ",
|
|
68935
|
-
semverBump: "patch",
|
|
68936
|
-
changelog: {
|
|
68937
|
-
title: "Continuous Integration",
|
|
68938
|
-
hidden: false
|
|
68931
|
+
"ci": {
|
|
68932
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
68933
|
+
"title": "Continuous Integration",
|
|
68934
|
+
"emoji": "\u{1F9F0} ",
|
|
68935
|
+
"semverBump": "patch",
|
|
68936
|
+
"changelog": {
|
|
68937
|
+
"title": "Continuous Integration",
|
|
68938
|
+
"hidden": false
|
|
68939
68939
|
}
|
|
68940
68940
|
},
|
|
68941
|
-
refactor: {
|
|
68942
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
68943
|
-
title: "Code Refactoring",
|
|
68944
|
-
emoji: "\u{1F9EA} ",
|
|
68945
|
-
semverBump: "patch",
|
|
68946
|
-
changelog: {
|
|
68947
|
-
title: "Source Code Improvements",
|
|
68948
|
-
hidden: false
|
|
68941
|
+
"refactor": {
|
|
68942
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
68943
|
+
"title": "Code Refactoring",
|
|
68944
|
+
"emoji": "\u{1F9EA} ",
|
|
68945
|
+
"semverBump": "patch",
|
|
68946
|
+
"changelog": {
|
|
68947
|
+
"title": "Source Code Improvements",
|
|
68948
|
+
"hidden": false
|
|
68949
68949
|
}
|
|
68950
68950
|
},
|
|
68951
|
-
style: {
|
|
68952
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
68953
|
-
title: "Style Improvements",
|
|
68954
|
-
emoji: "\u{1F48E} ",
|
|
68955
|
-
semverBump: "patch",
|
|
68956
|
-
changelog: {
|
|
68957
|
-
title: "Style Improvements",
|
|
68958
|
-
hidden: false
|
|
68951
|
+
"style": {
|
|
68952
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
68953
|
+
"title": "Style Improvements",
|
|
68954
|
+
"emoji": "\u{1F48E} ",
|
|
68955
|
+
"semverBump": "patch",
|
|
68956
|
+
"changelog": {
|
|
68957
|
+
"title": "Style Improvements",
|
|
68958
|
+
"hidden": false
|
|
68959
68959
|
}
|
|
68960
68960
|
},
|
|
68961
|
-
perf: {
|
|
68962
|
-
description: "A code change that improves performance",
|
|
68963
|
-
title: "Performance Improvement",
|
|
68964
|
-
emoji: "\u23F1\uFE0F ",
|
|
68965
|
-
semverBump: "patch",
|
|
68966
|
-
changelog: {
|
|
68967
|
-
title: "Performance Improvements",
|
|
68968
|
-
hidden: false
|
|
68961
|
+
"perf": {
|
|
68962
|
+
"description": "A code change that improves performance",
|
|
68963
|
+
"title": "Performance Improvement",
|
|
68964
|
+
"emoji": "\u23F1\uFE0F ",
|
|
68965
|
+
"semverBump": "patch",
|
|
68966
|
+
"changelog": {
|
|
68967
|
+
"title": "Performance Improvements",
|
|
68968
|
+
"hidden": false
|
|
68969
68969
|
}
|
|
68970
68970
|
},
|
|
68971
68971
|
/* --- Does not bump version when selected --- */
|
|
68972
|
-
docs: {
|
|
68973
|
-
description: "A change that only includes documentation updates",
|
|
68974
|
-
title: "Documentation",
|
|
68975
|
-
emoji: "\u{1F4DC} ",
|
|
68976
|
-
semverBump: "none",
|
|
68977
|
-
changelog: {
|
|
68978
|
-
title: "Documentation",
|
|
68979
|
-
hidden: false
|
|
68972
|
+
"docs": {
|
|
68973
|
+
"description": "A change that only includes documentation updates",
|
|
68974
|
+
"title": "Documentation",
|
|
68975
|
+
"emoji": "\u{1F4DC} ",
|
|
68976
|
+
"semverBump": "none",
|
|
68977
|
+
"changelog": {
|
|
68978
|
+
"title": "Documentation",
|
|
68979
|
+
"hidden": false
|
|
68980
68980
|
}
|
|
68981
68981
|
},
|
|
68982
|
-
test: {
|
|
68983
|
-
description: "Adding missing tests or correcting existing tests",
|
|
68984
|
-
title: "Testing",
|
|
68985
|
-
emoji: "\u{1F6A8} ",
|
|
68986
|
-
semverBump: "none",
|
|
68987
|
-
changelog: {
|
|
68988
|
-
title: "Testing",
|
|
68989
|
-
hidden: true
|
|
68982
|
+
"test": {
|
|
68983
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
68984
|
+
"title": "Testing",
|
|
68985
|
+
"emoji": "\u{1F6A8} ",
|
|
68986
|
+
"semverBump": "none",
|
|
68987
|
+
"changelog": {
|
|
68988
|
+
"title": "Testing",
|
|
68989
|
+
"hidden": true
|
|
68990
68990
|
}
|
|
68991
68991
|
},
|
|
68992
68992
|
/* --- Not included in commitlint but included in changelog --- */
|
|
68993
|
-
deps: {
|
|
68994
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
68995
|
-
title: "Dependencies",
|
|
68996
|
-
emoji: "\u{1F4E6} ",
|
|
68997
|
-
hidden: true,
|
|
68998
|
-
semverBump: "patch",
|
|
68999
|
-
changelog: {
|
|
69000
|
-
title: "Dependency Upgrades",
|
|
69001
|
-
hidden: false
|
|
68993
|
+
"deps": {
|
|
68994
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
68995
|
+
"title": "Dependencies",
|
|
68996
|
+
"emoji": "\u{1F4E6} ",
|
|
68997
|
+
"hidden": true,
|
|
68998
|
+
"semverBump": "patch",
|
|
68999
|
+
"changelog": {
|
|
69000
|
+
"title": "Dependency Upgrades",
|
|
69001
|
+
"hidden": false
|
|
69002
69002
|
}
|
|
69003
69003
|
},
|
|
69004
69004
|
/* --- Not included in commitlint or changelog --- */
|
|
69005
|
-
build: {
|
|
69006
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
69007
|
-
title: "Build",
|
|
69008
|
-
emoji: "\u{1F6E0} ",
|
|
69009
|
-
hidden: true,
|
|
69010
|
-
semverBump: "none",
|
|
69011
|
-
changelog: {
|
|
69012
|
-
title: "Build",
|
|
69013
|
-
hidden: true
|
|
69005
|
+
"build": {
|
|
69006
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
69007
|
+
"title": "Build",
|
|
69008
|
+
"emoji": "\u{1F6E0} ",
|
|
69009
|
+
"hidden": true,
|
|
69010
|
+
"semverBump": "none",
|
|
69011
|
+
"changelog": {
|
|
69012
|
+
"title": "Build",
|
|
69013
|
+
"hidden": true
|
|
69014
69014
|
}
|
|
69015
69015
|
},
|
|
69016
|
-
release: {
|
|
69017
|
-
description: "Publishing a commit containing a newly released version",
|
|
69018
|
-
title: "Publish Release",
|
|
69019
|
-
emoji: "\u{1F680} ",
|
|
69020
|
-
hidden: true,
|
|
69021
|
-
semverBump: "none",
|
|
69022
|
-
changelog: {
|
|
69023
|
-
title: "Publish Release",
|
|
69024
|
-
hidden: true
|
|
69016
|
+
"release": {
|
|
69017
|
+
"description": "Publishing a commit containing a newly released version",
|
|
69018
|
+
"title": "Publish Release",
|
|
69019
|
+
"emoji": "\u{1F680} ",
|
|
69020
|
+
"hidden": true,
|
|
69021
|
+
"semverBump": "none",
|
|
69022
|
+
"changelog": {
|
|
69023
|
+
"title": "Publish Release",
|
|
69024
|
+
"hidden": true
|
|
69025
69025
|
}
|
|
69026
69026
|
}
|
|
69027
69027
|
};
|
|
@@ -69030,10 +69030,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
69030
69030
|
type: "select",
|
|
69031
69031
|
title: "Commit Type",
|
|
69032
69032
|
description: "Select the commit type that best describes your changes",
|
|
69033
|
-
enum: Object.keys(
|
|
69034
|
-
(type) =>
|
|
69033
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
69034
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
69035
69035
|
).reduce((ret, type) => {
|
|
69036
|
-
ret[type] =
|
|
69036
|
+
ret[type] = COMMIT_TYPES[type];
|
|
69037
69037
|
return ret;
|
|
69038
69038
|
}, {}),
|
|
69039
69039
|
defaultValue: "chore",
|
|
@@ -69128,7 +69128,7 @@ var DEFAULT_COMMIT_RULES = {
|
|
|
69128
69128
|
"type-enum": [
|
|
69129
69129
|
2 /* Error */,
|
|
69130
69130
|
"always",
|
|
69131
|
-
Object.keys(
|
|
69131
|
+
Object.keys(COMMIT_TYPES)
|
|
69132
69132
|
],
|
|
69133
69133
|
"type-max-length": [2 /* Error */, "always", 20],
|
|
69134
69134
|
"type-min-length": [2 /* Error */, "always", 3],
|
|
@@ -70519,7 +70519,7 @@ var runCommitLint = async (config, params) => {
|
|
|
70519
70519
|
return;
|
|
70520
70520
|
}
|
|
70521
70521
|
}
|
|
70522
|
-
const allowedTypes = Object.keys(
|
|
70522
|
+
const allowedTypes = Object.keys(COMMIT_TYPES).join("|");
|
|
70523
70523
|
const allowedScopes = await getNxScopes({
|
|
70524
70524
|
config
|
|
70525
70525
|
});
|
|
@@ -71653,7 +71653,7 @@ var DEFAULT_COMMIT_CONFIG = {
|
|
|
71653
71653
|
settings: DEFAULT_COMMIT_SETTINGS,
|
|
71654
71654
|
messages: DEFAULT_COMMIT_PROMPT_MESSAGES,
|
|
71655
71655
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
71656
|
-
types:
|
|
71656
|
+
types: COMMIT_TYPES
|
|
71657
71657
|
};
|
|
71658
71658
|
|
|
71659
71659
|
// src/commit/commit-state.ts
|
|
@@ -83167,7 +83167,7 @@ ${workspaceConfig.release.footer}
|
|
|
83167
83167
|
_chunkIG6EXAQUcjs.init_cjs_shims.call(void 0, );
|
|
83168
83168
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG2 = {
|
|
83169
83169
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
83170
|
-
types:
|
|
83170
|
+
types: COMMIT_TYPES
|
|
83171
83171
|
};
|
|
83172
83172
|
var DEFAULT_RELEASE_GROUP_CONFIG = {
|
|
83173
83173
|
projectsRelationship: "independent",
|
|
@@ -83209,7 +83209,6 @@ var DEFAULT_RELEASE_CONFIG = {
|
|
|
83209
83209
|
createRelease: "github",
|
|
83210
83210
|
entryWhenNoChanges: false,
|
|
83211
83211
|
file: "{projectRoot}/CHANGELOG.md",
|
|
83212
|
-
// renderer: "@storm-software/git-tools/changelog-renderer",
|
|
83213
83212
|
renderOptions: {
|
|
83214
83213
|
authors: false,
|
|
83215
83214
|
commitReferences: true,
|
package/bin/git.js
CHANGED
|
@@ -79147,132 +79147,132 @@ import childProcess from "node:child_process";
|
|
|
79147
79147
|
|
|
79148
79148
|
// src/types.ts
|
|
79149
79149
|
init_esm_shims();
|
|
79150
|
-
var
|
|
79150
|
+
var COMMIT_TYPES = {
|
|
79151
79151
|
/* --- Bumps version when selected --- */
|
|
79152
|
-
chore: {
|
|
79153
|
-
description: "Other changes that don't modify src or test files",
|
|
79154
|
-
title: "Chore",
|
|
79155
|
-
emoji: "\u2699\uFE0F ",
|
|
79156
|
-
semverBump: "patch",
|
|
79157
|
-
changelog: {
|
|
79158
|
-
title: "Miscellaneous",
|
|
79159
|
-
hidden: false
|
|
79152
|
+
"chore": {
|
|
79153
|
+
"description": "Other changes that don't modify src or test files",
|
|
79154
|
+
"title": "Chore",
|
|
79155
|
+
"emoji": "\u2699\uFE0F ",
|
|
79156
|
+
"semverBump": "patch",
|
|
79157
|
+
"changelog": {
|
|
79158
|
+
"title": "Miscellaneous",
|
|
79159
|
+
"hidden": false
|
|
79160
79160
|
}
|
|
79161
79161
|
},
|
|
79162
|
-
fix: {
|
|
79163
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
79164
|
-
title: "Bug Fix",
|
|
79165
|
-
emoji: "\u{1FAB2} ",
|
|
79166
|
-
semverBump: "patch",
|
|
79167
|
-
changelog: {
|
|
79168
|
-
title: "Bug Fixes",
|
|
79169
|
-
hidden: false
|
|
79162
|
+
"fix": {
|
|
79163
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
79164
|
+
"title": "Bug Fix",
|
|
79165
|
+
"emoji": "\u{1FAB2} ",
|
|
79166
|
+
"semverBump": "patch",
|
|
79167
|
+
"changelog": {
|
|
79168
|
+
"title": "Bug Fixes",
|
|
79169
|
+
"hidden": false
|
|
79170
79170
|
}
|
|
79171
79171
|
},
|
|
79172
|
-
feat: {
|
|
79173
|
-
description: "A change that adds a new feature to the package",
|
|
79174
|
-
title: "Feature",
|
|
79175
|
-
emoji: "\u{1F511} ",
|
|
79176
|
-
semverBump: "minor",
|
|
79177
|
-
changelog: {
|
|
79178
|
-
title: "Features",
|
|
79179
|
-
hidden: false
|
|
79172
|
+
"feat": {
|
|
79173
|
+
"description": "A change that adds a new feature to the package",
|
|
79174
|
+
"title": "Feature",
|
|
79175
|
+
"emoji": "\u{1F511} ",
|
|
79176
|
+
"semverBump": "minor",
|
|
79177
|
+
"changelog": {
|
|
79178
|
+
"title": "Features",
|
|
79179
|
+
"hidden": false
|
|
79180
79180
|
}
|
|
79181
79181
|
},
|
|
79182
|
-
ci: {
|
|
79183
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
79184
|
-
title: "Continuous Integration",
|
|
79185
|
-
emoji: "\u{1F9F0} ",
|
|
79186
|
-
semverBump: "patch",
|
|
79187
|
-
changelog: {
|
|
79188
|
-
title: "Continuous Integration",
|
|
79189
|
-
hidden: false
|
|
79182
|
+
"ci": {
|
|
79183
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
79184
|
+
"title": "Continuous Integration",
|
|
79185
|
+
"emoji": "\u{1F9F0} ",
|
|
79186
|
+
"semverBump": "patch",
|
|
79187
|
+
"changelog": {
|
|
79188
|
+
"title": "Continuous Integration",
|
|
79189
|
+
"hidden": false
|
|
79190
79190
|
}
|
|
79191
79191
|
},
|
|
79192
|
-
refactor: {
|
|
79193
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
79194
|
-
title: "Code Refactoring",
|
|
79195
|
-
emoji: "\u{1F9EA} ",
|
|
79196
|
-
semverBump: "patch",
|
|
79197
|
-
changelog: {
|
|
79198
|
-
title: "Source Code Improvements",
|
|
79199
|
-
hidden: false
|
|
79192
|
+
"refactor": {
|
|
79193
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
79194
|
+
"title": "Code Refactoring",
|
|
79195
|
+
"emoji": "\u{1F9EA} ",
|
|
79196
|
+
"semverBump": "patch",
|
|
79197
|
+
"changelog": {
|
|
79198
|
+
"title": "Source Code Improvements",
|
|
79199
|
+
"hidden": false
|
|
79200
79200
|
}
|
|
79201
79201
|
},
|
|
79202
|
-
style: {
|
|
79203
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
79204
|
-
title: "Style Improvements",
|
|
79205
|
-
emoji: "\u{1F48E} ",
|
|
79206
|
-
semverBump: "patch",
|
|
79207
|
-
changelog: {
|
|
79208
|
-
title: "Style Improvements",
|
|
79209
|
-
hidden: false
|
|
79202
|
+
"style": {
|
|
79203
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
79204
|
+
"title": "Style Improvements",
|
|
79205
|
+
"emoji": "\u{1F48E} ",
|
|
79206
|
+
"semverBump": "patch",
|
|
79207
|
+
"changelog": {
|
|
79208
|
+
"title": "Style Improvements",
|
|
79209
|
+
"hidden": false
|
|
79210
79210
|
}
|
|
79211
79211
|
},
|
|
79212
|
-
perf: {
|
|
79213
|
-
description: "A code change that improves performance",
|
|
79214
|
-
title: "Performance Improvement",
|
|
79215
|
-
emoji: "\u23F1\uFE0F ",
|
|
79216
|
-
semverBump: "patch",
|
|
79217
|
-
changelog: {
|
|
79218
|
-
title: "Performance Improvements",
|
|
79219
|
-
hidden: false
|
|
79212
|
+
"perf": {
|
|
79213
|
+
"description": "A code change that improves performance",
|
|
79214
|
+
"title": "Performance Improvement",
|
|
79215
|
+
"emoji": "\u23F1\uFE0F ",
|
|
79216
|
+
"semverBump": "patch",
|
|
79217
|
+
"changelog": {
|
|
79218
|
+
"title": "Performance Improvements",
|
|
79219
|
+
"hidden": false
|
|
79220
79220
|
}
|
|
79221
79221
|
},
|
|
79222
79222
|
/* --- Does not bump version when selected --- */
|
|
79223
|
-
docs: {
|
|
79224
|
-
description: "A change that only includes documentation updates",
|
|
79225
|
-
title: "Documentation",
|
|
79226
|
-
emoji: "\u{1F4DC} ",
|
|
79227
|
-
semverBump: "none",
|
|
79228
|
-
changelog: {
|
|
79229
|
-
title: "Documentation",
|
|
79230
|
-
hidden: false
|
|
79223
|
+
"docs": {
|
|
79224
|
+
"description": "A change that only includes documentation updates",
|
|
79225
|
+
"title": "Documentation",
|
|
79226
|
+
"emoji": "\u{1F4DC} ",
|
|
79227
|
+
"semverBump": "none",
|
|
79228
|
+
"changelog": {
|
|
79229
|
+
"title": "Documentation",
|
|
79230
|
+
"hidden": false
|
|
79231
79231
|
}
|
|
79232
79232
|
},
|
|
79233
|
-
test: {
|
|
79234
|
-
description: "Adding missing tests or correcting existing tests",
|
|
79235
|
-
title: "Testing",
|
|
79236
|
-
emoji: "\u{1F6A8} ",
|
|
79237
|
-
semverBump: "none",
|
|
79238
|
-
changelog: {
|
|
79239
|
-
title: "Testing",
|
|
79240
|
-
hidden: true
|
|
79233
|
+
"test": {
|
|
79234
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
79235
|
+
"title": "Testing",
|
|
79236
|
+
"emoji": "\u{1F6A8} ",
|
|
79237
|
+
"semverBump": "none",
|
|
79238
|
+
"changelog": {
|
|
79239
|
+
"title": "Testing",
|
|
79240
|
+
"hidden": true
|
|
79241
79241
|
}
|
|
79242
79242
|
},
|
|
79243
79243
|
/* --- Not included in commitlint but included in changelog --- */
|
|
79244
|
-
deps: {
|
|
79245
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
79246
|
-
title: "Dependencies",
|
|
79247
|
-
emoji: "\u{1F4E6} ",
|
|
79248
|
-
hidden: true,
|
|
79249
|
-
semverBump: "patch",
|
|
79250
|
-
changelog: {
|
|
79251
|
-
title: "Dependency Upgrades",
|
|
79252
|
-
hidden: false
|
|
79244
|
+
"deps": {
|
|
79245
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
79246
|
+
"title": "Dependencies",
|
|
79247
|
+
"emoji": "\u{1F4E6} ",
|
|
79248
|
+
"hidden": true,
|
|
79249
|
+
"semverBump": "patch",
|
|
79250
|
+
"changelog": {
|
|
79251
|
+
"title": "Dependency Upgrades",
|
|
79252
|
+
"hidden": false
|
|
79253
79253
|
}
|
|
79254
79254
|
},
|
|
79255
79255
|
/* --- Not included in commitlint or changelog --- */
|
|
79256
|
-
build: {
|
|
79257
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
79258
|
-
title: "Build",
|
|
79259
|
-
emoji: "\u{1F6E0} ",
|
|
79260
|
-
hidden: true,
|
|
79261
|
-
semverBump: "none",
|
|
79262
|
-
changelog: {
|
|
79263
|
-
title: "Build",
|
|
79264
|
-
hidden: true
|
|
79256
|
+
"build": {
|
|
79257
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
79258
|
+
"title": "Build",
|
|
79259
|
+
"emoji": "\u{1F6E0} ",
|
|
79260
|
+
"hidden": true,
|
|
79261
|
+
"semverBump": "none",
|
|
79262
|
+
"changelog": {
|
|
79263
|
+
"title": "Build",
|
|
79264
|
+
"hidden": true
|
|
79265
79265
|
}
|
|
79266
79266
|
},
|
|
79267
|
-
release: {
|
|
79268
|
-
description: "Publishing a commit containing a newly released version",
|
|
79269
|
-
title: "Publish Release",
|
|
79270
|
-
emoji: "\u{1F680} ",
|
|
79271
|
-
hidden: true,
|
|
79272
|
-
semverBump: "none",
|
|
79273
|
-
changelog: {
|
|
79274
|
-
title: "Publish Release",
|
|
79275
|
-
hidden: true
|
|
79267
|
+
"release": {
|
|
79268
|
+
"description": "Publishing a commit containing a newly released version",
|
|
79269
|
+
"title": "Publish Release",
|
|
79270
|
+
"emoji": "\u{1F680} ",
|
|
79271
|
+
"hidden": true,
|
|
79272
|
+
"semverBump": "none",
|
|
79273
|
+
"changelog": {
|
|
79274
|
+
"title": "Publish Release",
|
|
79275
|
+
"hidden": true
|
|
79276
79276
|
}
|
|
79277
79277
|
}
|
|
79278
79278
|
};
|
|
@@ -79281,10 +79281,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
79281
79281
|
type: "select",
|
|
79282
79282
|
title: "Commit Type",
|
|
79283
79283
|
description: "Select the commit type that best describes your changes",
|
|
79284
|
-
enum: Object.keys(
|
|
79285
|
-
(type) =>
|
|
79284
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
79285
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
79286
79286
|
).reduce((ret, type) => {
|
|
79287
|
-
ret[type] =
|
|
79287
|
+
ret[type] = COMMIT_TYPES[type];
|
|
79288
79288
|
return ret;
|
|
79289
79289
|
}, {}),
|
|
79290
79290
|
defaultValue: "chore",
|
|
@@ -79379,7 +79379,7 @@ var DEFAULT_COMMIT_RULES = {
|
|
|
79379
79379
|
"type-enum": [
|
|
79380
79380
|
2 /* Error */,
|
|
79381
79381
|
"always",
|
|
79382
|
-
Object.keys(
|
|
79382
|
+
Object.keys(COMMIT_TYPES)
|
|
79383
79383
|
],
|
|
79384
79384
|
"type-max-length": [2 /* Error */, "always", 20],
|
|
79385
79385
|
"type-min-length": [2 /* Error */, "always", 3],
|
|
@@ -80770,7 +80770,7 @@ var runCommitLint = async (config, params) => {
|
|
|
80770
80770
|
return;
|
|
80771
80771
|
}
|
|
80772
80772
|
}
|
|
80773
|
-
const allowedTypes = Object.keys(
|
|
80773
|
+
const allowedTypes = Object.keys(COMMIT_TYPES).join("|");
|
|
80774
80774
|
const allowedScopes = await getNxScopes({
|
|
80775
80775
|
config
|
|
80776
80776
|
});
|
|
@@ -81904,7 +81904,7 @@ var DEFAULT_COMMIT_CONFIG = {
|
|
|
81904
81904
|
settings: DEFAULT_COMMIT_SETTINGS,
|
|
81905
81905
|
messages: DEFAULT_COMMIT_PROMPT_MESSAGES,
|
|
81906
81906
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
81907
|
-
types:
|
|
81907
|
+
types: COMMIT_TYPES
|
|
81908
81908
|
};
|
|
81909
81909
|
|
|
81910
81910
|
// src/commit/commit-state.ts
|
|
@@ -93417,7 +93417,7 @@ ${workspaceConfig.release.footer}
|
|
|
93417
93417
|
init_esm_shims();
|
|
93418
93418
|
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG2 = {
|
|
93419
93419
|
questions: DEFAULT_COMMIT_QUESTIONS,
|
|
93420
|
-
types:
|
|
93420
|
+
types: COMMIT_TYPES
|
|
93421
93421
|
};
|
|
93422
93422
|
var DEFAULT_RELEASE_GROUP_CONFIG = {
|
|
93423
93423
|
projectsRelationship: "independent",
|
|
@@ -93459,7 +93459,6 @@ var DEFAULT_RELEASE_CONFIG = {
|
|
|
93459
93459
|
createRelease: "github",
|
|
93460
93460
|
entryWhenNoChanges: false,
|
|
93461
93461
|
file: "{projectRoot}/CHANGELOG.md",
|
|
93462
|
-
// renderer: "@storm-software/git-tools/changelog-renderer",
|
|
93463
93462
|
renderOptions: {
|
|
93464
93463
|
authors: false,
|
|
93465
93464
|
commitReferences: true,
|