projen 0.71.112 → 0.71.113

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 (136) hide show
  1. package/.jsii +258 -36
  2. package/docs/api/API.md +120 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +2 -2
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +2 -2
  87. package/lib/projenrc.js +1 -1
  88. package/lib/python/pip.js +1 -1
  89. package/lib/python/poetry.js +2 -2
  90. package/lib/python/projenrc.js +1 -1
  91. package/lib/python/pytest-sample.js +1 -1
  92. package/lib/python/pytest.js +1 -1
  93. package/lib/python/python-project.js +1 -1
  94. package/lib/python/python-sample.js +1 -1
  95. package/lib/python/requirements-file.js +1 -1
  96. package/lib/python/setuppy.js +1 -1
  97. package/lib/python/setuptools.js +1 -1
  98. package/lib/python/venv.js +1 -1
  99. package/lib/readme.js +1 -1
  100. package/lib/release/bump-version.d.ts +11 -1
  101. package/lib/release/bump-version.js +21 -15
  102. package/lib/release/bump-version.task.js +3 -1
  103. package/lib/release/publisher.js +1 -1
  104. package/lib/release/release-trigger.js +1 -1
  105. package/lib/release/release.d.ts +8 -0
  106. package/lib/release/release.js +6 -4
  107. package/lib/renovatebot.js +1 -1
  108. package/lib/run-task.js +1894 -0
  109. package/lib/sample-file.js +2 -2
  110. package/lib/semver.js +1 -1
  111. package/lib/source-code.js +1 -1
  112. package/lib/task-runtime.js +1 -1
  113. package/lib/task.d.ts +6 -0
  114. package/lib/task.js +8 -2
  115. package/lib/tasks.js +1 -1
  116. package/lib/testing.js +1 -1
  117. package/lib/textfile.js +1 -1
  118. package/lib/toml.js +1 -1
  119. package/lib/typescript/projenrc-ts.js +1 -1
  120. package/lib/typescript/projenrc.js +1 -1
  121. package/lib/typescript/typescript-typedoc.js +1 -1
  122. package/lib/typescript/typescript.js +3 -3
  123. package/lib/version.d.ts +53 -0
  124. package/lib/version.js +78 -4
  125. package/lib/vscode/devcontainer.js +1 -1
  126. package/lib/vscode/extensions.js +1 -1
  127. package/lib/vscode/launch-config.js +1 -1
  128. package/lib/vscode/settings.js +1 -1
  129. package/lib/vscode/vscode.js +1 -1
  130. package/lib/web/next.js +3 -3
  131. package/lib/web/postcss.js +1 -1
  132. package/lib/web/react.js +4 -4
  133. package/lib/web/tailwind.js +1 -1
  134. package/lib/xmlfile.js +1 -1
  135. package/lib/yaml.js +1 -1
  136. package/package.json +1 -1
package/.jsii CHANGED
@@ -7805,6 +7805,172 @@
7805
7805
  "name": "ProjenrcOptions",
7806
7806
  "symbolId": "src/projenrc-json:ProjenrcOptions"
7807
7807
  },
