projen 0.90.1 → 0.90.3

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 (143) hide show
  1. package/.jsii +246 -51
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/auto-queue.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/merge-queue.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-backport.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow-job.js +1 -1
  53. package/lib/github/task-workflow.js +1 -1
  54. package/lib/github/workflow-actions.js +1 -1
  55. package/lib/github/workflow-jobs.js +1 -1
  56. package/lib/github/workflow-steps.js +1 -1
  57. package/lib/github/workflows.js +1 -1
  58. package/lib/gitlab/configuration.js +1 -1
  59. package/lib/gitlab/gitlab-configuration.js +1 -1
  60. package/lib/gitlab/nested-configuration.js +1 -1
  61. package/lib/gitpod.js +1 -1
  62. package/lib/ignore-file.js +1 -1
  63. package/lib/ini.js +1 -1
  64. package/lib/java/java-project.js +1 -1
  65. package/lib/java/junit.js +1 -1
  66. package/lib/java/maven-compile.js +1 -1
  67. package/lib/java/maven-packaging.js +1 -1
  68. package/lib/java/maven-sample.js +1 -1
  69. package/lib/java/pom.js +2 -2
  70. package/lib/java/projenrc.js +1 -1
  71. package/lib/javascript/bundler.js +1 -1
  72. package/lib/javascript/eslint.js +10 -5
  73. package/lib/javascript/jest.js +4 -4
  74. package/lib/javascript/license-checker.js +1 -1
  75. package/lib/javascript/node-package.js +1 -1
  76. package/lib/javascript/node-project.js +1 -1
  77. package/lib/javascript/npm-config.js +1 -1
  78. package/lib/javascript/prettier.js +1 -1
  79. package/lib/javascript/projenrc.js +1 -1
  80. package/lib/javascript/typescript-config.js +2 -2
  81. package/lib/javascript/upgrade-dependencies.js +2 -2
  82. package/lib/javascript/yarnrc.js +1 -1
  83. package/lib/json-patch.js +1 -1
  84. package/lib/json.js +1 -1
  85. package/lib/license.js +1 -1
  86. package/lib/logger.js +1 -1
  87. package/lib/makefile.js +1 -1
  88. package/lib/object-file.js +1 -1
  89. package/lib/project-build.js +1 -1
  90. package/lib/project-tree.js +1 -1
  91. package/lib/project.js +1 -1
  92. package/lib/projects.js +1 -1
  93. package/lib/projenrc-json.js +2 -2
  94. package/lib/projenrc.js +1 -1
  95. package/lib/python/pip.js +1 -1
  96. package/lib/python/poetry.js +2 -2
  97. package/lib/python/projenrc.js +1 -1
  98. package/lib/python/pytest-sample.js +1 -1
  99. package/lib/python/pytest.js +1 -1
  100. package/lib/python/python-project.js +1 -1
  101. package/lib/python/python-sample.js +1 -1
  102. package/lib/python/requirements-file.js +1 -1
  103. package/lib/python/setuppy.js +1 -1
  104. package/lib/python/setuptools.js +1 -1
  105. package/lib/python/venv.js +1 -1
  106. package/lib/readme.js +1 -1
  107. package/lib/release/bump-version.d.ts +24 -0
  108. package/lib/release/bump-version.js +47 -7
  109. package/lib/release/bump-version.task.js +5 -2
  110. package/lib/release/publisher.js +1 -1
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.d.ts +32 -0
  113. package/lib/release/release.js +11 -17
  114. package/lib/renovatebot.js +1 -1
  115. package/lib/sample-file.js +2 -2
  116. package/lib/semver.js +1 -1
  117. package/lib/source-code.js +1 -1
  118. package/lib/task-runtime.js +1 -1
  119. package/lib/task.js +1 -1
  120. package/lib/tasks.js +1 -1
  121. package/lib/testing.js +1 -1
  122. package/lib/textfile.js +1 -1
  123. package/lib/toml.js +1 -1
  124. package/lib/typescript/projenrc-ts.js +1 -1
  125. package/lib/typescript/projenrc.js +1 -1
  126. package/lib/typescript/typescript-typedoc.js +1 -1
  127. package/lib/typescript/typescript.js +6 -6
  128. package/lib/util.d.ts +1 -0
  129. package/lib/util.js +5 -1
  130. package/lib/version.d.ts +68 -0
  131. package/lib/version.js +38 -3
  132. package/lib/vscode/devcontainer.js +1 -1
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/package.json +3 -3
package/.jsii CHANGED
@@ -8439,7 +8439,7 @@
8439
8439
  "kind": "class",
