@storm-software/git-tools 2.108.0 → 2.109.0
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/README.md +1 -2
- package/bin/{chunk-KTLBDGE7.js → chunk-6J5XSCJY.js} +1 -1
- package/bin/{chunk-BJYW7ISD.js → chunk-E3JZZK5T.js} +2 -2
- package/bin/{chunk-V3UDZCED.js → chunk-GDM3POJ5.js} +1 -1
- package/bin/{chunk-PAW5GJNL.js → chunk-I534D6N6.js} +1 -1
- package/bin/{chunk-23TCSI67.js → chunk-IYUO2AVY.js} +2 -2
- package/bin/{chunk-3XEEEMLV.js → chunk-MJGJ2HK6.js} +1 -1
- package/bin/{chunk-W2TU25OT.js → chunk-OGZEBPJV.js} +2 -0
- package/bin/{chunk-A3QVIDKR.cjs → chunk-QXEKRC3T.cjs} +1 -2
- package/bin/{chunk-QROY5223.js → chunk-SFFRR6NP.js} +2 -2
- package/bin/{chunk-M3SPNRDT.js → chunk-SMKNEJ5T.js} +2 -2
- package/bin/{chunk-5DZECCFZ.js → chunk-TJO3OVQL.js} +9 -10
- package/bin/{chunk-GIYWTOX5.js → chunk-YT5LGYUK.js} +2 -2
- package/bin/{chunk-REUY4MDC.js → chunk-ZXRF2HJU.js} +2 -2
- package/bin/{dist-YM6D424K.js → dist-D6W3JXGV.js} +8 -8
- package/bin/{dist-BGCQPBHL.js → dist-LHTDA5HZ.js} +2 -2
- package/bin/{esm-WLHP7RVO.js → esm-W2UA3CIL.js} +1 -1
- package/bin/git.cjs +4672 -1457
- package/bin/git.js +4566 -1322
- package/bin/json5-RP76XMM3.js +10 -0
- package/bin/{jsonc-RUGZP2X2.js → jsonc-VAXXZX2C.js} +3 -3
- package/bin/{multipart-parser-MFV7BRF2.js → multipart-parser-MER6CMVN.js} +2 -2
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.js +10 -10
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.js +10 -10
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.js +10 -10
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.js +9 -9
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.js +9 -9
- package/bin/pre-push.cjs +13 -13
- package/bin/pre-push.js +10 -10
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +9 -9
- package/bin/toml-VIPW2YID.js +10 -0
- package/bin/{utils-6O4EJJM3.js → utils-4PUYCMQV.js} +2 -2
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +9 -9
- package/bin/yaml-YNBHLUJR.js +10 -0
- package/dist/{chunk-3MA2SHAT.js → chunk-JHC42VE5.js} +2 -0
- package/dist/{chunk-FX5G24P6.cjs → chunk-ZKXBGRHW.cjs} +2 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/release/config.cjs +2 -2
- package/dist/release/config.d.cts +2 -0
- package/dist/release/config.d.ts +2 -0
- package/dist/release/config.js +1 -1
- package/package.json +4 -4
- package/bin/json5-ELADGSSP.js +0 -10
- package/bin/toml-U3J6BEAR.js +0 -10
- package/bin/yaml-CPOMXZOK.js +0 -10
package/bin/version-warning.cjs
CHANGED
|
@@ -7,7 +7,7 @@ var _chunkVNWRUK6Ncjs = require('./chunk-VNWRUK6N.cjs');
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkQXEKRC3Tcjs = require('./chunk-QXEKRC3T.cjs');
|
|
11
11
|
require('./chunk-Z3K5JTIC.cjs');
|
|
12
12
|
require('./chunk-34R4PCUS.cjs');
|
|
13
13
|
require('./chunk-H6RJC2EU.cjs');
|
|
@@ -21,16 +21,16 @@ var _chunkRHY34RLEcjs = require('./chunk-RHY34RLE.cjs');
|
|
|
21
21
|
// bin/version-warning.ts
|
|
22
22
|
_chunkRHY34RLEcjs.init_cjs_shims.call(void 0, );
|
|
23
23
|
void (async () => {
|
|
24
|
-
const config = await
|
|
24
|
+
const config = await _chunkQXEKRC3Tcjs.getConfig.call(void 0, );
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
_chunkQXEKRC3Tcjs.handleProcess.call(void 0, config);
|
|
27
27
|
_chunkVNWRUK6Ncjs.checkPackageVersion.call(void 0, process.argv.slice(1));
|
|
28
28
|
} catch (error) {
|
|
29
|
-
|
|
29
|
+
_chunkQXEKRC3Tcjs.writeFatal.call(void 0,
|
|
30
30
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
31
31
|
config
|
|
32
32
|
);
|
|
33
|
-
|
|
33
|
+
_chunkQXEKRC3Tcjs.exitWithError.call(void 0, config);
|
|
34
34
|
process.exit(1);
|
|
35
35
|
}
|
|
36
36
|
})();
|
package/bin/version-warning.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
checkPackageVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MJGJ2HK6.js";
|
|
5
5
|
import {
|
|
6
6
|
exitWithError,
|
|
7
7
|
getConfig,
|
|
8
8
|
handleProcess,
|
|
9
9
|
writeFatal
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-TJO3OVQL.js";
|
|
11
|
+
import "./chunk-E3JZZK5T.js";
|
|
12
|
+
import "./chunk-SMKNEJ5T.js";
|
|
13
|
+
import "./chunk-IYUO2AVY.js";
|
|
14
|
+
import "./chunk-YT5LGYUK.js";
|
|
15
|
+
import "./chunk-ZXRF2HJU.js";
|
|
16
|
+
import "./chunk-6J5XSCJY.js";
|
|
17
17
|
import {
|
|
18
18
|
init_esm_shims
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OGZEBPJV.js";
|
|
20
20
|
|
|
21
21
|
// bin/version-warning.ts
|
|
22
22
|
init_esm_shims();
|
|
@@ -26,6 +26,7 @@ var DEFAULT_RELEASE_GROUP_CONFIG = {
|
|
|
26
26
|
},
|
|
27
27
|
version: {
|
|
28
28
|
groupPreVersionCommand: "pnpm build",
|
|
29
|
+
useLegacyVersioning: true,
|
|
29
30
|
generator: "@storm-software/workspace-tools:release-version",
|
|
30
31
|
generatorOptions: {
|
|
31
32
|
currentVersionResolver: "git-tag",
|
|
@@ -55,6 +56,7 @@ var DEFAULT_RELEASE_CONFIG = {
|
|
|
55
56
|
},
|
|
56
57
|
version: {
|
|
57
58
|
preVersionCommand: "pnpm build",
|
|
59
|
+
useLegacyVersioning: true,
|
|
58
60
|
generator: "@storm-software/workspace-tools:release-version",
|
|
59
61
|
generatorOptions: {
|
|
60
62
|
currentVersionResolver: "git-tag",
|
|
@@ -26,6 +26,7 @@ var DEFAULT_RELEASE_GROUP_CONFIG = {
|
|
|
26
26
|
},
|
|
27
27
|
version: {
|
|
28
28
|
groupPreVersionCommand: "pnpm build",
|
|
29
|
+
useLegacyVersioning: true,
|
|
29
30
|
generator: "@storm-software/workspace-tools:release-version",
|
|
30
31
|
generatorOptions: {
|
|
31
32
|
currentVersionResolver: "git-tag",
|
|
@@ -55,6 +56,7 @@ var DEFAULT_RELEASE_CONFIG = {
|
|
|
55
56
|
},
|
|
56
57
|
version: {
|
|
57
58
|
preVersionCommand: "pnpm build",
|
|
59
|
+
useLegacyVersioning: true,
|
|
58
60
|
generator: "@storm-software/workspace-tools:release-version",
|
|
59
61
|
generatorOptions: {
|
|
60
62
|
currentVersionResolver: "git-tag",
|
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var _chunk3V3F7TB7cjs = require('./chunk-3V3F7TB7.cjs');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkZKXBGRHWcjs = require('./chunk-ZKXBGRHW.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -25,4 +25,4 @@ var _chunkEQZ3BKYLcjs = require('./chunk-EQZ3BKYL.cjs');
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
exports.DEFAULT_COMMIT_CONFIG = _chunk3V3F7TB7cjs.DEFAULT_COMMIT_CONFIG; exports.DEFAULT_COMMIT_MESSAGE_FORMAT = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_MESSAGE_FORMAT; exports.DEFAULT_COMMIT_PROMPT_MESSAGES = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_PROMPT_MESSAGES; exports.DEFAULT_COMMIT_QUESTIONS = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_QUESTIONS; exports.DEFAULT_COMMIT_SETTINGS = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_SETTINGS; exports.DEFAULT_COMMIT_TYPES = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_TYPES; exports.DEFAULT_CONVENTIONAL_COMMITS_CONFIG =
|
|
28
|
+
exports.DEFAULT_COMMIT_CONFIG = _chunk3V3F7TB7cjs.DEFAULT_COMMIT_CONFIG; exports.DEFAULT_COMMIT_MESSAGE_FORMAT = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_MESSAGE_FORMAT; exports.DEFAULT_COMMIT_PROMPT_MESSAGES = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_PROMPT_MESSAGES; exports.DEFAULT_COMMIT_QUESTIONS = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_QUESTIONS; exports.DEFAULT_COMMIT_SETTINGS = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_SETTINGS; exports.DEFAULT_COMMIT_TYPES = _chunkEQZ3BKYLcjs.DEFAULT_COMMIT_TYPES; exports.DEFAULT_CONVENTIONAL_COMMITS_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_CONVENTIONAL_COMMITS_CONFIG; exports.DEFAULT_RELEASE_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_RELEASE_CONFIG; exports.DEFAULT_RELEASE_GROUP_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_RELEASE_GROUP_CONFIG; exports.RuleConfigSeverity = _chunkEQZ3BKYLcjs.RuleConfigSeverity;
|
package/dist/index.js
CHANGED
package/dist/release/config.cjs
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkZKXBGRHWcjs = require('../chunk-ZKXBGRHW.cjs');
|
|
6
6
|
require('../chunk-EQZ3BKYL.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.DEFAULT_CONVENTIONAL_COMMITS_CONFIG =
|
|
11
|
+
exports.DEFAULT_CONVENTIONAL_COMMITS_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_CONVENTIONAL_COMMITS_CONFIG; exports.DEFAULT_RELEASE_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_RELEASE_CONFIG; exports.DEFAULT_RELEASE_GROUP_CONFIG = _chunkZKXBGRHWcjs.DEFAULT_RELEASE_GROUP_CONFIG;
|
|
@@ -208,6 +208,7 @@ declare const DEFAULT_RELEASE_GROUP_CONFIG: {
|
|
|
208
208
|
};
|
|
209
209
|
version: {
|
|
210
210
|
groupPreVersionCommand: string;
|
|
211
|
+
useLegacyVersioning: boolean;
|
|
211
212
|
generator: string;
|
|
212
213
|
generatorOptions: {
|
|
213
214
|
currentVersionResolver: string;
|
|
@@ -423,6 +424,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
|
|
|
423
424
|
};
|
|
424
425
|
version: {
|
|
425
426
|
preVersionCommand: string;
|
|
427
|
+
useLegacyVersioning: boolean;
|
|
426
428
|
generator: string;
|
|
427
429
|
generatorOptions: {
|
|
428
430
|
currentVersionResolver: string;
|
package/dist/release/config.d.ts
CHANGED
|
@@ -208,6 +208,7 @@ declare const DEFAULT_RELEASE_GROUP_CONFIG: {
|
|
|
208
208
|
};
|
|
209
209
|
version: {
|
|
210
210
|
groupPreVersionCommand: string;
|
|
211
|
+
useLegacyVersioning: boolean;
|
|
211
212
|
generator: string;
|
|
212
213
|
generatorOptions: {
|
|
213
214
|
currentVersionResolver: string;
|
|
@@ -423,6 +424,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
|
|
|
423
424
|
};
|
|
424
425
|
version: {
|
|
425
426
|
preVersionCommand: string;
|
|
427
|
+
useLegacyVersioning: boolean;
|
|
426
428
|
generator: string;
|
|
427
429
|
generatorOptions: {
|
|
428
430
|
currentVersionResolver: string;
|
package/dist/release/config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.109.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
],
|
|
217
217
|
"dependencies": {
|
|
218
218
|
"@angular-devkit/architect": "0.1900.6",
|
|
219
|
-
"nx": "
|
|
219
|
+
"nx": "21.0.0",
|
|
220
220
|
"prettier": "^3.5.1",
|
|
221
221
|
"tsconfig-paths": "4.2.0"
|
|
222
222
|
},
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
"@inquirer/rawlist": "4.0.4",
|
|
239
239
|
"@inquirer/search": "3.0.4",
|
|
240
240
|
"@inquirer/select": "4.0.4",
|
|
241
|
-
"@nx/devkit": "
|
|
242
|
-
"@nx/js": "
|
|
241
|
+
"@nx/devkit": "21.0.0",
|
|
242
|
+
"@nx/js": "21.0.0",
|
|
243
243
|
"@textlint/ast-node-types": "14.4.2",
|
|
244
244
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
245
245
|
"@types/node": "^22.10.2",
|
package/bin/json5-ELADGSSP.js
DELETED
package/bin/toml-U3J6BEAR.js
DELETED