projen 0.53.11 → 0.53.14

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 (119) hide show
  1. package/.jsii +155 -104
  2. package/changelog.md +1 -1
  3. package/docs/api/API.md +18 -12
  4. package/lib/awscdk/auto-discover.js +4 -4
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.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-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-project.js +1 -1
  38. package/lib/github/github.js +1 -1
  39. package/lib/github/mergify.js +1 -1
  40. package/lib/github/pr-template.js +1 -1
  41. package/lib/github/pull-request-lint.js +1 -1
  42. package/lib/github/stale.js +1 -1
  43. package/lib/github/task-workflow.js +1 -1
  44. package/lib/github/workflows.js +1 -1
  45. package/lib/gitlab/configuration.js +1 -1
  46. package/lib/gitlab/gitlab-configuration.js +1 -1
  47. package/lib/gitlab/nested-configuration.js +1 -1
  48. package/lib/gitpod.js +1 -1
  49. package/lib/ignore-file.js +1 -1
  50. package/lib/ini.js +1 -1
  51. package/lib/java/java-project.js +1 -1
  52. package/lib/java/junit.js +1 -1
  53. package/lib/java/maven-compile.js +1 -1
  54. package/lib/java/maven-packaging.js +1 -1
  55. package/lib/java/maven-sample.js +1 -1
  56. package/lib/java/pom.js +1 -1
  57. package/lib/java/projenrc.js +1 -1
  58. package/lib/javascript/bundler.js +1 -1
  59. package/lib/javascript/eslint.js +1 -1
  60. package/lib/javascript/jest.js +1 -1
  61. package/lib/javascript/node-package.js +1 -1
  62. package/lib/javascript/node-project.js +1 -1
  63. package/lib/javascript/npm-config.js +1 -1
  64. package/lib/javascript/prettier.js +1 -1
  65. package/lib/javascript/projenrc.js +1 -1
  66. package/lib/javascript/typescript-config.js +1 -1
  67. package/lib/javascript/upgrade-dependencies.d.ts +5 -2
  68. package/lib/javascript/upgrade-dependencies.js +51 -41
  69. package/lib/json.js +1 -1
  70. package/lib/license.js +1 -1
  71. package/lib/logger.js +1 -1
  72. package/lib/makefile.js +1 -1
  73. package/lib/object-file.js +1 -1
  74. package/lib/project-build.js +1 -1
  75. package/lib/project.js +1 -1
  76. package/lib/projects.js +1 -1
  77. package/lib/projenrc-json.js +1 -1
  78. package/lib/python/pip.js +1 -1
  79. package/lib/python/poetry.js +2 -2
  80. package/lib/python/projenrc.js +1 -1
  81. package/lib/python/pytest-sample.js +1 -1
  82. package/lib/python/pytest.js +1 -1
  83. package/lib/python/python-project.js +1 -1
  84. package/lib/python/python-sample.js +1 -1
  85. package/lib/python/requirements-file.js +1 -1
  86. package/lib/python/setuppy.js +1 -1
  87. package/lib/python/setuptools.js +1 -1
  88. package/lib/python/venv.js +1 -1
  89. package/lib/readme.js +1 -1
  90. package/lib/release/publisher.js +1 -1
  91. package/lib/release/release-trigger.js +1 -1
  92. package/lib/release/release.d.ts +14 -0
  93. package/lib/release/release.js +26 -2
  94. package/lib/sample-file.js +2 -2
  95. package/lib/semver.js +1 -1
  96. package/lib/source-code.js +1 -1
  97. package/lib/task-runtime.js +1 -1
  98. package/lib/task.d.ts +4 -0
  99. package/lib/task.js +12 -4
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +3 -3
  118. package/releasetag.txt +1 -1
  119. package/version.txt +1 -1
package/.jsii CHANGED
@@ -7256,7 +7256,7 @@
7256
7256
  },
7257
7257
  "locationInModule": {
7258
7258
  "filename": "src/task.ts",
7259
- "line": 39
7259
+ "line": 44
7260
7260
  },
