projen 0.67.43 → 0.67.45

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 (127) hide show
  1. package/.jsii +171 -105
  2. package/docs/api/API.md +2 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflows-model.d.ts +21 -1
  51. package/lib/github/workflows-model.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.js +1 -1
  69. package/lib/javascript/node-package.d.ts +4 -0
  70. package/lib/javascript/node-package.js +11 -3
  71. package/lib/javascript/node-project.js +3 -2
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +1 -1
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc.js +1 -1
  113. package/lib/typescript/typescript-typedoc.js +1 -1
  114. package/lib/typescript/typescript.js +3 -3
  115. package/lib/version.js +1 -1
  116. package/lib/vscode/devcontainer.js +1 -1
  117. package/lib/vscode/extensions.js +1 -1
  118. package/lib/vscode/launch-config.js +1 -1
  119. package/lib/vscode/settings.js +1 -1
  120. package/lib/vscode/vscode.js +1 -1
  121. package/lib/web/next.js +3 -3
  122. package/lib/web/postcss.js +1 -1
  123. package/lib/web/react.js +4 -4
  124. package/lib/web/tailwind.js +1 -1
  125. package/lib/xmlfile.js +1 -1
  126. package/lib/yaml.js +1 -1
  127. package/package.json +1 -1
package/.jsii CHANGED
@@ -23554,7 +23554,7 @@
23554
23554
  "kind": "interface",
23555
23555
  "locationInModule": {
23556
23556
  "filename": "src/github/workflows-model.ts",
23557
- "line": 801
23557
+ "line": 809
23558
23558
  },
23559
23559
  "name": "BranchProtectionRuleOptions",
23560
23560
  "namespace": "github.workflows",
@@ -23571,7 +23571,7 @@
23571
23571
  "immutable": true,
23572
23572
  "locationInModule": {
23573
23573
  "filename": "src/github/workflows-model.ts",
23574
- "line": 807
23574
+ "line": 815
23575
23575
  },
23576
23576
  "name": "types",
23577
23577
  "optional": true,
@@ -23598,7 +23598,7 @@
23598
23598
  "kind": "interface",
23599
23599
  "locationInModule": {
23600
23600
  "filename": "src/github/workflows-model.ts",
23601
- "line": 813
23601
+ "line": 821
23602
23602
  },
23603
23603
  "name": "CheckRunOptions",
23604
23604
  "namespace": "github.workflows",
@@ -23615,7 +23615,7 @@
23615
23615
  "immutable": true,
23616
23616
  "locationInModule": {
23617
23617
  "filename": "src/github/workflows-model.ts",
23618
- "line": 819
23618
+ "line": 827
23619
23619
  },
23620
23620
  "name": "types",
23621
23621
  "optional": true,
@@ -23642,7 +23642,7 @@
23642
23642
  "kind": "interface",
23643
23643
  "locationInModule": {
23644
23644
  "filename": "src/github/workflows-model.ts",
23645
- "line": 827
23645
+ "line": 835
23646
23646
  },
23647
23647
  "name": "CheckSuiteOptions",
23648
23648
  "namespace": "github.workflows",
@@ -23659,7 +23659,7 @@
23659
23659
  "immutable": true,
23660
23660
  "locationInModule": {
23661
23661
  "filename": "src/github/workflows-model.ts",
23662
- "line": 833
23662
+ "line": 841
23663
23663
  },
23664
23664
  "name": "types",
23665
23665
  "optional": true,
@@ -23993,7 +23993,7 @@
23993
23993
  "kind": "interface",
23994
23994
  "locationInModule": {
23995
23995
  "filename": "src/github/workflows-model.ts",
23996
- "line": 1177
23996
+ "line": 1199
23997
23997
  },
23998
23998
  "name": "CreateOptions",
23999
23999
  "namespace": "github.workflows",
@@ -24010,7 +24010,7 @@
24010
24010
  "kind": "interface",
24011
24011
  "locationInModule": {
24012
24012
  "filename": "src/github/workflows-model.ts",
24013
- "line": 779
24013
+ "line": 787
24014
24014
  },
24015
24015
  "name": "CronScheduleOptions",
24016
24016
  "namespace": "github.workflows",
@@ -24024,7 +24024,7 @@
24024
24024
  "immutable": true,
24025
24025
  "locationInModule": {
24026
24026
  "filename": "src/github/workflows-model.ts",
24027
- "line": 783
24027
+ "line": 791
24028
24028
  },
24029
24029
  "name": "cron",
