projen 0.52.6 → 0.52.10

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 (110) hide show
  1. package/.jsii +199 -113
  2. package/changelog.md +6 -1
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps.js +1 -1
  10. package/lib/awscdk/cdk-config.js +1 -1
  11. package/lib/awscdk/cdk-tasks.js +1 -1
  12. package/lib/awscdk/integration-test.js +1 -1
  13. package/lib/awscdk/lambda-function.js +2 -2
  14. package/lib/build/build-workflow.js +1 -1
  15. package/lib/cdk/construct-lib.js +1 -1
  16. package/lib/cdk/jsii-docgen.js +1 -1
  17. package/lib/cdk/jsii-project.js +1 -1
  18. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  19. package/lib/cdk8s/cdk8s-construct.js +1 -1
  20. package/lib/cdktf/cdktf-construct.js +1 -1
  21. package/lib/component.js +1 -1
  22. package/lib/dependencies.js +1 -1
  23. package/lib/dev-env.js +1 -1
  24. package/lib/docker-compose.js +2 -2
  25. package/lib/file.js +1 -1
  26. package/lib/gitattributes.js +1 -1
  27. package/lib/github/auto-approve.js +1 -1
  28. package/lib/github/auto-merge.js +1 -1
  29. package/lib/github/dependabot.js +1 -1
  30. package/lib/github/github-project.js +1 -1
  31. package/lib/github/github.js +1 -1
  32. package/lib/github/mergify.js +1 -1
  33. package/lib/github/pr-template.js +1 -1
  34. package/lib/github/pull-request-lint.js +1 -1
  35. package/lib/github/stale.js +1 -1
  36. package/lib/github/task-workflow.js +1 -1
  37. package/lib/github/workflows-model.d.ts +19 -3
  38. package/lib/github/workflows-model.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.js +1 -1
  58. package/lib/javascript/npm-config.js +1 -1
  59. package/lib/javascript/prettier.js +1 -1
  60. package/lib/javascript/projenrc.js +1 -1
  61. package/lib/javascript/typescript-config.js +1 -1
  62. package/lib/javascript/upgrade-dependencies.js +2 -2
  63. package/lib/json.js +1 -1
  64. package/lib/license.js +1 -1
  65. package/lib/logger.js +1 -1
  66. package/lib/makefile.js +1 -1
  67. package/lib/object-file.js +1 -1
  68. package/lib/project-build.js +1 -1
  69. package/lib/project.js +1 -1
  70. package/lib/projects.js +1 -1
  71. package/lib/projenrc-json.js +1 -1
  72. package/lib/python/pip.js +1 -1
  73. package/lib/python/poetry.js +2 -2
  74. package/lib/python/projenrc.js +1 -1
  75. package/lib/python/pytest.js +1 -1
  76. package/lib/python/python-project.js +1 -1
  77. package/lib/python/python-sample.js +1 -1
  78. package/lib/python/requirements-file.js +1 -1
  79. package/lib/python/setuppy.js +1 -1
  80. package/lib/python/setuptools.js +1 -1
  81. package/lib/python/venv.js +1 -1
  82. package/lib/readme.js +1 -1
  83. package/lib/release/publisher.js +1 -1
  84. package/lib/release/release-trigger.js +1 -1
  85. package/lib/release/release.js +1 -1
  86. package/lib/sample-file.js +2 -2
  87. package/lib/semver.js +1 -1
  88. package/lib/source-code.js +1 -1
  89. package/lib/task-runtime.js +1 -1
  90. package/lib/task.js +1 -1
  91. package/lib/tasks.js +1 -1
  92. package/lib/testing.js +1 -1
  93. package/lib/textfile.js +1 -1
  94. package/lib/toml.js +1 -1
  95. package/lib/typescript/projenrc.js +1 -1
  96. package/lib/typescript/typescript-typedoc.js +1 -1
  97. package/lib/typescript/typescript.js +3 -3
  98. package/lib/version.js +1 -1
  99. package/lib/vscode/devcontainer.js +1 -1
  100. package/lib/vscode/launch-config.js +1 -1
  101. package/lib/vscode/vscode.js +1 -1
  102. package/lib/web/next.js +3 -3
  103. package/lib/web/postcss.js +1 -1
  104. package/lib/web/react.js +4 -4
  105. package/lib/web/tailwind.js +1 -1
  106. package/lib/xmlfile.js +1 -1
  107. package/lib/yaml.js +1 -1
  108. package/package.json +1 -1
  109. package/releasetag.txt +1 -1
  110. package/version.txt +1 -1
package/.jsii CHANGED
@@ -17039,7 +17039,7 @@
17039
17039
  "kind": "interface",
17040
17040
  "locationInModule": {
17041
17041
  "filename": "src/github/workflows-model.ts",
17042
- "line": 695
17042
+ "line": 697
17043
17043
  },
17044
17044
  "name": "BranchProtectionRuleOptions",
17045
17045
  "namespace": "github.workflows",
@@ -17056,7 +17056,7 @@
17056
17056
  "immutable": true,
17057
17057
  "locationInModule": {
17058
17058
  "filename": "src/github/workflows-model.ts",
17059
- "line": 701
17059
+ "line": 703
17060
17060
  },
17061
17061
  "name": "types",
17062
17062
  "optional": true,
@@ -17083,7 +17083,7 @@
17083
17083
  "kind": "interface",
17084
17084
  "locationInModule": {
17085
17085
  "filename": "src/github/workflows-model.ts",
17086
- "line": 707
17086
+ "line": 709
17087
17087
  },
17088
17088
  "name": "CheckRunOptions",
17089
17089
  "namespace": "github.workflows",
@@ -17100,7 +17100,7 @@
17100
17100
  "immutable": true,