7261
7261
  "parameters": [
7262
7262
  {
@@ -7277,7 +7277,7 @@
7277
7277
  "kind": "class",
7278
7278
  "locationInModule": {
7279
7279
  "filename": "src/task.ts",
7280
- "line": 20
7280
+ "line": 25
7281
7281
  },
7282
7282
  "methods": [
7283
7283
  {
@@ -7288,7 +7288,7 @@
7288
7288
  },
7289
7289
  "locationInModule": {
7290
7290
  "filename": "src/task.ts",
7291
- "line": 113
7291
+ "line": 122
7292
7292
  },
7293
7293
  "name": "builtin",
7294
7294
  "parameters": [
@@ -7310,7 +7310,7 @@
7310
7310
  },
7311
7311
  "locationInModule": {
7312
7312
  "filename": "src/task.ts",
7313
- "line": 191
7313
+ "line": 200
7314
7314
  },
7315
7315
  "name": "env",
7316
7316
  "parameters": [
@@ -7342,7 +7342,7 @@
7342
7342
  },
7343
7343
  "locationInModule": {
7344
7344
  "filename": "src/task.ts",
7345
- "line": 97
7345
+ "line": 106
7346
7346
  },
7347
7347
  "name": "exec",
7348
7348
  "parameters": [
@@ -7374,7 +7374,7 @@
7374
7374
  },
7375
7375
  "locationInModule": {
7376
7376
  "filename": "src/task.ts",
7377
- "line": 58
7377
+ "line": 67
7378
7378
  },
7379
7379
  "name": "lock"
7380
7380
  },
@@ -7386,7 +7386,7 @@
7386
7386
  },
7387
7387
  "locationInModule": {
7388
7388
  "filename": "src/task.ts",
7389
- "line": 134
7389
+ "line": 143
7390
7390
  },
7391
7391
  "name": "prepend",
7392
7392
  "parameters": [
@@ -7415,7 +7415,7 @@
7415
7415
  },
7416
7416
  "locationInModule": {
7417
7417
  "filename": "src/task.ts",
7418
- "line": 152
7418
+ "line": 161
7419
7419
  },
7420
7420
  "name": "prependExec",
7421
7421
  "parameters": [
@@ -7444,7 +7444,7 @@
7444
7444
  },
7445
7445
  "locationInModule": {
7446
7446
  "filename": "src/task.ts",
7447
- "line": 176
7447
+ "line": 185
7448
7448
  },
7449
7449
  "name": "prependSay",
7450
7450
  "parameters": [
@@ -7473,7 +7473,7 @@
7473
7473
  },
7474
7474
  "locationInModule": {
7475
7475
  "filename": "src/task.ts",
7476
- "line": 164
7476
+ "line": 173
7477
7477
  },
7478
7478
  "name": "prependSpawn",
7479
7479
  "parameters": [
@@ -7502,7 +7502,7 @@
7502
7502
  },
7503
7503
  "locationInModule": {
7504
7504
  "filename": "src/task.ts",
7505
- "line": 80
7505
+ "line": 89
7506
7506
  },
7507
7507
  "name": "reset",
7508
7508
  "parameters": [
@@ -7532,7 +7532,7 @@
7532
7532
  },
7533
7533
  "locationInModule": {
7534
7534
  "filename": "src/task.ts",
7535
- "line": 123
7535
+ "line": 132
7536
7536
  },
7537
7537
  "name": "say",
7538
7538
  "parameters": [
@@ -7564,7 +7564,7 @@
7564
7564
  },
7565
7565
  "locationInModule": {
7566
7566
  "filename": "src/task.ts",
7567
- "line": 143
7567
+ "line": 152
7568
7568
  },
7569
7569
  "name": "spawn",
7570
7570
  "parameters": [
@@ -7597,7 +7597,7 @@
7597
7597
  "immutable": true,
7598
7598
  "locationInModule": {
7599
7599
  "filename": "src/task.ts",
7600
- "line": 24
7600
+ "line": 29
7601
7601
  },
7602
7602
  "name": "name",
7603
7603
  "type": {
@@ -7612,7 +7612,7 @@
7612
7612
  "immutable": true,
7613
7613
  "locationInModule": {
7614
7614
  "filename": "src/task.ts",
7615
- "line": 199
7615
+ "line": 208
7616
7616
  },
7617
7617
  "name": "steps",
7618
7618
  "type": {
@@ -7633,7 +7633,7 @@
7633
7633
  "immutable": true,
7634
7634
  "locationInModule": {
7635
7635
  "filename": "src/task.ts",
7636
- "line": 30
7636
+ "line": 35
7637
7637
  },
7638
7638
  "name": "condition",
7639
7639
  "optional": true,
@@ -7649,7 +7649,7 @@
7649
7649
  },
7650
7650
  "locationInModule": {
7651
7651
  "filename": "src/task.ts",
7652
- "line": 65
7652
+ "line": 74
7653
7653
  },
7654
7654
  "name": "description",
7655
7655
  "optional": true,
@@ -7812,6 +7812,28 @@
7812
7812
  "type": {
7813
7813
  "primitive": "string"
7814
7814
  }
7815
+ },
7816
+ {
7817
+ "abstract": true,
7818
+ "docs": {
7819
+ "stability": "experimental",
7820
+ "summary": "List of task steps to run."
7821
+ },
7822
+ "immutable": true,
7823
+ "locationInModule": {
7824
+ "filename": "src/task.ts",
7825
+ "line": 18
7826
+ },
7827
+ "name": "steps",
7828
+ "optional": true,
7829
+ "type": {
7830
+ "collection": {
7831
+ "elementtype": {
7832
+ "fqn": "projen.TaskStep"
7833
+ },
7834
+ "kind": "array"
7835
+ }
7836
+ }
7815
7837
  }
7816
7838
  ],
7817
7839
  "symbolId": "src/task:TaskOptions"
@@ -36575,7 +36597,7 @@
36575
36597
  },
