@storm-software/git-tools 2.27.0 β 2.28.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/CHANGELOG.md +7 -0
- package/README.md +55 -21
- package/bin/git.js +16 -6
- package/commitlint/commitlint.config.cjs +3 -2
- package/package.json +1 -1
- package/src/cli/index.js +16 -6
- package/src/commit/config.js +16 -6
- package/src/commit/index.js +16 -6
- package/src/commitizen/index.js +16 -6
- package/src/commitlint/config.js +97 -1
- package/src/index.js +115 -9
- package/src/release/changelog-renderer.js +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,7 +21,7 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -53,7 +53,6 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
53
53
|
- [Changelog](#changelog)
|
|
54
54
|
- [Contributing](#contributing)
|
|
55
55
|
- [Contributors](#contributors)
|
|
56
|
-
- [π» Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
57
56
|
|
|
58
57
|
<!-- END doctoc -->
|
|
59
58
|
|
|
@@ -117,17 +116,25 @@ Run `nx test git-tools` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
117
116
|
|
|
118
117
|
## Storm Workspaces
|
|
119
118
|
|
|
120
|
-
Storm workspaces are built using
|
|
119
|
+
Storm workspaces are built using
|
|
120
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
121
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
122
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
123
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
124
|
+
maintainable.
|
|
121
125
|
|
|
122
126
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
123
127
|
<br />
|
|
124
128
|
|
|
125
129
|
## Roadmap
|
|
126
130
|
|
|
127
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
131
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
132
|
+
list of proposed features (and known issues).
|
|
128
133
|
|
|
129
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
130
|
-
|
|
134
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
135
|
+
(Add your votes using the π reaction)
|
|
136
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
137
|
+
(Add your votes using the π reaction)
|
|
131
138
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
132
139
|
|
|
133
140
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
@@ -146,7 +153,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
146
153
|
|
|
147
154
|
## License
|
|
148
155
|
|
|
149
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
156
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
157
|
+
distribute this template as you like.
|
|
150
158
|
|
|
151
159
|
See [LICENSE](LICENSE) for more information.
|
|
152
160
|
|
|
@@ -155,32 +163,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
155
163
|
|
|
156
164
|
## Changelog
|
|
157
165
|
|
|
158
|
-
This project adheres to
|
|
166
|
+
This project adheres to
|
|
167
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
168
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
169
|
+
file
|
|
159
170
|
|
|
160
171
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
161
172
|
<br />
|
|
162
173
|
|
|
163
174
|
## Contributing
|
|
164
175
|
|
|
165
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
176
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
177
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
178
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
179
|
+
appreciated**.
|
|
166
180
|
|
|
167
181
|
Please try to create bug reports that are:
|
|
168
182
|
|
|
169
183
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
170
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
184
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
185
|
+
environment, etc.
|
|
171
186
|
- _Unique._ Do not duplicate existing opened issues.
|
|
172
187
|
- _Scoped to a Single Bug._ One bug per report.
|
|
173
188
|
|
|
174
189
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
175
190
|
|
|
176
|
-
You can use
|
|
191
|
+
You can use
|
|
192
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
193
|
+
to check for common markdown style inconsistency.
|
|
177
194
|
|
|
178
195
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
179
196
|
<br />
|
|
180
197
|
|
|
181
198
|
## Contributors
|
|
182
199
|
|
|
183
|
-
Thanks goes to these wonderful people
|
|
200
|
+
Thanks goes to these wonderful people
|
|
201
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
184
202
|
|
|
185
203
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
186
204
|
|
|
@@ -205,7 +223,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
205
223
|
|
|
206
224
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
207
225
|
|
|
208
|
-
This project follows the
|
|
226
|
+
This project follows the
|
|
227
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
228
|
+
specification. Contributions of any kind welcome!
|
|
209
229
|
|
|
210
230
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
211
231
|
<br />
|
|
@@ -219,9 +239,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
219
239
|
<br />
|
|
220
240
|
|
|
221
241
|
<div align="center">
|
|
222
|
-
<
|
|
223
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
224
|
-
</b>
|
|
242
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
225
243
|
</div>
|
|
226
244
|
|
|
227
245
|
<div align="center">
|
|
@@ -229,18 +247,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
229
247
|
</div>
|
|
230
248
|
<br />
|
|
231
249
|
|
|
232
|
-
Storm Software is an open source software development organization and creator
|
|
250
|
+
Storm Software is an open source software development organization and creator
|
|
251
|
+
of Acidic, StormStack and StormCloud.
|
|
233
252
|
|
|
234
|
-
Our mission is to make software development more accessible. Our ideal future is
|
|
253
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
254
|
+
one where anyone can create software without years of prior development
|
|
255
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
256
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
235
257
|
|
|
236
|
-
|
|
258
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
259
|
+
receive release notifications, ask questions, and get involved.
|
|
260
|
+
|
|
261
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
262
|
+
generation of development tools, please reach out on our
|
|
263
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
264
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
265
|
+
channel!
|
|
237
266
|
|
|
238
267
|
<br />
|
|
239
|
-
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
240
268
|
|
|
269
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
241
270
|
<br />
|
|
271
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
272
|
+
|
|
273
|
+
<br />
|
|
274
|
+
|
|
242
275
|
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
243
276
|
<br />
|
|
277
|
+
<br />
|
|
244
278
|
|
|
245
279
|
|
|
246
280
|
<!-- markdownlint-restore -->
|
package/bin/git.js
CHANGED
|
@@ -231785,7 +231785,17 @@ var config_default = {
|
|
|
231785
231785
|
closedIssuePrefix: "\u2705 ",
|
|
231786
231786
|
format: "{type}({scope}): {emoji}{subject}",
|
|
231787
231787
|
disableEmoji: true,
|
|
231788
|
-
list: [
|
|
231788
|
+
list: [
|
|
231789
|
+
"test",
|
|
231790
|
+
"feat",
|
|
231791
|
+
"fix",
|
|
231792
|
+
"chore",
|
|
231793
|
+
"docs",
|
|
231794
|
+
"refactor",
|
|
231795
|
+
"style",
|
|
231796
|
+
"ci",
|
|
231797
|
+
"perf"
|
|
231798
|
+
],
|
|
231789
231799
|
maxMessageLength: 75,
|
|
231790
231800
|
minMessageLength: 3,
|
|
231791
231801
|
questions: CommitQuestionsKeys,
|
|
@@ -231808,7 +231818,7 @@ var config_default = {
|
|
|
231808
231818
|
},
|
|
231809
231819
|
style: {
|
|
231810
231820
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
231811
|
-
title: "
|
|
231821
|
+
title: "Styling",
|
|
231812
231822
|
emoji: "\u{1F48E}"
|
|
231813
231823
|
},
|
|
231814
231824
|
refactor: {
|
|
@@ -231823,12 +231833,12 @@ var config_default = {
|
|
|
231823
231833
|
},
|
|
231824
231834
|
test: {
|
|
231825
231835
|
description: "Adding missing tests or correcting existing tests",
|
|
231826
|
-
title: "
|
|
231836
|
+
title: "Testing",
|
|
231827
231837
|
emoji: "\u{1F6A8}"
|
|
231828
231838
|
},
|
|
231829
|
-
|
|
231839
|
+
deps: {
|
|
231830
231840
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
231831
|
-
title: "
|
|
231841
|
+
title: "Dependency Upgrades",
|
|
231832
231842
|
emoji: "\u{1F4E6}"
|
|
231833
231843
|
},
|
|
231834
231844
|
ci: {
|
|
@@ -231859,7 +231869,7 @@ var config_default2 = {
|
|
|
231859
231869
|
[
|
|
231860
231870
|
"chore",
|
|
231861
231871
|
// Changes that affect the build system or dependency-only changes
|
|
231862
|
-
"
|
|
231872
|
+
"deps",
|
|
231863
231873
|
// Changes to CI workflows
|
|
231864
231874
|
"ci",
|
|
231865
231875
|
// Documentation-only changes
|
|
@@ -14,7 +14,7 @@ module.exports = {
|
|
|
14
14
|
[
|
|
15
15
|
"chore",
|
|
16
16
|
// Changes that affect the build system or dependency-only changes
|
|
17
|
-
"
|
|
17
|
+
"deps",
|
|
18
18
|
// Changes to CI workflows
|
|
19
19
|
"ci",
|
|
20
20
|
// Documentation-only changes
|
|
@@ -57,7 +57,8 @@ module.exports = {
|
|
|
57
57
|
description: "Select the type of change that you're committing"
|
|
58
58
|
},
|
|
59
59
|
scope: {
|
|
60
|
-
description:
|
|
60
|
+
description:
|
|
61
|
+
"Select the scope of this change (package name in the monorepo)"
|
|
61
62
|
},
|
|
62
63
|
subject: {
|
|
63
64
|
description: "Write a short, imperative tense description of the change"
|
package/package.json
CHANGED
package/src/cli/index.js
CHANGED
|
@@ -165680,7 +165680,17 @@ var config_default = {
|
|
|
165680
165680
|
closedIssuePrefix: "\u2705 ",
|
|
165681
165681
|
format: "{type}({scope}): {emoji}{subject}",
|
|
165682
165682
|
disableEmoji: true,
|
|
165683
|
-
list: [
|
|
165683
|
+
list: [
|
|
165684
|
+
"test",
|
|
165685
|
+
"feat",
|
|
165686
|
+
"fix",
|
|
165687
|
+
"chore",
|
|
165688
|
+
"docs",
|
|
165689
|
+
"refactor",
|
|
165690
|
+
"style",
|
|
165691
|
+
"ci",
|
|
165692
|
+
"perf"
|
|
165693
|
+
],
|
|
165684
165694
|
maxMessageLength: 75,
|
|
165685
165695
|
minMessageLength: 3,
|
|
165686
165696
|
questions: CommitQuestionsKeys,
|
|
@@ -165703,7 +165713,7 @@ var config_default = {
|
|
|
165703
165713
|
},
|
|
165704
165714
|
style: {
|
|
165705
165715
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
165706
|
-
title: "
|
|
165716
|
+
title: "Styling",
|
|
165707
165717
|
emoji: "\u{1F48E}"
|
|
165708
165718
|
},
|
|
165709
165719
|
refactor: {
|
|
@@ -165718,12 +165728,12 @@ var config_default = {
|
|
|
165718
165728
|
},
|
|
165719
165729
|
test: {
|
|
165720
165730
|
description: "Adding missing tests or correcting existing tests",
|
|
165721
|
-
title: "
|
|
165731
|
+
title: "Testing",
|
|
165722
165732
|
emoji: "\u{1F6A8}"
|
|
165723
165733
|
},
|
|
165724
|
-
|
|
165734
|
+
deps: {
|
|
165725
165735
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
165726
|
-
title: "
|
|
165736
|
+
title: "Dependency Upgrades",
|
|
165727
165737
|
emoji: "\u{1F4E6}"
|
|
165728
165738
|
},
|
|
165729
165739
|
ci: {
|
|
@@ -165754,7 +165764,7 @@ var config_default2 = {
|
|
|
165754
165764
|
[
|
|
165755
165765
|
"chore",
|
|
165756
165766
|
// Changes that affect the build system or dependency-only changes
|
|
165757
|
-
"
|
|
165767
|
+
"deps",
|
|
165758
165768
|
// Changes to CI workflows
|
|
165759
165769
|
"ci",
|
|
165760
165770
|
// Documentation-only changes
|
package/src/commit/config.js
CHANGED
|
@@ -17,7 +17,17 @@ var config_default = {
|
|
|
17
17
|
closedIssuePrefix: "\u2705 ",
|
|
18
18
|
format: "{type}({scope}): {emoji}{subject}",
|
|
19
19
|
disableEmoji: true,
|
|
20
|
-
list: [
|
|
20
|
+
list: [
|
|
21
|
+
"test",
|
|
22
|
+
"feat",
|
|
23
|
+
"fix",
|
|
24
|
+
"chore",
|
|
25
|
+
"docs",
|
|
26
|
+
"refactor",
|
|
27
|
+
"style",
|
|
28
|
+
"ci",
|
|
29
|
+
"perf"
|
|
30
|
+
],
|
|
21
31
|
maxMessageLength: 75,
|
|
22
32
|
minMessageLength: 3,
|
|
23
33
|
questions: CommitQuestionsKeys,
|
|
@@ -40,7 +50,7 @@ var config_default = {
|
|
|
40
50
|
},
|
|
41
51
|
style: {
|
|
42
52
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
43
|
-
title: "
|
|
53
|
+
title: "Styling",
|
|
44
54
|
emoji: "\u{1F48E}"
|
|
45
55
|
},
|
|
46
56
|
refactor: {
|
|
@@ -55,12 +65,12 @@ var config_default = {
|
|
|
55
65
|
},
|
|
56
66
|
test: {
|
|
57
67
|
description: "Adding missing tests or correcting existing tests",
|
|
58
|
-
title: "
|
|
68
|
+
title: "Testing",
|
|
59
69
|
emoji: "\u{1F6A8}"
|
|
60
70
|
},
|
|
61
|
-
|
|
71
|
+
deps: {
|
|
62
72
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
63
|
-
title: "
|
|
73
|
+
title: "Dependency Upgrades",
|
|
64
74
|
emoji: "\u{1F4E6}"
|
|
65
75
|
},
|
|
66
76
|
ci: {
|
|
@@ -91,7 +101,7 @@ var config_default2 = {
|
|
|
91
101
|
[
|
|
92
102
|
"chore",
|
|
93
103
|
// Changes that affect the build system or dependency-only changes
|
|
94
|
-
"
|
|
104
|
+
"deps",
|
|
95
105
|
// Changes to CI workflows
|
|
96
106
|
"ci",
|
|
97
107
|
// Documentation-only changes
|
package/src/commit/index.js
CHANGED
|
@@ -37655,7 +37655,17 @@ var config_default = {
|
|
|
37655
37655
|
closedIssuePrefix: "\u2705 ",
|
|
37656
37656
|
format: "{type}({scope}): {emoji}{subject}",
|
|
37657
37657
|
disableEmoji: true,
|
|
37658
|
-
list: [
|
|
37658
|
+
list: [
|
|
37659
|
+
"test",
|
|
37660
|
+
"feat",
|
|
37661
|
+
"fix",
|
|
37662
|
+
"chore",
|
|
37663
|
+
"docs",
|
|
37664
|
+
"refactor",
|
|
37665
|
+
"style",
|
|
37666
|
+
"ci",
|
|
37667
|
+
"perf"
|
|
37668
|
+
],
|
|
37659
37669
|
maxMessageLength: 75,
|
|
37660
37670
|
minMessageLength: 3,
|
|
37661
37671
|
questions: CommitQuestionsKeys,
|
|
@@ -37678,7 +37688,7 @@ var config_default = {
|
|
|
37678
37688
|
},
|
|
37679
37689
|
style: {
|
|
37680
37690
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
37681
|
-
title: "
|
|
37691
|
+
title: "Styling",
|
|
37682
37692
|
emoji: "\u{1F48E}"
|
|
37683
37693
|
},
|
|
37684
37694
|
refactor: {
|
|
@@ -37693,12 +37703,12 @@ var config_default = {
|
|
|
37693
37703
|
},
|
|
37694
37704
|
test: {
|
|
37695
37705
|
description: "Adding missing tests or correcting existing tests",
|
|
37696
|
-
title: "
|
|
37706
|
+
title: "Testing",
|
|
37697
37707
|
emoji: "\u{1F6A8}"
|
|
37698
37708
|
},
|
|
37699
|
-
|
|
37709
|
+
deps: {
|
|
37700
37710
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
37701
|
-
title: "
|
|
37711
|
+
title: "Dependency Upgrades",
|
|
37702
37712
|
emoji: "\u{1F4E6}"
|
|
37703
37713
|
},
|
|
37704
37714
|
ci: {
|
|
@@ -37729,7 +37739,7 @@ var config_default2 = {
|
|
|
37729
37739
|
[
|
|
37730
37740
|
"chore",
|
|
37731
37741
|
// Changes that affect the build system or dependency-only changes
|
|
37732
|
-
"
|
|
37742
|
+
"deps",
|
|
37733
37743
|
// Changes to CI workflows
|
|
37734
37744
|
"ci",
|
|
37735
37745
|
// Documentation-only changes
|
package/src/commitizen/index.js
CHANGED
|
@@ -37602,7 +37602,17 @@ var config_default = {
|
|
|
37602
37602
|
closedIssuePrefix: "\u2705 ",
|
|
37603
37603
|
format: "{type}({scope}): {emoji}{subject}",
|
|
37604
37604
|
disableEmoji: true,
|
|
37605
|
-
list: [
|
|
37605
|
+
list: [
|
|
37606
|
+
"test",
|
|
37607
|
+
"feat",
|
|
37608
|
+
"fix",
|
|
37609
|
+
"chore",
|
|
37610
|
+
"docs",
|
|
37611
|
+
"refactor",
|
|
37612
|
+
"style",
|
|
37613
|
+
"ci",
|
|
37614
|
+
"perf"
|
|
37615
|
+
],
|
|
37606
37616
|
maxMessageLength: 75,
|
|
37607
37617
|
minMessageLength: 3,
|
|
37608
37618
|
questions: CommitQuestionsKeys,
|
|
@@ -37625,7 +37635,7 @@ var config_default = {
|
|
|
37625
37635
|
},
|
|
37626
37636
|
style: {
|
|
37627
37637
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
37628
|
-
title: "
|
|
37638
|
+
title: "Styling",
|
|
37629
37639
|
emoji: "\u{1F48E}"
|
|
37630
37640
|
},
|
|
37631
37641
|
refactor: {
|
|
@@ -37640,12 +37650,12 @@ var config_default = {
|
|
|
37640
37650
|
},
|
|
37641
37651
|
test: {
|
|
37642
37652
|
description: "Adding missing tests or correcting existing tests",
|
|
37643
|
-
title: "
|
|
37653
|
+
title: "Testing",
|
|
37644
37654
|
emoji: "\u{1F6A8}"
|
|
37645
37655
|
},
|
|
37646
|
-
|
|
37656
|
+
deps: {
|
|
37647
37657
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
37648
|
-
title: "
|
|
37658
|
+
title: "Dependency Upgrades",
|
|
37649
37659
|
emoji: "\u{1F4E6}"
|
|
37650
37660
|
},
|
|
37651
37661
|
ci: {
|
|
@@ -37676,7 +37686,7 @@ var config_default2 = {
|
|
|
37676
37686
|
[
|
|
37677
37687
|
"chore",
|
|
37678
37688
|
// Changes that affect the build system or dependency-only changes
|
|
37679
|
-
"
|
|
37689
|
+
"deps",
|
|
37680
37690
|
// Changes to CI workflows
|
|
37681
37691
|
"ci",
|
|
37682
37692
|
// Documentation-only changes
|
package/src/commitlint/config.js
CHANGED
|
@@ -10,7 +10,7 @@ var config_default = {
|
|
|
10
10
|
[
|
|
11
11
|
"chore",
|
|
12
12
|
// Changes that affect the build system or dependency-only changes
|
|
13
|
-
"
|
|
13
|
+
"deps",
|
|
14
14
|
// Changes to CI workflows
|
|
15
15
|
"ci",
|
|
16
16
|
// Documentation-only changes
|
|
@@ -68,6 +68,102 @@ var config_default = {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
72
|
+
types: {
|
|
73
|
+
feat: {
|
|
74
|
+
semverBump: "minor",
|
|
75
|
+
changelog: {
|
|
76
|
+
title: "Features",
|
|
77
|
+
hidden: false
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
fix: {
|
|
81
|
+
semverBump: "patch",
|
|
82
|
+
changelog: {
|
|
83
|
+
title: "Bug Fixes",
|
|
84
|
+
hidden: false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
perf: {
|
|
88
|
+
semverBump: "none",
|
|
89
|
+
changelog: {
|
|
90
|
+
title: "Performance Improvements",
|
|
91
|
+
hidden: false
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
refactor: {
|
|
95
|
+
semverBump: "patch",
|
|
96
|
+
changelog: {
|
|
97
|
+
title: "Refactoring",
|
|
98
|
+
hidden: false
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
docs: {
|
|
102
|
+
semverBump: "none",
|
|
103
|
+
changelog: {
|
|
104
|
+
title: "Documentation",
|
|
105
|
+
hidden: true
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
deps: {
|
|
109
|
+
semverBump: "patch",
|
|
110
|
+
changelog: {
|
|
111
|
+
title: "Dependency Upgrades",
|
|
112
|
+
hidden: false
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
types: {
|
|
116
|
+
semverBump: "minor",
|
|
117
|
+
changelog: {
|
|
118
|
+
title: "Type Definitions",
|
|
119
|
+
hidden: false
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
chore: {
|
|
123
|
+
semverBump: "none",
|
|
124
|
+
changelog: {
|
|
125
|
+
title: "Chores",
|
|
126
|
+
hidden: true
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
examples: {
|
|
130
|
+
semverBump: "none",
|
|
131
|
+
changelog: {
|
|
132
|
+
title: "Examples",
|
|
133
|
+
hidden: true
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
test: {
|
|
137
|
+
semverBump: "none",
|
|
138
|
+
changelog: {
|
|
139
|
+
title: "Testing",
|
|
140
|
+
hidden: true
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
style: {
|
|
144
|
+
semverBump: "minor",
|
|
145
|
+
changelog: {
|
|
146
|
+
title: "Styling",
|
|
147
|
+
hidden: false
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
ci: {
|
|
151
|
+
semverBump: "patch",
|
|
152
|
+
changelog: {
|
|
153
|
+
title: "Continuous Integration",
|
|
154
|
+
hidden: false
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
revert: {
|
|
158
|
+
semverBump: "patch",
|
|
159
|
+
changelog: {
|
|
160
|
+
title: "Revert",
|
|
161
|
+
hidden: false
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
};
|
|
71
166
|
export {
|
|
167
|
+
DEFAULT_CONVENTIONAL_COMMITS_CONFIG,
|
|
72
168
|
config_default as default
|
|
73
169
|
};
|
package/src/index.js
CHANGED
|
@@ -165680,7 +165680,17 @@ var config_default = {
|
|
|
165680
165680
|
closedIssuePrefix: "\u2705 ",
|
|
165681
165681
|
format: "{type}({scope}): {emoji}{subject}",
|
|
165682
165682
|
disableEmoji: true,
|
|
165683
|
-
list: [
|
|
165683
|
+
list: [
|
|
165684
|
+
"test",
|
|
165685
|
+
"feat",
|
|
165686
|
+
"fix",
|
|
165687
|
+
"chore",
|
|
165688
|
+
"docs",
|
|
165689
|
+
"refactor",
|
|
165690
|
+
"style",
|
|
165691
|
+
"ci",
|
|
165692
|
+
"perf"
|
|
165693
|
+
],
|
|
165684
165694
|
maxMessageLength: 75,
|
|
165685
165695
|
minMessageLength: 3,
|
|
165686
165696
|
questions: CommitQuestionsKeys,
|
|
@@ -165703,7 +165713,7 @@ var config_default = {
|
|
|
165703
165713
|
},
|
|
165704
165714
|
style: {
|
|
165705
165715
|
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
165706
|
-
title: "
|
|
165716
|
+
title: "Styling",
|
|
165707
165717
|
emoji: "\u{1F48E}"
|
|
165708
165718
|
},
|
|
165709
165719
|
refactor: {
|
|
@@ -165718,12 +165728,12 @@ var config_default = {
|
|
|
165718
165728
|
},
|
|
165719
165729
|
test: {
|
|
165720
165730
|
description: "Adding missing tests or correcting existing tests",
|
|
165721
|
-
title: "
|
|
165731
|
+
title: "Testing",
|
|
165722
165732
|
emoji: "\u{1F6A8}"
|
|
165723
165733
|
},
|
|
165724
|
-
|
|
165734
|
+
deps: {
|
|
165725
165735
|
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
165726
|
-
title: "
|
|
165736
|
+
title: "Dependency Upgrades",
|
|
165727
165737
|
emoji: "\u{1F4E6}"
|
|
165728
165738
|
},
|
|
165729
165739
|
ci: {
|
|
@@ -165754,7 +165764,7 @@ var config_default2 = {
|
|
|
165754
165764
|
[
|
|
165755
165765
|
"chore",
|
|
165756
165766
|
// Changes that affect the build system or dependency-only changes
|
|
165757
|
-
"
|
|
165767
|
+
"deps",
|
|
165758
165768
|
// Changes to CI workflows
|
|
165759
165769
|
"ci",
|
|
165760
165770
|
// Documentation-only changes
|
|
@@ -165812,6 +165822,101 @@ var config_default2 = {
|
|
|
165812
165822
|
}
|
|
165813
165823
|
}
|
|
165814
165824
|
};
|
|
165825
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG = {
|
|
165826
|
+
types: {
|
|
165827
|
+
feat: {
|
|
165828
|
+
semverBump: "minor",
|
|
165829
|
+
changelog: {
|
|
165830
|
+
title: "Features",
|
|
165831
|
+
hidden: false
|
|
165832
|
+
}
|
|
165833
|
+
},
|
|
165834
|
+
fix: {
|
|
165835
|
+
semverBump: "patch",
|
|
165836
|
+
changelog: {
|
|
165837
|
+
title: "Bug Fixes",
|
|
165838
|
+
hidden: false
|
|
165839
|
+
}
|
|
165840
|
+
},
|
|
165841
|
+
perf: {
|
|
165842
|
+
semverBump: "none",
|
|
165843
|
+
changelog: {
|
|
165844
|
+
title: "Performance Improvements",
|
|
165845
|
+
hidden: false
|
|
165846
|
+
}
|
|
165847
|
+
},
|
|
165848
|
+
refactor: {
|
|
165849
|
+
semverBump: "patch",
|
|
165850
|
+
changelog: {
|
|
165851
|
+
title: "Refactoring",
|
|
165852
|
+
hidden: false
|
|
165853
|
+
}
|
|
165854
|
+
},
|
|
165855
|
+
docs: {
|
|
165856
|
+
semverBump: "none",
|
|
165857
|
+
changelog: {
|
|
165858
|
+
title: "Documentation",
|
|
165859
|
+
hidden: true
|
|
165860
|
+
}
|
|
165861
|
+
},
|
|
165862
|
+
deps: {
|
|
165863
|
+
semverBump: "patch",
|
|
165864
|
+
changelog: {
|
|
165865
|
+
title: "Dependency Upgrades",
|
|
165866
|
+
hidden: false
|
|
165867
|
+
}
|
|
165868
|
+
},
|
|
165869
|
+
types: {
|
|
165870
|
+
semverBump: "minor",
|
|
165871
|
+
changelog: {
|
|
165872
|
+
title: "Type Definitions",
|
|
165873
|
+
hidden: false
|
|
165874
|
+
}
|
|
165875
|
+
},
|
|
165876
|
+
chore: {
|
|
165877
|
+
semverBump: "none",
|
|
165878
|
+
changelog: {
|
|
165879
|
+
title: "Chores",
|
|
165880
|
+
hidden: true
|
|
165881
|
+
}
|
|
165882
|
+
},
|
|
165883
|
+
examples: {
|
|
165884
|
+
semverBump: "none",
|
|
165885
|
+
changelog: {
|
|
165886
|
+
title: "Examples",
|
|
165887
|
+
hidden: true
|
|
165888
|
+
}
|
|
165889
|
+
},
|
|
165890
|
+
test: {
|
|
165891
|
+
semverBump: "none",
|
|
165892
|
+
changelog: {
|
|
165893
|
+
title: "Testing",
|
|
165894
|
+
hidden: true
|
|
165895
|
+
}
|
|
165896
|
+
},
|
|
165897
|
+
style: {
|
|
165898
|
+
semverBump: "minor",
|
|
165899
|
+
changelog: {
|
|
165900
|
+
title: "Styling",
|
|
165901
|
+
hidden: false
|
|
165902
|
+
}
|
|
165903
|
+
},
|
|
165904
|
+
ci: {
|
|
165905
|
+
semverBump: "patch",
|
|
165906
|
+
changelog: {
|
|
165907
|
+
title: "Continuous Integration",
|
|
165908
|
+
hidden: false
|
|
165909
|
+
}
|
|
165910
|
+
},
|
|
165911
|
+
revert: {
|
|
165912
|
+
semverBump: "patch",
|
|
165913
|
+
changelog: {
|
|
165914
|
+
title: "Revert",
|
|
165915
|
+
hidden: false
|
|
165916
|
+
}
|
|
165917
|
+
}
|
|
165918
|
+
}
|
|
165919
|
+
};
|
|
165815
165920
|
|
|
165816
165921
|
// packages/git-tools/src/commit/config.ts
|
|
165817
165922
|
var config = {
|
|
@@ -170724,7 +170829,7 @@ import { findMatchingProjects } from "nx/src/utils/find-matching-projects.js";
|
|
|
170724
170829
|
import { output } from "nx/src/utils/output.js";
|
|
170725
170830
|
import { workspaceRoot as workspaceRoot2 } from "nx/src/utils/workspace-root.js";
|
|
170726
170831
|
var IMPLICIT_DEFAULT_RELEASE_GROUP = "__default__";
|
|
170727
|
-
var
|
|
170832
|
+
var DEFAULT_CONVENTIONAL_COMMITS_CONFIG2 = {
|
|
170728
170833
|
types: {
|
|
170729
170834
|
feat: {
|
|
170730
170835
|
semverBump: "minor",
|
|
@@ -170872,7 +170977,7 @@ function fillUnspecifiedConventionalCommitsProperties(config2) {
|
|
|
170872
170977
|
}
|
|
170873
170978
|
const types = {};
|
|
170874
170979
|
for (const [t13, typeConfig] of Object.entries(config2.types)) {
|
|
170875
|
-
const defaultTypeConfig =
|
|
170980
|
+
const defaultTypeConfig = DEFAULT_CONVENTIONAL_COMMITS_CONFIG2.types[t13];
|
|
170876
170981
|
const semverBump = typeof typeConfig !== "boolean" && typeConfig.semverBump || // preserve our default semver bump if it's not 'none'
|
|
170877
170982
|
// this prevents a 'feat' from becoming a 'patch' just
|
|
170878
170983
|
// because they modified the changelog config for 'feat'
|
|
@@ -171061,7 +171166,7 @@ async function createNxReleaseConfig2(projectGraph, projectFileMap, userConfig =
|
|
|
171061
171166
|
},
|
|
171062
171167
|
releaseTagPattern: userConfig.releaseTagPattern || // The appropriate default releaseTagPattern is dependent upon the projectRelationships
|
|
171063
171168
|
(workspaceProjectsRelationship === "independent" ? defaultIndependentReleaseTagPattern : defaultFixedReleaseTagPattern),
|
|
171064
|
-
conventionalCommits:
|
|
171169
|
+
conventionalCommits: DEFAULT_CONVENTIONAL_COMMITS_CONFIG2
|
|
171065
171170
|
};
|
|
171066
171171
|
const groupProjectsRelationship = userConfig.projectsRelationship || WORKSPACE_DEFAULTS.projectsRelationship || "independent";
|
|
171067
171172
|
const GROUP_DEFAULTS = {
|
|
@@ -171547,6 +171652,7 @@ var checkPackageVersion = (fields) => {
|
|
|
171547
171652
|
};
|
|
171548
171653
|
export {
|
|
171549
171654
|
CommitQuestionsKeys,
|
|
171655
|
+
DEFAULT_CONVENTIONAL_COMMITS_CONFIG,
|
|
171550
171656
|
checkPackageVersion,
|
|
171551
171657
|
commitAction,
|
|
171552
171658
|
commitPrompt,
|
|
@@ -15871,7 +15871,7 @@ import {
|
|
|
15871
15871
|
import { getCommitsRelevantToProjects } from "nx/src/command-line/release/utils/shared.js";
|
|
15872
15872
|
var changelogRenderer = async ({
|
|
15873
15873
|
projectGraph,
|
|
15874
|
-
commits,
|
|
15874
|
+
commits = [],
|
|
15875
15875
|
releaseVersion,
|
|
15876
15876
|
project,
|
|
15877
15877
|
entryWhenNoChanges,
|
|
@@ -15886,7 +15886,7 @@ var changelogRenderer = async ({
|
|
|
15886
15886
|
fix: { title: "Bug Fixes" },
|
|
15887
15887
|
refactor: { title: "Refactoring" },
|
|
15888
15888
|
docs: { title: "Documentation" },
|
|
15889
|
-
|
|
15889
|
+
deps: { title: "Dependency Upgrades" },
|
|
15890
15890
|
types: { title: "Type Definitions" },
|
|
15891
15891
|
chore: { title: "Chore" },
|
|
15892
15892
|
examples: { title: "Examples" },
|
|
@@ -16024,7 +16024,7 @@ ${entryWhenNoChanges}`,
|
|
|
16024
16024
|
}
|
|
16025
16025
|
}
|
|
16026
16026
|
if (breakingChanges.length > 0) {
|
|
16027
|
-
markdownLines.push("", "####
|
|
16027
|
+
markdownLines.push("", "#### Breaking Changes", "", ...breakingChanges);
|
|
16028
16028
|
}
|
|
16029
16029
|
if (changelogRenderOptions.authors) {
|
|
16030
16030
|
const _authors = /* @__PURE__ */ new Map();
|
|
@@ -16075,7 +16075,7 @@ ${entryWhenNoChanges}`,
|
|
|
16075
16075
|
if (authors.length > 0) {
|
|
16076
16076
|
markdownLines.push(
|
|
16077
16077
|
"",
|
|
16078
|
-
"###
|
|
16078
|
+
"### Thank you to our wonderful contributors",
|
|
16079
16079
|
"",
|
|
16080
16080
|
...authors.sort((a, b) => a.name.localeCompare(b.name)).map((i) => {
|
|
16081
16081
|
const github = i.github ? ` @${i.github}` : "";
|