24030
24030
  "type": {
@@ -24045,7 +24045,7 @@
24045
24045
  "kind": "interface",
24046
24046
  "locationInModule": {
24047
24047
  "filename": "src/github/workflows-model.ts",
24048
- "line": 1182
24048
+ "line": 1204
24049
24049
  },
24050
24050
  "name": "DeleteOptions",
24051
24051
  "namespace": "github.workflows",
@@ -24062,7 +24062,7 @@
24062
24062
  "kind": "interface",
24063
24063
  "locationInModule": {
24064
24064
  "filename": "src/github/workflows-model.ts",
24065
- "line": 1187
24065
+ "line": 1209
24066
24066
  },
24067
24067
  "name": "DeploymentOptions",
24068
24068
  "namespace": "github.workflows",
@@ -24079,7 +24079,7 @@
24079
24079
  "kind": "interface",
24080
24080
  "locationInModule": {
24081
24081
  "filename": "src/github/workflows-model.ts",
24082
- "line": 1192
24082
+ "line": 1214
24083
24083
  },
24084
24084
  "name": "DeploymentStatusOptions",
24085
24085
  "namespace": "github.workflows",
@@ -24096,7 +24096,7 @@
24096
24096
  "kind": "interface",
24097
24097
  "locationInModule": {
24098
24098
  "filename": "src/github/workflows-model.ts",
24099
- "line": 864
24099
+ "line": 872
24100
24100
  },
24101
24101
  "name": "DiscussionCommentOptions",
24102
24102
  "namespace": "github.workflows",
@@ -24113,7 +24113,7 @@
24113
24113
  "immutable": true,
24114
24114
  "locationInModule": {
24115
24115
  "filename": "src/github/workflows-model.ts",
24116
- "line": 870
24116
+ "line": 878
24117
24117
  },
24118
24118
  "name": "types",
24119
24119
  "optional": true,
@@ -24140,7 +24140,7 @@
24140
24140
  "kind": "interface",
24141
24141
  "locationInModule": {
24142
24142
  "filename": "src/github/workflows-model.ts",
24143
- "line": 839
24143
+ "line": 847
24144
24144
  },
24145
24145
  "name": "DiscussionOptions",
24146
24146
  "namespace": "github.workflows",
@@ -24157,7 +24157,7 @@
24157
24157
  "immutable": true,
24158
24158
  "locationInModule": {
24159
24159
  "filename": "src/github/workflows-model.ts",
24160
- "line": 845
24160
+ "line": 853
24161
24161
  },
24162
24162
  "name": "types",
24163
24163
  "optional": true,
@@ -24184,7 +24184,7 @@
24184
24184
  "kind": "interface",
24185
24185
  "locationInModule": {
24186
24186
  "filename": "src/github/workflows-model.ts",
24187
- "line": 1197
24187
+ "line": 1219
24188
24188
  },
24189
24189
  "name": "ForkOptions",
24190
24190
  "namespace": "github.workflows",
@@ -24201,7 +24201,7 @@
24201
24201
  "kind": "interface",
24202
24202
  "locationInModule": {
24203
24203
  "filename": "src/github/workflows-model.ts",
24204
- "line": 1202
24204
+ "line": 1224
24205
24205
  },
24206
24206
  "name": "GollumOptions",
24207
24207
  "namespace": "github.workflows",
@@ -24218,7 +24218,7 @@
24218
24218
  "kind": "interface",
24219
24219
  "locationInModule": {
24220
24220
  "filename": "src/github/workflows-model.ts",
24221
- "line": 876
24221
+ "line": 884
24222
24222
  },
24223
24223
  "name": "IssueCommentOptions",
24224
24224
  "namespace": "github.workflows",
@@ -24235,7 +24235,7 @@
24235
24235
  "immutable": true,
24236
24236
  "locationInModule": {
24237
24237
  "filename": "src/github/workflows-model.ts",
24238
- "line": 882
24238
+ "line": 890
24239
24239
  },
24240
24240
  "name": "types",
24241
24241
  "optional": true,
@@ -24262,7 +24262,7 @@
24262
24262
  "kind": "interface",
24263
24263
  "locationInModule": {
24264
24264
  "filename": "src/github/workflows-model.ts",
24265
- "line": 888
24265
+ "line": 896
24266
24266
  },
24267
24267
  "name": "IssuesOptions",
24268
24268
  "namespace": "github.workflows",
@@ -24279,7 +24279,7 @@
24279
24279
  "immutable": true,
24280
24280
  "locationInModule": {
24281
24281
  "filename": "src/github/workflows-model.ts",
24282
- "line": 894
24282
+ "line": 902
24283
24283
  },
24284
24284
  "name": "types",
24285
24285
  "optional": true,
@@ -25289,13 +25289,13 @@
25289
25289
  "datatype": true,
25290
25290
  "docs": {
25291
25291
  "stability": "experimental",
25292
- "summary": "label options."
25292
+ "summary": "Label options."
25293
25293
  },
25294
25294
  "fqn": "projen.github.workflows.LabelOptions",
25295
25295
  "kind": "interface",
25296
25296
  "locationInModule": {
25297
25297
  "filename": "src/github/workflows-model.ts",
25298
- "line": 917
25298
+ "line": 925
25299
25299
  },
25300
25300
  "name": "LabelOptions",
25301
25301
  "namespace": "github.workflows",
@@ -25312,7 +25312,7 @@
25312
25312
  "immutable": true,
25313
25313
  "locationInModule": {
25314
25314
  "filename": "src/github/workflows-model.ts",
25315
- "line": 923
25315
+ "line": 931
25316
25316
  },
25317
25317
  "name": "types",
25318
25318
  "optional": true,
@@ -25328,6 +25328,48 @@
25328
25328
  ],