36576
36598
  "locationInModule": {
36577
36599
  "filename": "src/javascript/upgrade-dependencies.ts",
36578
- "line": 117
36600
+ "line": 124
36579
36601
  },
36580
36602
  "parameters": [
36581
36603
  {
@@ -36596,7 +36618,7 @@
36596
36618
  "kind": "class",
36597
36619
  "locationInModule": {
36598
36620
  "filename": "src/javascript/upgrade-dependencies.ts",
36599
- "line": 89
36621
+ "line": 91
36600
36622
  },
36601
36623
  "methods": [
36602
36624
  {
@@ -36606,7 +36628,7 @@
36606
36628
  },
36607
36629
  "locationInModule": {
36608
36630
  "filename": "src/javascript/upgrade-dependencies.ts",
36609
- "line": 141
36631
+ "line": 181
36610
36632
  },
36611
36633
  "name": "addPostBuildSteps",
36612
36634
  "parameters": [
@@ -36622,18 +36644,6 @@
36622
36644
  }
36623
36645
  ],
36624
36646
  "variadic": true
36625
- },
36626
- {
36627
- "docs": {
36628
- "stability": "experimental",
36629
- "summary": "Called before synthesis."
36630
- },
36631
- "locationInModule": {
36632
- "filename": "src/javascript/upgrade-dependencies.ts",
36633
- "line": 146
36634
- },
36635
- "name": "preSynthesize",
36636
- "overrides": "projen.Component"
36637
36647
  }
36638
36648
  ],
36639
36649
  "name": "UpgradeDependencies",
@@ -36647,7 +36657,7 @@
36647
36657
  "immutable": true,
36648
36658
  "locationInModule": {
36649
36659
  "filename": "src/javascript/upgrade-dependencies.ts",
36650
- "line": 102
36660
+ "line": 104
36651
36661
  },
36652
36662
  "name": "ignoresProjen",
36653
36663
  "type": {
@@ -36662,13 +36672,28 @@
36662
36672
  "immutable": true,
36663
36673
  "locationInModule": {
36664
36674
  "filename": "src/javascript/upgrade-dependencies.ts",
36665
- "line": 112
36675
+ "line": 119
36666
36676
  },
36667
36677
  "name": "postUpgradeTask",
36668
36678
  "type": {
36669
36679
  "fqn": "projen.Task"
36670
36680
  }
36671
36681
  },