17101
17101
  "locationInModule": {
17102
17102
  "filename": "src/github/workflows-model.ts",
17103
- "line": 713
17103
+ "line": 715
17104
17104
  },
17105
17105
  "name": "types",
17106
17106
  "optional": true,
@@ -17127,7 +17127,7 @@
17127
17127
  "kind": "interface",
17128
17128
  "locationInModule": {
17129
17129
  "filename": "src/github/workflows-model.ts",
17130
- "line": 721
17130
+ "line": 723
17131
17131
  },
17132
17132
  "name": "CheckSuiteOptions",
17133
17133
  "namespace": "github.workflows",
@@ -17144,7 +17144,7 @@
17144
17144
  "immutable": true,
17145
17145
  "locationInModule": {
17146
17146
  "filename": "src/github/workflows-model.ts",
17147
- "line": 727
17147
+ "line": 729
17148
17148
  },
17149
17149
  "name": "types",
17150
17150
  "optional": true,
@@ -17171,7 +17171,7 @@
17171
17171
  "kind": "interface",
17172
17172
  "locationInModule": {
17173
17173
  "filename": "src/github/workflows-model.ts",
17174
- "line": 432
17174
+ "line": 434
17175
17175
  },
17176
17176
  "name": "ContainerCredentials",
17177
17177
  "namespace": "github.workflows",
@@ -17185,7 +17185,7 @@
17185
17185
  "immutable": true,
17186
17186
  "locationInModule": {
17187
17187
  "filename": "src/github/workflows-model.ts",
17188
- "line": 437
17188
+ "line": 439
17189
17189
  },
17190
17190
  "name": "password",
