projen 0.51.16 → 0.51.17

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 +103 -67
  2. package/API.md +33 -0
  3. package/changelog.md +6 -1
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/awscdk-app-java.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.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-function.js +2 -2
  15. package/lib/build/build-workflow.d.ts +8 -1
  16. package/lib/build/build-workflow.js +4 -4
  17. package/lib/cdk/construct-lib.js +1 -1
  18. package/lib/cdk/jsii-docgen.js +1 -1
  19. package/lib/cdk/jsii-project.js +1 -1
  20. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  21. package/lib/cdk8s/cdk8s-construct.js +1 -1
  22. package/lib/cdktf/cdktf-construct.js +1 -1
  23. package/lib/component.js +1 -1
  24. package/lib/dependencies.js +1 -1
  25. package/lib/dev-env.js +1 -1
  26. package/lib/docker-compose.js +2 -2
  27. package/lib/file.js +1 -1
  28. package/lib/gitattributes.js +1 -1
  29. package/lib/github/auto-approve.js +1 -1
  30. package/lib/github/auto-merge.js +1 -1
  31. package/lib/github/dependabot.js +1 -1
  32. package/lib/github/github-project.js +1 -1
  33. package/lib/github/github.js +1 -1
  34. package/lib/github/mergify.js +1 -1
  35. package/lib/github/pr-template.js +1 -1
  36. package/lib/github/pull-request-lint.js +1 -1
  37. package/lib/github/stale.js +1 -1
  38. package/lib/github/task-workflow.js +1 -1
  39. package/lib/github/workflows.js +1 -1
  40. package/lib/gitlab/configuration.js +1 -1
  41. package/lib/gitlab/gitlab-configuration.js +1 -1
  42. package/lib/gitlab/nested-configuration.js +1 -1
  43. package/lib/gitpod.js +1 -1
  44. package/lib/ignore-file.js +1 -1
  45. package/lib/ini.js +1 -1
  46. package/lib/java/java-project.js +1 -1
  47. package/lib/java/junit.js +1 -1
  48. package/lib/java/maven-compile.js +1 -1
  49. package/lib/java/maven-packaging.js +1 -1
  50. package/lib/java/maven-sample.js +1 -1
  51. package/lib/java/pom.js +1 -1
  52. package/lib/java/projenrc.js +1 -1
  53. package/lib/javascript/bundler.js +1 -1
  54. package/lib/javascript/eslint.js +1 -1
  55. package/lib/javascript/jest.js +1 -1
  56. package/lib/javascript/node-package.js +1 -1
  57. package/lib/javascript/node-project.d.ts +8 -1
  58. package/lib/javascript/node-project.js +3 -2
  59. package/lib/javascript/npm-config.js +1 -1
  60. package/lib/javascript/prettier.js +1 -1
  61. package/lib/javascript/projenrc.js +1 -1
  62. package/lib/javascript/typescript-config.js +1 -1
  63. package/lib/javascript/upgrade-dependencies.js +2 -2
  64. package/lib/json.js +1 -1
  65. package/lib/license.js +1 -1
  66. package/lib/logger.js +1 -1
  67. package/lib/makefile.js +1 -1
  68. package/lib/object-file.js +1 -1
  69. package/lib/project-build.js +1 -1
  70. package/lib/project.js +1 -1
  71. package/lib/projects.js +1 -1
  72. package/lib/projenrc-json.js +1 -1
  73. package/lib/python/pip.js +1 -1
  74. package/lib/python/poetry.js +2 -2
  75. package/lib/python/projenrc.js +1 -1
  76. package/lib/python/pytest.js +1 -1
  77. package/lib/python/python-project.js +1 -1
  78. package/lib/python/python-sample.js +1 -1
  79. package/lib/python/requirements-file.js +1 -1
  80. package/lib/python/setuppy.js +1 -1
  81. package/lib/python/setuptools.js +1 -1
  82. package/lib/python/venv.js +1 -1
  83. package/lib/readme.js +1 -1
  84. package/lib/release/publisher.js +1 -1
  85. package/lib/release/release-trigger.js +1 -1
  86. package/lib/release/release.js +1 -1
  87. package/lib/sample-file.js +2 -2
  88. package/lib/semver.js +1 -1
  89. package/lib/source-code.js +1 -1
  90. package/lib/task-runtime.js +1 -1
  91. package/lib/task.js +1 -1
  92. package/lib/tasks.js +1 -1
  93. package/lib/testing.js +1 -1
  94. package/lib/textfile.js +1 -1
  95. package/lib/toml.js +1 -1
  96. package/lib/typescript/projenrc.js +1 -1
  97. package/lib/typescript/typescript-typedoc.js +1 -1
  98. package/lib/typescript/typescript.js +3 -3
  99. package/lib/version.js +1 -1
  100. package/lib/vscode/devcontainer.js +1 -1
  101. package/lib/vscode/launch-config.js +1 -1
  102. package/lib/vscode/vscode.js +1 -1
  103. package/lib/web/next.js +3 -3
  104. package/lib/web/postcss.js +1 -1
  105. package/lib/web/react.js +4 -4
  106. package/lib/web/tailwind.js +1 -1
  107. package/lib/xmlfile.js +1 -1
  108. package/lib/yaml.js +1 -1
  109. package/package.json +1 -1
  110. package/releasetag.txt +1 -1
  111. package/version.txt +1 -1