25329
25329
  "symbolId": "src/github/workflows-model:LabelOptions"
25330
25330
  },
25331
+ "projen.github.workflows.MergeGroupOptions": {
25332
+ "assembly": "projen",
25333
+ "datatype": true,
25334
+ "docs": {
25335
+ "stability": "experimental",
25336
+ "summary": "Merge group options."
25337
+ },
25338
+ "fqn": "projen.github.workflows.MergeGroupOptions",
25339
+ "kind": "interface",
25340
+ "locationInModule": {
25341
+ "filename": "src/github/workflows-model.ts",
25342
+ "line": 939
25343
+ },
25344
+ "name": "MergeGroupOptions",
25345
+ "namespace": "github.workflows",
25346
+ "properties": [
25347
+ {
25348
+ "abstract": true,
25349
+ "docs": {
25350
+ "remarks": "If not specified, all branches will\ntrigger the workflow.",
25351
+ "stability": "experimental",
25352
+ "summary": "When using the merge_group events, you can configure a workflow to run on specific base branches."
25353
+ },
25354
+ "immutable": true,
25355
+ "locationInModule": {
25356
+ "filename": "src/github/workflows-model.ts",
25357
+ "line": 945
25358
+ },
25359
+ "name": "branches",
25360
+ "optional": true,
25361
+ "type": {
25362
+ "collection": {
25363
+ "elementtype": {
25364
+ "primitive": "string"
25365
+ },
25366
+ "kind": "array"
25367
+ }
25368
+ }
25369
+ }
25370
+ ],
25371
+ "symbolId": "src/github/workflows-model:MergeGroupOptions"
25372
+ },
25331
25373
  "projen.github.workflows.MilestoneOptions": {
25332
25374
  "assembly": "projen",
25333
25375
  "datatype": true,
@@ -25339,7 +25381,7 @@
25339
25381
  "kind": "interface",
25340
25382
  "locationInModule": {
25341
25383
  "filename": "src/github/workflows-model.ts",
25342
- "line": 929
25384
+ "line": 951
25343
25385
  },
25344
25386
  "name": "MilestoneOptions",
25345
25387
  "namespace": "github.workflows",
@@ -25356,7 +25398,7 @@
25356
25398
  "immutable": true,
25357
25399
  "locationInModule": {
25358
25400
  "filename": "src/github/workflows-model.ts",
25359
- "line": 935
25401
+ "line": 957
25360
25402
  },
25361
25403
  "name": "types",
25362
25404
  "optional": true,
@@ -25383,7 +25425,7 @@
25383
25425
  "kind": "interface",
25384
25426
  "locationInModule": {
25385
25427
  "filename": "src/github/workflows-model.ts",
25386
- "line": 1207
25428
+ "line": 1229
25387
25429
  },
25388
25430
  "name": "PageBuildOptions",
25389
25431
  "namespace": "github.workflows",
@@ -25400,7 +25442,7 @@
25400
25442
  "kind": "interface",
25401
25443
  "locationInModule": {
25402
25444
  "filename": "src/github/workflows-model.ts",
25403
- "line": 957
25445
+ "line": 979
25404
25446
  },
25405
25447
  "name": "ProjectCardOptions",
25406
25448
  "namespace": "github.workflows",
@@ -25417,7 +25459,7 @@
25417
25459
  "immutable": true,
25418
25460
  "locationInModule": {
25419
25461
  "filename": "src/github/workflows-model.ts",
25420
- "line": 963
25462
+ "line": 985
25421
25463
  },
25422
25464
  "name": "types",
25423
25465
  "optional": true,
@@ -25444,7 +25486,7 @@
25444
25486
  "kind": "interface",
25445
25487
  "locationInModule": {
25446
25488
  "filename": "src/github/workflows-model.ts",
25447
- "line": 971
25489
+ "line": 993
25448
25490
  },
25449
25491
  "name": "ProjectColumnOptions",
25450
25492
  "namespace": "github.workflows",
@@ -25461,7 +25503,7 @@
25461
25503
  "immutable": true,
25462
25504
  "locationInModule": {
25463
25505
  "filename": "src/github/workflows-model.ts",
25464
- "line": 977
25506
+ "line": 999
25465
25507
  },
25466
25508
  "name": "types",
25467
25509
  "optional": true,
@@ -25488,7 +25530,7 @@
25488
25530
  "kind": "interface",
25489
25531
  "locationInModule": {
25490
25532
  "filename": "src/github/workflows-model.ts",
25491
- "line": 943
25533
+ "line": 965
25492
25534
  },
25493
25535
  "name": "ProjectOptions",
25494
25536
  "namespace": "github.workflows",
@@ -25505,7 +25547,7 @@
25505
25547
  "immutable": true,
25506
25548
  "locationInModule": {
25507
25549
  "filename": "src/github/workflows-model.ts",
25508
- "line": 949
25550
+ "line": 971
25509
25551
  },
25510
25552
  "name": "types",
25511
25553
  "optional": true,
@@ -25532,7 +25574,7 @@
25532
25574
  "kind": "interface",
25533
25575
  "locationInModule": {
25534
25576
  "filename": "src/github/workflows-model.ts",
25535
- "line": 1212
25577
+ "line": 1234
25536
25578
  },
25537
25579
  "name": "PublicOptions",
25538
25580
  "namespace": "github.workflows",
@@ -25549,7 +25591,7 @@
25549
25591
  "kind": "interface",
25550
25592
  "locationInModule": {
25551
25593
  "filename": "src/github/workflows-model.ts",
25552
- "line": 983
25594
+ "line": 1005
25553
25595
  },
25554
25596
  "name": "PullRequestOptions",
25555
25597
  "namespace": "github.workflows",
@@ -25566,7 +25608,7 @@
25566
25608
  "immutable": true,
25567
25609
  "locationInModule": {
25568
25610
  "filename": "src/github/workflows-model.ts",
25569
- "line": 989
25611
+ "line": 1011
25570
25612
  },
25571
25613
  "name": "types",
25572
25614
  "optional": true,
@@ -25593,7 +25635,7 @@
25593
25635
  "kind": "interface",
25594
25636
  "locationInModule": {
25595
25637
  "filename": "src/github/workflows-model.ts",
25596
- "line": 1022
25638
+ "line": 1044
25597
25639
  },
25598
25640
  "name": "PullRequestReviewCommentOptions",
25599
25641
  "namespace": "github.workflows",
@@ -25610,7 +25652,7 @@
25610
25652
  "immutable": true,
25611
25653
  "locationInModule": {
25612
25654
  "filename": "src/github/workflows-model.ts",
25613
- "line": 1028
25655
+ "line": 1050
25614
25656
  },
25615
25657
  "name": "types",
25616
25658
  "optional": true,
@@ -25637,7 +25679,7 @@
25637
25679
  "kind": "interface",
25638
25680
  "locationInModule": {
25639
25681
  "filename": "src/github/workflows-model.ts",
25640
- "line": 1010
25682
+ "line": 1032
25641
25683
  },
25642
25684
  "name": "PullRequestReviewOptions",
25643
25685
  "namespace": "github.workflows",
@@ -25654,7 +25696,7 @@
25654
25696
  "immutable": true,
25655
25697
  "locationInModule": {
25656
25698
  "filename": "src/github/workflows-model.ts",
25657
- "line": 1016
25699
+ "line": 1038
25658
25700
  },
25659
25701
  "name": "types",
25660
25702
  "optional": true,
@@ -25684,7 +25726,7 @@
25684
25726
  "kind": "interface",
25685
25727
  "locationInModule": {
25686
25728
  "filename": "src/github/workflows-model.ts",
25687
- "line": 1034
25729
+ "line": 1056
25688
25730
  },
25689
25731
  "name": "PullRequestTargetOptions",
25690
25732
  "namespace": "github.workflows",
@@ -25701,7 +25743,7 @@
25701
25743
  "immutable": true,
25702
25744
  "locationInModule": {
25703
25745
  "filename": "src/github/workflows-model.ts",
25704
- "line": 1040
25746
+ "line": 1062
25705
25747
  },
25706
25748
  "name": "types",
25707
25749
  "optional": true,
@@ -25728,7 +25770,7 @@
25728
25770
  "kind": "interface",
25729
25771
  "locationInModule": {
25730
25772
  "filename": "src/github/workflows-model.ts",
25731
- "line": 1061
25773
+ "line": 1083
25732
25774
  },
25733
25775
  "name": "PushOptions",
25734
25776
  "namespace": "github.workflows",
@@ -25744,7 +25786,7 @@
25744
25786
  "immutable": true,
25745
25787
  "locationInModule": {
25746
25788
  "filename": "src/github/workflows-model.ts",
25747
- "line": 1071
25789
+ "line": 1093
25748
25790
  },
25749
25791
  "name": "branches",
25750
25792
  "optional": true,
@@ -25768,7 +25810,7 @@
25768
25810
  "immutable": true,
25769
25811
  "locationInModule": {
25770
25812
  "filename": "src/github/workflows-model.ts",
25771
- "line": 1092
25813
+ "line": 1114
25772
25814
  },
25773
25815
  "name": "paths",
25774
25816
  "optional": true,
@@ -25792,7 +25834,7 @@
25792
25834
  "immutable": true,
25793
25835
  "locationInModule": {
25794
25836
  "filename": "src/github/workflows-model.ts",
25795
- "line": 1082
25837
+ "line": 1104
25796
25838
  },
25797
25839
  "name": "tags",
25798
25840
  "optional": true,
@@ -25819,7 +25861,7 @@
25819
25861
  "kind": "interface",
25820
25862
  "locationInModule": {
25821
25863
  "filename": "src/github/workflows-model.ts",
25822
- "line": 1098
25864
+ "line": 1120
25823
25865
  },
25824
25866
  "name": "RegistryPackageOptions",
25825
25867
  "namespace": "github.workflows",
@@ -25836,7 +25878,7 @@
25836
25878
  "immutable": true,
25837
25879
  "locationInModule": {
25838
25880
  "filename": "src/github/workflows-model.ts",
25839
- "line": 1104
25881
+ "line": 1126
25840
25882
  },
25841
25883
  "name": "types",
25842
25884
  "optional": true,
@@ -25863,7 +25905,7 @@
25863
25905
  "kind": "interface",
25864
25906
  "locationInModule": {
25865
25907
  "filename": "src/github/workflows-model.ts",
25866
- "line": 1110
25908
+ "line": 1132
25867
25909
  },
25868
25910
  "name": "ReleaseOptions",
25869
25911
  "namespace": "github.workflows",
@@ -25880,7 +25922,7 @@
25880
25922
  "immutable": true,
25881
25923
  "locationInModule": {
25882
25924
  "filename": "src/github/workflows-model.ts",
25883
- "line": 1116
25925
+ "line": 1138
25884
25926
  },
25885
25927
  "name": "types",
25886
25928
  "optional": true,
@@ -25907,7 +25949,7 @@
25907
25949
  "kind": "interface",
25908
25950
  "locationInModule": {
25909
25951
  "filename": "src/github/workflows-model.ts",
25910
- "line": 789
25952
+ "line": 797
25911
25953
  },
25912
25954
  "name": "RepositoryDispatchOptions",
25913
25955
  "namespace": "github.workflows",
@@ -25924,7 +25966,7 @@
25924
25966
  "immutable": true,
25925
25967
  "locationInModule": {
25926
25968
  "filename": "src/github/workflows-model.ts",
25927
- "line": 795
25969
+ "line": 803
25928
25970
  },
25929
25971
  "name": "types",
25930
25972
  "optional": true,
@@ -26005,7 +26047,7 @@
26005
26047
  "kind": "interface",
26006
26048
  "locationInModule": {
26007
26049
  "filename": "src/github/workflows-model.ts",
26008
- "line": 1217
26050
+ "line": 1239
26009
26051
  },
26010
26052
  "name": "StatusOptions",
26011
26053
  "namespace": "github.workflows",
@@ -26587,6 +26629,23 @@
26587
26629
  "fqn": "projen.github.workflows.LabelOptions"
26588
26630
  }