17191
17191
  "type": {
@@ -17201,7 +17201,7 @@
17201
17201
  "immutable": true,
17202
17202
  "locationInModule": {
17203
17203
  "filename": "src/github/workflows-model.ts",
17204
- "line": 434
17204
+ "line": 436
17205
17205
  },
17206
17206
  "name": "username",
17207
17207
  "type": {
@@ -17222,7 +17222,7 @@
17222
17222
  "kind": "interface",
17223
17223
  "locationInModule": {
17224
17224
  "filename": "src/github/workflows-model.ts",
17225
- "line": 385
17225
+ "line": 387
17226
17226
  },
17227
17227
  "name": "ContainerOptions",
17228
17228
  "namespace": "github.workflows",
@@ -17237,7 +17237,7 @@
17237
17237
  "immutable": true,
17238
17238
  "locationInModule": {
17239
17239
  "filename": "src/github/workflows-model.ts",
17240
- "line": 390
17240
+ "line": 392
17241
17241
  },
17242
17242
  "name": "image",
17243
17243
  "type": {
@@ -17254,7 +17254,7 @@
17254
17254
  "immutable": true,
17255
17255
  "locationInModule": {
17256
17256
  "filename": "src/github/workflows-model.ts",
17257
- "line": 398
17257
+ "line": 400
17258
17258
  },
17259
17259
  "name": "credentials",
17260
17260
  "optional": true,
@@ -17271,7 +17271,7 @@
17271
17271
  "immutable": true,
17272
17272
  "locationInModule": {
17273
17273
  "filename": "src/github/workflows-model.ts",
17274
- "line": 403
17274
+ "line": 405
17275
17275
  },
17276
17276
  "name": "env",
17277
17277
  "optional": true,
@@ -17294,7 +17294,7 @@
17294
17294
  "immutable": true,
17295
17295
  "locationInModule": {
17296
17296
  "filename": "src/github/workflows-model.ts",
17297
- "line": 426
17297
+ "line": 428
17298
17298
  },
17299
17299
  "name": "options",
17300
17300
  "optional": true,
@@ -17316,7 +17316,7 @@
17316
17316
  "immutable": true,
17317
17317
  "locationInModule": {
17318
17318
  "filename": "src/github/workflows-model.ts",
17319
- "line": 408
17319
+ "line": 410
17320
17320
  },
17321
17321
  "name": "ports",
17322
17322
  "optional": true,
@@ -17339,7 +17339,7 @@
17339
17339
  "immutable": true,
17340
17340
  "locationInModule": {
17341
17341
  "filename": "src/github/workflows-model.ts",
17342
- "line": 419
17342
+ "line": 421
17343
17343
  },
17344
17344
  "name": "volumes",
17345
17345
  "optional": true,
@@ -17366,7 +17366,7 @@
17366
17366
  "kind": "interface",
17367
17367
  "locationInModule": {
17368
17368
  "filename": "src/github/workflows-model.ts",
17369
- "line": 1059
17369
+ "line": 1073
17370
17370
  },
17371
17371
  "name": "CreateOptions",
17372
17372
  "namespace": "github.workflows",
@@ -17383,7 +17383,7 @@
17383
17383
  "kind": "interface",
17384
17384
  "locationInModule": {
17385
17385
  "filename": "src/github/workflows-model.ts",
17386
- "line": 673
17386
+ "line": 675
17387
17387
  },
17388
17388
  "name": "CronScheduleOptions",
17389
17389
  "namespace": "github.workflows",
@@ -17397,7 +17397,7 @@
17397
17397
  "immutable": true,
17398
17398
  "locationInModule": {
17399
17399
  "filename": "src/github/workflows-model.ts",
17400
- "line": 677
17400
+ "line": 679
17401
17401
  },
17402
17402
  "name": "cron",
17403
17403
  "type": {
@@ -17418,7 +17418,7 @@
17418
17418
  "kind": "interface",
17419
17419
  "locationInModule": {
17420
17420
  "filename": "src/github/workflows-model.ts",
17421
- "line": 1064
17421
+ "line": 1078
17422
17422
  },
17423
17423
  "name": "DeleteOptions",
17424
17424
  "namespace": "github.workflows",
@@ -17435,7 +17435,7 @@
17435
17435
  "kind": "interface",
17436
17436
  "locationInModule": {
17437
17437
  "filename": "src/github/workflows-model.ts",
17438
- "line": 1069
17438
+ "line": 1083
17439
17439
  },
17440
17440
  "name": "DeploymentOptions",
17441
17441
  "namespace": "github.workflows",
@@ -17452,7 +17452,7 @@
17452
17452
  "kind": "interface",
17453
17453
  "locationInModule": {
17454
17454
  "filename": "src/github/workflows-model.ts",
17455
- "line": 1074
17455
+ "line": 1088
17456
17456
  },
17457
17457
  "name": "DeploymentStatusOptions",
17458
17458
  "namespace": "github.workflows",
@@ -17469,7 +17469,7 @@
17469
17469
  "kind": "interface",
17470
17470
  "locationInModule": {
17471
17471
  "filename": "src/github/workflows-model.ts",
17472
- "line": 758
17472
+ "line": 760
17473
17473
  },
17474
17474
  "name": "DiscussionCommentOptions",
17475
17475
  "namespace": "github.workflows",
@@ -17486,7 +17486,7 @@
17486
17486
  "immutable": true,
17487
17487
  "locationInModule": {
17488
17488
  "filename": "src/github/workflows-model.ts",
17489
- "line": 764
17489
+ "line": 766
17490
17490
  },
17491
17491
  "name": "types",
17492
17492
  "optional": true,
@@ -17513,7 +17513,7 @@
17513
17513
  "kind": "interface",
17514
17514
  "locationInModule": {
17515
17515
  "filename": "src/github/workflows-model.ts",
17516
- "line": 733
17516
+ "line": 735
17517
17517
  },
17518
17518
  "name": "DiscussionOptions",
17519
17519
  "namespace": "github.workflows",
@@ -17530,7 +17530,7 @@
17530
17530
  "immutable": true,
17531
17531
  "locationInModule": {
17532
17532
  "filename": "src/github/workflows-model.ts",
17533
- "line": 739
17533
+ "line": 741
17534
17534
  },
17535
17535
  "name": "types",
17536
17536
  "optional": true,
@@ -17557,7 +17557,7 @@
17557
17557
  "kind": "interface",
17558
17558
  "locationInModule": {
17559
17559
  "filename": "src/github/workflows-model.ts",
17560
- "line": 1079
17560
+ "line": 1093
17561
17561
  },
17562
17562
  "name": "ForkOptions",
17563
17563
  "namespace": "github.workflows",
@@ -17574,7 +17574,7 @@
17574
17574
  "kind": "interface",
17575
17575
  "locationInModule": {
17576
17576
  "filename": "src/github/workflows-model.ts",
17577
- "line": 1084
17577
+ "line": 1098
17578
17578
  },
17579
17579
  "name": "GollumOptions",
17580
17580
  "namespace": "github.workflows",
@@ -17591,7 +17591,7 @@
17591
17591
  "kind": "interface",
17592
17592
  "locationInModule": {
17593
17593
  "filename": "src/github/workflows-model.ts",
17594
- "line": 770
17594
+ "line": 772
17595
17595
  },
17596
17596
  "name": "IssueCommentOptions",
17597
17597
  "namespace": "github.workflows",
@@ -17608,7 +17608,7 @@
17608
17608
  "immutable": true,
17609
17609
  "locationInModule": {
17610
17610
  "filename": "src/github/workflows-model.ts",
17611
- "line": 776
17611
+ "line": 778
17612
17612
  },
17613
17613
  "name": "types",
17614
17614
  "optional": true,
@@ -17635,7 +17635,7 @@
17635
17635
  "kind": "interface",
17636
17636
  "locationInModule": {
17637
17637
  "filename": "src/github/workflows-model.ts",
17638
- "line": 782
17638
+ "line": 784
17639
17639
  },
17640
17640
  "name": "IssuesOptions",
17641
17641
  "namespace": "github.workflows",
@@ -17652,7 +17652,7 @@
17652
17652
  "immutable": true,
17653
17653
  "locationInModule": {
17654
17654
  "filename": "src/github/workflows-model.ts",
17655
- "line": 788
17655
+ "line": 790
17656
17656
  },
17657
17657
  "name": "types",
17658
17658
  "optional": true,
@@ -18069,7 +18069,7 @@
18069
18069
  "kind": "interface",
18070
18070
  "locationInModule": {
18071
18071
  "filename": "src/github/workflows-model.ts",
18072
- "line": 355
18072
+ "line": 357
18073
18073
  },
18074
18074
  "name": "JobMatrix",
18075
18075
  "namespace": "github.workflows",
@@ -18084,7 +18084,7 @@
18084
18084
  "immutable": true,
18085
18085
  "locationInModule": {
18086
18086
  "filename": "src/github/workflows-model.ts",
18087
- "line": 364
18087
+ "line": 366
18088
18088
  },
18089
18089
  "name": "domain",
18090
18090
  "optional": true,
@@ -18093,7 +18093,19 @@
18093
18093
  "elementtype": {
18094
18094
  "collection": {
18095
18095
  "elementtype": {
18096
- "primitive": "string"
18096
+ "union": {
18097
+ "types": [
18098
+ {
18099
+ "primitive": "string"
18100
+ },
18101
+ {
18102
+ "primitive": "number"
18103
+ },
18104
+ {
18105
+ "primitive": "boolean"
18106
+ }
18107
+ ]
18108
+ }
18097
18109
  },
18098
18110
  "kind": "array"
18099
18111
  }
@@ -18112,7 +18124,7 @@
18112
18124
  "immutable": true,
18113
18125
  "locationInModule": {
18114
18126
  "filename": "src/github/workflows-model.ts",
18115
- "line": 379
18127
+ "line": 381
18116
18128
  },
18117
18129
  "name": "exclude",
18118
18130
  "optional": true,
@@ -18121,7 +18133,19 @@
18121
18133
  "elementtype": {
18122
18134
  "collection": {
18123
18135
  "elementtype": {
18124
- "primitive": "string"
18136
+ "union": {
18137
+ "types": [
18138
+ {
18139
+ "primitive": "string"
18140
+ },
18141
+ {
18142
+ "primitive": "number"
18143
+ },
18144
+ {
18145
+ "primitive": "boolean"
18146
+ }
18147
+ ]
18148
+ }
18125
18149
  },
18126
18150
  "kind": "map"
18127
18151
  }
@@ -18140,7 +18164,7 @@
18140
18164
  "immutable": true,
18141
18165
  "locationInModule": {
18142
18166
  "filename": "src/github/workflows-model.ts",
18143
- "line": 372
18167
+ "line": 374
18144
18168
  },
18145
18169
  "name": "include",
18146
18170
  "optional": true,
@@ -18149,7 +18173,19 @@
18149
18173
  "elementtype": {
18150
18174
  "collection": {
18151
18175
  "elementtype": {
18152
- "primitive": "string"
18176
+ "union": {
18177
+ "types": [
18178
+ {
18179
+ "primitive": "string"
18180
+ },
18181
+ {
18182
+ "primitive": "number"
18183
+ },
18184
+ {
18185
+ "primitive": "boolean"
18186
+ }
18187
+ ]
18188
+ }
18153
18189
  },
18154
18190
  "kind": "map"
18155
18191
  }
@@ -18705,7 +18741,7 @@
18705
18741
  "kind": "interface",
18706
18742
  "locationInModule": {
18707
18743
  "filename": "src/github/workflows-model.ts",
18708
- "line": 811
18744
+ "line": 813
18709
18745
  },
18710
18746
  "name": "LabelOptions",
18711
18747
  "namespace": "github.workflows",
@@ -18722,7 +18758,7 @@
18722
18758
  "immutable": true,
18723
18759
  "locationInModule": {
18724
18760
  "filename": "src/github/workflows-model.ts",
18725
- "line": 817
18761
+ "line": 819
18726
18762
  },
18727
18763
  "name": "types",
18728
18764
  "optional": true,
@@ -18749,7 +18785,7 @@
18749
18785
  "kind": "interface",
18750
18786
  "locationInModule": {
18751
18787
  "filename": "src/github/workflows-model.ts",
18752
- "line": 823
18788
+ "line": 825
18753
18789
  },
18754
18790
  "name": "MilestoneOptions",
18755
18791
  "namespace": "github.workflows",
@@ -18766,7 +18802,7 @@
18766
18802
  "immutable": true,
18767
18803
  "locationInModule": {
18768
18804
  "filename": "src/github/workflows-model.ts",
18769
- "line": 829
18805
+ "line": 831
18770
18806
  },
18771
18807
  "name": "types",
18772
18808
  "optional": true,
@@ -18793,7 +18829,7 @@
18793
18829
  "kind": "interface",
18794
18830
  "locationInModule": {
18795
18831
  "filename": "src/github/workflows-model.ts",
18796
- "line": 1089
18832
+ "line": 1103
18797
18833
  },
18798
18834
  "name": "PageBuildOptions",
18799
18835
  "namespace": "github.workflows",
@@ -18810,7 +18846,7 @@
18810
18846
  "kind": "interface",
18811
18847
  "locationInModule": {
18812
18848
  "filename": "src/github/workflows-model.ts",
18813
- "line": 851
18849
+ "line": 853
18814
18850
  },
18815
18851
  "name": "ProjectCardOptions",
18816
18852
  "namespace": "github.workflows",
@@ -18827,7 +18863,7 @@
18827
18863
  "immutable": true,
18828
18864
  "locationInModule": {
18829
18865
  "filename": "src/github/workflows-model.ts",
18830
- "line": 857
18866
+ "line": 859
18831
18867
  },
18832
18868
  "name": "types",
18833
18869
  "optional": true,
@@ -18854,7 +18890,7 @@
18854
18890
  "kind": "interface",
18855
18891
  "locationInModule": {
18856
18892
  "filename": "src/github/workflows-model.ts",
18857
- "line": 865
18893
+ "line": 867
18858
18894
  },
18859
18895
  "name": "ProjectColumnOptions",
18860
18896
  "namespace": "github.workflows",
@@ -18871,7 +18907,7 @@
18871
18907
  "immutable": true,
18872
18908
  "locationInModule": {
18873
18909
  "filename": "src/github/workflows-model.ts",
18874
- "line": 871
18910
+ "line": 873
18875
18911
  },
18876
18912
  "name": "types",
18877
18913
  "optional": true,
@@ -18898,7 +18934,7 @@
18898
18934
  "kind": "interface",
18899
18935
  "locationInModule": {
18900
18936
  "filename": "src/github/workflows-model.ts",
18901
- "line": 837
18937
+ "line": 839
18902
18938
  },
18903
18939
  "name": "ProjectOptions",
18904
18940
  "namespace": "github.workflows",
@@ -18915,7 +18951,7 @@
18915
18951
  "immutable": true,
18916
18952
  "locationInModule": {
18917
18953
  "filename": "src/github/workflows-model.ts",
18918
- "line": 843
18954
+ "line": 845
18919
18955
  },
18920
18956
  "name": "types",
18921
18957
  "optional": true,
@@ -18942,7 +18978,7 @@
18942
18978
  "kind": "interface",
18943
18979
  "locationInModule": {
18944
18980
  "filename": "src/github/workflows-model.ts",
18945
- "line": 1094
18981
+ "line": 1108
18946
18982
  },
18947
18983
  "name": "PublicOptions",
18948
18984
  "namespace": "github.workflows",
@@ -18959,7 +18995,7 @@
18959
18995
  "kind": "interface",
18960
18996
  "locationInModule": {
18961
18997
  "filename": "src/github/workflows-model.ts",
18962
- "line": 877
18998
+ "line": 879
18963
18999
  },
18964
19000
  "name": "PullRequestOptions",
18965
19001
  "namespace": "github.workflows",
@@ -18976,7 +19012,7 @@
18976
19012
  "immutable": true,
18977
19013
  "locationInModule": {
18978
19014
  "filename": "src/github/workflows-model.ts",
18979
- "line": 883
19015
+ "line": 885
18980
19016
  },
18981
19017
  "name": "types",
18982
19018
  "optional": true,
@@ -19003,7 +19039,7 @@
19003
19039
  "kind": "interface",
19004
19040
  "locationInModule": {
19005
19041
  "filename": "src/github/workflows-model.ts",
19006
- "line": 916
19042
+ "line": 918
19007
19043
  },
19008
19044
  "name": "PullRequestReviewCommentOptions",
19009
19045
  "namespace": "github.workflows",
@@ -19020,7 +19056,7 @@
19020
19056
  "immutable": true,
19021
19057
  "locationInModule": {
19022
19058
  "filename": "src/github/workflows-model.ts",
19023
- "line": 922
19059
+ "line": 924
19024
19060
  },
19025
19061
  "name": "types",
19026
19062
  "optional": true,
@@ -19047,7 +19083,7 @@
19047
19083
  "kind": "interface",
19048
19084
  "locationInModule": {
19049
19085
  "filename": "src/github/workflows-model.ts",
19050
- "line": 904
19086
+ "line": 906
19051
19087
  },
19052
19088
  "name": "PullRequestReviewOptions",
19053
19089
  "namespace": "github.workflows",
@@ -19064,7 +19100,7 @@
19064
19100
  "immutable": true,
19065
19101
  "locationInModule": {
19066
19102
  "filename": "src/github/workflows-model.ts",
19067
- "line": 910
19103
+ "line": 912
19068
19104
  },
19069
19105
  "name": "types",
19070
19106
  "optional": true,
@@ -19094,7 +19130,7 @@
19094
19130
  "kind": "interface",
19095
19131
  "locationInModule": {
19096
19132
  "filename": "src/github/workflows-model.ts",
19097
- "line": 928
19133
+ "line": 930
19098
19134
  },
19099
19135
  "name": "PullRequestTargetOptions",
19100
19136
  "namespace": "github.workflows",
@@ -19111,7 +19147,7 @@
19111
19147
  "immutable": true,
19112
19148
  "locationInModule": {
19113
19149
  "filename": "src/github/workflows-model.ts",
19114
- "line": 934
19150
+ "line": 936
19115
19151
  },
19116
19152
  "name": "types",
19117
19153
  "optional": true,
@@ -19138,7 +19174,7 @@
19138
19174
  "kind": "interface",
19139
19175
  "locationInModule": {
19140
19176
  "filename": "src/github/workflows-model.ts",
19141
- "line": 955
19177
+ "line": 957
19142
19178
  },
19143
19179
  "name": "PushOptions",
19144
19180
  "namespace": "github.workflows",
@@ -19154,7 +19190,7 @@
19154
19190
  "immutable": true,
19155
19191
  "locationInModule": {
19156
19192
  "filename": "src/github/workflows-model.ts",
19157
- "line": 965
19193
+ "line": 967
19158
19194
  },
19159
19195
  "name": "branches",
19160
19196
  "optional": true,
@@ -19178,7 +19214,7 @@
19178
19214
  "immutable": true,
19179
19215
  "locationInModule": {
19180
19216
  "filename": "src/github/workflows-model.ts",
19181
- "line": 986
19217
+ "line": 988
19182
19218
  },
19183
19219
  "name": "paths",
19184
19220
  "optional": true,
@@ -19202,7 +19238,7 @@
19202
19238
  "immutable": true,
19203
19239
  "locationInModule": {
19204
19240
  "filename": "src/github/workflows-model.ts",
19205
- "line": 976
19241
+ "line": 978
19206
19242
  },
19207
19243
  "name": "tags",
19208
19244
  "optional": true,
@@ -19229,7 +19265,7 @@
19229
19265
  "kind": "interface",
19230
19266
  "locationInModule": {
19231
19267
  "filename": "src/github/workflows-model.ts",
19232
- "line": 992
19268
+ "line": 994
19233
19269
  },
19234
19270
  "name": "RegistryPackageOptions",
19235
19271
  "namespace": "github.workflows",
@@ -19246,7 +19282,7 @@
19246
19282
  "immutable": true,
19247
19283
  "locationInModule": {
19248
19284
  "filename": "src/github/workflows-model.ts",
19249
- "line": 998
19285
+ "line": 1000
19250
19286
  },
19251
19287
  "name": "types",
19252
19288
  "optional": true,
@@ -19273,7 +19309,7 @@
19273
19309
  "kind": "interface",
19274
19310
  "locationInModule": {
19275
19311
  "filename": "src/github/workflows-model.ts",
19276
- "line": 1004
19312
+ "line": 1006
19277
19313
  },
19278
19314
  "name": "ReleaseOptions",
19279
19315
  "namespace": "github.workflows",
@@ -19290,7 +19326,7 @@
19290
19326
  "immutable": true,
19291
19327
  "locationInModule": {
19292
19328
  "filename": "src/github/workflows-model.ts",
19293
- "line": 1010
19329
+ "line": 1012
19294
19330
  },
19295
19331
  "name": "types",
19296
19332
  "optional": true,
@@ -19317,7 +19353,7 @@
19317
19353
  "kind": "interface",
19318
19354
  "locationInModule": {
19319
19355
  "filename": "src/github/workflows-model.ts",
19320
- "line": 683
19356
+ "line": 685
19321
19357
  },
19322
19358
  "name": "RepositoryDispatchOptions",
19323
19359
  "namespace": "github.workflows",
@@ -19334,7 +19370,7 @@
19334
19370
  "immutable": true,
19335
19371
  "locationInModule": {
19336
19372
  "filename": "src/github/workflows-model.ts",
19337
- "line": 689
19373
+ "line": 691
19338
19374
  },
19339
19375
  "name": "types",
19340
19376
  "optional": true,
@@ -19415,7 +19451,7 @@
19415
19451
  "kind": "interface",
19416
19452
  "locationInModule": {
19417
19453
  "filename": "src/github/workflows-model.ts",
19418
- "line": 1099
19454
+ "line": 1113
19419
19455
  },
19420
19456
  "name": "StatusOptions",
19421
19457
  "namespace": "github.workflows",
@@ -19576,7 +19612,7 @@
19576
19612
  "kind": "interface",
19577
19613
  "locationInModule": {
19578
19614
  "filename": "src/github/workflows-model.ts",
19579
- "line": 445
19615
+ "line": 447
19580
19616
  },
19581
19617
  "name": "Triggers",
19582
19618
  "namespace": "github.workflows",
@@ -19590,7 +19626,7 @@
19590
19626
  "immutable": true,
19591
19627
  "locationInModule": {
19592
19628
  "filename": "src/github/workflows-model.ts",
19593
- "line": 487
19629
+ "line": 489
19594
19630
  },
19595
19631
  "name": "branchProtectionRule",
19596
19632
  "optional": true,
@@ -19607,7 +19643,7 @@
19607
19643
  "immutable": true,
19608
19644
  "locationInModule": {
19609
19645
  "filename": "src/github/workflows-model.ts",
19610
- "line": 492
19646
+ "line": 494
19611
19647
  },
19612
19648
  "name": "checkRun",
19613
19649
  "optional": true,
@@ -19624,7 +19660,7 @@
19624
19660
  "immutable": true,
19625
19661
  "locationInModule": {
19626
19662
  "filename": "src/github/workflows-model.ts",
19627
- "line": 497
19663
+ "line": 499
19628
19664
  },
19629
19665
  "name": "checkSuite",
19630
19666
  "optional": true,
@@ -19641,7 +19677,7 @@
19641
19677
  "immutable": true,
19642
19678
  "locationInModule": {
19643
19679
  "filename": "src/github/workflows-model.ts",
19644
- "line": 503
19680
+ "line": 505
19645
19681
  },
19646
19682
  "name": "create",
19647
19683
  "optional": true,
@@ -19658,7 +19694,7 @@
19658
19694
  "immutable": true,
19659
19695
  "locationInModule": {
19660
19696
  "filename": "src/github/workflows-model.ts",
19661
- "line": 509
19697
+ "line": 511
19662
19698
  },
19663
19699
  "name": "delete",
19664
19700
  "optional": true,
@@ -19676,7 +19712,7 @@
19676
19712
  "immutable": true,
19677
19713
  "locationInModule": {
19678
19714
  "filename": "src/github/workflows-model.ts",
19679
- "line": 516
19715
+ "line": 518
19680
19716
  },
19681
19717
  "name": "deployment",
19682
19718
  "optional": true,
@@ -19694,7 +19730,7 @@
19694
19730
  "immutable": true,
19695
19731
  "locationInModule": {
19696
19732
  "filename": "src/github/workflows-model.ts",
19697
- "line": 523
19733
+ "line": 525
19698
19734
  },
19699
19735
  "name": "deploymentStatus",
19700
19736
  "optional": true,
@@ -19713,7 +19749,7 @@
19713
19749
  "immutable": true,
19714
19750
  "locationInModule": {
19715
19751
  "filename": "src/github/workflows-model.ts",
19716
- "line": 529
19752
+ "line": 531
19717
19753
  },
19718
19754
  "name": "discussion",
19719
19755
  "optional": true,
@@ -19732,7 +19768,7 @@
19732
19768
  "immutable": true,
19733
19769
  "locationInModule": {
19734
19770
  "filename": "src/github/workflows-model.ts",
19735
- "line": 535
19771
+ "line": 537
19736
19772
  },
19737
19773
  "name": "discussionComment",
19738
19774
  "optional": true,
@@ -19749,7 +19785,7 @@
19749
19785
  "immutable": true,
19750
19786
  "locationInModule": {
19751
19787
  "filename": "src/github/workflows-model.ts",
19752
- "line": 541
19788
+ "line": 543
19753
19789
  },
19754
19790
  "name": "fork",
19755
19791
  "optional": true,
@@ -19766,7 +19802,7 @@
19766
19802
  "immutable": true,
19767
19803
  "locationInModule": {
19768
19804
  "filename": "src/github/workflows-model.ts",
19769
- "line": 547
19805
+ "line": 549
19770
19806
  },
19771
19807
  "name": "gollum",
19772
19808
  "optional": true,
@@ -19783,7 +19819,7 @@
19783
19819
  "immutable": true,
19784
19820
  "locationInModule": {
19785
19821
  "filename": "src/github/workflows-model.ts",
19786
- "line": 552
19822
+ "line": 554
19787
19823
  },
19788
19824
  "name": "issueComment",
19789
19825
  "optional": true,
@@ -19800,7 +19836,7 @@
19800
19836
  "immutable": true,
19801
19837
  "locationInModule": {
19802
19838
  "filename": "src/github/workflows-model.ts",
19803
- "line": 557
19839
+ "line": 559
19804
19840
  },
19805
19841
  "name": "issues",
19806
19842
  "optional": true,
@@ -19817,7 +19853,7 @@
19817
19853
  "immutable": true,
19818
19854
  "locationInModule": {
19819
19855
  "filename": "src/github/workflows-model.ts",
19820
- "line": 562
19856
+ "line": 564
19821
19857
  },
19822
19858
  "name": "label",
19823
19859
  "optional": true,
@@ -19834,7 +19870,7 @@
19834
19870
  "immutable": true,
19835
19871
  "locationInModule": {
19836
19872
  "filename": "src/github/workflows-model.ts",
19837
- "line": 567
19873
+ "line": 569
19838
19874
  },
19839
19875
  "name": "milestone",
19840
19876
  "optional": true,
@@ -19851,7 +19887,7 @@
19851
19887
  "immutable": true,
19852
19888
  "locationInModule": {
19853
19889
  "filename": "src/github/workflows-model.ts",
19854
- "line": 573
19890
+ "line": 575
19855
19891
  },
19856
19892
  "name": "pageBuild",
19857
19893
  "optional": true,
@@ -19868,7 +19904,7 @@
19868
19904
  "immutable": true,
19869
19905
  "locationInModule": {
19870
19906
  "filename": "src/github/workflows-model.ts",
19871
- "line": 578
19907
+ "line": 580
19872
19908
  },
19873
19909
  "name": "project",
19874
19910
  "optional": true,
@@ -19885,7 +19921,7 @@
19885
19921
  "immutable": true,
19886
19922
  "locationInModule": {
19887
19923
  "filename": "src/github/workflows-model.ts",
19888
- "line": 583
19924
+ "line": 585
19889
19925
  },
19890
19926
  "name": "projectCard",
19891
19927
  "optional": true,
@@ -19902,7 +19938,7 @@
19902
19938
  "immutable": true,
19903
19939
  "locationInModule": {
19904
19940
  "filename": "src/github/workflows-model.ts",
19905
- "line": 588
19941
+ "line": 590
19906
19942
  },
19907
19943
  "name": "projectColumn",
19908
19944
  "optional": true,
@@ -19919,7 +19955,7 @@
19919
19955
  "immutable": true,
19920
19956
  "locationInModule": {
19921
19957
  "filename": "src/github/workflows-model.ts",
19922
- "line": 594
19958
+ "line": 596
19923
19959
  },
19924
19960
  "name": "public",
19925
19961
  "optional": true,
@@ -19936,7 +19972,7 @@
19936
19972
  "immutable": true,
19937
19973
  "locationInModule": {
19938
19974
  "filename": "src/github/workflows-model.ts",
19939
- "line": 599
19975
+ "line": 601
19940
19976
  },
19941
19977
  "name": "pullRequest",
19942
19978
  "optional": true,
@@ -19953,7 +19989,7 @@
19953
19989
  "immutable": true,
19954
19990
  "locationInModule": {
19955
19991
  "filename": "src/github/workflows-model.ts",
19956
- "line": 604
19992
+ "line": 606
19957
19993
  },
19958
19994
  "name": "pullRequestReview",
19959
19995
  "optional": true,
@@ -19970,7 +20006,7 @@
19970
20006
  "immutable": true,
19971
20007
  "locationInModule": {
19972
20008
  "filename": "src/github/workflows-model.ts",
19973
- "line": 610
20009
+ "line": 612
19974
20010
  },
19975
20011
  "name": "pullRequestReviewComment",
19976
20012
  "optional": true,
@@ -19989,7 +20025,7 @@
19989
20025
  "immutable": true,
19990
20026
  "locationInModule": {
19991
20027
  "filename": "src/github/workflows-model.ts",
19992
- "line": 631
20028
+ "line": 633
19993
20029
  },
19994
20030
  "name": "pullRequestTarget",
19995
20031
  "optional": true,
@@ -20006,7 +20042,7 @@
20006
20042
  "immutable": true,
20007
20043
  "locationInModule": {
20008
20044
  "filename": "src/github/workflows-model.ts",
20009
- "line": 637
20045
+ "line": 639
20010
20046
  },
20011
20047
  "name": "push",
20012
20048
  "optional": true,
@@ -20023,7 +20059,7 @@
20023
20059
  "immutable": true,
20024
20060
  "locationInModule": {
20025
20061
  "filename": "src/github/workflows-model.ts",
20026
- "line": 642
20062
+ "line": 644
20027
20063
  },
20028
20064
  "name": "registryPackage",
20029
20065
  "optional": true,
@@ -20040,7 +20076,7 @@
20040
20076
  "immutable": true,
20041
20077
  "locationInModule": {
20042
20078
  "filename": "src/github/workflows-model.ts",
20043
- "line": 647
20079
+ "line": 649
20044
20080
  },
20045
20081
  "name": "release",
20046
20082
  "optional": true,
@@ -20057,7 +20093,7 @@
20057
20093
  "immutable": true,
20058
20094
  "locationInModule": {
20059
20095
  "filename": "src/github/workflows-model.ts",
20060
- "line": 472
20096
+ "line": 474
20061
20097
  },
20062
20098
  "name": "repositoryDispatch",
20063
20099
  "optional": true,
@@ -20076,7 +20112,7 @@
20076
20112
  "immutable": true,
20077
20113
  "locationInModule": {
20078
20114
  "filename": "src/github/workflows-model.ts",
20079
- "line": 455
20115
+ "line": 457
20080
20116
  },
20081
20117
  "name": "schedule",
20082
20118
  "optional": true,
@@ -20098,7 +20134,7 @@
20098
20134
  "immutable": true,
20099
20135
  "locationInModule": {
20100
20136
  "filename": "src/github/workflows-model.ts",
20101
- "line": 653
20137
+ "line": 655
20102
20138
  },
20103
20139
  "name": "status",
20104
20140
  "optional": true,
@@ -20115,7 +20151,7 @@
20115
20151
  "immutable": true,
20116
20152
  "locationInModule": {
20117
20153
  "filename": "src/github/workflows-model.ts",
20118
- "line": 658
20154
+ "line": 660
20119
20155
  },
20120
20156
  "name": "watch",
20121
20157
  "optional": true,
@@ -20133,7 +20169,7 @@
20133
20169
  "immutable": true,
20134
20170
  "locationInModule": {
20135
20171
  "filename": "src/github/workflows-model.ts",
20136
- "line": 480
20172
+ "line": 482
20137
20173
  },
20138
20174
  "name": "workflowCall",
20139
20175
  "optional": true,
@@ -20151,7 +20187,7 @@
20151
20187
  "immutable": true,
20152
20188
  "locationInModule": {
20153
20189
  "filename": "src/github/workflows-model.ts",
20154
- "line": 465
20190
+ "line": 467
20155
20191
  },
20156
20192
  "name": "workflowDispatch",
20157
20193
  "optional": true,
@@ -20169,7 +20205,7 @@
20169
20205
  "immutable": true,
20170
20206
  "locationInModule": {
20171
20207
  "filename": "src/github/workflows-model.ts",
20172
- "line": 666
20208
+ "line": 668
20173
20209
  },
20174
20210
  "name": "workflowRun",
20175
20211
  "optional": true,
@@ -20191,7 +20227,7 @@
20191
20227
  "kind": "interface",
20192
20228
  "locationInModule": {
20193
20229
  "filename": "src/github/workflows-model.ts",
20194
- "line": 1024
20230
+ "line": 1026
20195
20231
  },
20196
20232
  "name": "WatchOptions",
20197
20233
  "namespace": "github.workflows",
@@ -20208,7 +20244,7 @@
20208
20244
  "immutable": true,
20209
20245
  "locationInModule": {
20210
20246
  "filename": "src/github/workflows-model.ts",
20211
- "line": 1030
20247
+ "line": 1032
20212
20248
  },
20213
20249
  "name": "types",
20214
20250
  "optional": true,
@@ -20235,7 +20271,7 @@
20235
20271
  "kind": "interface",
20236
20272
  "locationInModule": {
20237
20273
  "filename": "src/github/workflows-model.ts",
20238
- "line": 1054
20274
+ "line": 1068
20239
20275
  },
20240
20276
  "name": "WorkflowCallOptions",
20241
20277
  "namespace": "github.workflows",
@@ -20252,7 +20288,7 @@
20252
20288
  "kind": "interface",
20253
20289
  "locationInModule": {
20254
20290
  "filename": "src/github/workflows-model.ts",
20255
- "line": 1049
20291
+ "line": 1063
20256
20292
  },
20257
20293
  "name": "WorkflowDispatchOptions",
20258
20294
  "namespace": "github.workflows",
@@ -20269,11 +20305,36 @@
20269
20305
  "kind": "interface",
20270
20306
  "locationInModule": {
20271
20307
  "filename": "src/github/workflows-model.ts",
20272
- "line": 1036
20308
+ "line": 1038
20273
20309
  },
20274
20310
  "name": "WorkflowRunOptions",
20275
20311
  "namespace": "github.workflows",
20276
20312
  "properties": [
20313
+ {
20314
+ "abstract": true,
20315
+ "docs": {
20316
+ "custom": {
20317
+ "defaults": "- no branch limits"
20318
+ },
20319
+ "stability": "experimental",
20320
+ "summary": "Which branches or branch-ignore to limit the trigger to."
20321
+ },
20322
+ "immutable": true,
20323
+ "locationInModule": {
20324
+ "filename": "src/github/workflows-model.ts",
20325
+ "line": 1056
20326
+ },
20327
+ "name": "branches",
20328
+ "optional": true,
20329
+ "type": {
20330
+ "collection": {
20331
+ "elementtype": {
20332
+ "primitive": "string"
20333
+ },
20334
+ "kind": "array"
20335
+ }
20336
+ }
20337
+ },
20277
20338
  {
20278
20339
  "abstract": true,
20279
20340
  "docs": {
@@ -20286,7 +20347,7 @@
20286
20347
  "immutable": true,
20287
20348
  "locationInModule": {
20288
20349
  "filename": "src/github/workflows-model.ts",
20289
- "line": 1042
20350
+ "line": 1050
20290
20351
  },
20291
20352
  "name": "types",
20292
20353
  "optional": true,
@@ -20298,6 +20359,31 @@
20298
20359
  "kind": "array"
20299
20360
  }
20300
20361
  }
20362
+ },
20363
+ {
20364
+ "abstract": true,
20365
+ "docs": {
20366
+ "custom": {
20367
+ "defaults": "- any workflows"
20368
+ },
20369
+ "stability": "experimental",
20370
+ "summary": "Which workflow to trigger on."
20371
+ },
20372
+ "immutable": true,
20373
+ "locationInModule": {
20374
+ "filename": "src/github/workflows-model.ts",
20375
+ "line": 1044
20376
+ },
20377
+ "name": "workflows",
20378
+ "optional": true,
20379
+ "type": {
20380
+ "collection": {
20381
+ "elementtype": {
20382
+ "primitive": "string"
20383
+ },
20384
+ "kind": "array"
20385
+ }
20386
+ }
20301
20387
  }
20302
20388
  ],
20303
20389
  "symbolId": "src/github/workflows-model:WorkflowRunOptions"
@@ -43142,6 +43228,6 @@
43142
43228
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
43143
43229
  }
43144
43230
  },
43145
- "version": "0.52.6",
43146
- "fingerprint": "dQTCQTxZzejYb/680hmFZUSW7keT9XOaqKKywFP8sKA="
43231
+ "version": "0.52.10",
43232
+ "fingerprint": "vTDlBL6+X10AnBb6zan14cRwE946j2yKfpHwygNKgXg="
43147
43233
  }