projen 0.33.3 → 0.33.7

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.
Files changed (111) hide show
  1. package/.jsii +74 -27
  2. package/API.md +36 -0
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/cdk-config.js +1 -1
  5. package/lib/awscdk/cdk-tasks.js +1 -1
  6. package/lib/awscdk/java-app.js +1 -1
  7. package/lib/awscdk/lambda-function.js +2 -2
  8. package/lib/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk-construct.js +2 -2
  10. package/lib/cdk8s-app-ts.js +1 -1
  11. package/lib/cdk8s-construct.js +1 -1
  12. package/lib/cdktf-construct.js +1 -1
  13. package/lib/component.js +1 -1
  14. package/lib/construct-lib.js +1 -1
  15. package/lib/deps/dependencies.js +1 -1
  16. package/lib/dev-env.js +1 -1
  17. package/lib/docker-compose.js +2 -2
  18. package/lib/eslint.js +1 -1
  19. package/lib/file.js +1 -1
  20. package/lib/git/gitattributes.js +1 -1
  21. package/lib/github/auto-approve.js +1 -1
  22. package/lib/github/auto-merge.js +1 -1
  23. package/lib/github/dependabot.js +1 -1
  24. package/lib/github/github.js +1 -1
  25. package/lib/github/mergify.js +1 -1
  26. package/lib/github/pr-template.js +1 -1
  27. package/lib/github/stale.js +1 -1
  28. package/lib/github/task-workflow.js +1 -1
  29. package/lib/github/workflows.js +1 -1
  30. package/lib/gitpod.js +1 -1
  31. package/lib/ignore-file.js +1 -1
  32. package/lib/ini.js +1 -1
  33. package/lib/java/java-project.js +1 -1
  34. package/lib/java/junit.js +1 -1
  35. package/lib/java/maven-compile.js +1 -1
  36. package/lib/java/maven-packaging.js +1 -1
  37. package/lib/java/maven-sample.js +1 -1
  38. package/lib/java/pom.js +1 -1
  39. package/lib/java/projenrc.js +1 -1
  40. package/lib/javascript/bundler.js +1 -1
  41. package/lib/javascript/npm-config.js +1 -1
  42. package/lib/javascript/projenrc.js +1 -1
  43. package/lib/jest.js +1 -1
  44. package/lib/jsii-project.js +1 -1
  45. package/lib/json/projenrc.js +1 -1
  46. package/lib/json.js +1 -1
  47. package/lib/license.js +1 -1
  48. package/lib/logger.js +1 -1
  49. package/lib/makefile.js +1 -1
  50. package/lib/node-package.js +1 -1
  51. package/lib/node-project.js +1 -1
  52. package/lib/object-file.js +1 -1
  53. package/lib/project-build.js +1 -1
  54. package/lib/project.js +2 -2
  55. package/lib/projects.js +1 -1
  56. package/lib/python/pip.js +1 -1
  57. package/lib/python/poetry.js +2 -2
  58. package/lib/python/projenrc.js +1 -1
  59. package/lib/python/pytest.js +1 -1
  60. package/lib/python/python-project.js +1 -1
  61. package/lib/python/python-sample.js +1 -1
  62. package/lib/python/requirements-file.js +1 -1
  63. package/lib/python/setuppy.js +1 -1
  64. package/lib/python/setuptools.js +1 -1
  65. package/lib/python/venv.js +1 -1
  66. package/lib/readme.js +1 -1
  67. package/lib/release/bump-version.d.ts +6 -0
  68. package/lib/release/bump-version.js +26 -20
  69. package/lib/release/bump-version.task.js +4 -1
  70. package/lib/release/publisher.js +1 -1
  71. package/lib/release/release-trigger.js +1 -1
  72. package/lib/release/release.d.ts +9 -0
  73. package/lib/release/release.js +3 -2
  74. package/lib/sample-file.js +2 -2
  75. package/lib/semver.js +1 -1
  76. package/lib/source-code.js +1 -1
  77. package/lib/tasks/runtime.js +1 -1
  78. package/lib/tasks/task.js +1 -1
  79. package/lib/tasks/tasks.js +1 -1
  80. package/lib/textfile.js +1 -1
  81. package/lib/toml.js +1 -1
  82. package/lib/typescript/projenrc.js +1 -1
  83. package/lib/typescript-config.js +1 -1
  84. package/lib/typescript.js +3 -3
  85. package/lib/upgrade-dependencies.js +2 -2
  86. package/lib/version.d.ts +6 -0
  87. package/lib/version.js +4 -2
  88. package/lib/vscode/devcontainer.js +1 -1
  89. package/lib/vscode/launch-config.js +1 -1
  90. package/lib/vscode/vscode.js +1 -1
  91. package/lib/web/next.js +3 -3
  92. package/lib/web/postcss.js +1 -1
  93. package/lib/web/react.js +4 -4
  94. package/lib/web/tailwind.js +1 -1
  95. package/lib/xmlfile.js +1 -1
  96. package/lib/yaml.js +1 -1
  97. package/node_modules/conventional-changelog-config-spec/CHANGELOG.md +15 -0
  98. package/node_modules/conventional-changelog-config-spec/README.md +7 -0
  99. package/node_modules/conventional-changelog-config-spec/index.js +1 -0
  100. package/node_modules/conventional-changelog-config-spec/package.json +32 -0
  101. package/node_modules/conventional-changelog-config-spec/renovate.json +5 -0
  102. package/node_modules/conventional-changelog-config-spec/tests/shared.js +38 -0
  103. package/node_modules/conventional-changelog-config-spec/tests/v1.test.js +7 -0
  104. package/node_modules/conventional-changelog-config-spec/tests/v2.test.js +26 -0
  105. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/README.md +143 -0
  106. package/node_modules/conventional-changelog-config-spec/versions/1.0.0/schema.json +81 -0
  107. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/README.md +155 -0
  108. package/node_modules/conventional-changelog-config-spec/versions/2.0.0/schema.json +89 -0
  109. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/README.md +166 -0
  110. package/node_modules/conventional-changelog-config-spec/versions/2.1.0/schema.json +97 -0
  111. package/package.json +6 -3