26589
26631
  },
26632
+ {
26633
+ "abstract": true,
26634
+ "docs": {
26635
+ "stability": "experimental",
26636
+ "summary": "Runs your workflow when a pull request is added to a merge queue, which adds the pull request to a merge group."
26637
+ },
26638
+ "immutable": true,
26639
+ "locationInModule": {
26640
+ "filename": "src/github/workflows-model.ts",
26641
+ "line": 676
26642
+ },
26643
+ "name": "mergeGroup",
26644
+ "optional": true,
26645
+ "type": {
26646
+ "fqn": "projen.github.workflows.MergeGroupOptions"
26647
+ }
26648
+ },
26590
26649
  {
26591
26650
  "abstract": true,
26592
26651
  "docs": {
@@ -26596,7 +26655,7 @@
26596
26655
  "immutable": true,
26597
26656
  "locationInModule": {
26598
26657
  "filename": "src/github/workflows-model.ts",
26599
- "line": 673
26658
+ "line": 681
26600
26659
  },
26601
26660
  "name": "milestone",
26602
26661
  "optional": true,
@@ -26613,7 +26672,7 @@
26613
26672
  "immutable": true,
26614
26673
  "locationInModule": {
26615
26674
  "filename": "src/github/workflows-model.ts",
26616
- "line": 679
26675
+ "line": 687
26617
26676
  },
26618
26677
  "name": "pageBuild",
26619
26678
  "optional": true,
@@ -26630,7 +26689,7 @@
26630
26689
  "immutable": true,
26631
26690
  "locationInModule": {
26632
26691
  "filename": "src/github/workflows-model.ts",
26633
- "line": 684
26692
+ "line": 692
26634
26693
  },
26635
26694
  "name": "project",
26636
26695
  "optional": true,
@@ -26647,7 +26706,7 @@
26647
26706
  "immutable": true,
26648
26707
  "locationInModule": {
26649
26708
  "filename": "src/github/workflows-model.ts",
26650
- "line": 689
26709
+ "line": 697
26651
26710
  },
26652
26711
  "name": "projectCard",
26653
26712
  "optional": true,
@@ -26664,7 +26723,7 @@
26664
26723
  "immutable": true,
26665
26724
  "locationInModule": {
26666
26725
  "filename": "src/github/workflows-model.ts",
26667
- "line": 694
26726
+ "line": 702
26668
26727
  },
26669
26728
  "name": "projectColumn",
26670
26729
  "optional": true,
@@ -26681,7 +26740,7 @@
26681
26740
  "immutable": true,
26682
26741
  "locationInModule": {
26683
26742
  "filename": "src/github/workflows-model.ts",
26684
- "line": 700
26743
+ "line": 708
26685
26744
  },
26686
26745
  "name": "public",
26687
26746
  "optional": true,
@@ -26698,7 +26757,7 @@
26698
26757
  "immutable": true,
26699
26758
  "locationInModule": {
26700
26759
  "filename": "src/github/workflows-model.ts",
26701
- "line": 705
26760
+ "line": 713
26702
26761
  },
26703
26762
  "name": "pullRequest",
26704
26763
  "optional": true,
@@ -26715,7 +26774,7 @@
26715
26774
  "immutable": true,
26716
26775
  "locationInModule": {
26717
26776
  "filename": "src/github/workflows-model.ts",
26718
- "line": 710
26777
+ "line": 718
26719
26778
  },
26720
26779
  "name": "pullRequestReview",
26721
26780
  "optional": true,
@@ -26732,7 +26791,7 @@
26732
26791
  "immutable": true,
26733
26792
  "locationInModule": {
26734
26793
  "filename": "src/github/workflows-model.ts",
26735
- "line": 716
26794
+ "line": 724
26736
26795
  },
26737
26796
  "name": "pullRequestReviewComment",
26738
26797
  "optional": true,
@@ -26751,7 +26810,7 @@
26751
26810
  "immutable": true,
26752
26811
  "locationInModule": {
26753
26812
  "filename": "src/github/workflows-model.ts",
26754
- "line": 737
26813
+ "line": 745
26755
26814
  },
26756
26815
  "name": "pullRequestTarget",
26757
26816
  "optional": true,
@@ -26768,7 +26827,7 @@
26768
26827
  "immutable": true,
26769
26828
  "locationInModule": {
26770
26829
  "filename": "src/github/workflows-model.ts",
26771
- "line": 743
26830
+ "line": 751
26772
26831
  },
26773
26832
  "name": "push",
26774
26833
  "optional": true,
@@ -26785,7 +26844,7 @@
26785
26844
  "immutable": true,
26786
26845
  "locationInModule": {
26787
26846
  "filename": "src/github/workflows-model.ts",
26788
- "line": 748
26847
+ "line": 756
26789
26848
  },
26790
26849
  "name": "registryPackage",
26791
26850
  "optional": true,
@@ -26802,7 +26861,7 @@
26802
26861
  "immutable": true,
26803
26862
  "locationInModule": {
26804
26863
  "filename": "src/github/workflows-model.ts",
26805
- "line": 753
26864
+ "line": 761
26806
26865
  },
26807
26866
  "name": "release",
26808
26867
  "optional": true,
@@ -26860,7 +26919,7 @@
26860
26919
  "immutable": true,
26861
26920
  "locationInModule": {
26862
26921
  "filename": "src/github/workflows-model.ts",
26863
- "line": 759
26922
+ "line": 767
26864
26923
  },
26865
26924
  "name": "status",
26866
26925
  "optional": true,
@@ -26877,7 +26936,7 @@
26877
26936
  "immutable": true,
26878
26937
  "locationInModule": {
26879
26938
  "filename": "src/github/workflows-model.ts",
26880
- "line": 764
26939
+ "line": 772
26881
26940
  },
26882
26941
  "name": "watch",
26883
26942
  "optional": true,
@@ -26931,7 +26990,7 @@
26931
26990
  "immutable": true,
26932
26991
  "locationInModule": {
26933
26992
  "filename": "src/github/workflows-model.ts",
26934
- "line": 772
26993
+ "line": 780
26935
26994
  },
26936
26995
  "name": "workflowRun",
26937
26996
  "optional": true,
@@ -26953,7 +27012,7 @@
26953
27012
  "kind": "interface",
26954
27013
  "locationInModule": {
26955
27014
  "filename": "src/github/workflows-model.ts",
26956
- "line": 1130
27015
+ "line": 1152
26957
27016
  },
26958
27017
  "name": "WatchOptions",
26959
27018
  "namespace": "github.workflows",
@@ -26970,7 +27029,7 @@
26970
27029
  "immutable": true,
26971
27030
  "locationInModule": {
26972
27031
  "filename": "src/github/workflows-model.ts",
26973
- "line": 1136
27032
+ "line": 1158
26974
27033
  },
26975
27034
  "name": "types",
26976
27035
  "optional": true,
@@ -26997,7 +27056,7 @@
26997
27056
  "kind": "interface",
26998
27057
  "locationInModule": {
26999
27058
  "filename": "src/github/workflows-model.ts",
27000
- "line": 1172
27059
+ "line": 1194
27001
27060
  },
27002
27061
  "name": "WorkflowCallOptions",
27003
27062
  "namespace": "github.workflows",
@@ -27014,7 +27073,7 @@
27014
27073
  "kind": "interface",
27015
27074
  "locationInModule": {
27016
27075
  "filename": "src/github/workflows-model.ts",
27017
- "line": 1167
27076
+ "line": 1189
27018
27077
  },
27019
27078
  "name": "WorkflowDispatchOptions",
27020
27079
  "namespace": "github.workflows",
@@ -27031,7 +27090,7 @@
27031
27090
  "kind": "interface",
27032
27091
  "locationInModule": {
27033
27092
  "filename": "src/github/workflows-model.ts",
27034
- "line": 1142
27093
+ "line": 1164
27035
27094
  },
27036
27095
  "name": "WorkflowRunOptions",
27037
27096
  "namespace": "github.workflows",
@@ -27048,7 +27107,7 @@
27048
27107
  "immutable": true,
27049
27108
  "locationInModule": {
27050
27109
  "filename": "src/github/workflows-model.ts",
27051
- "line": 1160
27110
+ "line": 1182
27052
27111
  },
27053
27112
  "name": "branches",
27054
27113
  "optional": true,
@@ -27073,7 +27132,7 @@
27073
27132
  "immutable": true,
27074
27133
  "locationInModule": {
27075
27134
  "filename": "src/github/workflows-model.ts",
27076
- "line": 1154
27135
+ "line": 1176
27077
27136
  },
27078
27137
  "name": "types",
27079
27138
  "optional": true,
@@ -27098,7 +27157,7 @@
27098
27157
  "immutable": true,
27099
27158
  "locationInModule": {
27100
27159
  "filename": "src/github/workflows-model.ts",
27101
- "line": 1148
27160
+ "line": 1170
27102
27161
  },
27103
27162
  "name": "workflows",
27104
27163
  "optional": true,
@@ -37544,7 +37603,7 @@
37544
37603
  },
37545
37604
  "locationInModule": {
37546
37605
  "filename": "src/javascript/node-package.ts",
37547
- "line": 814
37606
+ "line": 815
37548
37607
  },
37549
37608
  "name": "postSynthesize",
37550
37609
  "overrides": "projen.Component"
@@ -37556,7 +37615,7 @@
37556
37615
  },