package/.jsii CHANGED
@@ -11583,7 +11583,7 @@
11583
11583
  "kind": "interface",
11584
11584
  "locationInModule": {
11585
11585
  "filename": "src/build/build-workflow.ts",
11586
- "line": 379
11586
+ "line": 393
11587
11587
  },
11588
11588
  "name": "AddPostBuildJobCommandsOptions",
11589
11589
  "namespace": "build",
@@ -11598,7 +11598,7 @@
11598
11598
  "immutable": true,
11599
11599
  "locationInModule": {
11600
11600
  "filename": "src/build/build-workflow.ts",
11601
- "line": 391
11601
+ "line": 405
11602
11602
  },
11603
11603
  "name": "checkoutRepo",
11604
11604
  "optional": true,
@@ -11617,7 +11617,7 @@
11617
11617
  "immutable": true,
11618
11618
  "locationInModule": {
11619
11619
  "filename": "src/build/build-workflow.ts",
11620
- "line": 401
11620
+ "line": 415
11621
11621
  },
11622
11622
  "name": "installDeps",
11623
11623
  "optional": true,
@@ -11635,7 +11635,7 @@
11635
11635
  "immutable": true,
11636
11636
  "locationInModule": {
11637
11637
  "filename": "src/build/build-workflow.ts",
11638
- "line": 407
11638
+ "line": 421
11639
11639
  },
11640
11640
  "name": "runsOn",
11641
11641
  "optional": true,
@@ -11657,7 +11657,7 @@
11657
11657
  "immutable": true,
11658
11658
  "locationInModule": {
11659
11659
  "filename": "src/build/build-workflow.ts",
11660
- "line": 383
11660
+ "line": 397
11661
11661
  },
11662
11662
  "name": "tools",
11663
11663
  "optional": true,
@@ -11679,7 +11679,7 @@
11679
11679
  "kind": "interface",
11680
11680
  "locationInModule": {
11681
11681
  "filename": "src/build/build-workflow.ts",
11682
- "line": 363
11682
+ "line": 377
11683
11683
  },
11684
11684
  "name": "AddPostBuildJobTaskOptions",
11685
11685
  "namespace": "build",
@@ -11694,7 +11694,7 @@
11694
11694
  "immutable": true,
11695
11695
  "locationInModule": {
11696
11696
  "filename": "src/build/build-workflow.ts",
11697
- "line": 373
11697
+ "line": 387
11698
11698
  },
11699
11699
  "name": "runsOn",
11700
11700
  "optional": true,
@@ -11716,7 +11716,7 @@
11716
11716
  "immutable": true,
11717
11717
  "locationInModule": {
11718
11718
  "filename": "src/build/build-workflow.ts",
11719
- "line": 367
11719
+ "line": 381
11720
11720
  },
11721
11721
  "name": "tools",
11722
11722
  "optional": true,
@@ -11740,7 +11740,7 @@
11740
11740
  },
11741
11741
  "locationInModule": {
11742
11742
  "filename": "src/build/build-workflow.ts",
11743
- "line": 99
11743
+ "line": 111
11744
11744
  },
