projen 0.37.0 → 0.37.4

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 (99) hide show
  1. package/.jsii +309 -87
  2. package/API.md +4 -0
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +1 -1
  5. package/lib/awscdk/awscdk-construct.js +2 -2
  6. package/lib/awscdk/cdk-config.js +1 -1
  7. package/lib/awscdk/cdk-tasks.js +1 -1
  8. package/lib/awscdk/integration-test.js +1 -1
  9. package/lib/awscdk/java-app.js +1 -1
  10. package/lib/awscdk/lambda-function.js +2 -2
  11. package/lib/cdk/construct-lib.js +1 -1
  12. package/lib/cdk/jsii-docgen.js +1 -1
  13. package/lib/cdk/jsii-project.js +1 -1
  14. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  15. package/lib/cdk8s/cdk8s-construct.js +1 -1
  16. package/lib/cdktf/cdktf-construct.js +1 -1
  17. package/lib/component.js +1 -1
  18. package/lib/dependencies.js +1 -1
  19. package/lib/dev-env.js +1 -1
  20. package/lib/docker-compose.js +2 -2
  21. package/lib/file.js +1 -1
  22. package/lib/gitattributes.js +1 -1
  23. package/lib/github/auto-approve.js +1 -1
  24. package/lib/github/auto-merge.js +1 -1
  25. package/lib/github/dependabot.js +1 -1
  26. package/lib/github/github-project.js +1 -1
  27. package/lib/github/github.js +1 -1
  28. package/lib/github/mergify.js +1 -1
  29. package/lib/github/pr-template.js +1 -1
  30. package/lib/github/pull-request-lint.js +1 -1
  31. package/lib/github/stale.js +1 -1
  32. package/lib/github/task-workflow.js +1 -1
  33. package/lib/github/workflows-model.d.ts +80 -0
  34. package/lib/github/workflows-model.js +1 -1
  35. package/lib/github/workflows.js +1 -1
  36. package/lib/gitpod.js +1 -1
  37. package/lib/ignore-file.js +1 -1
  38. package/lib/ini.js +1 -1
  39. package/lib/java/java-project.js +1 -1
  40. package/lib/java/junit.js +1 -1
  41. package/lib/java/maven-compile.js +1 -1
  42. package/lib/java/maven-packaging.js +1 -1
  43. package/lib/java/maven-sample.js +1 -1
  44. package/lib/java/pom.js +1 -1
  45. package/lib/java/projenrc.js +1 -1
  46. package/lib/javascript/bundler.js +1 -1
  47. package/lib/javascript/eslint.js +1 -1
  48. package/lib/javascript/jest.js +1 -1
  49. package/lib/javascript/node-package.js +1 -1
  50. package/lib/javascript/node-project.js +1 -1
  51. package/lib/javascript/npm-config.js +1 -1
  52. package/lib/javascript/projenrc.js +1 -1
  53. package/lib/javascript/typescript-config.js +1 -1
  54. package/lib/javascript/upgrade-dependencies.js +2 -2
  55. package/lib/json.js +1 -1
  56. package/lib/license.js +1 -1
  57. package/lib/logger.js +1 -1
  58. package/lib/makefile.js +1 -1
  59. package/lib/object-file.js +1 -1
  60. package/lib/project-build.js +1 -1
  61. package/lib/project.js +1 -1
  62. package/lib/projects.js +1 -1
  63. package/lib/projenrc-json.js +1 -1
  64. package/lib/python/pip.js +1 -1
  65. package/lib/python/poetry.js +2 -2
  66. package/lib/python/projenrc.js +1 -1
  67. package/lib/python/pytest.js +1 -1
  68. package/lib/python/python-project.js +1 -1
  69. package/lib/python/python-sample.js +1 -1
  70. package/lib/python/requirements-file.js +1 -1
  71. package/lib/python/setuppy.js +1 -1
  72. package/lib/python/setuptools.js +1 -1
  73. package/lib/python/venv.js +1 -1
  74. package/lib/readme.js +1 -1
  75. package/lib/release/publisher.js +1 -1
  76. package/lib/release/release-trigger.js +1 -1
  77. package/lib/release/release.js +3 -2
  78. package/lib/sample-file.js +2 -2
  79. package/lib/semver.js +1 -1
  80. package/lib/source-code.js +1 -1
  81. package/lib/task-runtime.js +1 -1
  82. package/lib/task.js +1 -1
  83. package/lib/tasks.js +1 -1
  84. package/lib/textfile.js +1 -1
  85. package/lib/toml.js +1 -1
  86. package/lib/typescript/projenrc.js +1 -1
  87. package/lib/typescript/typescript-typedoc.js +1 -1
  88. package/lib/typescript/typescript.js +3 -3
  89. package/lib/version.js +1 -1
  90. package/lib/vscode/devcontainer.js +1 -1
  91. package/lib/vscode/launch-config.js +1 -1
  92. package/lib/vscode/vscode.js +1 -1
  93. package/lib/web/next.js +3 -3
  94. package/lib/web/postcss.js +1 -1
  95. package/lib/web/react.js +4 -4
  96. package/lib/web/tailwind.js +1 -1
  97. package/lib/xmlfile.js +1 -1
  98. package/lib/yaml.js +1 -1
  99. package/package.json +6 -6
package/.jsii CHANGED
@@ -28,7 +28,7 @@
28
28
  "stability": "experimental"
29
29
  },
30
30
  "homepage": "https://github.com/projen/projen.git",