8440
8440
  "locationInModule": {
8441
8441
  "filename": "src/version.ts",
8442
- "line": 184
8442
+ "line": 296
8443
8443
  },
8444
8444
  "methods": [
8445
8445
  {
@@ -8450,7 +8450,7 @@
8450
8450
  },
8451
8451
  "locationInModule": {
8452
8452
  "filename": "src/version.ts",
8453
- "line": 193
8453
+ "line": 305
8454
8454
  },
8455
8455
  "name": "everyCommit",
8456
8456
  "parameters": [
@@ -8482,7 +8482,7 @@
8482
8482
  },
8483
8483
  "locationInModule": {
8484
8484
  "filename": "src/version.ts",
8485
- "line": 240
8485
+ "line": 352
8486
8486
  },
8487
8487
  "name": "exec",
8488
8488
  "parameters": [
@@ -8508,7 +8508,7 @@
8508
8508
  },
8509
8509
  "locationInModule": {
8510
8510
  "filename": "src/version.ts",
8511
- "line": 227
8511
+ "line": 339
8512
8512
  },
8513
8513
  "name": "featuresAndFixes",
8514
8514
  "parameters": [
@@ -8539,7 +8539,7 @@
8539
8539
  },
8540
8540
  "locationInModule": {
8541
8541
  "filename": "src/version.ts",
8542
- "line": 208
8542
+ "line": 320
8543
8543
  },
8544
8544
  "name": "ofType",
8545
8545
  "parameters": [
@@ -8585,7 +8585,7 @@
8585
8585
  },
8586
8586
  "locationInModule": {
8587
8587
  "filename": "src/version.ts",
8588
- "line": 244
8588
+ "line": 356
8589
8589
  },
8590
8590
  "name": "cmd",
8591
8591
  "type": {
@@ -11655,7 +11655,7 @@
11655
11655
  },
11656
11656
  "locationInModule": {
11657
11657
  "filename": "src/version.ts",
11658
- "line": 103
11658
+ "line": 127
11659
11659
  },
11660
11660
  "parameters": [
11661
11661
  {
@@ -11675,8 +11675,40 @@
11675
11675
  "kind": "class",
11676
11676
  "locationInModule": {
11677
11677
  "filename": "src/version.ts",
11678
- "line": 73
11678
+ "line": 95
11679
11679
  },
11680
+ "methods": [
11681
+ {
11682
+ "docs": {
11683
+ "remarks": "These options are used to modify the behavior of the version bumping script\nfor additional branches, by setting environment variables.\n\nNo settings are inherited from the base `Version` object (but any parameters that\ncontrol versions do conflict with the use of a `nextVersionCommand`).",
11684
+ "stability": "experimental",
11685
+ "summary": "Return the environment variables to modify the bump command for release branches."
11686
+ },
11687
+ "locationInModule": {
11688
+ "filename": "src/version.ts",
11689
+ "line": 216
11690
+ },
11691
+ "name": "envForBranch",
11692
+ "parameters": [
11693
+ {
11694
+ "name": "branchOptions",
11695
+ "type": {
11696
+ "fqn": "projen.VersionBranchOptions"
11697
+ }
11698
+ }
11699
+ ],
11700
+ "returns": {
11701
+ "type": {
11702
+ "collection": {
11703
+ "elementtype": {
11704
+ "primitive": "string"
11705
+ },
11706
+ "kind": "map"
11707
+ }
11708
+ }
11709
+ }
11710
+ }
11711
+ ],
11680
11712
  "name": "Version",
11681
11713
  "properties": [
11682
11714
  {
@@ -11688,7 +11720,7 @@
11688
11720
  "immutable": true,
11689
11721
  "locationInModule": {
11690
11722
  "filename": "src/version.ts",
11691
- "line": 77
11723
+ "line": 99
11692
11724
  },
11693
11725
  "name": "STANDARD_VERSION",
11694
11726
  "static": true,
@@ -11705,7 +11737,7 @@
11705
11737
  "immutable": true,
11706
11738
  "locationInModule": {
11707
11739
  "filename": "src/version.ts",
11708
- "line": 101
11740
+ "line": 123
11709
11741
  },
11710
11742
  "name": "bumpPackage",
11711
11743
  "type": {
@@ -11719,7 +11751,7 @@
11719
11751
  "immutable": true,
11720
11752
  "locationInModule": {
11721
11753
  "filename": "src/version.ts",
11722
- "line": 79
11754
+ "line": 101
11723
11755
  },
11724
11756
  "name": "bumpTask",
11725
11757
  "type": {
@@ -11734,7 +11766,7 @@
11734
11766
  "immutable": true,
11735
11767
  "locationInModule": {
11736
11768
  "filename": "src/version.ts",
11737
- "line": 85
11769
+ "line": 107
11738
11770
  },
11739
11771
  "name": "changelogFileName",
11740
11772
  "type": {
@@ -11749,7 +11781,7 @@
11749
11781
  "immutable": true,
11750
11782
  "locationInModule": {
11751
11783
  "filename": "src/version.ts",
11752
- "line": 95
11784
+ "line": 117
11753
11785
  },
11754
11786
  "name": "releaseTagFileName",
11755
11787
  "type": {
@@ -11763,7 +11795,7 @@
11763
11795
  "immutable": true,
11764
11796
  "locationInModule": {
11765
11797
  "filename": "src/version.ts",
11766
- "line": 80
11798
+ "line": 102
11767
11799
  },
11768
11800
  "name": "unbumpTask",
11769
11801
  "type": {
@@ -11778,7 +11810,7 @@
11778
11810
  "immutable": true,
11779
11811
  "locationInModule": {
11780
11812
  "filename": "src/version.ts",
11781
- "line": 90
11813
+ "line": 112
11782
11814
  },
11783
11815
  "name": "versionFileName",
11784
11816
  "type": {
@@ -11788,6 +11820,112 @@
11788
11820
  ],
11789
11821
  "symbolId": "src/version:Version"
11790
11822
  },
11823
+ "projen.VersionBranchOptions": {
11824
+ "assembly": "projen",
11825
+ "datatype": true,
11826
+ "docs": {
11827
+ "stability": "experimental",
11828
+ "summary": "Options to pass to `modifyBranchEnvironment`."
11829
+ },
11830
+ "fqn": "projen.VersionBranchOptions",
11831
+ "kind": "interface",
11832
+ "locationInModule": {
11833
+ "filename": "src/version.ts",
11834
+ "line": 255
11835
+ },
11836
+ "name": "VersionBranchOptions",
11837
+ "properties": [
11838
+ {
11839
+ "abstract": true,
11840
+ "docs": {
11841
+ "stability": "experimental",
11842
+ "summary": "The major versions released from this branch."
11843
+ },
11844
+ "immutable": true,
11845
+ "locationInModule": {
11846
+ "filename": "src/version.ts",
11847
+ "line": 259
11848
+ },
11849
+ "name": "majorVersion",
11850
+ "optional": true,
11851
+ "type": {
11852
+ "primitive": "number"
11853
+ }
11854
+ },
11855
+ {
11856
+ "abstract": true,
11857
+ "docs": {
11858
+ "stability": "experimental",
11859
+ "summary": "The minimum major version to release."
11860
+ },
11861
+ "immutable": true,
11862
+ "locationInModule": {
11863
+ "filename": "src/version.ts",
11864
+ "line": 264
11865
+ },
11866
+ "name": "minMajorVersion",
11867
+ "optional": true,
11868
+ "type": {
11869
+ "primitive": "number"
11870
+ }
11871
+ },
11872
+ {
11873
+ "abstract": true,
11874
+ "docs": {
11875
+ "stability": "experimental",
11876
+ "summary": "The minor versions released from this branch."
11877
+ },
11878
+ "immutable": true,
11879
+ "locationInModule": {
11880
+ "filename": "src/version.ts",
11881
+ "line": 269
11882
+ },
11883
+ "name": "minorVersion",
11884
+ "optional": true,
11885
+ "type": {
11886
+ "primitive": "number"
11887
+ }
11888
+ },
11889
+ {
11890
+ "abstract": true,
11891
+ "docs": {
11892
+ "default": "- normal releases",
11893
+ "stability": "experimental",
11894
+ "summary": "Bump the version as a pre-release tag."
11895
+ },
11896
+ "immutable": true,
11897
+ "locationInModule": {
11898
+ "filename": "src/version.ts",
11899
+ "line": 276
11900
+ },
11901
+ "name": "prerelease",
11902
+ "optional": true,
11903
+ "type": {
11904
+ "primitive": "string"
11905
+ }
11906
+ },
11907
+ {
11908
+ "abstract": true,
11909
+ "docs": {
11910
+ "default": "- no prefix",
11911
+ "remarks": "Note: this prefix is used to detect the latest tagged version\nwhen bumping, so if you change this on a project with an existing version\nhistory, you may need to manually tag your latest release\nwith the new prefix.",
11912
+ "stability": "experimental",
11913
+ "summary": "Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers."
11914
+ },
11915
+ "immutable": true,
11916
+ "locationInModule": {
11917
+ "filename": "src/version.ts",
11918
+ "line": 290
11919
+ },
11920
+ "name": "tagPrefix",
11921
+ "optional": true,
11922
+ "type": {
11923
+ "primitive": "string"
11924
+ }
11925
+ }
11926
+ ],
11927
+ "symbolId": "src/version:VersionBranchOptions"
11928
+ },
11791
11929
  "projen.VersionOptions": {
11792
11930
  "assembly": "projen",
11793
11931
  "datatype": true,
@@ -11855,6 +11993,25 @@
11855
11993
  "primitive": "string"
11856
11994
  }
11857
11995
  },
11996
+ {
11997
+ "abstract": true,
11998
+ "docs": {
11999
+ "default": "- The next version will be determined based on the commit history and project settings.",
12000
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.",
12001
+ "stability": "experimental",
12002
+ "summary": "A shell command to control the next version to release."
12003
+ },
12004
+ "immutable": true,
12005
+ "locationInModule": {
12006
+ "filename": "src/version.ts",
12007
+ "line": 92
12008
+ },
12009
+ "name": "nextVersionCommand",
12010
+ "optional": true,
12011
+ "type": {
12012
+ "primitive": "string"
12013
+ }
12014
+ },
11858
12015
  {
11859
12016
  "abstract": true,
11860
12017
  "docs": {
@@ -41226,7 +41383,7 @@
41226
41383
  },
41227
41384
  "locationInModule": {
41228
41385
  "filename": "src/javascript/eslint.ts",
41229
- "line": 529
41386
+ "line": 533
41230
41387
  },
41231
41388
  "name": "addExtends",
41232
41389
  "parameters": [
@@ -41250,7 +41407,7 @@
41250
41407
  },
41251
41408
  "locationInModule": {
41252
41409
  "filename": "src/javascript/eslint.ts",
41253
- "line": 521
41410
+ "line": 525
41254
41411
  },
41255
41412
  "name": "addIgnorePattern",
41256
41413
  "parameters": [
@@ -41269,7 +41426,7 @@
41269
41426
  },
41270
41427
  "locationInModule": {
41271
41428
  "filename": "src/javascript/eslint.ts",
41272
- "line": 487
41429
+ "line": 491
41273
41430
  },
41274
41431
  "name": "addLintPattern",
41275
41432
  "parameters": [
@@ -41288,7 +41445,7 @@
41288
41445
  },
41289
41446
  "locationInModule": {
41290
41447
  "filename": "src/javascript/eslint.ts",
41291
- "line": 514
41448
+ "line": 518
41292
41449
  },
41293
41450
  "name": "addOverride",
41294
41451
  "parameters": [
@@ -41307,7 +41464,7 @@
41307
41464
  },
41308
41465
  "locationInModule": {
41309
41466
  "filename": "src/javascript/eslint.ts",
41310
- "line": 505
41467
+ "line": 509
41311
41468
  },
41312
41469
  "name": "addPlugins",
41313
41470
  "parameters": [
@@ -41331,7 +41488,7 @@
41331
41488
  },
41332
41489
  "locationInModule": {
41333
41490
  "filename": "src/javascript/eslint.ts",
41334
- "line": 495
41491
+ "line": 499
41335
41492
  },
41336
41493
  "name": "addRules",
41337
41494
  "parameters": [
@@ -41355,7 +41512,7 @@
41355
41512
  },
41356
41513
  "locationInModule": {
41357
41514
  "filename": "src/javascript/eslint.ts",
41358
- "line": 539
41515
+ "line": 543
41359
41516
  },
41360
41517
  "name": "allowDevDeps",
41361
41518
  "parameters": [
@@ -41432,7 +41589,7 @@
41432
41589
  "immutable": true,
41433
41590
  "locationInModule": {
41434
41591
  "filename": "src/javascript/eslint.ts",
41435
- "line": 476
41592
+ "line": 480
41436
41593
  },
41437
41594
  "name": "lintPatterns",
41438
41595
  "type": {
@@ -57801,7 +57958,7 @@
57801
57958
  "kind": "interface",
57802
57959
  "locationInModule": {
57803
57960
  "filename": "src/release/release.ts",
57804
- "line": 773
57961
+ "line": 794
57805
57962
  },
57806
57963
  "name": "BranchOptions",
57807
57964
  "namespace": "release",
@@ -57815,7 +57972,7 @@
57815
57972
  "immutable": true,
57816
57973
  "locationInModule": {
57817
57974
  "filename": "src/release/release.ts",
57818
- "line": 783
57975
+ "line": 804
57819
57976
  },
57820
57977
  "name": "majorVersion",
57821
57978
  "type": {
@@ -57831,7 +57988,7 @@
57831
57988
  "immutable": true,
57832
57989
  "locationInModule": {
57833
57990
  "filename": "src/release/release.ts",
57834
- "line": 788
57991
+ "line": 809
57835
57992
  },
57836
57993
  "name": "minMajorVersion",
57837
57994
  "optional": true,
@@ -57848,7 +58005,7 @@
57848
58005
  "immutable": true,
57849
58006
  "locationInModule": {
57850
58007
  "filename": "src/release/release.ts",
57851
- "line": 793
58008
+ "line": 814
57852
58009
  },
57853
58010
  "name": "minorVersion",
57854
58011
  "optional": true,
@@ -57866,7 +58023,7 @@
57866
58023
  "immutable": true,
57867
58024
  "locationInModule": {
57868
58025
  "filename": "src/release/release.ts",
57869
- "line": 821
58026
+ "line": 842
57870
58027
  },
57871
58028
  "name": "npmDistTag",
57872
58029
  "optional": true,
@@ -57884,7 +58041,7 @@
57884
58041
  "immutable": true,
57885
58042
  "locationInModule": {
57886
58043
  "filename": "src/release/release.ts",
57887
- "line": 800
58044
+ "line": 821
57888
58045
  },
57889
58046
  "name": "prerelease",
57890
58047
  "optional": true,
@@ -57903,7 +58060,7 @@
57903
58060
  "immutable": true,
57904
58061
  "locationInModule": {
57905
58062
  "filename": "src/release/release.ts",
57906
- "line": 814
58063
+ "line": 835
57907
58064
  },
57908
58065
  "name": "tagPrefix",
57909
58066
  "optional": true,
@@ -57921,7 +58078,7 @@
57921
58078
  "immutable": true,
57922
58079
  "locationInModule": {
57923
58080
  "filename": "src/release/release.ts",
57924
- "line": 778
58081
+ "line": 799
57925
58082
  },
57926
58083
  "name": "workflowName",
57927
58084
  "optional": true,
@@ -59772,7 +59929,7 @@
59772
59929
  },
59773
59930
  "locationInModule": {
59774
59931
  "filename": "src/release/release.ts",
59775
- "line": 350
59932
+ "line": 384
59776
59933
  },
59777
59934
  "parameters": [
59778
59935
  {
@@ -59798,7 +59955,7 @@
59798
59955
  "kind": "class",
59799
59956
  "locationInModule": {
59800
59957
  "filename": "src/release/release.ts",
59801
- "line": 306
59958
+ "line": 340
59802
59959
  },
59803
59960
  "methods": [
59804
59961
  {
@@ -59808,7 +59965,7 @@
59808
59965
  },
59809
59966
  "locationInModule": {
59810
59967
  "filename": "src/release/release.ts",
59811
- "line": 314
59968
+ "line": 348
59812
59969
  },
59813
59970
  "name": "of",
59814
59971
  "parameters": [
@@ -59835,7 +59992,7 @@
59835
59992
  },
59836
59993
  "locationInModule": {
59837
59994
  "filename": "src/release/release.ts",
59838
- "line": 485
59995
+ "line": 521
59839
59996
  },
59840
59997
  "name": "addBranch",
59841
59998
  "parameters": [
@@ -59866,7 +60023,7 @@
59866
60023
  },
59867
60024
  "locationInModule": {
59868
60025
  "filename": "src/release/release.ts",
59869
- "line": 552
60026
+ "line": 588
59870
60027
  },
59871
60028
  "name": "addJobs",
59872
60029
  "parameters": [
@@ -59893,7 +60050,7 @@
59893
60050
  },
59894
60051
  "locationInModule": {
59895
60052
  "filename": "src/release/release.ts",
59896
- "line": 535
60053
+ "line": 571
59897
60054
  },
59898
60055
  "name": "preSynthesize",
59899
60056
  "overrides": "projen.Component"
@@ -59910,7 +60067,7 @@
59910
60067
  "immutable": true,
59911
60068
  "locationInModule": {
59912
60069
  "filename": "src/release/release.ts",
59913
- "line": 307
60070
+ "line": 341
59914
60071
  },
59915
60072
  "name": "ANTI_TAMPER_CMD",
59916
60073
  "static": true,
@@ -59926,7 +60083,7 @@
59926
60083
  "immutable": true,
59927
60084
  "locationInModule": {
59928
60085
  "filename": "src/release/release.ts",
59929
- "line": 327
60086
+ "line": 361
59930
60087
  },
59931
60088
  "name": "artifactsDirectory",
59932
60089
  "type": {
@@ -59941,7 +60098,7 @@
59941
60098
  "immutable": true,
59942
60099
  "locationInModule": {
59943
60100
  "filename": "src/release/release.ts",
59944
- "line": 561
60101
+ "line": 597
59945
60102
  },
59946
60103
  "name": "branches",
59947
60104
  "type": {
@@ -59961,7 +60118,7 @@
59961
60118
  "immutable": true,
59962
60119
  "locationInModule": {
59963
60120
  "filename": "src/release/release.ts",
59964
- "line": 322
60121
+ "line": 356
59965
60122
  },
59966
60123
  "name": "publisher",
59967
60124
  "type": {
@@ -59985,7 +60142,7 @@
59985
60142
  "kind": "interface",
59986
60143
  "locationInModule": {
59987
60144
  "filename": "src/release/release.ts",
59988
- "line": 246
60145
+ "line": 280
59989
60146
  },
59990
60147
  "name": "ReleaseOptions",
59991
60148
  "namespace": "release",
@@ -60000,7 +60157,7 @@
60000
60157
  "immutable": true,
60001
60158
  "locationInModule": {
60002
60159
  "filename": "src/release/release.ts",
60003
- "line": 283
60160
+ "line": 317
60004
60161
  },
60005
60162
  "name": "artifactsDirectory",
60006
60163
  "type": {
@@ -60017,7 +60174,7 @@
60017
60174
  "immutable": true,
60018
60175
  "locationInModule": {
60019
60176
  "filename": "src/release/release.ts",
60020
- "line": 269
60177
+ "line": 303
60021
60178
  },
60022
60179
  "name": "branch",
60023
60180
  "type": {
@@ -60034,7 +60191,7 @@
60034
60191
  "immutable": true,
60035
60192
  "locationInModule": {
60036
60193
  "filename": "src/release/release.ts",
60037
- "line": 252
60194
+ "line": 286
60038
60195
  },
60039
60196
  "name": "task",
60040
60197
  "type": {
@@ -60051,7 +60208,7 @@
60051
60208
  "immutable": true,
60052
60209
  "locationInModule": {
60053
60210
  "filename": "src/release/release.ts",
60054
- "line": 259
60211
+ "line": 293
60055
60212
  },
60056
60213
  "name": "versionFile",
60057
60214
  "type": {
@@ -60068,7 +60225,7 @@
60068
60225
  "immutable": true,
60069
60226
  "locationInModule": {
60070
60227
  "filename": "src/release/release.ts",
60071
- "line": 276
60228
+ "line": 310
60072
60229
  },
60073
60230
  "name": "githubRelease",
60074
60231
  "optional": true,
@@ -60087,7 +60244,7 @@
60087
60244
  "immutable": true,
60088
60245
  "locationInModule": {
60089
60246
  "filename": "src/release/release.ts",
60090
- "line": 292
60247
+ "line": 326
60091
60248
  },
60092
60249
  "name": "workflowNodeVersion",
60093
60250
  "optional": true,
@@ -60105,7 +60262,7 @@
60105
60262
  "immutable": true,
60106
60263
  "locationInModule": {
60107
60264
  "filename": "src/release/release.ts",
60108
- "line": 298
60265
+ "line": 332
60109
60266
  },
60110
60267
  "name": "workflowPermissions",
60111
60268
  "optional": true,
@@ -60132,6 +60289,25 @@
60132
60289
  "name": "ReleaseProjectOptions",
60133
60290
  "namespace": "release",
60134
60291
  "properties": [
60292
+ {
60293
+ "abstract": true,
60294
+ "docs": {
60295
+ "default": "- A recent version of \"commit-and-tag-version\"",
60296
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
60297
+ "stability": "experimental",
60298
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
60299
+ },
60300
+ "immutable": true,
60301
+ "locationInModule": {
60302
+ "filename": "src/release/release.ts",
60303
+ "line": 249
60304
+ },
60305
+ "name": "bumpPackage",
60306
+ "optional": true,
60307
+ "type": {
60308
+ "primitive": "string"
60309
+ }
60310
+ },
60135
60311
  {
60136
60312
  "abstract": true,
60137
60313
  "docs": {
@@ -60188,6 +60364,25 @@
60188
60364
  "primitive": "number"
60189
60365
  }
60190
60366
  },
60367
+ {
60368
+ "abstract": true,
60369
+ "docs": {
60370
+ "default": "- The next version will be determined based on the commit history and project settings.",
60371
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
60372
+ "stability": "experimental",
60373
+ "summary": "A shell command to control the next version to release."
60374
+ },
60375
+ "immutable": true,
60376
+ "locationInModule": {
60377
+ "filename": "src/release/release.ts",
60378
+ "line": 274
60379
+ },
60380
+ "name": "nextVersionCommand",
60381
+ "optional": true,
60382
+ "type": {
60383
+ "primitive": "string"
60384
+ }
60385
+ },
60191
60386
  {
60192
60387
  "abstract": true,
60193
60388
  "docs": {
@@ -65031,6 +65226,6 @@
65031
65226
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
65032
65227
  }
65033
65228
  },
65034
- "version": "0.90.1",
65035
- "fingerprint": "Tb3lyQgpyDHL/pG3a7EFxkNc8aND86Fq5IDGl4um4is="
65229
+ "version": "0.90.3",
65230
+ "fingerprint": "+YmsXvS3xBpR+Kuf9GdpM3fOKxfEPZx4JE88LgsbteY="
65036
65231
  }