7808
+ "projen.ReleasableCommits": {
7809
+ "assembly": "projen",
7810
+ "docs": {
7811
+ "stability": "experimental",
7812
+ "summary": "Find commits that should be considered releasable to decide if a release is required."
7813
+ },
7814
+ "fqn": "projen.ReleasableCommits",
7815
+ "kind": "class",
7816
+ "locationInModule": {
7817
+ "filename": "src/version.ts",
7818
+ "line": 131
7819
+ },
7820
+ "methods": [
7821
+ {
7822
+ "docs": {
7823
+ "remarks": "This will only not release if the most recent commit is tagged with the latest matching tag.",
7824
+ "stability": "experimental",
7825
+ "summary": "Release every commit."
7826
+ },
7827
+ "locationInModule": {
7828
+ "filename": "src/version.ts",
7829
+ "line": 140
7830
+ },
7831
+ "name": "everyCommit",
7832
+ "parameters": [
7833
+ {
7834
+ "docs": {
7835
+ "remarks": "This path is relative to the current working dir of the `bump` task, i.e. to only consider commits of a subproject use `\".\"`.",
7836
+ "summary": "Consider only commits that are enough to explain how the files that match the specified paths came to be."
7837
+ },
7838
+ "name": "path",
7839
+ "optional": true,
7840
+ "type": {
7841
+ "primitive": "string"
7842
+ }
7843
+ }
7844
+ ],
7845
+ "returns": {
7846
+ "type": {
7847
+ "fqn": "projen.ReleasableCommits"
7848
+ }
7849
+ },
7850
+ "static": true
7851
+ },
7852
+ {
7853
+ "docs": {
7854
+ "example": "\"git log --oneline $LATEST_TAG..HEAD -- .\"",
7855
+ "remarks": "A new release will be initiated, if the number of returned commits is greater than zero.\nMust return a newline separate list of commits that should considered releasable.\n`$LATEST_TAG` will be replaced with the actual latest tag for the given prefix.*",
7856
+ "stability": "experimental",
7857
+ "summary": "Use an arbitrary shell command to find releasable commits since the latest tag."
7858
+ },
7859
+ "locationInModule": {
7860
+ "filename": "src/version.ts",
7861
+ "line": 185
7862
+ },
7863
+ "name": "exec",
7864
+ "parameters": [
7865
+ {
7866
+ "name": "cmd",
7867
+ "type": {
7868
+ "primitive": "string"
7869
+ }
7870
+ }
7871
+ ],
7872
+ "returns": {
7873
+ "type": {
7874
+ "fqn": "projen.ReleasableCommits"
7875
+ }
7876
+ },
7877
+ "static": true
7878
+ },
7879
+ {
7880
+ "docs": {
7881
+ "remarks": "Shorthand for `ReleasableCommits.onlyOfType(['feat', 'fix'])`.",
7882
+ "stability": "experimental",
7883
+ "summary": "Release only features and fixes."
7884
+ },
7885
+ "locationInModule": {
7886
+ "filename": "src/version.ts",
7887
+ "line": 172
7888
+ },
7889
+ "name": "featuresAndFixes",
7890
+ "parameters": [
7891
+ {
7892
+ "docs": {
7893
+ "remarks": "This path is relative to the current working dir of the `bump` task, i.e. to only consider commits of a subproject use `\".\"`.",
7894
+ "summary": "Consider only commits that are enough to explain how the files that match the specified paths came to be."
7895
+ },
7896
+ "name": "path",
7897
+ "optional": true,
7898
+ "type": {
7899
+ "primitive": "string"
7900
+ }
7901
+ }
7902
+ ],
7903
+ "returns": {
7904
+ "type": {
7905
+ "fqn": "projen.ReleasableCommits"
7906
+ }
7907
+ },
7908
+ "static": true
7909
+ },
7910
+ {
7911
+ "docs": {
7912
+ "remarks": "This will only release commit that match one of the provided types.\nCommits are required to follow the conventional commit spec and will be ignored otherwise.",
7913
+ "stability": "experimental",
7914
+ "summary": "Limit commits by their conventional commit type."
7915
+ },
7916
+ "locationInModule": {
7917
+ "filename": "src/version.ts",
7918
+ "line": 155
7919
+ },
7920
+ "name": "ofType",
7921
+ "parameters": [
7922
+ {
7923
+ "docs": {
7924
+ "summary": "List of conventional commit types that should be released."
7925
+ },
7926
+ "name": "types",
7927
+ "type": {
7928
+ "collection": {
7929
+ "elementtype": {
7930
+ "primitive": "string"
7931
+ },
7932
+ "kind": "array"
7933
+ }
7934
+ }
7935
+ },
7936
+ {
7937
+ "docs": {
7938
+ "remarks": "This path is relative to the current working dir of the `bump` task, i.e. to only consider commits of a subproject use `\".\"`.",
7939
+ "summary": "Consider only commits that are enough to explain how the files that match the specified paths came to be."
7940
+ },
7941
+ "name": "path",
7942
+ "optional": true,
7943
+ "type": {
7944
+ "primitive": "string"
7945
+ }
7946
+ }
7947
+ ],
7948
+ "returns": {
7949
+ "type": {
7950
+ "fqn": "projen.ReleasableCommits"
7951
+ }
7952
+ },
7953
+ "static": true
7954
+ }
7955
+ ],
7956
+ "name": "ReleasableCommits",
7957
+ "properties": [
7958
+ {
7959
+ "docs": {
7960
+ "stability": "experimental"
7961
+ },
7962
+ "locationInModule": {
7963
+ "filename": "src/version.ts",
7964
+ "line": 189
7965
+ },
7966
+ "name": "cmd",
7967
+ "type": {
7968
+ "primitive": "string"
7969
+ }
7970
+ }
7971
+ ],
7972
+ "symbolId": "src/version:ReleasableCommits"
7973
+ },
7808
7974
  "projen.Renovatebot": {
7809
7975
  "assembly": "projen",
7810
7976
  "base": "projen.Component",
@@ -9370,6 +9536,26 @@
9370
9536
  ],