36682
+ {
36683
+ "docs": {
36684
+ "stability": "experimental",
36685
+ "summary": "The upgrade task."
36686
+ },
36687
+ "immutable": true,
36688
+ "locationInModule": {
36689
+ "filename": "src/javascript/upgrade-dependencies.ts",
36690
+ "line": 114
36691
+ },
36692
+ "name": "upgradeTask",
36693
+ "type": {
36694
+ "fqn": "projen.Task"
36695
+ }
36696
+ },
36672
36697
  {
36673
36698
  "docs": {
36674
36699
  "remarks": "One workflow per branch.",
@@ -36678,7 +36703,7 @@
36678
36703
  "immutable": true,
36679
36704
  "locationInModule": {
36680
36705
  "filename": "src/javascript/upgrade-dependencies.ts",
36681
- "line": 93
36706
+ "line": 95
36682
36707
  },
36683
36708
  "name": "workflows",
36684
36709
  "type": {
@@ -36697,7 +36722,7 @@
36697
36722
  },
36698
36723
  "locationInModule": {
36699
36724
  "filename": "src/javascript/upgrade-dependencies.ts",
36700
- "line": 107
36725
+ "line": 109
36701
36726
  },
36702
36727
  "name": "containerOptions",
36703
36728
  "optional": true,
@@ -36719,7 +36744,7 @@
36719
36744
  "kind": "interface",
36720
36745
  "locationInModule": {
36721
36746
  "filename": "src/javascript/upgrade-dependencies.ts",
36722
- "line": 23
36747
+ "line": 25
36723
36748
  },
36724
36749
  "name": "UpgradeDependenciesOptions",
36725
36750
  "namespace": "javascript",
@@ -36734,7 +36759,7 @@
36734
36759
  "immutable": true,
36735
36760
  "locationInModule": {
36736
36761
  "filename": "src/javascript/upgrade-dependencies.ts",
36737
- "line": 29
36762
+ "line": 31
36738
36763
  },
36739
36764
  "name": "exclude",
36740
36765
  "optional": true,
@@ -36757,7 +36782,7 @@
36757
36782
  "immutable": true,
36758
36783
  "locationInModule": {
36759
36784
  "filename": "src/javascript/upgrade-dependencies.ts",
36760
- "line": 76
36785
+ "line": 78
36761
36786
  },
36762
36787
  "name": "ignoreProjen",
36763
36788
  "optional": true,
@@ -36775,7 +36800,7 @@
36775
36800
  "immutable": true,
36776
36801
  "locationInModule": {
36777
36802
  "filename": "src/javascript/upgrade-dependencies.ts",
36778
- "line": 36
36803
+ "line": 38
36779
36804
  },
36780
36805
  "name": "include",
36781
36806
  "optional": true,
@@ -36798,7 +36823,7 @@
36798
36823
  "immutable": true,
36799
36824
  "locationInModule": {
36800
36825
  "filename": "src/javascript/upgrade-dependencies.ts",
36801
- "line": 69
36826
+ "line": 71
36802
36827
  },
36803
36828
  "name": "pullRequestTitle",
36804
36829
  "optional": true,
@@ -36816,7 +36841,7 @@
36816
36841
  "immutable": true,
36817
36842
  "locationInModule": {
36818
36843
  "filename": "src/javascript/upgrade-dependencies.ts",
36819
- "line": 83
36844
+ "line": 85
36820
36845
  },
36821
36846
  "name": "signoff",
36822
36847
  "optional": true,
@@ -36835,7 +36860,7 @@
36835
36860
  "immutable": true,
36836
36861
  "locationInModule": {
36837
36862
  "filename": "src/javascript/upgrade-dependencies.ts",
36838
- "line": 62
36863
+ "line": 64
36839
36864
  },
36840
36865
  "name": "taskName",
36841
36866
  "optional": true,
@@ -36854,7 +36879,7 @@
36854
36879
  "immutable": true,
36855
36880
  "locationInModule": {
36856
36881
  "filename": "src/javascript/upgrade-dependencies.ts",
36857
- "line": 47
36882
+ "line": 49
36858
36883
  },
36859
36884
  "name": "workflow",
36860
36885
  "optional": true,
@@ -36873,7 +36898,7 @@
36873
36898
  "immutable": true,
36874
36899
  "locationInModule": {
36875
36900
  "filename": "src/javascript/upgrade-dependencies.ts",
36876
- "line": 54
36901
+ "line": 56
36877
36902
  },
36878
36903
  "name": "workflowOptions",
36879
36904
  "optional": true,
@@ -36894,7 +36919,7 @@
36894
36919
  "kind": "class",
36895
36920
  "locationInModule": {
36896
36921
  "filename": "src/javascript/upgrade-dependencies.ts",
36897
- "line": 489
36922
+ "line": 500
36898
36923
  },
36899
36924
  "methods": [
36900
36925
  {
@@ -36904,7 +36929,7 @@
36904
36929
  },
36905
36930
  "locationInModule": {
36906
36931
  "filename": "src/javascript/upgrade-dependencies.ts",
36907
- "line": 524
36932
+ "line": 535
36908
36933
  },
36909
36934
  "name": "expressions",
36910
36935
  "parameters": [
@@ -36940,7 +36965,7 @@
36940
36965
  "immutable": true,
36941
36966
  "locationInModule": {
36942
36967
  "filename": "src/javascript/upgrade-dependencies.ts",
36943
- "line": 498
36968
+ "line": 509
36944
36969
  },
36945
36970
  "name": "DAILY",
36946
36971
  "static": true,
@@ -36957,7 +36982,7 @@
36957
36982
  "immutable": true,
36958
36983
  "locationInModule": {
36959
36984
  "filename": "src/javascript/upgrade-dependencies.ts",
36960
- "line": 517
36985
+ "line": 528
36961
36986
  },
36962
36987
  "name": "MONTHLY",
36963
36988
  "static": true,
@@ -36974,7 +36999,7 @@
36974
36999
  "immutable": true,
36975
37000
  "locationInModule": {
36976
37001
  "filename": "src/javascript/upgrade-dependencies.ts",
36977
- "line": 493
37002
+ "line": 504
36978
37003
  },
36979
37004
  "name": "NEVER",
36980
37005
  "static": true,
@@ -36991,7 +37016,7 @@
36991
37016
  "immutable": true,
36992
37017
  "locationInModule": {
36993
37018
  "filename": "src/javascript/upgrade-dependencies.ts",
36994
- "line": 503
37019
+ "line": 514
36995
37020
  },
36996
37021
  "name": "WEEKDAY",
36997
37022
  "static": true,
@@ -37008,7 +37033,7 @@
37008
37033
  "immutable": true,
37009
37034
  "locationInModule": {
37010
37035
  "filename": "src/javascript/upgrade-dependencies.ts",
37011
- "line": 510
37036
+ "line": 521
37012
37037
  },
37013
37038
  "name": "WEEKLY",
37014
37039
  "static": true,
@@ -37023,7 +37048,7 @@
37023
37048
  "immutable": true,
37024
37049
  "locationInModule": {
37025
37050
  "filename": "src/javascript/upgrade-dependencies.ts",
37026
- "line": 528
37051
+ "line": 539
37027
37052
  },
37028
37053
  "name": "cron",
37029
37054
  "type": {
@@ -37049,7 +37074,7 @@
37049
37074
  "kind": "interface",
37050
37075
  "locationInModule": {
37051
37076
  "filename": "src/javascript/upgrade-dependencies.ts",
37052
- "line": 421
37077
+ "line": 432
37053
37078
  },
37054
37079
  "name": "UpgradeDependenciesWorkflowOptions",
37055
37080
  "namespace": "javascript",
@@ -37064,7 +37089,7 @@
37064
37089
  "immutable": true,
37065
37090
  "locationInModule": {
37066
37091
  "filename": "src/javascript/upgrade-dependencies.ts",
37067
- "line": 457
37092
+ "line": 468
37068
37093
  },
37069
37094
  "name": "assignees",
37070
37095
  "optional": true,
@@ -37087,7 +37112,7 @@
37087
37112
  "immutable": true,
37088
37113
  "locationInModule": {
37089
37114
  "filename": "src/javascript/upgrade-dependencies.ts",
37090
- "line": 471
37115
+ "line": 482
37091
37116
  },
37092
37117
  "name": "branches",
37093
37118
  "optional": true,
@@ -37110,7 +37135,7 @@
37110
37135
  "immutable": true,
37111
37136
  "locationInModule": {
37112
37137
  "filename": "src/javascript/upgrade-dependencies.ts",
37113
- "line": 464
37138
+ "line": 475
37114
37139
  },
37115
37140
  "name": "container",
37116
37141
  "optional": true,
@@ -37131,7 +37156,7 @@
37131
37156
  "immutable": true,
37132
37157
  "locationInModule": {
37133
37158
  "filename": "src/javascript/upgrade-dependencies.ts",
37134
- "line": 477
37159
+ "line": 488
37135
37160
  },
37136
37161
  "name": "gitIdentity",
37137
37162
  "optional": true,
@@ -37149,7 +37174,7 @@
37149
37174
  "immutable": true,
37150
37175
  "locationInModule": {
37151
37176
  "filename": "src/javascript/upgrade-dependencies.ts",
37152
- "line": 450
37177
+ "line": 461
37153
37178
  },
37154
37179
  "name": "labels",
37155
37180
  "optional": true,
@@ -37172,7 +37197,7 @@
37172
37197
  "immutable": true,
37173
37198
  "locationInModule": {
37174
37199
  "filename": "src/javascript/upgrade-dependencies.ts",
37175
- "line": 483
37200
+ "line": 494
37176
37201
  },
37177
37202
  "name": "runsOn",
37178
37203
  "optional": true,
@@ -37195,7 +37220,7 @@
37195
37220
  "immutable": true,
37196
37221
  "locationInModule": {
37197
37222
  "filename": "src/javascript/upgrade-dependencies.ts",
37198
- "line": 427
37223
+ "line": 438
37199
37224
  },
37200
37225
  "name": "schedule",
37201
37226
  "optional": true,
@@ -37215,7 +37240,7 @@
37215
37240
  "immutable": true,
37216
37241
  "locationInModule": {
37217
37242
  "filename": "src/javascript/upgrade-dependencies.ts",
37218
- "line": 443
37243
+ "line": 454
37219
37244
  },
37220
37245
  "name": "secret",
37221
37246
  "optional": true,
@@ -39839,7 +39864,7 @@
39839
39864
  "kind": "interface",
39840
39865
  "locationInModule": {
39841
39866
  "filename": "src/release/release.ts",
39842
- "line": 572
39867
+ "line": 603
39843
39868
  },
39844
39869
  "name": "BranchOptions",
39845
39870
  "namespace": "release",
@@ -39853,7 +39878,7 @@
39853
39878
  "immutable": true,
39854
39879
  "locationInModule": {
39855
39880
  "filename": "src/release/release.ts",
39856
- "line": 582
39881
+ "line": 613
39857
39882
  },
39858
39883
  "name": "majorVersion",
39859
39884
  "type": {
@@ -39870,7 +39895,7 @@
39870
39895
  "immutable": true,
39871
39896
  "locationInModule": {
39872
39897
  "filename": "src/release/release.ts",
39873
- "line": 610
39898
+ "line": 641
39874
39899
  },
39875
39900
  "name": "npmDistTag",
39876
39901
  "optional": true,
@@ -39888,7 +39913,7 @@
39888
39913
  "immutable": true,
39889
39914
  "locationInModule": {
39890
39915
  "filename": "src/release/release.ts",
39891
- "line": 589
39916
+ "line": 620
39892
39917
  },
39893
39918
  "name": "prerelease",
39894
39919
  "optional": true,
@@ -39907,7 +39932,7 @@
39907
39932
  "immutable": true,
39908
39933
  "locationInModule": {
39909
39934
  "filename": "src/release/release.ts",
39910
- "line": 603
39935
+ "line": 634
39911
39936
  },
39912
39937
  "name": "tagPrefix",
39913
39938
  "optional": true,
@@ -39925,7 +39950,7 @@
39925
39950
  "immutable": true,
39926
39951
  "locationInModule": {
39927
39952
  "filename": "src/release/release.ts",
39928
- "line": 577
39953
+ "line": 608
39929
39954
  },
39930
39955
  "name": "workflowName",
39931
39956
  "optional": true,
@@ -41466,7 +41491,7 @@
41466
41491
  },
41467
41492
  "locationInModule": {
41468
41493
  "filename": "src/release/release.ts",
41469
- "line": 250
41494
+ "line": 263
41470
41495
  },
41471
41496
  "parameters": [
41472
41497
  {
@@ -41486,9 +41511,35 @@
41486
41511
  "kind": "class",
41487
41512
  "locationInModule": {
41488
41513
  "filename": "src/release/release.ts",
41489
- "line": 226
41514
+ "line": 228
41490
41515
  },
41491
41516
  "methods": [
41517
+ {
41518
+ "docs": {
41519
+ "stability": "experimental",
41520
+ "summary": "Returns the `Release` component of a project or `undefined` if the project does not have a Release component."
41521
+ },
41522
+ "locationInModule": {
41523
+ "filename": "src/release/release.ts",
41524
+ "line": 233
41525
+ },
41526
+ "name": "of",
41527
+ "parameters": [
41528
+ {
41529
+ "name": "project",
41530
+ "type": {
41531
+ "fqn": "projen.github.GitHubProject"
41532
+ }
41533
+ }
41534
+ ],
41535
+ "returns": {
41536
+ "optional": true,
41537
+ "type": {
41538
+ "fqn": "projen.release.Release"
41539
+ }
41540
+ },
41541
+ "static": true
41542
+ },
41492
41543
  {
41493
41544
  "docs": {
41494
41545
  "remarks": "It is a git branch from which releases are published. If a project has more than one release\nbranch, we require that `majorVersion` is also specified for the primary branch in order to\nensure branches always release the correct version.",
@@ -41497,7 +41548,7 @@
41497
41548
  },
41498
41549
  "locationInModule": {
41499
41550
  "filename": "src/release/release.ts",
41500
- "line": 352
41551
+ "line": 378
41501
41552
  },
41502
41553
  "name": "addBranch",
41503
41554
  "parameters": [
@@ -41528,7 +41579,7 @@
41528
41579
  },
41529
41580
  "locationInModule": {
41530
41581
  "filename": "src/release/release.ts",
41531
- "line": 414
41582
+ "line": 445
41532
41583
  },
41533
41584
  "name": "addJobs",
41534
41585
  "parameters": [
@@ -41555,7 +41606,7 @@
41555
41606
  },
41556
41607
  "locationInModule": {
41557
41608
  "filename": "src/release/release.ts",
41558
- "line": 397
41609
+ "line": 428
41559
41610
  },
41560
41611
  "name": "preSynthesize",
41561
41612
  "overrides": "projen.Component"
@@ -41572,7 +41623,7 @@
41572
41623
  "immutable": true,
41573
41624
  "locationInModule": {
41574
41625
  "filename": "src/release/release.ts",
41575
- "line": 248
41626
+ "line": 261
41576
41627
  },
41577
41628
  "name": "artifactsDirectory",
41578
41629
  "type": {
@@ -41587,7 +41638,7 @@
41587
41638
  "immutable": true,
41588
41639
  "locationInModule": {
41589
41640
  "filename": "src/release/release.ts",
41590
- "line": 423
41641
+ "line": 454
41591
41642
  },
41592
41643
  "name": "branches",
41593
41644
  "type": {
@@ -41607,7 +41658,7 @@
41607
41658
  "immutable": true,
41608
41659
  "locationInModule": {
41609
41660
  "filename": "src/release/release.ts",
41610
- "line": 230
41661
+ "line": 241
41611
41662
  },
41612
41663
  "name": "publisher",
41613
41664
  "type": {
@@ -41631,7 +41682,7 @@
41631
41682
  "kind": "interface",
41632
41683
  "locationInModule": {
41633
41684
  "filename": "src/release/release.ts",
41634
- "line": 181
41685
+ "line": 183
41635
41686
  },
41636
41687
  "name": "ReleaseOptions",
41637
41688
  "namespace": "release",
@@ -41646,7 +41697,7 @@
41646
41697
  "immutable": true,
41647
41698
  "locationInModule": {
41648
41699
  "filename": "src/release/release.ts",
41649
- "line": 218
41700
+ "line": 220
41650
41701
  },
41651
41702
  "name": "artifactsDirectory",
41652
41703
  "type": {
@@ -41663,7 +41714,7 @@
41663
41714
  "immutable": true,
41664
41715
  "locationInModule": {
41665
41716
  "filename": "src/release/release.ts",
41666
- "line": 204
41717
+ "line": 206
41667
41718
  },
41668
41719
  "name": "branch",
41669
41720
  "type": {
@@ -41680,7 +41731,7 @@
41680
41731
  "immutable": true,
41681
41732
  "locationInModule": {
41682
41733
  "filename": "src/release/release.ts",
41683
- "line": 187
41734
+ "line": 189
41684
41735
  },
41685
41736
  "name": "task",
41686
41737
  "type": {
@@ -41697,7 +41748,7 @@
41697
41748
  "immutable": true,
41698
41749
  "locationInModule": {
41699
41750
  "filename": "src/release/release.ts",
41700
- "line": 194
41751
+ "line": 196
41701
41752
  },
41702
41753
  "name": "versionFile",
41703
41754
  "type": {
@@ -41714,7 +41765,7 @@
41714
41765
  "immutable": true,
41715
41766
  "locationInModule": {
41716
41767
  "filename": "src/release/release.ts",
41717
- "line": 211
41768
+ "line": 213
41718
41769
  },
41719
41770
  "name": "githubRelease",
41720
41771
  "optional": true,
@@ -41736,7 +41787,7 @@
41736
41787
  "kind": "interface",
41737
41788
  "locationInModule": {
41738
41789
  "filename": "src/release/release.ts",
41739
- "line": 18
41790
+ "line": 20
41740
41791
  },
41741
41792
  "name": "ReleaseProjectOptions",
41742
41793
  "namespace": "release",
@@ -41751,7 +41802,7 @@
41751
41802
  "immutable": true,
41752
41803
  "locationInModule": {
41753
41804
  "filename": "src/release/release.ts",
41754
- "line": 61
41805
+ "line": 63
41755
41806
  },
41756
41807
  "name": "jsiiReleaseVersion",
41757
41808
  "optional": true,
@@ -41770,7 +41821,7 @@
41770
41821
  "immutable": true,
41771
41822
  "locationInModule": {
41772
41823
  "filename": "src/release/release.ts",
41773
- "line": 77
41824
+ "line": 79
41774
41825
  },
41775
41826
  "name": "majorVersion",
41776
41827
  "optional": true,
@@ -41789,7 +41840,7 @@
41789
41840
  "immutable": true,
41790
41841
  "locationInModule": {
41791
41842
  "filename": "src/release/release.ts",
41792
- "line": 95
41843
+ "line": 97
41793
41844
  },
41794
41845
  "name": "npmDistTag",
41795
41846
  "optional": true,
@@ -41807,7 +41858,7 @@
41807
41858
  "immutable": true,
41808
41859
  "locationInModule": {
41809
41860
  "filename": "src/release/release.ts",
41810
- "line": 67
41861
+ "line": 69
41811
41862
  },
41812
41863
  "name": "postBuildSteps",
41813
41864
  "optional": true,
@@ -41830,7 +41881,7 @@
41830
41881
  "immutable": true,
41831
41882
  "locationInModule": {
41832
41883
  "filename": "src/release/release.ts",
41833
- "line": 85
41884
+ "line": 87
41834
41885
  },
41835
41886
  "name": "prerelease",
41836
41887
  "optional": true,
@@ -41848,7 +41899,7 @@
41848
41899
  "immutable": true,
41849
41900
  "locationInModule": {
41850
41901
  "filename": "src/release/release.ts",
41851
- "line": 175
41902
+ "line": 177
41852
41903
  },
41853
41904
  "name": "publishDryRun",
41854
41905
  "optional": true,
@@ -41867,7 +41918,7 @@
41867
41918
  "immutable": true,
41868
41919
  "locationInModule": {
41869
41920
  "filename": "src/release/release.ts",
41870
- "line": 168
41921
+ "line": 170
41871
41922
  },
41872
41923
  "name": "publishTasks",
41873
41924
  "optional": true,
@@ -41886,7 +41937,7 @@
41886
41937
  "immutable": true,
41887
41938
  "locationInModule": {
41888
41939
  "filename": "src/release/release.ts",
41889
- "line": 115
41940
+ "line": 117
41890
41941
  },
41891
41942
  "name": "releaseBranches",
41892
41943
  "optional": true,
@@ -41910,7 +41961,7 @@
41910
41961
  "immutable": true,
41911
41962
  "locationInModule": {
41912
41963
  "filename": "src/release/release.ts",
41913
- "line": 26
41964
+ "line": 28
41914
41965
  },
41915
41966
  "name": "releaseEveryCommit",
41916
41967
  "optional": true,
@@ -41928,7 +41979,7 @@
41928
41979
  "immutable": true,
41929
41980
  "locationInModule": {
41930
41981
  "filename": "src/release/release.ts",
41931
- "line": 122
41982
+ "line": 124
41932
41983
  },
41933
41984
  "name": "releaseFailureIssue",
41934
41985
  "optional": true,
@@ -41947,7 +41998,7 @@
41947
41998
  "immutable": true,
41948
41999
  "locationInModule": {
41949
42000
  "filename": "src/release/release.ts",
41950
- "line": 130
42001
+ "line": 132
41951
42002
  },
41952
42003
  "name": "releaseFailureIssueLabel",
41953
42004
  "optional": true,
@@ -41966,7 +42017,7 @@
41966
42017
  "immutable": true,
41967
42018
  "locationInModule": {
41968
42019
  "filename": "src/release/release.ts",
41969
- "line": 35
42020
+ "line": 37
41970
42021
  },
41971
42022
  "name": "releaseSchedule",
41972
42023
  "optional": true,
@@ -41985,7 +42036,7 @@
41985
42036
  "immutable": true,
41986
42037
  "locationInModule": {
41987
42038
  "filename": "src/release/release.ts",
41988
- "line": 144
42039
+ "line": 146
41989
42040
  },
41990
42041
  "name": "releaseTagPrefix",
41991
42042
  "optional": true,
@@ -42003,7 +42054,7 @@
42003
42054
  "immutable": true,
42004
42055
  "locationInModule": {
42005
42056
  "filename": "src/release/release.ts",
42006
- "line": 42
42057
+ "line": 44
42007
42058
  },
42008
42059
  "name": "releaseTrigger",
42009
42060
  "optional": true,
@@ -42021,7 +42072,7 @@
42021
42072
  "immutable": true,
42022
42073
  "locationInModule": {
42023
42074
  "filename": "src/release/release.ts",
42024
- "line": 102
42075
+ "line": 104
42025
42076
  },
42026
42077
  "name": "releaseWorkflowName",
42027
42078
  "optional": true,
@@ -42038,7 +42089,7 @@
42038
42089
  "immutable": true,
42039
42090
  "locationInModule": {
42040
42091
  "filename": "src/release/release.ts",
42041
- "line": 48
42092
+ "line": 50
42042
42093
  },
42043
42094
  "name": "releaseWorkflowSetupSteps",
42044
42095
  "optional": true,
@@ -42062,7 +42113,7 @@
42062
42113
  "immutable": true,
42063
42114
  "locationInModule": {
42064
42115
  "filename": "src/release/release.ts",
42065
- "line": 152
42116
+ "line": 154
42066
42117
  },
42067
42118
  "name": "versionrcOptions",
42068
42119
  "optional": true,
@@ -42085,7 +42136,7 @@
42085
42136
  "immutable": true,
42086
42137
  "locationInModule": {
42087
42138
  "filename": "src/release/release.ts",
42088
- "line": 55
42139
+ "line": 57
42089
42140
  },
42090
42141
  "name": "workflowContainerImage",
42091
42142
  "optional": true,
@@ -42103,7 +42154,7 @@
42103
42154
  "immutable": true,
42104
42155
  "locationInModule": {
42105
42156
  "filename": "src/release/release.ts",
42106
- "line": 158
42157
+ "line": 160
42107
42158
  },
42108
42159
  "name": "workflowRunsOn",
42109
42160
  "optional": true,
@@ -44880,6 +44931,6 @@
44880
44931
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
44881
44932
  }
44882
44933
  },
44883
- "version": "0.53.11",
44884
- "fingerprint": "HxvMl+KeKeEf5e+ntW37NxSeqqeU/fJu+usgbP+UW+g="
44934
+ "version": "0.53.14",
44935
+ "fingerprint": "Xf/GQR7RsURx539yV4dza4ZrYItlDX6i+AgzJC6jRoA="
44885
44936
  }