31
- "jsiiVersion": "1.46.0 (build cd08c55)",
31
+ "jsiiVersion": "1.47.0 (build 86d2c33)",
32
32
  "keywords": [
33
33
  "cdk",
34
34
  "cicd",
@@ -15177,6 +15177,50 @@
15177
15177
  "namespace": "github",
15178
15178
  "symbolId": "src/github/dependabot:VersioningStrategy"
15179
15179
  },
15180
+ "projen.github.workflows.BranchProtectionRuleOptions": {
15181
+ "assembly": "projen",
15182
+ "datatype": true,
15183
+ "docs": {
15184
+ "stability": "experimental",
15185
+ "summary": "Branch Protection Rule options."
15186
+ },
15187
+ "fqn": "projen.github.workflows.BranchProtectionRuleOptions",
15188
+ "kind": "interface",
15189
+ "locationInModule": {
15190
+ "filename": "src/github/workflows-model.ts",
15191
+ "line": 649
15192
+ },
15193
+ "name": "BranchProtectionRuleOptions",
15194
+ "namespace": "github.workflows",
15195
+ "properties": [
15196
+ {
15197
+ "abstract": true,
15198
+ "docs": {
15199
+ "custom": {
15200
+ "defaults": "- all activity types"
15201
+ },
15202
+ "stability": "experimental",
15203
+ "summary": "Which activity types to trigger on."
15204
+ },
15205
+ "immutable": true,
15206
+ "locationInModule": {
15207
+ "filename": "src/github/workflows-model.ts",
15208
+ "line": 655
15209
+ },
15210
+ "name": "types",
15211
+ "optional": true,
15212
+ "type": {
15213
+ "collection": {
15214
+ "elementtype": {
15215
+ "primitive": "string"
15216
+ },
15217
+ "kind": "array"
15218
+ }
15219
+ }
15220
+ }
15221
+ ],
15222
+ "symbolId": "src/github/workflows-model:BranchProtectionRuleOptions"
15223
+ },
15180
15224
  "projen.github.workflows.CheckRunOptions": {
15181
15225
  "assembly": "projen",
15182
15226
  "datatype": true,
@@ -15188,7 +15232,7 @@
15188
15232
  "kind": "interface",
15189
15233
  "locationInModule": {
15190
15234
  "filename": "src/github/workflows-model.ts",
15191
- "line": 624
15235
+ "line": 661
15192
15236
  },
15193
15237
  "name": "CheckRunOptions",
15194
15238
  "namespace": "github.workflows",
@@ -15205,7 +15249,7 @@
15205
15249
  "immutable": true,
15206
15250
  "locationInModule": {
15207
15251
  "filename": "src/github/workflows-model.ts",
15208
- "line": 630
15252
+ "line": 667
15209
15253
  },
15210
15254
  "name": "types",
15211
15255
  "optional": true,
@@ -15232,7 +15276,7 @@
15232
15276
  "kind": "interface",
15233
15277
  "locationInModule": {
15234
15278
  "filename": "src/github/workflows-model.ts",
15235
- "line": 636
15279
+ "line": 673
15236
15280
  },
15237
15281
  "name": "CheckSuiteOptions",
15238
15282
  "namespace": "github.workflows",
@@ -15249,7 +15293,7 @@
15249
15293
  "immutable": true,
15250
15294
  "locationInModule": {
15251
15295
  "filename": "src/github/workflows-model.ts",
15252
- "line": 642
15296
+ "line": 679
15253
15297
  },
15254
15298
  "name": "types",
15255
15299
  "optional": true,
@@ -15471,7 +15515,7 @@
15471
15515
  "kind": "interface",
15472
15516
  "locationInModule": {
15473
15517
  "filename": "src/github/workflows-model.ts",
15474
- "line": 872
15518
+ "line": 938
15475
15519
  },
15476
15520
  "name": "CreateOptions",
15477
15521
  "namespace": "github.workflows",
@@ -15488,7 +15532,7 @@
15488
15532
  "kind": "interface",
15489
15533
  "locationInModule": {
15490
15534
  "filename": "src/github/workflows-model.ts",
15491
- "line": 602
15535
+ "line": 627
15492
15536
  },
15493
15537
  "name": "CronScheduleOptions",
15494
15538
  "namespace": "github.workflows",
@@ -15502,7 +15546,7 @@
15502
15546
  "immutable": true,
15503
15547
  "locationInModule": {
15504
15548
  "filename": "src/github/workflows-model.ts",
15505
- "line": 606
15549
+ "line": 631
15506
15550
  },
15507
15551
  "name": "cron",
15508
15552
  "type": {
@@ -15523,7 +15567,7 @@
15523
15567
  "kind": "interface",
15524
15568
  "locationInModule": {
15525
15569
  "filename": "src/github/workflows-model.ts",
15526
- "line": 877
15570
+ "line": 943
15527
15571
  },
15528
15572
  "name": "DeleteOptions",
15529
15573
  "namespace": "github.workflows",
@@ -15540,7 +15584,7 @@
15540
15584
  "kind": "interface",
15541
15585
  "locationInModule": {
15542
15586
  "filename": "src/github/workflows-model.ts",
15543
- "line": 882
15587
+ "line": 948
15544
15588
  },
15545
15589
  "name": "DeploymentOptions",
15546
15590
  "namespace": "github.workflows",
@@ -15557,12 +15601,100 @@
15557
15601
  "kind": "interface",
15558
15602
  "locationInModule": {
15559
15603
  "filename": "src/github/workflows-model.ts",
15560
- "line": 887
15604
+ "line": 953
15561
15605
  },
15562
15606
  "name": "DeploymentStatusOptions",
15563
15607
  "namespace": "github.workflows",
15564
15608
  "symbolId": "src/github/workflows-model:DeploymentStatusOptions"
15565
15609
  },
15610
+ "projen.github.workflows.DiscussionCommentOptions": {
15611
+ "assembly": "projen",
15612
+ "datatype": true,
15613
+ "docs": {
15614
+ "stability": "experimental",
15615
+ "summary": "Discussion comment options."
15616
+ },
15617
+ "fqn": "projen.github.workflows.DiscussionCommentOptions",
15618
+ "kind": "interface",
15619
+ "locationInModule": {
15620
+ "filename": "src/github/workflows-model.ts",
15621
+ "line": 697
15622
+ },
15623
+ "name": "DiscussionCommentOptions",
15624
+ "namespace": "github.workflows",
15625
+ "properties": [
15626
+ {
15627
+ "abstract": true,
15628
+ "docs": {
15629
+ "custom": {
15630
+ "defaults": "- all activity types"
15631
+ },
15632
+ "stability": "experimental",
15633
+ "summary": "Which activity types to trigger on."
15634
+ },
15635
+ "immutable": true,
15636
+ "locationInModule": {
15637
+ "filename": "src/github/workflows-model.ts",
15638
+ "line": 703
15639
+ },
15640
+ "name": "types",
15641
+ "optional": true,
15642
+ "type": {
15643
+ "collection": {
15644
+ "elementtype": {
15645
+ "primitive": "string"
15646
+ },
15647
+ "kind": "array"
15648
+ }
15649
+ }
15650
+ }
15651
+ ],
15652
+ "symbolId": "src/github/workflows-model:DiscussionCommentOptions"
15653
+ },
15654
+ "projen.github.workflows.DiscussionOptions": {
15655
+ "assembly": "projen",
15656
+ "datatype": true,
15657
+ "docs": {
15658
+ "stability": "experimental",
15659
+ "summary": "Discussion options."
15660
+ },
15661
+ "fqn": "projen.github.workflows.DiscussionOptions",
15662
+ "kind": "interface",
15663
+ "locationInModule": {
15664
+ "filename": "src/github/workflows-model.ts",
15665
+ "line": 685
15666
+ },
15667
+ "name": "DiscussionOptions",
15668
+ "namespace": "github.workflows",
15669
+ "properties": [
15670
+ {
15671
+ "abstract": true,
15672
+ "docs": {
15673
+ "custom": {
15674
+ "defaults": "- all activity types"
15675
+ },
15676
+ "stability": "experimental",
15677
+ "summary": "Which activity types to trigger on."
15678
+ },
15679
+ "immutable": true,
15680
+ "locationInModule": {
15681
+ "filename": "src/github/workflows-model.ts",
15682
+ "line": 691
15683
+ },
15684
+ "name": "types",
15685
+ "optional": true,
15686
+ "type": {
15687
+ "collection": {
15688
+ "elementtype": {
15689
+ "primitive": "string"
15690
+ },
15691
+ "kind": "array"
15692
+ }
15693
+ }
15694
+ }
15695
+ ],
15696
+ "symbolId": "src/github/workflows-model:DiscussionOptions"
15697
+ },
15566
15698
  "projen.github.workflows.ForkOptions": {
15567
15699
  "assembly": "projen",
15568
15700
  "datatype": true,
@@ -15574,7 +15706,7 @@
15574
15706
  "kind": "interface",
15575
15707
  "locationInModule": {
15576
15708
  "filename": "src/github/workflows-model.ts",
15577
- "line": 892
15709
+ "line": 958
15578
15710
  },
15579
15711
  "name": "ForkOptions",
15580
15712
  "namespace": "github.workflows",
@@ -15591,7 +15723,7 @@
15591
15723
  "kind": "interface",
15592
15724
  "locationInModule": {
15593
15725
  "filename": "src/github/workflows-model.ts",
15594
- "line": 897
15726
+ "line": 963
15595
15727
  },
15596
15728
  "name": "GollumOptions",
15597
15729
  "namespace": "github.workflows",
@@ -15608,7 +15740,7 @@
15608
15740
  "kind": "interface",
15609
15741
  "locationInModule": {
15610
15742
  "filename": "src/github/workflows-model.ts",
15611
- "line": 648
15743
+ "line": 709
15612
15744
  },
15613
15745
  "name": "IssueCommentOptions",
15614
15746
  "namespace": "github.workflows",
@@ -15625,7 +15757,7 @@
15625
15757
  "immutable": true,
15626
15758
  "locationInModule": {
15627
15759
  "filename": "src/github/workflows-model.ts",
15628
- "line": 654
15760
+ "line": 715
15629
15761
  },
15630
15762
  "name": "types",
15631
15763
  "optional": true,
@@ -15652,7 +15784,7 @@
15652
15784
  "kind": "interface",
15653
15785
  "locationInModule": {
15654
15786
  "filename": "src/github/workflows-model.ts",
15655
- "line": 660
15787
+ "line": 721
15656
15788
  },
15657
15789
  "name": "IssuesOptions",
15658
15790
  "namespace": "github.workflows",
@@ -15669,7 +15801,7 @@
15669
15801
  "immutable": true,
15670
15802
  "locationInModule": {
15671
15803
  "filename": "src/github/workflows-model.ts",
15672
- "line": 666
15804
+ "line": 727
15673
15805
  },
15674
15806
  "name": "types",
15675
15807
  "optional": true,
@@ -16699,7 +16831,7 @@
16699
16831
  "kind": "interface",
16700
16832
  "locationInModule": {
16701
16833
  "filename": "src/github/workflows-model.ts",
16702
- "line": 672
16834
+ "line": 733
16703
16835
  },
16704
16836
  "name": "LabelOptions",
16705
16837
  "namespace": "github.workflows",
@@ -16716,7 +16848,7 @@
16716
16848
  "immutable": true,
16717
16849
  "locationInModule": {
16718
16850
  "filename": "src/github/workflows-model.ts",
16719
- "line": 678
16851
+ "line": 739
16720
16852
  },
16721
16853
  "name": "types",
16722
16854
  "optional": true,
@@ -16743,7 +16875,7 @@
16743
16875
  "kind": "interface",
16744
16876
  "locationInModule": {
16745
16877
  "filename": "src/github/workflows-model.ts",
16746
- "line": 684
16878
+ "line": 745
16747
16879
  },
16748
16880
  "name": "MilestoneOptions",
16749
16881
  "namespace": "github.workflows",
@@ -16760,7 +16892,7 @@
16760
16892
  "immutable": true,
16761
16893
  "locationInModule": {
16762
16894
  "filename": "src/github/workflows-model.ts",
16763
- "line": 690
16895
+ "line": 751
16764
16896
  },
16765
16897
  "name": "types",
16766
16898
  "optional": true,
@@ -16787,7 +16919,7 @@
16787
16919
  "kind": "interface",
16788
16920
  "locationInModule": {
16789
16921
  "filename": "src/github/workflows-model.ts",
16790
- "line": 902
16922
+ "line": 968
16791
16923
  },
16792
16924
  "name": "PageBuildOptions",
16793
16925
  "namespace": "github.workflows",
@@ -16804,7 +16936,7 @@
16804
16936
  "kind": "interface",
16805
16937
  "locationInModule": {
16806
16938
  "filename": "src/github/workflows-model.ts",
16807
- "line": 708
16939
+ "line": 769
16808
16940
  },
16809
16941
  "name": "ProjectCardOptions",
16810
16942
  "namespace": "github.workflows",
@@ -16821,7 +16953,7 @@
16821
16953
  "immutable": true,
16822
16954
  "locationInModule": {
16823
16955
  "filename": "src/github/workflows-model.ts",
16824
- "line": 714
16956
+ "line": 775
16825
16957
  },
16826
16958
  "name": "types",
16827
16959
  "optional": true,
@@ -16848,7 +16980,7 @@
16848
16980
  "kind": "interface",
16849
16981
  "locationInModule": {
16850
16982
  "filename": "src/github/workflows-model.ts",
16851
- "line": 720
16983
+ "line": 781
16852
16984
  },
16853
16985
  "name": "ProjectColumnOptions",
16854
16986
  "namespace": "github.workflows",
@@ -16865,7 +16997,7 @@
16865
16997
  "immutable": true,
16866
16998
  "locationInModule": {
16867
16999
  "filename": "src/github/workflows-model.ts",
16868
- "line": 726
17000
+ "line": 787
16869
17001
  },
16870
17002
  "name": "types",
16871
17003
  "optional": true,
@@ -16892,7 +17024,7 @@
16892
17024
  "kind": "interface",
16893
17025
  "locationInModule": {
16894
17026
  "filename": "src/github/workflows-model.ts",
16895
- "line": 696
17027
+ "line": 757
16896
17028
  },
16897
17029
  "name": "ProjectOptions",
16898
17030
  "namespace": "github.workflows",
@@ -16909,7 +17041,7 @@
16909
17041
  "immutable": true,
16910
17042
  "locationInModule": {
16911
17043
  "filename": "src/github/workflows-model.ts",
16912
- "line": 702
17044
+ "line": 763
16913
17045
  },
16914
17046
  "name": "types",
16915
17047
  "optional": true,
@@ -16936,7 +17068,7 @@
16936
17068
  "kind": "interface",
16937
17069
  "locationInModule": {
16938
17070
  "filename": "src/github/workflows-model.ts",
16939
- "line": 907
17071
+ "line": 973
16940
17072
  },
16941
17073
  "name": "PublicOptions",
16942
17074
  "namespace": "github.workflows",
@@ -16953,7 +17085,7 @@
16953
17085
  "kind": "interface",
16954
17086
  "locationInModule": {
16955
17087
  "filename": "src/github/workflows-model.ts",
16956
- "line": 732
17088
+ "line": 793
16957
17089
  },
16958
17090
  "name": "PullRequestOptions",
16959
17091
  "namespace": "github.workflows",
@@ -16970,7 +17102,7 @@
16970
17102
  "immutable": true,
16971
17103
  "locationInModule": {
16972
17104
  "filename": "src/github/workflows-model.ts",
16973
- "line": 738
17105
+ "line": 799
16974
17106
  },
16975
17107
  "name": "types",
16976
17108
  "optional": true,
@@ -16997,7 +17129,7 @@
16997
17129
  "kind": "interface",
16998
17130
  "locationInModule": {
16999
17131
  "filename": "src/github/workflows-model.ts",
17000
- "line": 756
17132
+ "line": 817
17001
17133
  },
17002
17134
  "name": "PullRequestReviewCommentOptions",
17003
17135
  "namespace": "github.workflows",
@@ -17014,7 +17146,7 @@
17014
17146
  "immutable": true,
17015
17147
  "locationInModule": {
17016
17148
  "filename": "src/github/workflows-model.ts",
17017
- "line": 762
17149
+ "line": 823
17018
17150
  },
17019
17151
  "name": "types",
17020
17152
  "optional": true,
@@ -17041,7 +17173,7 @@
17041
17173
  "kind": "interface",
17042
17174
  "locationInModule": {
17043
17175
  "filename": "src/github/workflows-model.ts",
17044
- "line": 744
17176
+ "line": 805
17045
17177
  },
17046
17178
  "name": "PullRequestReviewOptions",
17047
17179
  "namespace": "github.workflows",
@@ -17058,7 +17190,7 @@
17058
17190
  "immutable": true,
17059
17191
  "locationInModule": {
17060
17192
  "filename": "src/github/workflows-model.ts",
17061
- "line": 750
17193
+ "line": 811
17062
17194
  },
17063
17195
  "name": "types",
17064
17196
  "optional": true,
@@ -17088,7 +17220,7 @@
17088
17220
  "kind": "interface",
17089
17221
  "locationInModule": {
17090
17222
  "filename": "src/github/workflows-model.ts",
17091
- "line": 768
17223
+ "line": 829
17092
17224
  },
17093
17225
  "name": "PullRequestTargetOptions",
17094
17226
  "namespace": "github.workflows",
@@ -17105,7 +17237,7 @@
17105
17237
  "immutable": true,
17106
17238
  "locationInModule": {
17107
17239
  "filename": "src/github/workflows-model.ts",
17108
- "line": 774
17240
+ "line": 835
17109
17241
  },
17110
17242
  "name": "types",
17111
17243
  "optional": true,
@@ -17132,7 +17264,7 @@
17132
17264
  "kind": "interface",
17133
17265
  "locationInModule": {
17134
17266
  "filename": "src/github/workflows-model.ts",
17135
- "line": 780
17267
+ "line": 841
17136
17268
  },
17137
17269
  "name": "PushOptions",
17138
17270
  "namespace": "github.workflows",
@@ -17148,7 +17280,7 @@
17148
17280
  "immutable": true,
17149
17281
  "locationInModule": {
17150
17282
  "filename": "src/github/workflows-model.ts",
17151
- "line": 790
17283
+ "line": 851
17152
17284
  },
17153
17285
  "name": "branches",
17154
17286
  "optional": true,
@@ -17172,7 +17304,7 @@
17172
17304
  "immutable": true,
17173
17305
  "locationInModule": {
17174
17306
  "filename": "src/github/workflows-model.ts",
17175
- "line": 812
17307
+ "line": 873
17176
17308
  },
17177
17309
  "name": "paths",
17178
17310
  "optional": true,
@@ -17196,7 +17328,7 @@
17196
17328
  "immutable": true,
17197
17329
  "locationInModule": {
17198
17330
  "filename": "src/github/workflows-model.ts",
17199
- "line": 802
17331
+ "line": 863
17200
17332
  },
17201
17333
  "name": "tags",
17202
17334
  "optional": true,
@@ -17223,7 +17355,7 @@
17223
17355
  "kind": "interface",
17224
17356
  "locationInModule": {
17225
17357
  "filename": "src/github/workflows-model.ts",
17226
- "line": 818
17358
+ "line": 879
17227
17359
  },
17228
17360
  "name": "RegistryPackageOptions",
17229
17361
  "namespace": "github.workflows",
@@ -17240,7 +17372,7 @@
17240
17372
  "immutable": true,
17241
17373
  "locationInModule": {
17242
17374
  "filename": "src/github/workflows-model.ts",
17243
- "line": 824
17375
+ "line": 885
17244
17376
  },
17245
17377
  "name": "types",
17246
17378
  "optional": true,
@@ -17267,7 +17399,7 @@
17267
17399
  "kind": "interface",
17268
17400
  "locationInModule": {
17269
17401
  "filename": "src/github/workflows-model.ts",
17270
- "line": 830
17402
+ "line": 891
17271
17403
  },
17272
17404
  "name": "ReleaseOptions",
17273
17405
  "namespace": "github.workflows",
@@ -17284,7 +17416,7 @@
17284
17416
  "immutable": true,
17285
17417
  "locationInModule": {
17286
17418
  "filename": "src/github/workflows-model.ts",
17287
- "line": 836
17419
+ "line": 897
17288
17420
  },
17289
17421
  "name": "types",
17290
17422
  "optional": true,
@@ -17311,7 +17443,7 @@
17311
17443
  "kind": "interface",
17312
17444
  "locationInModule": {
17313
17445
  "filename": "src/github/workflows-model.ts",
17314
- "line": 612
17446
+ "line": 637
17315
17447
  },
17316
17448
  "name": "RepositoryDispatchOptions",
17317
17449
  "namespace": "github.workflows",
@@ -17328,7 +17460,7 @@
17328
17460
  "immutable": true,
17329
17461
  "locationInModule": {
17330
17462
  "filename": "src/github/workflows-model.ts",
17331
- "line": 618
17463
+ "line": 643
17332
17464
  },
17333
17465
  "name": "types",
17334
17466
  "optional": true,
@@ -17409,7 +17541,7 @@
17409
17541
  "kind": "interface",
17410
17542
  "locationInModule": {
17411
17543
  "filename": "src/github/workflows-model.ts",
17412
- "line": 912
17544
+ "line": 978
17413
17545
  },
17414
17546
  "name": "StatusOptions",
17415
17547
  "namespace": "github.workflows",
@@ -17432,6 +17564,23 @@
17432
17564
  "name": "Triggers",
17433
17565
  "namespace": "github.workflows",
17434
17566
  "properties": [
17567
+ {
17568
+ "abstract": true,
17569
+ "docs": {
17570
+ "stability": "experimental",
17571
+ "summary": "Runs your workflow anytime the branch_protection_rule event occurs."
17572
+ },
17573
+ "immutable": true,
17574
+ "locationInModule": {
17575
+ "filename": "src/github/workflows-model.ts",
17576
+ "line": 441
17577
+ },
17578
+ "name": "branchProtectionRule",
17579
+ "optional": true,
17580
+ "type": {
17581
+ "fqn": "projen.github.workflows.BranchProtectionRuleOptions"
17582
+ }
17583
+ },
17435
17584
  {
17436
17585
  "abstract": true,
17437
17586
  "docs": {
@@ -17441,7 +17590,7 @@
17441
17590
  "immutable": true,
17442
17591
  "locationInModule": {
17443
17592
  "filename": "src/github/workflows-model.ts",
17444
- "line": 433
17593
+ "line": 446
17445
17594
  },
17446
17595
  "name": "checkRun",
17447
17596
  "optional": true,
@@ -17458,7 +17607,7 @@
17458
17607
  "immutable": true,
17459
17608
  "locationInModule": {
17460
17609
  "filename": "src/github/workflows-model.ts",
17461
- "line": 438
17610
+ "line": 451
17462
17611
  },
17463
17612
  "name": "checkSuite",
17464
17613
  "optional": true,
@@ -17475,7 +17624,7 @@
17475
17624
  "immutable": true,
17476
17625
  "locationInModule": {
17477
17626
  "filename": "src/github/workflows-model.ts",
17478
- "line": 444
17627
+ "line": 457
17479
17628
  },
17480
17629
  "name": "create",
17481
17630
  "optional": true,
@@ -17492,7 +17641,7 @@
17492
17641
  "immutable": true,
17493
17642
  "locationInModule": {
17494
17643
  "filename": "src/github/workflows-model.ts",
17495
- "line": 450
17644
+ "line": 463
17496
17645
  },
17497
17646
  "name": "delete",
17498
17647
  "optional": true,
@@ -17510,7 +17659,7 @@
17510
17659
  "immutable": true,
17511
17660
  "locationInModule": {
17512
17661
  "filename": "src/github/workflows-model.ts",
17513
- "line": 457
17662
+ "line": 470
17514
17663
  },
17515
17664
  "name": "deployment",
17516
17665
  "optional": true,
@@ -17528,7 +17677,7 @@
17528
17677
  "immutable": true,
17529
17678
  "locationInModule": {
17530
17679
  "filename": "src/github/workflows-model.ts",
17531
- "line": 464
17680
+ "line": 477
17532
17681
  },
17533
17682
  "name": "deploymentStatus",
17534
17683
  "optional": true,
@@ -17536,6 +17685,44 @@
17536
17685
  "fqn": "projen.github.workflows.DeploymentStatusOptions"
17537
17686
  }
17538
17687
  },
17688
+ {
17689
+ "abstract": true,
17690
+ "docs": {
17691
+ "remarks": "More than one activity type triggers this event.",
17692
+ "see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
17693
+ "stability": "experimental",
17694
+ "summary": "Runs your workflow anytime the discussion event occurs."
17695
+ },
17696
+ "immutable": true,
17697
+ "locationInModule": {
17698
+ "filename": "src/github/workflows-model.ts",
17699
+ "line": 483
17700
+ },
17701
+ "name": "discussion",
17702
+ "optional": true,
17703
+ "type": {
17704
+ "fqn": "projen.github.workflows.DiscussionOptions"
17705
+ }
17706
+ },
17707
+ {
17708
+ "abstract": true,
17709
+ "docs": {
17710
+ "remarks": "More than one activity type triggers this event.",
17711
+ "see": "https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions",
17712
+ "stability": "experimental",
17713
+ "summary": "Runs your workflow anytime the discussion_comment event occurs."
17714
+ },
17715
+ "immutable": true,
17716
+ "locationInModule": {
17717
+ "filename": "src/github/workflows-model.ts",
17718
+ "line": 489
17719
+ },
17720
+ "name": "discussionComment",
17721
+ "optional": true,
17722
+ "type": {
17723
+ "fqn": "projen.github.workflows.DiscussionCommentOptions"
17724
+ }
17725
+ },
17539
17726
  {
17540
17727
  "abstract": true,
17541
17728
  "docs": {
@@ -17545,7 +17732,7 @@
17545
17732
  "immutable": true,
17546
17733
  "locationInModule": {
17547
17734
  "filename": "src/github/workflows-model.ts",
17548
- "line": 470
17735
+ "line": 495
17549
17736
  },
17550
17737
  "name": "fork",
17551
17738
  "optional": true,
@@ -17562,7 +17749,7 @@
17562
17749
  "immutable": true,
17563
17750
  "locationInModule": {
17564
17751
  "filename": "src/github/workflows-model.ts",
17565
- "line": 476
17752
+ "line": 501
17566
17753
  },
17567
17754
  "name": "gollum",
17568
17755
  "optional": true,
@@ -17579,7 +17766,7 @@
17579
17766
  "immutable": true,
17580
17767
  "locationInModule": {
17581
17768
  "filename": "src/github/workflows-model.ts",
17582
- "line": 481
17769
+ "line": 506
17583
17770
  },
17584
17771
  "name": "issueComment",
17585
17772
  "optional": true,
@@ -17596,7 +17783,7 @@
17596
17783
  "immutable": true,
17597
17784
  "locationInModule": {
17598
17785
  "filename": "src/github/workflows-model.ts",
17599
- "line": 486
17786
+ "line": 511
17600
17787
  },
17601
17788
  "name": "issues",
17602
17789
  "optional": true,
@@ -17613,7 +17800,7 @@
17613
17800
  "immutable": true,
17614
17801
  "locationInModule": {
17615
17802
  "filename": "src/github/workflows-model.ts",
17616
- "line": 491
17803
+ "line": 516
17617
17804
  },
17618
17805
  "name": "label",
17619
17806
  "optional": true,
@@ -17630,7 +17817,7 @@
17630
17817
  "immutable": true,
17631
17818
  "locationInModule": {
17632
17819
  "filename": "src/github/workflows-model.ts",
17633
- "line": 496
17820
+ "line": 521
17634
17821
  },
17635
17822
  "name": "milestone",
17636
17823
  "optional": true,
@@ -17647,7 +17834,7 @@
17647
17834
  "immutable": true,
17648
17835
  "locationInModule": {
17649
17836
  "filename": "src/github/workflows-model.ts",
17650
- "line": 502
17837
+ "line": 527
17651
17838
  },
17652
17839
  "name": "pageBuild",
17653
17840
  "optional": true,
@@ -17664,7 +17851,7 @@
17664
17851
  "immutable": true,
17665
17852
  "locationInModule": {
17666
17853
  "filename": "src/github/workflows-model.ts",
17667
- "line": 507
17854
+ "line": 532
17668
17855
  },
17669
17856
  "name": "project",
17670
17857
  "optional": true,
@@ -17681,7 +17868,7 @@
17681
17868
  "immutable": true,
17682
17869
  "locationInModule": {
17683
17870
  "filename": "src/github/workflows-model.ts",
17684
- "line": 512
17871
+ "line": 537
17685
17872
  },
17686
17873
  "name": "projectCard",
17687
17874
  "optional": true,
@@ -17698,7 +17885,7 @@
17698
17885
  "immutable": true,
17699
17886
  "locationInModule": {
17700
17887
  "filename": "src/github/workflows-model.ts",
17701
- "line": 517
17888
+ "line": 542
17702
17889
  },
17703
17890
  "name": "projectColumn",
17704
17891
  "optional": true,
@@ -17715,7 +17902,7 @@
17715
17902
  "immutable": true,
17716
17903
  "locationInModule": {
17717
17904
  "filename": "src/github/workflows-model.ts",
17718
- "line": 523
17905
+ "line": 548
17719
17906
  },
17720
17907
  "name": "public",
17721
17908
  "optional": true,
@@ -17732,7 +17919,7 @@
17732
17919
  "immutable": true,
17733
17920
  "locationInModule": {
17734
17921
  "filename": "src/github/workflows-model.ts",
17735
- "line": 528
17922
+ "line": 553
17736
17923
  },
17737
17924
  "name": "pullRequest",
17738
17925
  "optional": true,
@@ -17749,7 +17936,7 @@
17749
17936
  "immutable": true,
17750
17937
  "locationInModule": {
17751
17938
  "filename": "src/github/workflows-model.ts",
17752
- "line": 533
17939
+ "line": 558
17753
17940
  },
17754
17941
  "name": "pullRequestReview",
17755
17942
  "optional": true,
@@ -17766,7 +17953,7 @@
17766
17953
  "immutable": true,
17767
17954
  "locationInModule": {
17768
17955
  "filename": "src/github/workflows-model.ts",
17769
- "line": 539
17956
+ "line": 564
17770
17957
  },
17771
17958
  "name": "pullRequestReviewComment",
17772
17959
  "optional": true,
@@ -17785,7 +17972,7 @@
17785
17972
  "immutable": true,
17786
17973
  "locationInModule": {
17787
17974
  "filename": "src/github/workflows-model.ts",
17788
- "line": 560
17975
+ "line": 585
17789
17976
  },
17790
17977
  "name": "pullRequestTarget",
17791
17978
  "optional": true,
@@ -17802,7 +17989,7 @@
17802
17989
  "immutable": true,
17803
17990
  "locationInModule": {
17804
17991
  "filename": "src/github/workflows-model.ts",
17805
- "line": 566
17992
+ "line": 591
17806
17993
  },
17807
17994
  "name": "push",
17808
17995
  "optional": true,
@@ -17819,7 +18006,7 @@
17819
18006
  "immutable": true,
17820
18007
  "locationInModule": {
17821
18008
  "filename": "src/github/workflows-model.ts",
17822
- "line": 571
18009
+ "line": 596
17823
18010
  },
17824
18011
  "name": "registryPackage",
17825
18012
  "optional": true,
@@ -17836,7 +18023,7 @@
17836
18023
  "immutable": true,
17837
18024
  "locationInModule": {
17838
18025
  "filename": "src/github/workflows-model.ts",
17839
- "line": 576
18026
+ "line": 601
17840
18027
  },
17841
18028
  "name": "release",
17842
18029
  "optional": true,
@@ -17894,7 +18081,7 @@
17894
18081
  "immutable": true,
17895
18082
  "locationInModule": {
17896
18083
  "filename": "src/github/workflows-model.ts",
17897
- "line": 582
18084
+ "line": 607
17898
18085
  },
17899
18086
  "name": "status",
17900
18087
  "optional": true,
@@ -17911,7 +18098,7 @@
17911
18098
  "immutable": true,
17912
18099
  "locationInModule": {
17913
18100
  "filename": "src/github/workflows-model.ts",
17914
- "line": 587
18101
+ "line": 612
17915
18102
  },
17916
18103
  "name": "watch",
17917
18104
  "optional": true,
@@ -17919,6 +18106,24 @@
17919
18106
  "fqn": "projen.github.workflows.WatchOptions"
17920
18107
  }
17921
18108
  },
18109
+ {
18110
+ "abstract": true,
18111
+ "docs": {
18112
+ "see": "https://docs.github.com/en/actions/learn-github-actions/reusing-workflows",
18113
+ "stability": "experimental",
18114
+ "summary": "Can be called from another workflow."
18115
+ },
18116
+ "immutable": true,
18117
+ "locationInModule": {
18118
+ "filename": "src/github/workflows-model.ts",
18119
+ "line": 434
18120
+ },
18121
+ "name": "workflowCall",
18122
+ "optional": true,
18123
+ "type": {
18124
+ "fqn": "projen.github.workflows.WorkflowCallOptions"
18125
+ }
18126
+ },
17922
18127
  {
17923
18128
  "abstract": true,
17924
18129
  "docs": {
@@ -17947,7 +18152,7 @@
17947
18152
  "immutable": true,
17948
18153
  "locationInModule": {
17949
18154
  "filename": "src/github/workflows-model.ts",
17950
- "line": 595
18155
+ "line": 620
17951
18156
  },
17952
18157
  "name": "workflowRun",
17953
18158
  "optional": true,
@@ -17969,7 +18174,7 @@
17969
18174
  "kind": "interface",
17970
18175
  "locationInModule": {
17971
18176
  "filename": "src/github/workflows-model.ts",
17972
- "line": 842
18177
+ "line": 903
17973
18178
  },
17974
18179
  "name": "WatchOptions",
17975
18180
  "namespace": "github.workflows",
@@ -17986,7 +18191,7 @@
17986
18191
  "immutable": true,
17987
18192
  "locationInModule": {
17988
18193
  "filename": "src/github/workflows-model.ts",
17989
- "line": 848
18194
+ "line": 909
17990
18195
  },
17991
18196
  "name": "types",
17992
18197
  "optional": true,
@@ -18002,6 +18207,23 @@
18002
18207
  ],
18003
18208
  "symbolId": "src/github/workflows-model:WatchOptions"
18004
18209
  },
18210
+ "projen.github.workflows.WorkflowCallOptions": {
18211
+ "assembly": "projen",
18212
+ "datatype": true,
18213
+ "docs": {
18214
+ "stability": "experimental",
18215
+ "summary": "The Workflow Call event accepts no options."
18216
+ },
18217
+ "fqn": "projen.github.workflows.WorkflowCallOptions",
18218
+ "kind": "interface",
18219
+ "locationInModule": {
18220
+ "filename": "src/github/workflows-model.ts",
18221
+ "line": 933
18222
+ },
18223
+ "name": "WorkflowCallOptions",
18224
+ "namespace": "github.workflows",
18225
+ "symbolId": "src/github/workflows-model:WorkflowCallOptions"
18226
+ },
18005
18227
  "projen.github.workflows.WorkflowDispatchOptions": {
18006
18228
  "assembly": "projen",
18007
18229
  "datatype": true,
@@ -18013,7 +18235,7 @@
18013
18235
  "kind": "interface",
18014
18236
  "locationInModule": {
18015
18237
  "filename": "src/github/workflows-model.ts",
18016
- "line": 867
18238
+ "line": 928
18017
18239
  },
18018
18240
  "name": "WorkflowDispatchOptions",
18019
18241
  "namespace": "github.workflows",
@@ -18030,7 +18252,7 @@
18030
18252
  "kind": "interface",
18031
18253
  "locationInModule": {
18032
18254
  "filename": "src/github/workflows-model.ts",
18033
- "line": 854
18255
+ "line": 915
18034
18256
  },
18035
18257
  "name": "WorkflowRunOptions",
18036
18258
  "namespace": "github.workflows",
@@ -18047,7 +18269,7 @@
18047
18269
  "immutable": true,
18048
18270
  "locationInModule": {
18049
18271
  "filename": "src/github/workflows-model.ts",
18050
- "line": 860
18272
+ "line": 921
18051
18273
  },
18052
18274
  "name": "types",
18053
18275
  "optional": true,
@@ -29973,7 +30195,7 @@
29973
30195
  "kind": "interface",
29974
30196
  "locationInModule": {
29975
30197
  "filename": "src/release/release.ts",
29976
- "line": 471
30198
+ "line": 472
29977
30199
  },
29978
30200
  "name": "BranchOptions",
29979
30201
  "namespace": "release",
@@ -29987,7 +30209,7 @@
29987
30209
  "immutable": true,
29988
30210
  "locationInModule": {
29989
30211
  "filename": "src/release/release.ts",
29990
- "line": 481
30212
+ "line": 482
29991
30213
  },
29992
30214
  "name": "majorVersion",
29993
30215
  "type": {
@@ -30004,7 +30226,7 @@
30004
30226
  "immutable": true,
30005
30227
  "locationInModule": {
30006
30228
  "filename": "src/release/release.ts",
30007
- "line": 488
30229
+ "line": 489
30008
30230
  },
30009
30231
  "name": "prerelease",
30010
30232
  "optional": true,
@@ -30023,7 +30245,7 @@
30023
30245
  "immutable": true,
30024
30246
  "locationInModule": {
30025
30247
  "filename": "src/release/release.ts",
30026
- "line": 502
30248
+ "line": 503
30027
30249
  },
30028
30250
  "name": "tagPrefix",
30029
30251
  "optional": true,
@@ -30041,7 +30263,7 @@
30041
30263
  "immutable": true,
30042
30264
  "locationInModule": {
30043
30265
  "filename": "src/release/release.ts",
30044
- "line": 476
30266
+ "line": 477
30045
30267
  },
30046
30268
  "name": "workflowName",
30047
30269
  "optional": true,
@@ -34758,6 +34980,6 @@
34758
34980
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34759
34981
  }
34760
34982
  },
34761
- "version": "0.37.0",
34762
- "fingerprint": "kSVbBvm/bO1ykZqjpqcPE4R8BLHk3cswOMRh6xGh7VI="
34983
+ "version": "0.37.4",
34984
+ "fingerprint": "Ben7Zo2ouBSBCk/UW6cyvc+sfXPwhXlRT4K8foxhXSw="
34763
34985
  }