37557
37616
  "locationInModule": {
37558
37617
  "filename": "src/javascript/node-package.ts",
37559
- "line": 809
37618
+ "line": 810
37560
37619
  },
37561
37620
  "name": "preSynthesize",
37562
37621
  "overrides": "projen.Component"
@@ -37832,7 +37891,7 @@
37832
37891
  "immutable": true,
37833
37892
  "locationInModule": {
37834
37893
  "filename": "src/javascript/node-package.ts",
37835
- "line": 836
37894
+ "line": 837
37836
37895
  },
37837
37896
  "name": "projenCommand",
37838
37897
  "type": {
@@ -37959,7 +38018,7 @@
37959
38018
  "kind": "enum",
37960
38019
  "locationInModule": {
37961
38020
  "filename": "src/javascript/node-package.ts",
37962
- "line": 1424
38021
+ "line": 1425
37963
38022
  },
37964
38023
  "members": [
37965
38024
  {
@@ -37969,6 +38028,13 @@
37969
38028
  },
37970
38029
  "name": "YARN"
37971
38030
  },
38031
+ {
38032
+ "docs": {
38033
+ "stability": "experimental",
38034
+ "summary": "Use `yarn` versions >= 2 as the package manager."
38035
+ },
38036
+ "name": "YARN2"
38037
+ },
37972
38038
  {
37973
38039
  "docs": {
37974
38040
  "stability": "experimental",
@@ -38711,7 +38777,7 @@
38711
38777
  },
38712
38778
  "locationInModule": {
38713
38779
  "filename": "src/javascript/node-project.ts",
38714
- "line": 749
38780
+ "line": 750
38715
38781
  },
38716
38782
  "name": "addBins",
38717
38783
  "parameters": [
@@ -38736,7 +38802,7 @@
38736
38802
  },
38737
38803
  "locationInModule": {
38738
38804
  "filename": "src/javascript/node-project.ts",
38739
- "line": 1000
38805
+ "line": 1001
38740
38806
  },
38741
38807
  "name": "addBundledDeps",
38742
38808
  "parameters": [
@@ -38762,7 +38828,7 @@
38762
38828
  },
38763
38829
  "locationInModule": {
38764
38830
  "filename": "src/javascript/node-project.ts",
38765
- "line": 783
38831
+ "line": 784
38766
38832
  },
38767
38833
  "name": "addCompileCommand",
38768
38834
  "parameters": [
@@ -38783,7 +38849,7 @@
38783
38849
  },
38784
38850
  "locationInModule": {
38785
38851
  "filename": "src/javascript/node-project.ts",
38786
- "line": 954
38852
+ "line": 955
38787
38853
  },
38788
38854
  "name": "addDeps",
38789
38855
  "parameters": [
@@ -38808,7 +38874,7 @@
38808
38874
  },
38809
38875
  "locationInModule": {
38810
38876
  "filename": "src/javascript/node-project.ts",
38811
- "line": 967
38877
+ "line": 968
38812
38878
  },
38813
38879
  "name": "addDevDeps",
38814
38880
  "parameters": [
@@ -38833,7 +38899,7 @@
38833
38899
  },
38834
38900
  "locationInModule": {
38835
38901
  "filename": "src/javascript/node-project.ts",
38836
- "line": 803
38902
+ "line": 804
38837
38903
  },
38838
38904
  "name": "addFields",
38839
38905
  "parameters": [
@@ -38860,7 +38926,7 @@
38860
38926
  },
38861
38927
  "locationInModule": {
38862
38928
  "filename": "src/javascript/node-project.ts",
38863
- "line": 813
38929
+ "line": 814
38864
38930
  },
38865
38931
  "name": "addKeywords",
38866
38932
  "parameters": [
@@ -38885,7 +38951,7 @@
38885
38951
  },
38886
38952
  "locationInModule": {
38887
38953
  "filename": "src/javascript/node-project.ts",
38888
- "line": 1004
38954
+ "line": 1005
38889
38955
  },
38890
38956
  "name": "addPackageIgnore",
38891
38957
  "overrides": "projen.Project",
@@ -38906,7 +38972,7 @@
38906
38972
  },
38907
38973
  "locationInModule": {
38908
38974
  "filename": "src/javascript/node-project.ts",
38909
- "line": 984
38975
+ "line": 985
38910
38976
  },
38911
38977
  "name": "addPeerDeps",
38912
38978
  "parameters": [
@@ -38932,7 +38998,7 @@
38932
38998
  },
38933
38999
  "locationInModule": {
38934
39000
  "filename": "src/javascript/node-project.ts",
38935
- "line": 793
39001
+ "line": 794
38936
39002
  },
38937
39003
  "name": "addTestCommand",
38938
39004
  "parameters": [
@@ -38953,7 +39019,7 @@
38953
39019
  },
38954
39020
  "locationInModule": {
38955
39021
  "filename": "src/javascript/node-project.ts",
38956
- "line": 775
39022
+ "line": 776
38957
39023
  },
38958
39024
  "name": "hasScript",
38959
39025
  "parameters": [
@@ -38980,7 +39046,7 @@
38980
39046
  },
38981
39047
  "locationInModule": {
38982
39048
  "filename": "src/javascript/node-project.ts",
38983
- "line": 767
39049
+ "line": 768
38984
39050
  },
38985
39051
  "name": "removeScript",
38986
39052
  "parameters": [
@@ -39003,7 +39069,7 @@
39003
39069
  },
39004
39070
  "locationInModule": {
39005
39071
  "filename": "src/javascript/node-project.ts",
39006
- "line": 903
39072
+ "line": 904
39007
39073
  },
39008
39074
  "name": "renderWorkflowSetup",
39009
39075
  "parameters": [
@@ -39037,7 +39103,7 @@
39037
39103
  },
39038
39104
  "locationInModule": {
39039
39105
  "filename": "src/javascript/node-project.ts",
39040
- "line": 1077
39106
+ "line": 1078
39041
39107
  },
39042
39108
  "name": "runTaskCommand",
39043
39109
  "overrides": "projen.Project",
@@ -39065,7 +39131,7 @@
39065
39131
  },