9371
9537
  "name": "Task",
9372
9538
  "properties": [
9539
+ {
9540
+ "docs": {
9541
+ "stability": "experimental",
9542
+ "summary": "Returns all environment variables in the task level."
9543
+ },
9544
+ "immutable": true,
9545
+ "locationInModule": {
9546
+ "filename": "src/task.ts",
9547
+ "line": 242
9548
+ },
9549
+ "name": "envVars",
9550
+ "type": {
9551
+ "collection": {
9552
+ "elementtype": {
9553
+ "primitive": "string"
9554
+ },
9555
+ "kind": "map"
9556
+ }
9557
+ }
9558
+ },
9373
9559
  {
9374
9560
  "docs": {
9375
9561
  "stability": "experimental",
@@ -9393,7 +9579,7 @@
9393
9579
  "immutable": true,
9394
9580
  "locationInModule": {
9395
9581
  "filename": "src/task.ts",
9396
- "line": 242
9582
+ "line": 248
9397
9583
  },
9398
9584
  "name": "steps",
9399
9585
  "type": {
@@ -10736,7 +10922,7 @@
10736
10922
  },
10737
10923
  "locationInModule": {
10738
10924
  "filename": "src/version.ts",
10739
- "line": 55
10925
+ "line": 63
10740
10926
  },
10741
10927
  "parameters": [
10742
10928
  {
@@ -10756,7 +10942,7 @@
10756
10942
  "kind": "class",
10757
10943
  "locationInModule": {
10758
10944
  "filename": "src/version.ts",
10759
- "line": 34
10945
+ "line": 42
10760
10946
  },
10761
10947
  "name": "Version",
10762
10948
  "properties": [
@@ -10768,7 +10954,7 @@
10768
10954
  "immutable": true,
10769
10955
  "locationInModule": {
10770
10956
  "filename": "src/version.ts",
10771
- "line": 35
10957
+ "line": 43
10772
10958
  },
10773
10959
  "name": "STANDARD_VERSION",
10774
10960
  "static": true,
@@ -10783,7 +10969,7 @@
10783
10969
  "immutable": true,
10784
10970
  "locationInModule": {
10785
10971
  "filename": "src/version.ts",
10786
- "line": 37
10972
+ "line": 45
10787
10973
  },
10788
10974
  "name": "bumpTask",
10789
10975
  "type": {
@@ -10798,7 +10984,7 @@
10798
10984
  "immutable": true,
10799
10985
  "locationInModule": {
10800
10986
  "filename": "src/version.ts",
10801
- "line": 43
10987
+ "line": 51
10802
10988
  },
10803
10989
  "name": "changelogFileName",
10804
10990
  "type": {
@@ -10813,7 +10999,7 @@
10813
10999
  "immutable": true,
10814
11000
  "locationInModule": {
10815
11001
  "filename": "src/version.ts",
10816
- "line": 53
11002
+ "line": 61
10817
11003
  },
10818
11004
  "name": "releaseTagFileName",
10819
11005
  "type": {
@@ -10827,7 +11013,7 @@
10827
11013
  "immutable": true,
10828
11014
  "locationInModule": {
10829
11015
  "filename": "src/version.ts",
10830
- "line": 38
11016
+ "line": 46
10831
11017
  },
10832
11018
  "name": "unbumpTask",
10833
11019
  "type": {
@@ -10842,7 +11028,7 @@
10842
11028
  "immutable": true,
10843
11029
  "locationInModule": {
10844
11030
  "filename": "src/version.ts",
10845
- "line": 48
11031
+ "line": 56
10846
11032
  },
10847
11033
  "name": "versionFileName",
10848
11034
  "type": {
@@ -10900,6 +11086,24 @@
10900
11086
  "primitive": "string"
10901
11087
  }
10902
11088
  },
11089
+ {
11090
+ "abstract": true,
11091
+ "docs": {
11092
+ "default": "ReleasableCommits.everyCommit()",
11093
+ "stability": "experimental",
11094
+ "summary": "Find commits that should be considered releasable Used to decide if a release is required."
11095
+ },
11096
+ "immutable": true,
11097
+ "locationInModule": {
11098
+ "filename": "src/version.ts",
11099
+ "line": 39
11100
+ },
11101
+ "name": "releasableCommits",
11102
+ "optional": true,
11103
+ "type": {
11104
+ "fqn": "projen.ReleasableCommits"
11105
+ }
11106
+ },
10903
11107
  {
10904
11108
  "abstract": true,
10905
11109
  "docs": {
@@ -48899,7 +49103,7 @@
48899
49103
  "kind": "interface",
48900
49104
  "locationInModule": {
48901
49105
  "filename": "src/release/release.ts",
48902
- "line": 665
49106
+ "line": 675
48903
49107
  },
48904
49108
  "name": "BranchOptions",
48905
49109
  "namespace": "release",
@@ -48913,7 +49117,7 @@
48913
49117
  "immutable": true,
48914
49118
  "locationInModule": {
48915
49119
  "filename": "src/release/release.ts",
48916
- "line": 675
49120
+ "line": 685
48917
49121
  },
48918
49122
  "name": "majorVersion",
48919
49123
  "type": {
@@ -48929,7 +49133,7 @@
48929
49133
  "immutable": true,
48930
49134
  "locationInModule": {
48931
49135
  "filename": "src/release/release.ts",
48932
- "line": 680
49136
+ "line": 690
48933
49137
  },
48934
49138
  "name": "minMajorVersion",
48935
49139
  "optional": true,
@@ -48947,7 +49151,7 @@
48947
49151
  "immutable": true,
48948
49152
  "locationInModule": {
48949
49153
  "filename": "src/release/release.ts",
48950
- "line": 708
49154
+ "line": 718
48951
49155
  },
48952
49156
  "name": "npmDistTag",
48953
49157
  "optional": true,
@@ -48965,7 +49169,7 @@
48965
49169
  "immutable": true,
48966
49170
  "locationInModule": {
48967
49171
  "filename": "src/release/release.ts",
48968
- "line": 687
49172
+ "line": 697
48969
49173
  },
48970
49174
  "name": "prerelease",
48971
49175
  "optional": true,
@@ -48984,7 +49188,7 @@
48984
49188
  "immutable": true,
48985
49189
  "locationInModule": {
48986
49190
  "filename": "src/release/release.ts",
48987
- "line": 701
49191
+ "line": 711
48988
49192
  },
48989
49193
  "name": "tagPrefix",
48990
49194
  "optional": true,
@@ -49002,7 +49206,7 @@
49002
49206
  "immutable": true,
49003
49207
  "locationInModule": {
49004
49208
  "filename": "src/release/release.ts",
49005
- "line": 670
49209
+ "line": 680
49006
49210
  },
49007
49211
  "name": "workflowName",
49008
49212
  "optional": true,
@@ -50721,7 +50925,7 @@
50721
50925
  },
50722
50926
  "locationInModule": {
50723
50927
  "filename": "src/release/release.ts",
50724
- "line": 302
50928
+ "line": 310
50725
50929
  },
50726
50930
  "parameters": [
50727
50931
  {
@@ -50741,7 +50945,7 @@
50741
50945
  "kind": "class",
50742
50946
  "locationInModule": {
50743
50947
  "filename": "src/release/release.ts",
50744
- "line": 264
50948
+ "line": 272
50745
50949
  },
50746
50950
  "methods": [
50747
50951
  {
@@ -50751,7 +50955,7 @@
50751
50955
  },
50752
50956
  "locationInModule": {
50753
50957
  "filename": "src/release/release.ts",
50754
- "line": 271
50958
+ "line": 279
50755
50959
  },
50756
50960
  "name": "of",
50757
50961
  "parameters": [
@@ -50778,7 +50982,7 @@
50778
50982
  },
50779
50983
  "locationInModule": {
50780
50984
  "filename": "src/release/release.ts",
50781
- "line": 424
50985
+ "line": 433
50782
50986
  },
50783
50987
  "name": "addBranch",
50784
50988
  "parameters": [
@@ -50809,7 +51013,7 @@
50809
51013
  },
50810
51014
  "locationInModule": {
50811
51015
  "filename": "src/release/release.ts",
50812
- "line": 491
51016
+ "line": 500
50813
51017
  },
50814
51018
  "name": "addJobs",
50815
51019
  "parameters": [
@@ -50836,7 +51040,7 @@
50836
51040
  },
50837
51041
  "locationInModule": {
50838
51042
  "filename": "src/release/release.ts",
50839
- "line": 474
51043
+ "line": 483
50840
51044
  },
50841
51045
  "name": "preSynthesize",
50842
51046
  "overrides": "projen.Component"
@@ -50853,7 +51057,7 @@
50853
51057
  "immutable": true,
50854
51058
  "locationInModule": {
50855
51059
  "filename": "src/release/release.ts",
50856
- "line": 265
51060
+ "line": 273
50857
51061
  },
50858
51062
  "name": "ANTI_TAMPER_CMD",
50859
51063
  "static": true,
@@ -50869,7 +51073,7 @@
50869
51073
  "immutable": true,
50870
51074
  "locationInModule": {
50871
51075
  "filename": "src/release/release.ts",
50872
- "line": 300
51076
+ "line": 308
50873
51077
  },
50874
51078
  "name": "artifactsDirectory",
50875
51079
  "type": {
@@ -50884,7 +51088,7 @@
50884
51088
  "immutable": true,
50885
51089
  "locationInModule": {
50886
51090
  "filename": "src/release/release.ts",
50887
- "line": 500
51091
+ "line": 509
50888
51092
  },
50889
51093
  "name": "branches",
50890
51094
  "type": {
@@ -50904,7 +51108,7 @@
50904
51108
  "immutable": true,
50905
51109
  "locationInModule": {
50906
51110
  "filename": "src/release/release.ts",
50907
- "line": 279
51111
+ "line": 287
50908
51112
  },
50909
51113
  "name": "publisher",
50910
51114
  "type": {
@@ -50928,7 +51132,7 @@
50928
51132
  "kind": "interface",
50929
51133
  "locationInModule": {
50930
51134
  "filename": "src/release/release.ts",
50931
- "line": 204
51135
+ "line": 212
50932
51136
  },
50933
51137
  "name": "ReleaseOptions",
50934
51138
  "namespace": "release",
@@ -50943,7 +51147,7 @@
50943
51147
  "immutable": true,
50944
51148
  "locationInModule": {
50945
51149
  "filename": "src/release/release.ts",
50946
- "line": 241
51150
+ "line": 249
50947
51151
  },
50948
51152
  "name": "artifactsDirectory",
50949
51153
  "type": {
@@ -50960,7 +51164,7 @@
50960
51164
  "immutable": true,
50961
51165
  "locationInModule": {
50962
51166
  "filename": "src/release/release.ts",
50963
- "line": 227
51167
+ "line": 235
50964
51168
  },
50965
51169
  "name": "branch",
50966
51170
  "type": {
@@ -50977,7 +51181,7 @@
50977
51181
  "immutable": true,
50978
51182
  "locationInModule": {
50979
51183
  "filename": "src/release/release.ts",
50980
- "line": 210
51184
+ "line": 218
50981
51185
  },
50982
51186
  "name": "task",
50983
51187
  "type": {
@@ -50994,7 +51198,7 @@
50994
51198
  "immutable": true,
50995
51199
  "locationInModule": {
50996
51200
  "filename": "src/release/release.ts",
50997
- "line": 217
51201
+ "line": 225
50998
51202
  },
50999
51203
  "name": "versionFile",
51000
51204
  "type": {
@@ -51011,7 +51215,7 @@
51011
51215
  "immutable": true,
51012
51216
  "locationInModule": {
51013
51217
  "filename": "src/release/release.ts",
51014
- "line": 234
51218
+ "line": 242
51015
51219
  },
51016
51220
  "name": "githubRelease",
51017
51221
  "optional": true,
@@ -51030,7 +51234,7 @@
51030
51234
  "immutable": true,
51031
51235
  "locationInModule": {
51032
51236
  "filename": "src/release/release.ts",
51033
- "line": 250
51237
+ "line": 258
51034
51238
  },
51035
51239
  "name": "workflowNodeVersion",
51036
51240
  "optional": true,
@@ -51048,7 +51252,7 @@
51048
51252
  "immutable": true,
51049
51253
  "locationInModule": {
51050
51254
  "filename": "src/release/release.ts",
51051
- "line": 256
51255
+ "line": 264
51052
51256
  },
51053
51257
  "name": "workflowPermissions",
51054
51258
  "optional": true,
@@ -51228,6 +51432,24 @@
51228
51432
  "primitive": "boolean"
51229
51433
  }
51230
51434
  },
51435
+ {
51436
+ "abstract": true,
51437
+ "docs": {
51438
+ "default": "ReleasableCommits.everyCommit()",
51439
+ "stability": "experimental",
51440
+ "summary": "Find commits that should be considered releasable Used to decide if a release is required."
51441
+ },
51442
+ "immutable": true,
51443
+ "locationInModule": {
51444
+ "filename": "src/release/release.ts",
51445
+ "line": 206
51446
+ },
51447
+ "name": "releasableCommits",
51448
+ "optional": true,
51449
+ "type": {
51450
+ "fqn": "projen.ReleasableCommits"
51451
+ }
51452
+ },
51231
51453
  {
51232
51454
  "abstract": true,
51233
51455
  "docs": {
@@ -55001,6 +55223,6 @@
55001
55223
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
55002
55224
  }
55003
55225
  },
55004
- "version": "0.71.112",
55005
- "fingerprint": "/leQ/Uw5ydrZ9sa+NbpOeXxU0OIYolrQ6y6cL21js0Q="
55226
+ "version": "0.71.113",
55227
+ "fingerprint": "n2slPItwHlBA3f7UnqaOz5DpANMGBE4kRvmLeKGDp6g="
55006
55228
  }