@@ -0,0 +1,155 @@
1
+ # Conventional Changelog Configuration Spec (v2.0.0)
2
+
3
+ ## Structure
4
+
5
+ - [header](#header-string)
6
+ - [types](#types)
7
+ - [type](#type)
8
+ - [preMajor](#premajor-boolean)
9
+ - [commitUrlFormat](#commiturlformat-string)
10
+ - [compareUrlFormat](#compareurlformat-string)
11
+ - [issueUrlFormat](#issueurlformat-string)
12
+ - [userUrlFormat](#userurlformat-string)
13
+ - [releaseCommitMessageFormat](#releasecommitmessageformat-string)
14
+
15
+ ## Substitutions
16
+ - [host](#host)
17
+ - [owner](#owner)
18
+ - [repository](#repository)
19
+ - [hash](#hash)
20
+ - [previousTag](#previoustype)
21
+ - [currentTag](#currenttag)
22
+
23
+ ---
24
+
25
+ ### header (`string`)
26
+
27
+ A string to be used as the main header of the CHANGELOG.
28
+
29
+ ```
30
+ Changelog
31
+ ```
32
+
33
+ ### types
34
+
35
+ An array of [`type`](#type) objects representing the explicitly supported commit message types, and whether they should show up in generated CHANGELOGs.
36
+
37
+ ```json
38
+ "types": [
39
+ {"type": "feat", "section": "Features"},
40
+ {"type": "fix", "section": "Bug Fixes"},
41
+ {"type": "chore", "hidden": true},
42
+ {"type": "docs", "hidden": true},
43
+ {"type": "style", "hidden": true},
44
+ {"type": "refactor", "hidden": true},
45
+ {"type": "perf", "hidden": true},
46
+ {"type": "test", "hidden": true}
47
+ ]
48
+ ```
49
+
50
+ #### type
51
+
52
+ | name | type | required | default | description |
53
+ | ------------------------- | --------- | --------- | ------- | ----------------------------------------------------------------------------------------------------------------- |
54
+ | **type** | `string` | ✔️ | `N/A` | A string used to match `<type>`s used in the [Conventional Commits](https://www.conventionalcommits.org) convention. |
55
+ | **section** | `string` | ✖️ | `N/A` | The section where the matched commit `type` will display in the CHANGELOG. |
56
+ | **hidden** | `boolean` | ✖️ | `N/A` | Set to `true` to hide matched commit `type`s in the CHANGELOG. |
57
+
58
+ ### preMajor (`boolean`)
59
+
60
+ Boolean indicating whether or not the action being run (generating CHANGELOG,
61
+ recommendedBump, etc.) is being performed for a pre-major release (`<1.0.0`).
62
+
63
+ This config setting will generally be set by tooling and not a user.
64
+
65
+ ### commitUrlFormat (`string`)
66
+
67
+ A URL representing a specific commit at a hash.
68
+
69
+ ```
70
+ {{host}}/{{owner}}/{{repository}}/commit/{{hash}}
71
+ ```
72
+
73
+ See [Substitutions](#substitutions-1) for more details on substitutions.
74
+
75
+ ### compareUrlFormat (`string`)
76
+
77
+ A URL representing the comparison between two git shas.
78
+
79
+ ```
80
+ {{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}
81
+ ```
82
+
83
+ See [Substitutions](#substitutions-1) for more details on substitutions.
84
+
85
+ ### issueUrlFormat (`string`)
86
+
87
+ A URL representing the issueformat (allowing a different URL format to be swapped in for Gitlab, Bitbucket, etc):
88
+
89
+ ```
90
+ {{host}}/{{owner}}/{{repository}}/issues/{{id}}
91
+ ```
92
+
93
+ See [Substitutions](#substitutions-1) for more details on substitutions.
94
+
95
+ ### userUrlFormat (`string`)
96
+
97
+ A URL representing the a user's profile URL on GitHub, Gitlab, etc. This URL
98
+ is used for substituting `@bcoe` with `https://github.com/bcoe` in commit
99
+ messages.
100
+
101
+ ```
102
+ {{host}}/{{user}}
103
+ ```
104
+
105
+ See [Substitutions](#substitutions-1) for more details on substitutions.
106
+
107
+ ### releaseCommitMessageFormat (`string`)
108
+
109
+ A string to be used to format the auto-generated release commit message.
110
+
111
+ ```
112
+ chore(release): {{currentTag}}
113
+ ```
114
+
115
+ See [Substitutions](#substitutions-1) for more details on substitutions.
116
+
117
+ ## Substitutions
118
+
119
+ All substitutions use [Handlebar](https://handlebarsjs.com/) syntax and templating and will be interpolated as a `string`.
120
+
121
+ ### {{host}}
122
+ Default: Normalized host found in `package.json`.
123
+
124
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
125
+
126
+ ### {{owner}}
127
+ Default: Extracted from normalized `package.json` `repository.url` field.
128
+
129
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
130
+
131
+ ### {{repository}}
132
+ Default: Extracted from normalized `package.json` `repository.url` field.
133
+
134
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
135
+
136
+ ### {{hash}}
137
+ Default: The commit hash of the tagged release.
138
+
139
+ Available to: `commitUrlFormat`
140
+
141
+ ### {{previousTag}}
142
+ Default: Previous [semver](https://semver.org/) tag or the first commit hash if no previous tag is available.
143
+
144
+ Available to: `compareUrlFormat`
145
+
146
+ ### {{currentTag}}
147
+ Default: Current [semver](https://semver.org/) tag or or `'v' + version` if no current tag is available.
148
+
149
+ Available to: `compareUrlFormat`
150
+
151
+ ### {{user}}
152
+ Default: username to the right-hand-side of the `@` symbol in `@user` shorthand.
153
+
154
+ Available to: `userUrlFormat`
155
+
@@ -0,0 +1,89 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "title": "Conventional Changelog Configuration",
4
+ "description": "Describes the configuration options supported by conventional-config for upstream tooling.",
5
+ "type": "object",
6
+ "properties": {
7
+ "header": {
8
+ "type": "string",
9
+ "description": "A string to be used as the main header section of the CHANGELOG.",
10
+ "default": "# Changelog\n\n"
11
+ },
12
+ "types": {
13
+ "description": "An array of `type` objects representing the explicitly supported commit message types, and whether they should show up in generated `CHANGELOG`s.",
14
+ "type": "array",
15
+ "items": {
16
+ "$ref": "#/definitions/type"
17
+ },
18
+ "default": [
19
+ {"type": "feat", "section": "Features"},
20
+ {"type": "fix", "section": "Bug Fixes"},
21
+ {"type": "chore", "hidden": true},
22
+ {"type": "docs", "hidden": true},
23
+ {"type": "style", "hidden": true},
24
+ {"type": "refactor", "hidden": true},
25
+ {"type": "perf", "hidden": true},
26
+ {"type": "test", "hidden": true}
27
+ ]
28
+ },
29
+ "preMajor": {
30
+ "type": "boolean",
31
+ "description": "Boolean indicating whether or not the action being run (generating CHANGELOG, recommendedBump, etc.) is being performed for a pre-major release (<1.0.0).\n This config setting will generally be set by tooling and not a user.",
32
+ "default": false
33
+ },
34
+ "commitUrlFormat": {
35
+ "type": "string",
36
+ "description": "A URL representing a specific commit at a hash.",
37
+ "default": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}"
38
+ },
39
+ "compareUrlFormat": {
40
+ "type": "string",
41
+ "description": "A URL representing the comparison between two git SHAs.",
42
+ "default": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}"
43
+ },
44
+ "issueUrlFormat": {
45
+ "type": "string",
46
+ "description": "A URL representing the issue format (allowing a different URL format to be swapped in for Gitlab, Bitbucket, etc).",
47
+ "default": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}"
48
+ },
49
+ "userUrlFormat": {
50
+ "type": "string",
51
+ "description": "A URL representing the a user's profile URL on GitHub, Gitlab, etc. This URL is used for substituting @bcoe with https://github.com/bcoe in commit messages.",
52
+ "default": "{{host}}/{{user}}"
53
+ },
54
+ "releaseCommitMessageFormat": {
55
+ "type": "string",
56
+ "description": "A string to be used to format the auto-generated release commit message.",
57
+ "default": "chore(release): {{currentTag}}"
58
+ }
59
+ },
60
+ "definitions": {
61
+ "type": {
62
+ "description": "An object that describes a commit type's settings in the CHANGELOG",
63
+ "type": "object",
64
+ "properties": {
65
+ "type": {
66
+ "description": "A string used to match <type>s used in the Conventional Commits convention.",
67
+ "type": "string"
68
+ },
69
+ "section": {
70
+ "description": "The section where the matched commit type will display in the CHANGELOG.",
71
+ "type": "string"
72
+ },
73
+ "hidden": {
74
+ "description": "Set to `true` to hide matched commit types in the CHANGELOG.",
75
+ "type": "boolean"
76
+ }
77
+ },
78
+ "required": ["type"],
79
+ "oneOf": [
80
+ {
81
+ "required": ["section"]
82
+ },
83
+ {
84
+ "required": ["hidden"]
85
+ }
86
+ ]
87
+ }
88
+ }
89
+ }
@@ -0,0 +1,166 @@
1
+ # Conventional Changelog Configuration Spec (v2.1.0)
2
+
3
+ ## Structure
4
+
5
+ - [header](#header-string)
6
+ - [types](#types)
7
+ - [type](#type)
8
+ - [preMajor](#premajor-boolean)
9
+ - [commitUrlFormat](#commiturlformat-string)
10
+ - [compareUrlFormat](#compareurlformat-string)
11
+ - [issueUrlFormat](#issueurlformat-string)
12
+ - [userUrlFormat](#userurlformat-string)
13
+ - [releaseCommitMessageFormat](#releasecommitmessageformat-string)
14
+ - [issuePrefixes](#issueprefixes-array-of-string)
15
+
16
+ ## Substitutions
17
+ - [host](#host)
18
+ - [owner](#owner)
19
+ - [repository](#repository)
20
+ - [hash](#hash)
21
+ - [previousTag](#previoustype)
22
+ - [currentTag](#currenttag)
23
+
24
+ ---
25
+
26
+ ### header (`string`)
27
+
28
+ A string to be used as the main header of the CHANGELOG.
29
+
30
+ ```
31
+ Changelog
32
+ ```
33
+
34
+ ### types
35
+
36
+ An array of [`type`](#type) objects representing the explicitly supported commit message types, and whether they should show up in generated CHANGELOGs.
37
+
38
+ ```json
39
+ "types": [
40
+ {"type": "feat", "section": "Features"},
41
+ {"type": "fix", "section": "Bug Fixes"},
42
+ {"type": "chore", "hidden": true},
43
+ {"type": "docs", "hidden": true},
44
+ {"type": "style", "hidden": true},
45
+ {"type": "refactor", "hidden": true},
46
+ {"type": "perf", "hidden": true},
47
+ {"type": "test", "hidden": true}
48
+ ]
49
+ ```
50
+
51
+ #### type
52
+
53
+ | name | type | required | default | description |
54
+ | ------------------------- | --------- | --------- | ------- | ----------------------------------------------------------------------------------------------------------------- |
55
+ | **type** | `string` | ✔️ | `N/A` | A string used to match `<type>`s used in the [Conventional Commits](https://www.conventionalcommits.org) convention. |
56
+ | **section** | `string` | ✖️ | `N/A` | The section where the matched commit `type` will display in the CHANGELOG. |
57
+ | **hidden** | `boolean` | ✖️ | `N/A` | Set to `true` to hide matched commit `type`s in the CHANGELOG. |
58
+
59
+ ### preMajor (`boolean`)
60
+
61
+ Boolean indicating whether or not the action being run (generating CHANGELOG,
62
+ recommendedBump, etc.) is being performed for a pre-major release (`<1.0.0`).
63
+
64
+ This config setting will generally be set by tooling and not a user.
65
+
66
+ ### commitUrlFormat (`string`)
67
+
68
+ A URL representing a specific commit at a hash.
69
+
70
+ ```
71
+ {{host}}/{{owner}}/{{repository}}/commit/{{hash}}
72
+ ```
73
+
74
+ See [Substitutions](#substitutions-1) for more details on substitutions.
75
+
76
+ ### compareUrlFormat (`string`)
77
+
78
+ A URL representing the comparison between two git shas.
79
+
80
+ ```
81
+ {{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}
82
+ ```
83
+
84
+ See [Substitutions](#substitutions-1) for more details on substitutions.
85
+
86
+ ### issueUrlFormat (`string`)
87
+
88
+ A URL representing the issueformat (allowing a different URL format to be swapped in for Gitlab, Bitbucket, etc):
89
+
90
+ ```
91
+ {{host}}/{{owner}}/{{repository}}/issues/{{id}}
92
+ ```
93
+
94
+ See [Substitutions](#substitutions-1) for more details on substitutions.
95
+
96
+ ### userUrlFormat (`string`)
97
+
98
+ A URL representing the a user's profile URL on GitHub, Gitlab, etc. This URL
99
+ is used for substituting `@bcoe` with `https://github.com/bcoe` in commit
100
+ messages.
101
+
102
+ ```
103
+ {{host}}/{{user}}
104
+ ```
105
+
106
+ See [Substitutions](#substitutions-1) for more details on substitutions.
107
+
108
+ ### releaseCommitMessageFormat (`string`)
109
+
110
+ A string to be used to format the auto-generated release commit message.
111
+
112
+ ```
113
+ chore(release): {{currentTag}}
114
+ ```
115
+
116
+ See [Substitutions](#substitutions-1) for more details on substitutions.
117
+
118
+ ### issuePrefixes (array of `string`)
119
+
120
+ An array of prefixes used to detect references to issues
121
+
122
+ ```
123
+ ['#']
124
+ ```
125
+
126
+
127
+
128
+ ## Substitutions
129
+
130
+ All substitutions use [Handlebar](https://handlebarsjs.com/) syntax and templating and will be interpolated as a `string`.
131
+
132
+ ### {{host}}
133
+ Default: Normalized host found in `package.json`.
134
+
135
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
136
+
137
+ ### {{owner}}
138
+ Default: Extracted from normalized `package.json` `repository.url` field.
139
+
140
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
141
+
142
+ ### {{repository}}
143
+ Default: Extracted from normalized `package.json` `repository.url` field.
144
+
145
+ Available to: `commitUrlFormat`, `compareUrlFormat`, `issueUrlFormat`
146
+
147
+ ### {{hash}}
148
+ Default: The commit hash of the tagged release.
149
+
150
+ Available to: `commitUrlFormat`
151
+
152
+ ### {{previousTag}}
153
+ Default: Previous [semver](https://semver.org/) tag or the first commit hash if no previous tag is available.
154
+
155
+ Available to: `compareUrlFormat`
156
+
157
+ ### {{currentTag}}
158
+ Default: Current [semver](https://semver.org/) tag or or `'v' + version` if no current tag is available.
159
+
160
+ Available to: `compareUrlFormat`
161
+
162
+ ### {{user}}
163
+ Default: username to the right-hand-side of the `@` symbol in `@user` shorthand.
164
+
165
+ Available to: `userUrlFormat`
166
+
@@ -0,0 +1,97 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "title": "Conventional Changelog Configuration",
4
+ "description": "Describes the configuration options supported by conventional-config for upstream tooling.",
5
+ "type": "object",
6
+ "properties": {
7
+ "header": {
8
+ "type": "string",
9
+ "description": "A string to be used as the main header section of the CHANGELOG.",
10
+ "default": "# Changelog\n\n"
11
+ },
12
+ "types": {
13
+ "description": "An array of `type` objects representing the explicitly supported commit message types, and whether they should show up in generated `CHANGELOG`s.",
14
+ "type": "array",
15
+ "items": {
16
+ "$ref": "#/definitions/type"
17
+ },
18
+ "default": [
19
+ {"type": "feat", "section": "Features"},
20
+ {"type": "fix", "section": "Bug Fixes"},
21
+ {"type": "chore", "hidden": true},
22
+ {"type": "docs", "hidden": true},
23
+ {"type": "style", "hidden": true},
24
+ {"type": "refactor", "hidden": true},
25
+ {"type": "perf", "hidden": true},
26
+ {"type": "test", "hidden": true}
27
+ ]
28
+ },
29
+ "preMajor": {
30
+ "type": "boolean",
31
+ "description": "Boolean indicating whether or not the action being run (generating CHANGELOG, recommendedBump, etc.) is being performed for a pre-major release (<1.0.0).\n This config setting will generally be set by tooling and not a user.",
32
+ "default": false
33
+ },
34
+ "commitUrlFormat": {
35
+ "type": "string",
36
+ "description": "A URL representing a specific commit at a hash.",
37
+ "default": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}"
38
+ },
39
+ "compareUrlFormat": {
40
+ "type": "string",
41
+ "description": "A URL representing the comparison between two git SHAs.",
42
+ "default": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}"
43
+ },
44
+ "issueUrlFormat": {
45
+ "type": "string",
46
+ "description": "A URL representing the issue format (allowing a different URL format to be swapped in for Gitlab, Bitbucket, etc).",
47
+ "default": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}"
48
+ },
49
+ "userUrlFormat": {
50
+ "type": "string",
51
+ "description": "A URL representing the a user's profile URL on GitHub, Gitlab, etc. This URL is used for substituting @bcoe with https://github.com/bcoe in commit messages.",
52
+ "default": "{{host}}/{{user}}"
53
+ },
54
+ "releaseCommitMessageFormat": {
55
+ "type": "string",
56
+ "description": "A string to be used to format the auto-generated release commit message.",
57
+ "default": "chore(release): {{currentTag}}"
58
+ },
59
+ "issuePrefixes": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string"
63
+ },
64
+ "description": "An array of prefixes used to detect references to issues",
65
+ "default": ["#"]
66
+ }
67
+ },
68
+ "definitions": {
69
+ "type": {
70
+ "description": "An object that describes a commit type's settings in the CHANGELOG",
71
+ "type": "object",
72
+ "properties": {
73
+ "type": {
74
+ "description": "A string used to match <type>s used in the Conventional Commits convention.",
75
+ "type": "string"
76
+ },
77
+ "section": {
78
+ "description": "The section where the matched commit type will display in the CHANGELOG.",
79
+ "type": "string"
80
+ },
81
+ "hidden": {
82
+ "description": "Set to `true` to hide matched commit types in the CHANGELOG.",
83
+ "type": "boolean"
84
+ }
85
+ },
86
+ "required": ["type"],
87
+ "oneOf": [
88
+ {
89
+ "required": ["section"]
90
+ },
91
+ {
92
+ "required": ["hidden"]
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ }
package/package.json CHANGED
@@ -42,6 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
+ "@types/conventional-changelog-config-spec": "^2.1.1",
45
46
  "@types/fs-extra": "^8",
46
47
  "@types/glob": "^7.2.0",
47
48
  "@types/ini": "^1.3.31",
@@ -55,7 +56,7 @@
55
56
  "eslint": "^7.32.0",
56
57
  "eslint-import-resolver-node": "^0.3.6",
57
58
  "eslint-import-resolver-typescript": "^2.5.0",
58
- "eslint-plugin-import": "^2.25.2",
59
+ "eslint-plugin-import": "^2.25.3",
59
60
  "jest": "^27.3.1",
60
61
  "jest-junit": "^12",
61
62
  "jsii": "^1.43.0",
@@ -63,7 +64,7 @@
63
64
  "jsii-docgen": "^1.8.110",
64
65
  "jsii-pacmak": "^1.43.0",
65
66
  "json-schema": "^0.4.0",
66
- "markmac": "^0.1.85",
67
+ "markmac": "^0.1.88",
67
68
  "npm-check-updates": "^11",
68
69
  "standard-version": "^9",
69
70
  "ts-jest": "^27.0.7",
@@ -73,6 +74,7 @@
73
74
  "@iarna/toml": "^2.2.5",
74
75
  "case": "^1.6.3",
75
76
  "chalk": "^4.1.2",
77
+ "conventional-changelog-config-spec": "^2.1.0",
76
78
  "fs-extra": "^9.1.0",
77
79
  "glob": "^7",
78
80
  "ini": "^2.0.0",
@@ -86,6 +88,7 @@
86
88
  "@iarna/toml",
87
89
  "case",
88
90
  "chalk",
91
+ "conventional-changelog-config-spec",
89
92
  "fs-extra",
90
93
  "glob",
91
94
  "ini",
@@ -100,7 +103,7 @@
100
103
  },
101
104
  "main": "lib/index.js",
102
105
  "license": "Apache-2.0",
103
- "version": "0.33.3",
106
+ "version": "0.33.7",
104
107
  "jest": {
105
108
  "testMatch": [
106
109
  "**/__tests__/**/*.ts?(x)",