39066
39132
  "locationInModule": {
39067
39133
  "filename": "src/javascript/node-project.ts",
39068
- "line": 759
39134
+ "line": 760
39069
39135
  },
39070
39136
  "name": "setScript",
39071
39137
  "parameters": [
@@ -39290,7 +39356,7 @@
39290
39356
  "immutable": true,
39291
39357
  "locationInModule": {
39292
39358
  "filename": "src/javascript/node-project.ts",
39293
- "line": 1084
39359
+ "line": 1085
39294
39360
  },
39295
39361
  "name": "buildWorkflowJobId",
39296
39362
  "optional": true,
@@ -40131,7 +40197,7 @@
40131
40197
  "kind": "enum",
40132
40198
  "locationInModule": {
40133
40199
  "filename": "src/javascript/node-package.ts",
40134
- "line": 1444
40200
+ "line": 1450
40135
40201
  },
40136
40202
  "members": [
40137
40203
  {
@@ -40308,7 +40374,7 @@
40308
40374
  "kind": "interface",
40309
40375
  "locationInModule": {
40310
40376
  "filename": "src/javascript/node-package.ts",
40311
- "line": 1413
40377
+ "line": 1414
40312
40378
  },
40313
40379
  "name": "PeerDependencyOptions",
40314
40380
  "namespace": "javascript",
@@ -40323,7 +40389,7 @@
40323
40389
  "immutable": true,
40324
40390
  "locationInModule": {
40325
40391
  "filename": "src/javascript/node-package.ts",
40326
- "line": 1418
40392
+ "line": 1419
40327
40393
  },
40328
40394
  "name": "pinnedDevDependency",
40329
40395
  "optional": true,
@@ -41350,7 +41416,7 @@
41350
41416
  "kind": "interface",
41351
41417
  "locationInModule": {
41352
41418
  "filename": "src/javascript/node-project.ts",
41353
- "line": 1092
41419
+ "line": 1093
41354
41420
  },
41355
41421
  "name": "RenderWorkflowSetupOptions",
41356
41422
  "namespace": "javascript",
@@ -41365,7 +41431,7 @@
41365
41431
  "immutable": true,
41366
41432
  "locationInModule": {
41367
41433
  "filename": "src/javascript/node-project.ts",
41368
- "line": 1097
41434
+ "line": 1098
41369
41435
  },
41370
41436
  "name": "mutable",
41371
41437
  "optional": true,
@@ -51698,6 +51764,6 @@
51698
51764
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
51699
51765
  }
51700
51766
  },
51701
- "version": "0.67.43",
51702
- "fingerprint": "XTldD9XTdO6XZHkHur6H72vh4cahcyDfcjnow++6ETs="
51767
+ "version": "0.67.45",
51768
+ "fingerprint": "CTxa39GLrSne6XznP9qKmRYriJQhEWeIyw8UDuwdVBQ="
51703
51769
  }