11745
11745
  "parameters": [
11746
11746
  {
@@ -11760,7 +11760,7 @@
11760
11760
  "kind": "class",
11761
11761
  "locationInModule": {
11762
11762
  "filename": "src/build/build-workflow.ts",
11763
- "line": 87
11763
+ "line": 99
11764
11764
  },
11765
11765
  "methods": [
11766
11766
  {
@@ -11771,7 +11771,7 @@
11771
11771
  },
11772
11772
  "locationInModule": {
11773
11773
  "filename": "src/build/build-workflow.ts",
11774
- "line": 179
11774
+ "line": 193
11775
11775
  },
11776
11776
  "name": "addPostBuildJob",
11777
11777
  "parameters": [
@@ -11803,7 +11803,7 @@
11803
11803
  },
11804
11804
  "locationInModule": {
11805
11805
  "filename": "src/build/build-workflow.ts",
11806
- "line": 243
11806
+ "line": 257
11807
11807
  },
11808
11808
  "name": "addPostBuildJobCommands",
11809
11809
  "parameters": [
@@ -11844,7 +11844,7 @@
11844
11844
  },
11845
11845
  "locationInModule": {
11846
11846
  "filename": "src/build/build-workflow.ts",
11847
- "line": 220
11847
+ "line": 234
11848
11848
  },
11849
11849
  "name": "addPostBuildJobTask",
11850
11850
  "parameters": [
@@ -11872,7 +11872,7 @@
11872
11872
  },
11873
11873
  "locationInModule": {
11874
11874
  "filename": "src/build/build-workflow.ts",
11875
- "line": 164
11875
+ "line": 178
11876
11876
  },
11877
11877
  "name": "addPostBuildSteps",
11878
11878
  "parameters": [
@@ -11901,7 +11901,7 @@
11901
11901
  "immutable": true,
11902
11902
  "locationInModule": {
11903
11903
  "filename": "src/build/build-workflow.ts",
11904
- "line": 156
11904
+ "line": 170
11905
11905
  },
11906
11906
  "name": "buildJobIds",
11907
11907
  "type": {
@@ -11926,7 +11926,7 @@
11926
11926
  "kind": "interface",
11927
11927
  "locationInModule": {
11928
11928
  "filename": "src/build/build-workflow.ts",
11929
- "line": 24
11929
+ "line": 30
11930
11930
  },
11931
11931
  "name": "BuildWorkflowOptions",
11932
11932
  "namespace": "build",
@@ -11940,7 +11940,7 @@
11940
11940
  "immutable": true,
11941
11941
  "locationInModule": {
11942
11942
  "filename": "src/build/build-workflow.ts",
11943
- "line": 33
11943
+ "line": 39
11944
11944
  },
11945
11945
  "name": "artifactsDirectory",
11946
11946
  "type": {
@@ -11956,7 +11956,7 @@
11956
11956
  "immutable": true,
11957
11957
  "locationInModule": {
11958
11958
  "filename": "src/build/build-workflow.ts",
11959
- "line": 28
11959
+ "line": 34
11960
11960
  },
11961
11961
  "name": "buildTask",
11962
11962
  "type": {
@@ -11973,7 +11973,7 @@
11973
11973
  "immutable": true,
11974
11974
  "locationInModule": {
11975
11975
  "filename": "src/build/build-workflow.ts",
11976
- "line": 39
11976
+ "line": 45
11977
11977
  },
11978
11978
  "name": "containerImage",
11979
11979
  "optional": true,
@@ -11991,7 +11991,7 @@
11991
11991
  "immutable": true,
11992
11992
  "locationInModule": {
11993
11993
  "filename": "src/build/build-workflow.ts",
11994
- "line": 78
11994
+ "line": 84
11995
11995
  },
11996
11996
  "name": "env",
11997
11997
  "optional": true,
@@ -12014,7 +12014,7 @@
12014
12014
  "immutable": true,
12015
12015
  "locationInModule": {
12016
12016
  "filename": "src/build/build-workflow.ts",
12017
- "line": 72
12017
+ "line": 78
12018
12018
  },
12019
12019
  "name": "gitIdentity",
12020
12020
  "optional": true,
@@ -12033,7 +12033,7 @@
12033
12033
  "immutable": true,
12034
12034
  "locationInModule": {
12035
12035
  "filename": "src/build/build-workflow.ts",
12036
- "line": 54
12036
+ "line": 60
12037
12037
  },
12038
12038
  "name": "mutableBuild",
12039
12039
  "optional": true,
@@ -12051,7 +12051,7 @@
12051
12051
  "immutable": true,
12052
12052
  "locationInModule": {
12053
12053
  "filename": "src/build/build-workflow.ts",
12054
- "line": 66
12054
+ "line": 72
12055
12055
  },
12056
12056
  "name": "postBuildSteps",
12057
12057
  "optional": true,
@@ -12074,7 +12074,7 @@
12074
12074
  "immutable": true,
12075
12075
  "locationInModule": {
12076
12076
  "filename": "src/build/build-workflow.ts",
12077
- "line": 60
12077
+ "line": 66
12078
12078
  },
12079
12079
  "name": "preBuildSteps",
12080
12080
  "optional": true,
@@ -12097,7 +12097,7 @@
12097
12097
  "immutable": true,
12098
12098
  "locationInModule": {
12099
12099
  "filename": "src/build/build-workflow.ts",
12100
- "line": 84
12100
+ "line": 90
12101
12101
  },
12102
12102
  "name": "runsOn",
12103
12103
  "optional": true,
@@ -12109,6 +12109,24 @@
12109
12109
  "kind": "array"
12110
12110
  }
12111
12111
  }
12112
+ },
12113
+ {
12114
+ "abstract": true,
12115
+ "docs": {
12116
+ "default": "\"{ pullRequest: {}, workflowDispatch: {} }\"",
12117
+ "stability": "experimental",
12118
+ "summary": "Build workflow triggers."
12119
+ },
12120
+ "immutable": true,
12121
+ "locationInModule": {
12122
+ "filename": "src/build/build-workflow.ts",
12123
+ "line": 96
12124
+ },
12125
+ "name": "workflowTriggers",
12126
+ "optional": true,
12127
+ "type": {
12128
+ "fqn": "projen.github.workflows.Triggers"
12129
+ }
12112
12130
  }
12113
12131
  ],
12114
12132
  "symbolId": "src/build/build-workflow:BuildWorkflowOptions"
@@ -26534,7 +26552,7 @@
26534
26552
  "kind": "enum",
26535
26553
  "locationInModule": {
26536
26554
  "filename": "src/javascript/node-project.ts",
26537
- "line": 332
26555
+ "line": 338
26538
26556
  },
26539
26557
  "members": [
26540
26558
  {
@@ -31019,7 +31037,7 @@
31019
31037
  },
31020
31038
  "locationInModule": {
31021
31039
  "filename": "src/javascript/node-project.ts",
31022
- "line": 462
31040
+ "line": 468
31023
31041
  },
31024
31042
  "parameters": [
31025
31043
  {
@@ -31033,7 +31051,7 @@
31033
31051
  "kind": "class",
31034
31052
  "locationInModule": {
31035
31053
  "filename": "src/javascript/node-project.ts",
31036
- "line": 349
31054
+ "line": 355
31037
31055
  },
31038
31056
  "methods": [
31039
31057
  {
@@ -31042,7 +31060,7 @@
31042
31060
  },
31043
31061
  "locationInModule": {
31044
31062
  "filename": "src/javascript/node-project.ts",
31045
- "line": 766
31063
+ "line": 773
31046
31064
  },
31047
31065
  "name": "addBins",
31048
31066
  "parameters": [
@@ -31067,7 +31085,7 @@
31067
31085
  },
31068
31086
  "locationInModule": {
31069
31087
  "filename": "src/javascript/node-project.ts",
31070
- "line": 932
31088
+ "line": 939
31071
31089
  },
31072
31090
  "name": "addBundledDeps",
31073
31091
  "parameters": [
@@ -31093,7 +31111,7 @@
31093
31111
  },
31094
31112
  "locationInModule": {
31095
31113
  "filename": "src/javascript/node-project.ts",
31096
- "line": 800
31114
+ "line": 807
31097
31115
  },
31098
31116
  "name": "addCompileCommand",
31099
31117
  "parameters": [
@@ -31114,7 +31132,7 @@
31114
31132
  },
31115
31133
  "locationInModule": {
31116
31134
  "filename": "src/javascript/node-project.ts",
31117
- "line": 886
31135
+ "line": 893
31118
31136
  },
31119
31137
  "name": "addDeps",
31120
31138
  "parameters": [
@@ -31139,7 +31157,7 @@
31139
31157
  },
31140
31158
  "locationInModule": {
31141
31159
  "filename": "src/javascript/node-project.ts",
31142
- "line": 899
31160
+ "line": 906
31143
31161
  },
31144
31162
  "name": "addDevDeps",
31145
31163
  "parameters": [
@@ -31164,7 +31182,7 @@
31164
31182
  },
31165
31183
  "locationInModule": {
31166
31184
  "filename": "src/javascript/node-project.ts",
31167
- "line": 820
31185
+ "line": 827
31168
31186
  },
31169
31187
  "name": "addFields",
31170
31188
  "parameters": [
@@ -31191,7 +31209,7 @@
31191
31209
  },
31192
31210
  "locationInModule": {
31193
31211
  "filename": "src/javascript/node-project.ts",
31194
- "line": 830
31212
+ "line": 837
31195
31213
  },
31196
31214
  "name": "addKeywords",
31197
31215
  "parameters": [
@@ -31216,7 +31234,7 @@
31216
31234
  },
31217
31235
  "locationInModule": {
31218
31236
  "filename": "src/javascript/node-project.ts",
31219
- "line": 936
31237
+ "line": 943
31220
31238
  },
31221
31239
  "name": "addPackageIgnore",
31222
31240
  "overrides": "projen.Project",
@@ -31237,7 +31255,7 @@
31237
31255
  },
31238
31256
  "locationInModule": {
31239
31257
  "filename": "src/javascript/node-project.ts",
31240
- "line": 916
31258
+ "line": 923
31241
31259
  },
31242
31260
  "name": "addPeerDeps",
31243
31261
  "parameters": [
@@ -31263,7 +31281,7 @@
31263
31281
  },
31264
31282
  "locationInModule": {
31265
31283
  "filename": "src/javascript/node-project.ts",
31266
- "line": 810
31284
+ "line": 817
31267
31285
  },
31268
31286
  "name": "addTestCommand",
31269
31287
  "parameters": [
@@ -31284,7 +31302,7 @@
31284
31302
  },
31285
31303
  "locationInModule": {
31286
31304
  "filename": "src/javascript/node-project.ts",
31287
- "line": 792
31305
+ "line": 799
31288
31306
  },
31289
31307
  "name": "hasScript",
31290
31308
  "parameters": [
@@ -31311,7 +31329,7 @@
31311
31329
  },
31312
31330
  "locationInModule": {
31313
31331
  "filename": "src/javascript/node-project.ts",
31314
- "line": 784
31332
+ "line": 791
31315
31333
  },
31316
31334
  "name": "removeScript",
31317
31335
  "parameters": [
@@ -31334,7 +31352,7 @@
31334
31352
  },
31335
31353
  "locationInModule": {
31336
31354
  "filename": "src/javascript/node-project.ts",
31337
- "line": 841
31355
+ "line": 848
31338
31356
  },
31339
31357
  "name": "renderWorkflowSetup",
31340
31358
  "parameters": [
@@ -31368,7 +31386,7 @@
31368
31386
  },
31369
31387
  "locationInModule": {
31370
31388
  "filename": "src/javascript/node-project.ts",
31371
- "line": 1009
31389
+ "line": 1016
31372
31390
  },
31373
31391
  "name": "runTaskCommand",
31374
31392
  "overrides": "projen.Project",
@@ -31396,7 +31414,7 @@
31396
31414
  },
31397
31415
  "locationInModule": {
31398
31416
  "filename": "src/javascript/node-project.ts",
31399
- "line": 776
31417
+ "line": 783
31400
31418
  },
31401
31419
  "name": "setScript",
31402
31420
  "parameters": [
@@ -31432,7 +31450,7 @@
31432
31450
  "immutable": true,
31433
31451
  "locationInModule": {
31434
31452
  "filename": "src/javascript/node-project.ts",
31435
- "line": 363
31453
+ "line": 369
31436
31454
  },
31437
31455
  "name": "allowLibraryDependencies",
31438
31456
  "type": {
@@ -31448,7 +31466,7 @@
31448
31466
  "immutable": true,
31449
31467
  "locationInModule": {
31450
31468
  "filename": "src/javascript/node-project.ts",
31451
- "line": 446
31469
+ "line": 452
31452
31470
  },
31453
31471
  "name": "artifactsDirectory",
31454
31472
  "type": {
@@ -31463,7 +31481,7 @@
31463
31481
  "immutable": true,
31464
31482
  "locationInModule": {
31465
31483
  "filename": "src/javascript/node-project.ts",
31466
- "line": 451
31484
+ "line": 457
31467
31485
  },
31468
31486
  "name": "artifactsJavascriptDirectory",
31469
31487
  "type": {
@@ -31477,7 +31495,7 @@
31477
31495
  "immutable": true,
31478
31496
  "locationInModule": {
31479
31497
  "filename": "src/javascript/node-project.ts",
31480
- "line": 439
31498
+ "line": 445
31481
31499
  },
31482
31500
  "name": "bundler",
31483
31501
  "type": {
@@ -31492,7 +31510,7 @@
31492
31510
  "immutable": true,
31493
31511
  "locationInModule": {
31494
31512
  "filename": "src/javascript/node-project.ts",
31495
- "line": 370
31513
+ "line": 376
31496
31514
  },
31497
31515
  "name": "entrypoint",
31498
31516
  "type": {
@@ -31507,7 +31525,7 @@
31507
31525
  "immutable": true,
31508
31526
  "locationInModule": {
31509
31527
  "filename": "src/javascript/node-project.ts",
31510
- "line": 435
31528
+ "line": 441
31511
31529
  },
31512
31530
  "name": "manifest",
31513
31531
  "type": {
@@ -31522,7 +31540,7 @@
31522
31540
  "immutable": true,
31523
31541
  "locationInModule": {
31524
31542
  "filename": "src/javascript/node-project.ts",
31525
- "line": 353
31543
+ "line": 359
31526
31544
  },
31527
31545
  "name": "package",
31528
31546
  "type": {
@@ -31538,7 +31556,7 @@
31538
31556
  "immutable": true,
31539
31557
  "locationInModule": {
31540
31558
  "filename": "src/javascript/node-project.ts",
31541
- "line": 418
31559
+ "line": 424
31542
31560
  },
31543
31561
  "name": "packageManager",
31544
31562
  "type": {
@@ -31553,7 +31571,7 @@
31553
31571
  "immutable": true,
31554
31572
  "locationInModule": {
31555
31573
  "filename": "src/javascript/node-project.ts",
31556
- "line": 425
31574
+ "line": 431
31557
31575
  },
31558
31576
  "name": "runScriptCommand",
31559
31577
  "type": {
@@ -31568,7 +31586,7 @@
31568
31586
  "immutable": true,
31569
31587
  "locationInModule": {
31570
31588
  "filename": "src/javascript/node-project.ts",
31571
- "line": 377
31589
+ "line": 383
31572
31590
  },
31573
31591
  "name": "autoMerge",
31574
31592
  "optional": true,
@@ -31585,7 +31603,7 @@
31585
31603
  "immutable": true,
31586
31604
  "locationInModule": {
31587
31605
  "filename": "src/javascript/node-project.ts",
31588
- "line": 382
31606
+ "line": 388
31589
31607
  },
31590
31608
  "name": "buildWorkflow",
31591
31609
  "optional": true,
@@ -31601,7 +31619,7 @@
31601
31619
  "immutable": true,
31602
31620
  "locationInModule": {
31603
31621
  "filename": "src/javascript/node-project.ts",
31604
- "line": 1016
31622
+ "line": 1023
31605
31623
  },
31606
31624
  "name": "buildWorkflowJobId",
31607
31625
  "optional": true,
@@ -31617,7 +31635,7 @@
31617
31635
  "immutable": true,
31618
31636
  "locationInModule": {
31619
31637
  "filename": "src/javascript/node-project.ts",
31620
- "line": 430
31638
+ "line": 436
31621
31639
  },
31622
31640
  "name": "jest",
31623
31641
  "optional": true,
@@ -31633,7 +31651,7 @@
31633
31651
  "immutable": true,
31634
31652
  "locationInModule": {
31635
31653
  "filename": "src/javascript/node-project.ts",
31636
- "line": 407
31654
+ "line": 413
31637
31655
  },
31638
31656
  "name": "maxNodeVersion",
31639
31657
  "optional": true,
@@ -31649,7 +31667,7 @@
31649
31667
  "immutable": true,
31650
31668
  "locationInModule": {
31651
31669
  "filename": "src/javascript/node-project.ts",
31652
- "line": 400
31670
+ "line": 406
31653
31671
  },
31654
31672
  "name": "minNodeVersion",
31655
31673
  "optional": true,
@@ -31665,7 +31683,7 @@
31665
31683
  "immutable": true,
31666
31684
  "locationInModule": {
31667
31685
  "filename": "src/javascript/node-project.ts",
31668
- "line": 358
31686
+ "line": 364
31669
31687
  },
31670
31688
  "name": "npmignore",
31671
31689
  "optional": true,
@@ -31680,7 +31698,7 @@
31680
31698
  "immutable": true,
31681
31699
  "locationInModule": {
31682
31700
  "filename": "src/javascript/node-project.ts",
31683
- "line": 460
31701
+ "line": 466
31684
31702
  },
31685
31703
  "name": "prettier",
31686
31704
  "optional": true,
@@ -31698,7 +31716,7 @@
31698
31716
  "immutable": true,
31699
31717
  "locationInModule": {
31700
31718
  "filename": "src/javascript/node-project.ts",
31701
- "line": 390
31719
+ "line": 396
31702
31720
  },
31703
31721
  "name": "publisher",
31704
31722
  "optional": true,
@@ -31714,7 +31732,7 @@
31714
31732
  "immutable": true,
31715
31733
  "locationInModule": {
31716
31734
  "filename": "src/javascript/node-project.ts",
31717
- "line": 395
31735
+ "line": 401
31718
31736
  },
31719
31737
  "name": "release",
31720
31738
  "optional": true,
@@ -31730,7 +31748,7 @@
31730
31748
  "immutable": true,
31731
31749
  "locationInModule": {
31732
31750
  "filename": "src/javascript/node-project.ts",
31733
- "line": 456
31751
+ "line": 462
31734
31752
  },
31735
31753
  "name": "upgradeWorkflow",
31736
31754
  "optional": true,
@@ -31852,6 +31870,24 @@
31852
31870
  "primitive": "boolean"
31853
31871
  }
31854
31872
  },
31873
+ {
31874
+ "abstract": true,
31875
+ "docs": {
31876
+ "default": "\"{ pullRequest: {}, workflowDispatch: {} }\"",
31877
+ "stability": "experimental",
31878
+ "summary": "Build workflow triggers."
31879
+ },
31880
+ "immutable": true,
31881
+ "locationInModule": {
31882
+ "filename": "src/javascript/node-project.ts",
31883
+ "line": 332
31884
+ },
31885
+ "name": "buildWorkflowTriggers",
31886
+ "optional": true,
31887
+ "type": {
31888
+ "fqn": "projen.github.workflows.Triggers"
31889
+ }
31890
+ },
31855
31891
  {
31856
31892
  "abstract": true,
31857
31893
  "docs": {
@@ -33691,7 +33727,7 @@
33691
33727
  "kind": "interface",
33692
33728
  "locationInModule": {
33693
33729
  "filename": "src/javascript/node-project.ts",
33694
- "line": 1024
33730
+ "line": 1031
33695
33731
  },
33696
33732
  "name": "RenderWorkflowSetupOptions",
33697
33733
  "namespace": "javascript",
@@ -33706,7 +33742,7 @@
33706
33742
  "immutable": true,
33707
33743
  "locationInModule": {
33708
33744
  "filename": "src/javascript/node-project.ts",
33709
- "line": 1029
33745
+ "line": 1036
33710
33746
  },
33711
33747
  "name": "mutable",
33712
33748
  "optional": true,
@@ -43015,6 +43051,6 @@
43015
43051
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
43016
43052
  }
43017
43053
  },
43018
- "version": "0.51.16",
43019
- "fingerprint": "fsyA9xKDpkIe6mUNh72f7cETZDfQ77+EiRJlbUIj7P4="
43054
+ "version": "0.51.17",
43055
+ "fingerprint": "d70m1OAuebdOYfnQoYX1zYH9c/ROOhBG/DZEOAz+N4s="
43020
43056
  }