projen 0.98.5 → 0.98.7

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 (148) hide show
  1. package/.jsii +589 -360
  2. package/lib/ai-instructions.js +2 -2
  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 +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/internal.d.ts +1 -0
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -1
  19. package/lib/awscdk/private/feature-flags-v2.const.js +3 -2
  20. package/lib/build/build-workflow.js +1 -1
  21. package/lib/cdk/auto-discover-base.js +2 -2
  22. package/lib/cdk/construct-lib.js +1 -1
  23. package/lib/cdk/integration-test-base.js +1 -1
  24. package/lib/cdk/jsii-docgen.js +1 -1
  25. package/lib/cdk/jsii-project.js +1 -1
  26. package/lib/cdk8s/auto-discover.js +2 -2
  27. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  29. package/lib/cdk8s/cdk8s-construct.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps.js +1 -1
  32. package/lib/cdk8s/integration-test.js +1 -1
  33. package/lib/cdktf/cdktf-construct.js +1 -1
  34. package/lib/circleci/circleci.js +1 -1
  35. package/lib/component.js +1 -1
  36. package/lib/dependencies.js +1 -1
  37. package/lib/dev-env.js +1 -1
  38. package/lib/docker-compose/docker-compose-service.js +1 -1
  39. package/lib/docker-compose/docker-compose.js +1 -1
  40. package/lib/file.js +1 -1
  41. package/lib/gitattributes.js +1 -1
  42. package/lib/github/actions-provider.js +1 -1
  43. package/lib/github/auto-approve.js +1 -1
  44. package/lib/github/auto-merge.js +1 -1
  45. package/lib/github/auto-queue.js +1 -1
  46. package/lib/github/dependabot.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/merge-queue.js +1 -1
  51. package/lib/github/mergify.js +1 -1
  52. package/lib/github/pr-template.js +1 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows.js +1 -1
  62. package/lib/gitlab/configuration-model.d.ts +7 -0
  63. package/lib/gitlab/configuration-model.js +1 -1
  64. package/lib/gitlab/configuration.d.ts +11 -1
  65. package/lib/gitlab/configuration.js +11 -2
  66. package/lib/gitlab/gitlab-configuration.js +1 -1
  67. package/lib/gitlab/nested-configuration.js +1 -1
  68. package/lib/gitpod.js +1 -1
  69. package/lib/ignore-file.js +1 -1
  70. package/lib/ini.js +1 -1
  71. package/lib/java/java-project.js +1 -1
  72. package/lib/java/junit.js +1 -1
  73. package/lib/java/maven-compile.js +1 -1
  74. package/lib/java/maven-packaging.js +1 -1
  75. package/lib/java/maven-sample.js +1 -1
  76. package/lib/java/pom.js +2 -2
  77. package/lib/java/projenrc.js +1 -1
  78. package/lib/javascript/biome/biome-config.d.ts +1 -1
  79. package/lib/javascript/biome/biome-config.js +1 -1
  80. package/lib/javascript/biome/biome.js +1 -1
  81. package/lib/javascript/bundler.js +1 -1
  82. package/lib/javascript/eslint.js +1 -1
  83. package/lib/javascript/jest.js +4 -4
  84. package/lib/javascript/license-checker.js +1 -1
  85. package/lib/javascript/node-package.js +1 -1
  86. package/lib/javascript/node-project.d.ts +64 -0
  87. package/lib/javascript/node-project.js +118 -3
  88. package/lib/javascript/npm-config.js +1 -1
  89. package/lib/javascript/prettier.js +1 -1
  90. package/lib/javascript/projenrc.js +1 -1
  91. package/lib/javascript/typescript-config.js +2 -2
  92. package/lib/javascript/upgrade-dependencies.js +2 -2
  93. package/lib/javascript/yarnrc.js +1 -1
  94. package/lib/json-patch.js +1 -1
  95. package/lib/json.js +1 -1
  96. package/lib/license.js +1 -1
  97. package/lib/logger.js +1 -1
  98. package/lib/makefile.js +1 -1
  99. package/lib/object-file.js +1 -1
  100. package/lib/project-build.js +1 -1
  101. package/lib/project-tree.js +1 -1
  102. package/lib/project.js +1 -1
  103. package/lib/projects.js +1 -1
  104. package/lib/projenrc-json.js +2 -2
  105. package/lib/projenrc.js +1 -1
  106. package/lib/python/pip.js +1 -1
  107. package/lib/python/poetry.js +2 -2
  108. package/lib/python/projenrc.js +1 -1
  109. package/lib/python/pytest-sample.js +1 -1
  110. package/lib/python/pytest.js +1 -1
  111. package/lib/python/python-project.js +1 -1
  112. package/lib/python/python-sample.js +1 -1
  113. package/lib/python/requirements-file.js +1 -1
  114. package/lib/python/setuppy.js +1 -1
  115. package/lib/python/setuptools.js +1 -1
  116. package/lib/python/venv.js +1 -1
  117. package/lib/readme.js +1 -1
  118. package/lib/release/publisher.js +1 -1
  119. package/lib/release/release-trigger.js +1 -1
  120. package/lib/release/release.d.ts +10 -2
  121. package/lib/release/release.js +16 -4
  122. package/lib/renovatebot.js +1 -1
  123. package/lib/sample-file.js +2 -2
  124. package/lib/semver.js +1 -1
  125. package/lib/source-code.js +1 -1
  126. package/lib/task-runtime.js +1 -1
  127. package/lib/task.js +1 -1
  128. package/lib/tasks.js +1 -1
  129. package/lib/testing.js +1 -1
  130. package/lib/textfile.js +1 -1
  131. package/lib/toml.js +1 -1
  132. package/lib/typescript/projenrc-ts.js +1 -1
  133. package/lib/typescript/projenrc.js +1 -1
  134. package/lib/typescript/typescript-typedoc.js +1 -1
  135. package/lib/typescript/typescript.js +6 -6
  136. package/lib/version.js +2 -2
  137. package/lib/vscode/devcontainer.js +1 -1
  138. package/lib/vscode/extensions.js +1 -1
  139. package/lib/vscode/launch-config.js +1 -1
  140. package/lib/vscode/settings.js +1 -1
  141. package/lib/vscode/vscode.js +1 -1
  142. package/lib/web/next.js +3 -3
  143. package/lib/web/postcss.js +1 -1
  144. package/lib/web/react.js +4 -4
  145. package/lib/web/tailwind.js +1 -1
  146. package/lib/xmlfile.js +1 -1
  147. package/lib/yaml.js +1 -1
  148. package/package.json +7 -6
package/.jsii CHANGED
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "5.9.10 (build 0e9cf43)",
64
+ "jsiiVersion": "5.9.11 (build e3d2007)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -34309,7 +34309,7 @@
34309
34309
  "kind": "enum",
34310
34310
  "locationInModule": {
34311
34311
  "filename": "src/gitlab/configuration-model.ts",
34312
- "line": 395
34312
+ "line": 404
34313
34313
  },
34314
34314
  "members": [
34315
34315
  {
@@ -34348,7 +34348,7 @@
34348
34348
  "kind": "interface",
34349
34349
  "locationInModule": {
34350
34350
  "filename": "src/gitlab/configuration-model.ts",
34351
- "line": 284
34351
+ "line": 291
34352
34352
  },
34353
34353
  "name": "AllowFailure",
34354
34354
  "namespace": "gitlab",
@@ -34361,7 +34361,7 @@
34361
34361
  "immutable": true,
34362
34362
  "locationInModule": {
34363
34363
  "filename": "src/gitlab/configuration-model.ts",
34364
- "line": 285
34364
+ "line": 292
34365
34365
  },
34366
34366
  "name": "exitCodes",
34367
34367
  "type": {
@@ -34398,7 +34398,7 @@
34398
34398
  "kind": "interface",
34399
34399
  "locationInModule": {
34400
34400
  "filename": "src/gitlab/configuration-model.ts",
34401
- "line": 100
34401
+ "line": 107
34402
34402
  },
34403
34403
  "name": "Artifacts",
34404
34404
  "namespace": "gitlab",
@@ -34412,7 +34412,7 @@
34412
34412
  "immutable": true,
34413
34413
  "locationInModule": {
34414
34414
  "filename": "src/gitlab/configuration-model.ts",
34415
- "line": 102
34415
+ "line": 109
34416
34416
  },
34417
34417
  "name": "exclude",
34418
34418
  "optional": true,
@@ -34435,7 +34435,7 @@
34435
34435
  "immutable": true,
34436
34436
  "locationInModule": {
34437
34437
  "filename": "src/gitlab/configuration-model.ts",
34438
- "line": 104
34438
+ "line": 111
34439
34439
  },
34440
34440
  "name": "expireIn",
34441
34441
  "optional": true,
@@ -34453,7 +34453,7 @@
34453
34453
  "immutable": true,
34454
34454
  "locationInModule": {
34455
34455
  "filename": "src/gitlab/configuration-model.ts",
34456
- "line": 106
34456
+ "line": 113
34457
34457
  },
34458
34458
  "name": "exposeAs",
34459
34459
  "optional": true,
@@ -34471,7 +34471,7 @@
34471
34471
  "immutable": true,
34472
34472
  "locationInModule": {
34473
34473
  "filename": "src/gitlab/configuration-model.ts",
34474
- "line": 108
34474
+ "line": 115
34475
34475
  },
34476
34476
  "name": "name",
34477
34477
  "optional": true,
@@ -34488,7 +34488,7 @@
34488
34488
  "immutable": true,
34489
34489
  "locationInModule": {
34490
34490
  "filename": "src/gitlab/configuration-model.ts",
34491
- "line": 110
34491
+ "line": 117
34492
34492
  },
34493
34493
  "name": "paths",
34494
34494
  "optional": true,
@@ -34510,7 +34510,7 @@
34510
34510
  "immutable": true,
34511
34511
  "locationInModule": {
34512
34512
  "filename": "src/gitlab/configuration-model.ts",
34513
- "line": 112
34513
+ "line": 119
34514
34514
  },
34515
34515
  "name": "reports",
34516
34516
  "optional": true,
@@ -34527,7 +34527,7 @@
34527
34527
  "immutable": true,
34528
34528
  "locationInModule": {
34529
34529
  "filename": "src/gitlab/configuration-model.ts",
34530
- "line": 114
34530
+ "line": 121
34531
34531
  },
34532
34532
  "name": "untracked",
34533
34533
  "optional": true,
@@ -34544,7 +34544,7 @@
34544
34544
  "immutable": true,
34545
34545
  "locationInModule": {
34546
34546
  "filename": "src/gitlab/configuration-model.ts",
34547
- "line": 116
34547
+ "line": 123
34548
34548
  },
34549
34549
  "name": "when",
34550
34550
  "optional": true,
@@ -34566,7 +34566,7 @@
34566
34566
  "kind": "interface",
34567
34567
  "locationInModule": {
34568
34568
  "filename": "src/gitlab/configuration-model.ts",
34569
- "line": 511
34569
+ "line": 520
34570
34570
  },
34571
34571
  "name": "Assets",
34572
34572
  "namespace": "gitlab",
@@ -34580,7 +34580,7 @@
34580
34580
  "immutable": true,
34581
34581
  "locationInModule": {
34582
34582
  "filename": "src/gitlab/configuration-model.ts",
34583
- "line": 513
34583
+ "line": 522
34584
34584
  },
34585
34585
  "name": "links",
34586
34586
  "type": {
@@ -34893,7 +34893,7 @@
34893
34893
  },
34894
34894
  "locationInModule": {
34895
34895
  "filename": "src/gitlab/configuration.ts",
34896
- "line": 154
34896
+ "line": 159
34897
34897
  },
34898
34898
  "parameters": [
34899
34899
  {
@@ -34920,7 +34920,7 @@
34920
34920
  "kind": "class",
34921
34921
  "locationInModule": {
34922
34922
  "filename": "src/gitlab/configuration.ts",
34923
- "line": 62
34923
+ "line": 63
34924
34924
  },
34925
34925
  "methods": [
34926
34926
  {
@@ -34930,7 +34930,7 @@
34930
34930
  },
34931
34931
  "locationInModule": {
34932
34932
  "filename": "src/gitlab/configuration.ts",
34933
- "line": 349
34933
+ "line": 354
34934
34934
  },
34935
34935
  "name": "addDefaultCaches",
34936
34936
  "parameters": [
@@ -34950,6 +34950,25 @@
34950
34950
  }
34951
34951
  ]
34952
34952
  },
34953
+ {
34954
+ "docs": {
34955
+ "stability": "experimental",
34956
+ "summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
34957
+ },
34958
+ "locationInModule": {
34959
+ "filename": "src/gitlab/configuration.ts",
34960
+ "line": 364
34961
+ },
34962
+ "name": "addDefaultHooks",
34963
+ "parameters": [
34964
+ {
34965
+ "name": "hooks",
34966
+ "type": {
34967
+ "fqn": "projen.gitlab.DefaultHooks"
34968
+ }
34969
+ }
34970
+ ]
34971
+ },
34953
34972
  {
34954
34973
  "docs": {
34955
34974
  "stability": "experimental",
@@ -34957,7 +34976,7 @@
34957
34976
  },
34958
34977
  "locationInModule": {
34959
34978
  "filename": "src/gitlab/configuration.ts",
34960
- "line": 290
34979
+ "line": 295
34961
34980
  },
34962
34981
  "name": "addGlobalVariables",
34963
34982
  "parameters": [
@@ -34984,7 +35003,7 @@
34984
35003
  },
34985
35004
  "locationInModule": {
34986
35005
  "filename": "src/gitlab/configuration.ts",
34987
- "line": 203
35006
+ "line": 208
34988
35007
  },
34989
35008
  "name": "addIncludes",
34990
35009
  "parameters": [
@@ -35008,7 +35027,7 @@
35008
35027
  },
35009
35028
  "locationInModule": {
35010
35029
  "filename": "src/gitlab/configuration.ts",
35011
- "line": 317
35030
+ "line": 322
35012
35031
  },
35013
35032
  "name": "addJobs",
35014
35033
  "parameters": [
@@ -35035,7 +35054,7 @@
35035
35054
  },
35036
35055
  "locationInModule": {
35037
35056
  "filename": "src/gitlab/configuration.ts",
35038
- "line": 270
35057
+ "line": 275
35039
35058
  },
35040
35059
  "name": "addServices",
35041
35060
  "parameters": [
@@ -35059,7 +35078,7 @@
35059
35078
  },
35060
35079
  "locationInModule": {
35061
35080
  "filename": "src/gitlab/configuration.ts",
35062
- "line": 305
35081
+ "line": 310
35063
35082
  },
35064
35083
  "name": "addStages",
35065
35084
  "parameters": [
@@ -35089,7 +35108,7 @@
35089
35108
  "immutable": true,
35090
35109
  "locationInModule": {
35091
35110
  "filename": "src/gitlab/configuration.ts",
35092
- "line": 78
35111
+ "line": 79
35093
35112
  },
35094
35113
  "name": "defaultAfterScript",
35095
35114
  "type": {
@@ -35110,7 +35129,7 @@
35110
35129
  "immutable": true,
35111
35130
  "locationInModule": {
35112
35131
  "filename": "src/gitlab/configuration.ts",
35113
- "line": 86
35132
+ "line": 87
35114
35133
  },
35115
35134
  "name": "defaultBeforeScript",
35116
35135
  "type": {
@@ -35130,7 +35149,7 @@
35130
35149
  "immutable": true,
35131
35150
  "locationInModule": {
35132
35151
  "filename": "src/gitlab/configuration.ts",
35133
- "line": 114
35152
+ "line": 115
35134
35153
  },
35135
35154
  "name": "defaultTags",
35136
35155
  "type": {
@@ -35150,7 +35169,7 @@
35150
35169
  "immutable": true,
35151
35170
  "locationInModule": {
35152
35171
  "filename": "src/gitlab/configuration.ts",
35153
- "line": 74
35172
+ "line": 75
35154
35173
  },
35155
35174
  "name": "file",
35156
35175
  "type": {
@@ -35165,7 +35184,7 @@
35165
35184
  "immutable": true,
35166
35185
  "locationInModule": {
35167
35186
  "filename": "src/gitlab/configuration.ts",
35168
- "line": 152
35187
+ "line": 157
35169
35188
  },
35170
35189
  "name": "jobs",
35171
35190
  "type": {
@@ -35185,7 +35204,7 @@
35185
35204
  "immutable": true,
35186
35205
  "locationInModule": {
35187
35206
  "filename": "src/gitlab/configuration.ts",
35188
- "line": 66
35207
+ "line": 67
35189
35208
  },
35190
35209
  "name": "name",
35191
35210
  "type": {
@@ -35200,7 +35219,7 @@
35200
35219
  "immutable": true,
35201
35220
  "locationInModule": {
35202
35221
  "filename": "src/gitlab/configuration.ts",
35203
- "line": 70
35222
+ "line": 71
35204
35223
  },
35205
35224
  "name": "path",
35206
35225
  "type": {
@@ -35216,7 +35235,7 @@
35216
35235
  "immutable": true,
35217
35236
  "locationInModule": {
35218
35237
  "filename": "src/gitlab/configuration.ts",
35219
- "line": 138
35238
+ "line": 143
35220
35239
  },
35221
35240
  "name": "stages",
35222
35241
  "type": {
@@ -35237,7 +35256,7 @@
35237
35256
  "immutable": true,
35238
35257
  "locationInModule": {
35239
35258
  "filename": "src/gitlab/configuration.ts",
35240
- "line": 143
35259
+ "line": 148
35241
35260
  },
35242
35261
  "name": "variables",
35243
35262
  "type": {
@@ -35270,7 +35289,7 @@
35270
35289
  "immutable": true,
35271
35290
  "locationInModule": {
35272
35291
  "filename": "src/gitlab/configuration.ts",
35273
- "line": 82
35292
+ "line": 83
35274
35293
  },
35275
35294
  "name": "defaultArtifacts",
35276
35295
  "optional": true,
@@ -35285,7 +35304,7 @@
35285
35304
  "immutable": true,
35286
35305
  "locationInModule": {
35287
35306
  "filename": "src/gitlab/configuration.ts",
35288
- "line": 92
35307
+ "line": 93
35289
35308
  },
35290
35309
  "name": "defaultCache",
35291
35310
  "optional": true,
@@ -35306,7 +35325,7 @@
35306
35325
  "immutable": true,
35307
35326
  "locationInModule": {
35308
35327
  "filename": "src/gitlab/configuration.ts",
35309
- "line": 122
35328
+ "line": 123
35310
35329
  },
35311
35330
  "name": "defaultIdTokens",
35312
35331
  "optional": true,
@@ -35327,7 +35346,7 @@
35327
35346
  "immutable": true,
35328
35347
  "locationInModule": {
35329
35348
  "filename": "src/gitlab/configuration.ts",
35330
- "line": 98
35349
+ "line": 99
35331
35350
  },
35332
35351
  "name": "defaultImage",
35333
35352
  "optional": true,
@@ -35343,7 +35362,7 @@
35343
35362
  "immutable": true,
35344
35363
  "locationInModule": {
35345
35364
  "filename": "src/gitlab/configuration.ts",
35346
- "line": 102
35365
+ "line": 103
35347
35366
  },
35348
35367
  "name": "defaultInterruptible",
35349
35368
  "optional": true,
@@ -35360,7 +35379,7 @@
35360
35379
  "immutable": true,
35361
35380
  "locationInModule": {
35362
35381
  "filename": "src/gitlab/configuration.ts",
35363
- "line": 106
35382
+ "line": 107
35364
35383
  },
35365
35384
  "name": "defaultRetry",
35366
35385
  "optional": true,
@@ -35377,7 +35396,7 @@
35377
35396
  "immutable": true,
35378
35397
  "locationInModule": {
35379
35398
  "filename": "src/gitlab/configuration.ts",
35380
- "line": 118
35399
+ "line": 119
35381
35400
  },
35382
35401
  "name": "defaultTimeout",
35383
35402
  "optional": true,
@@ -35394,7 +35413,7 @@
35394
35413
  "immutable": true,
35395
35414
  "locationInModule": {
35396
35415
  "filename": "src/gitlab/configuration.ts",
35397
- "line": 133
35416
+ "line": 138
35398
35417
  },
35399
35418
  "name": "pages",
35400
35419
  "optional": true,
@@ -35410,7 +35429,7 @@
35410
35429
  "immutable": true,
35411
35430
  "locationInModule": {
35412
35431
  "filename": "src/gitlab/configuration.ts",
35413
- "line": 148
35432
+ "line": 153
35414
35433
  },
35415
35434
  "name": "workflow",
35416
35435
  "optional": true,
@@ -35432,7 +35451,7 @@
35432
35451
  "kind": "interface",
35433
35452
  "locationInModule": {
35434
35453
  "filename": "src/gitlab/configuration.ts",
35435
- "line": 23
35454
+ "line": 24
35436
35455
  },
35437
35456
  "name": "CiConfigurationOptions",
35438
35457
  "namespace": "gitlab",
@@ -35447,7 +35466,7 @@
35447
35466
  "immutable": true,
35448
35467
  "locationInModule": {
35449
35468
  "filename": "src/gitlab/configuration.ts",
35450
- "line": 27
35469
+ "line": 28
35451
35470
  },
35452
35471
  "name": "default",
35453
35472
  "optional": true,
@@ -35464,7 +35483,7 @@
35464
35483
  "immutable": true,
35465
35484
  "locationInModule": {
35466
35485
  "filename": "src/gitlab/configuration.ts",
35467
- "line": 50
35486
+ "line": 51
35468
35487
  },
35469
35488
  "name": "jobs",
35470
35489
  "optional": true,
@@ -35487,7 +35506,7 @@
35487
35506
  "immutable": true,
35488
35507
  "locationInModule": {
35489
35508
  "filename": "src/gitlab/configuration.ts",
35490
- "line": 32
35509
+ "line": 33
35491
35510
  },
35492
35511
  "name": "pages",
35493
35512
  "optional": true,
@@ -35504,7 +35523,7 @@
35504
35523
  "immutable": true,
35505
35524
  "locationInModule": {
35506
35525
  "filename": "src/gitlab/configuration.ts",
35507
- "line": 54
35526
+ "line": 55
35508
35527
  },
35509
35528
  "name": "path",
35510
35529
  "optional": true,
@@ -35522,7 +35541,7 @@
35522
35541
  "immutable": true,
35523
35542
  "locationInModule": {
35524
35543
  "filename": "src/gitlab/configuration.ts",
35525
- "line": 41
35544
+ "line": 42
35526
35545
  },
35527
35546
  "name": "stages",
35528
35547
  "optional": true,
@@ -35545,7 +35564,7 @@
35545
35564
  "immutable": true,
35546
35565
  "locationInModule": {
35547
35566
  "filename": "src/gitlab/configuration.ts",
35548
- "line": 46
35567
+ "line": 47
35549
35568
  },
35550
35569
  "name": "variables",
35551
35570
  "optional": true,
@@ -35567,7 +35586,7 @@
35567
35586
  "immutable": true,
35568
35587
  "locationInModule": {
35569
35588
  "filename": "src/gitlab/configuration.ts",
35570
- "line": 36
35589
+ "line": 37
35571
35590
  },
35572
35591
  "name": "workflow",
35573
35592
  "optional": true,
@@ -35592,7 +35611,7 @@
35592
35611
  "kind": "interface",
35593
35612
  "locationInModule": {
35594
35613
  "filename": "src/gitlab/configuration-model.ts",
35595
- "line": 123
35614
+ "line": 130
35596
35615
  },
35597
35616
  "name": "CoverageReport",
35598
35617
  "namespace": "gitlab",
@@ -35605,7 +35624,7 @@
35605
35624
  "immutable": true,
35606
35625
  "locationInModule": {
35607
35626
  "filename": "src/gitlab/configuration-model.ts",
35608
- "line": 124
35627
+ "line": 131
35609
35628
  },
35610
35629
  "name": "coverageFormat",
35611
35630
  "type": {
@@ -35620,7 +35639,7 @@
35620
35639
  "immutable": true,
35621
35640
  "locationInModule": {
35622
35641
  "filename": "src/gitlab/configuration-model.ts",
35623
- "line": 125
35642
+ "line": 132
35624
35643
  },
35625
35644
  "name": "path",
35626
35645
  "type": {
@@ -35643,7 +35662,7 @@
35643
35662
  "kind": "interface",
35644
35663
  "locationInModule": {
35645
35664
  "filename": "src/gitlab/configuration-model.ts",
35646
- "line": 70
35665
+ "line": 75
35647
35666
  },
35648
35667
  "name": "Default",
35649
35668
  "namespace": "gitlab",
@@ -35656,7 +35675,7 @@
35656
35675
  "immutable": true,
35657
35676
  "locationInModule": {
35658
35677
  "filename": "src/gitlab/configuration-model.ts",
35659
- "line": 72
35678
+ "line": 77
35660
35679
  },
35661
35680
  "name": "afterScript",
35662
35681
  "optional": true,
@@ -35677,7 +35696,7 @@
35677
35696
  "immutable": true,
35678
35697
  "locationInModule": {
35679
35698
  "filename": "src/gitlab/configuration-model.ts",
35680
- "line": 74
35699
+ "line": 79
35681
35700
  },
35682
35701
  "name": "artifacts",
35683
35702
  "optional": true,
@@ -35693,7 +35712,7 @@
35693
35712
  "immutable": true,
35694
35713
  "locationInModule": {
35695
35714
  "filename": "src/gitlab/configuration-model.ts",
35696
- "line": 76
35715
+ "line": 81
35697
35716
  },
35698
35717
  "name": "beforeScript",
35699
35718
  "optional": true,
@@ -35714,7 +35733,7 @@
35714
35733
  "immutable": true,
35715
35734
  "locationInModule": {
35716
35735
  "filename": "src/gitlab/configuration-model.ts",
35717
- "line": 78
35736
+ "line": 83
35718
35737
  },
35719
35738
  "name": "cache",
35720
35739
  "optional": true,
@@ -35727,6 +35746,23 @@
35727
35746
  }
35728
35747
  }
35729
35748
  },
35749
+ {
35750
+ "abstract": true,
35751
+ "docs": {
35752
+ "stability": "experimental",
35753
+ "summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
35754
+ },
35755
+ "immutable": true,
35756
+ "locationInModule": {
35757
+ "filename": "src/gitlab/configuration-model.ts",
35758
+ "line": 99
35759
+ },
35760
+ "name": "hooks",
35761
+ "optional": true,
35762
+ "type": {
35763
+ "fqn": "projen.gitlab.DefaultHooks"
35764
+ }
35765
+ },
35730
35766
  {
35731
35767
  "abstract": true,
35732
35768
  "docs": {
@@ -35736,7 +35772,7 @@
35736
35772
  "immutable": true,
35737
35773
  "locationInModule": {
35738
35774
  "filename": "src/gitlab/configuration-model.ts",
35739
- "line": 80
35775
+ "line": 85
35740
35776
  },
35741
35777
  "name": "idTokens",
35742
35778
  "optional": true,
@@ -35757,7 +35793,7 @@
35757
35793
  "immutable": true,
35758
35794
  "locationInModule": {
35759
35795
  "filename": "src/gitlab/configuration-model.ts",
35760
- "line": 82
35796
+ "line": 87
35761
35797
  },
35762
35798
  "name": "image",
35763
35799
  "optional": true,
@@ -35773,7 +35809,7 @@
35773
35809
  "immutable": true,
35774
35810
  "locationInModule": {
35775
35811
  "filename": "src/gitlab/configuration-model.ts",
35776
- "line": 84
35812
+ "line": 89
35777
35813
  },
35778
35814
  "name": "interruptible",
35779
35815
  "optional": true,
@@ -35789,7 +35825,7 @@
35789
35825
  "immutable": true,
35790
35826
  "locationInModule": {
35791
35827
  "filename": "src/gitlab/configuration-model.ts",
35792
- "line": 86
35828
+ "line": 91
35793
35829
  },
35794
35830
  "name": "retry",
35795
35831
  "optional": true,
@@ -35805,7 +35841,7 @@
35805
35841
  "immutable": true,
35806
35842
  "locationInModule": {
35807
35843
  "filename": "src/gitlab/configuration-model.ts",
35808
- "line": 88
35844
+ "line": 93
35809
35845
  },
35810
35846
  "name": "services",
35811
35847
  "optional": true,
@@ -35826,7 +35862,7 @@
35826
35862
  "immutable": true,
35827
35863
  "locationInModule": {
35828
35864
  "filename": "src/gitlab/configuration-model.ts",
35829
- "line": 90
35865
+ "line": 95
35830
35866
  },
35831
35867
  "name": "tags",
35832
35868
  "optional": true,
@@ -35847,7 +35883,7 @@
35847
35883
  "immutable": true,
35848
35884
  "locationInModule": {
35849
35885
  "filename": "src/gitlab/configuration-model.ts",
35850
- "line": 92
35886
+ "line": 97
35851
35887
  },
35852
35888
  "name": "timeout",
35853
35889
  "optional": true,
@@ -35867,7 +35903,7 @@
35867
35903
  "kind": "enum",
35868
35904
  "locationInModule": {
35869
35905
  "filename": "src/gitlab/configuration-model.ts",
35870
- "line": 456
35906
+ "line": 465
35871
35907
  },
35872
35908
  "members": [
35873
35909
  {
@@ -35935,6 +35971,46 @@
35935
35971
  "namespace": "gitlab",
35936
35972
  "symbolId": "src/gitlab/configuration-model:DefaultElement"
35937
35973
  },
35974
+ "projen.gitlab.DefaultHooks": {
35975
+ "assembly": "projen",
35976
+ "datatype": true,
35977
+ "docs": {
35978
+ "stability": "experimental"
35979
+ },
35980
+ "fqn": "projen.gitlab.DefaultHooks",
35981
+ "kind": "interface",
35982
+ "locationInModule": {
35983
+ "filename": "src/gitlab/configuration-model.ts",
35984
+ "line": 66
35985
+ },
35986
+ "name": "DefaultHooks",
35987
+ "namespace": "gitlab",
35988
+ "properties": [
35989
+ {
35990
+ "abstract": true,
35991
+ "docs": {
35992
+ "stability": "experimental",
35993
+ "summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
35994
+ },
35995
+ "immutable": true,
35996
+ "locationInModule": {
35997
+ "filename": "src/gitlab/configuration-model.ts",
35998
+ "line": 68
35999
+ },
36000
+ "name": "preGetSourcesScript",
36001
+ "optional": true,
36002
+ "type": {
36003
+ "collection": {
36004
+ "elementtype": {
36005
+ "primitive": "string"
36006
+ },
36007
+ "kind": "array"
36008
+ }
36009
+ }
36010
+ }
36011
+ ],
36012
+ "symbolId": "src/gitlab/configuration-model:DefaultHooks"
36013
+ },
35938
36014
  "projen.gitlab.DeploymentTier": {
35939
36015
  "assembly": "projen",
35940
36016
  "docs": {
@@ -35945,7 +36021,7 @@
35945
36021
  "kind": "enum",
35946
36022
  "locationInModule": {
35947
36023
  "filename": "src/gitlab/configuration-model.ts",
35948
- "line": 405
36024
+ "line": 414
35949
36025
  },
35950
36026
  "members": [
35951
36027
  {
@@ -35994,7 +36070,7 @@
35994
36070
  "kind": "interface",
35995
36071
  "locationInModule": {
35996
36072
  "filename": "src/gitlab/configuration-model.ts",
35997
- "line": 564
36073
+ "line": 573
35998
36074
  },
35999
36075
  "name": "Engine",
36000
36076
  "namespace": "gitlab",
@@ -36008,7 +36084,7 @@
36008
36084
  "immutable": true,
36009
36085
  "locationInModule": {
36010
36086
  "filename": "src/gitlab/configuration-model.ts",
36011
- "line": 566
36087
+ "line": 575
36012
36088
  },
36013
36089
  "name": "name",
36014
36090
  "type": {
@@ -36024,7 +36100,7 @@
36024
36100
  "immutable": true,
36025
36101
  "locationInModule": {
36026
36102
  "filename": "src/gitlab/configuration-model.ts",
36027
- "line": 568
36103
+ "line": 577
36028
36104
  },
36029
36105
  "name": "path",
36030
36106
  "type": {
@@ -36045,7 +36121,7 @@
36045
36121
  "kind": "interface",
36046
36122
  "locationInModule": {
36047
36123
  "filename": "src/gitlab/configuration-model.ts",
36048
- "line": 373
36124
+ "line": 382
36049
36125
  },
36050
36126
  "name": "Environment",
36051
36127
  "namespace": "gitlab",
@@ -36059,7 +36135,7 @@
36059
36135
  "immutable": true,
36060
36136
  "locationInModule": {
36061
36137
  "filename": "src/gitlab/configuration-model.ts",
36062
- "line": 383
36138
+ "line": 392
36063
36139
  },
36064
36140
  "name": "name",
36065
36141
  "type": {
@@ -36076,7 +36152,7 @@
36076
36152
  "immutable": true,
36077
36153
  "locationInModule": {
36078
36154
  "filename": "src/gitlab/configuration-model.ts",
36079
- "line": 375
36155
+ "line": 384
36080
36156
  },
36081
36157
  "name": "action",
36082
36158
  "optional": true,
@@ -36094,7 +36170,7 @@
36094
36170
  "immutable": true,
36095
36171
  "locationInModule": {
36096
36172
  "filename": "src/gitlab/configuration-model.ts",
36097
- "line": 377
36173
+ "line": 386
36098
36174
  },
36099
36175
  "name": "autoStopIn",
36100
36176
  "optional": true,
@@ -36111,7 +36187,7 @@
36111
36187
  "immutable": true,
36112
36188
  "locationInModule": {
36113
36189
  "filename": "src/gitlab/configuration-model.ts",
36114
- "line": 379
36190
+ "line": 388
36115
36191
  },
36116
36192
  "name": "deploymentTier",
36117
36193
  "optional": true,
@@ -36129,7 +36205,7 @@
36129
36205
  "immutable": true,
36130
36206
  "locationInModule": {
36131
36207
  "filename": "src/gitlab/configuration-model.ts",
36132
- "line": 381
36208
+ "line": 390
36133
36209
  },
36134
36210
  "name": "kubernetes",
36135
36211
  "optional": true,
@@ -36146,7 +36222,7 @@
36146
36222
  "immutable": true,
36147
36223
  "locationInModule": {
36148
36224
  "filename": "src/gitlab/configuration-model.ts",
36149
- "line": 385
36225
+ "line": 394
36150
36226
  },
36151
36227
  "name": "onStop",
36152
36228
  "optional": true,
@@ -36163,7 +36239,7 @@
36163
36239
  "immutable": true,
36164
36240
  "locationInModule": {
36165
36241
  "filename": "src/gitlab/configuration-model.ts",
36166
- "line": 387
36242
+ "line": 396
36167
36243
  },
36168
36244
  "name": "url",
36169
36245
  "optional": true,
@@ -36185,7 +36261,7 @@
36185
36261
  "kind": "interface",
36186
36262
  "locationInModule": {
36187
36263
  "filename": "src/gitlab/configuration-model.ts",
36188
- "line": 425
36264
+ "line": 434
36189
36265
  },
36190
36266
  "name": "Filter",
36191
36267
  "namespace": "gitlab",
@@ -36199,7 +36275,7 @@
36199
36275
  "immutable": true,
36200
36276
  "locationInModule": {
36201
36277
  "filename": "src/gitlab/configuration-model.ts",
36202
- "line": 427
36278
+ "line": 436
36203
36279
  },
36204
36280
  "name": "changes",
36205
36281
  "optional": true,
@@ -36221,7 +36297,7 @@
36221
36297
  "immutable": true,
36222
36298
  "locationInModule": {
36223
36299
  "filename": "src/gitlab/configuration-model.ts",
36224
- "line": 429
36300
+ "line": 438
36225
36301
  },
36226
36302
  "name": "kubernetes",
36227
36303
  "optional": true,
@@ -36238,7 +36314,7 @@
36238
36314
  "immutable": true,
36239
36315
  "locationInModule": {
36240
36316
  "filename": "src/gitlab/configuration-model.ts",
36241
- "line": 431
36317
+ "line": 440
36242
36318
  },
36243
36319
  "name": "refs",
36244
36320
  "optional": true,
@@ -36261,7 +36337,7 @@
36261
36337
  "immutable": true,
36262
36338
  "locationInModule": {
36263
36339
  "filename": "src/gitlab/configuration-model.ts",
36264
- "line": 433
36340
+ "line": 442
36265
36341
  },
36266
36342
  "name": "variables",
36267
36343
  "optional": true,
@@ -36380,7 +36456,7 @@
36380
36456
  "kind": "interface",
36381
36457
  "locationInModule": {
36382
36458
  "filename": "src/gitlab/configuration-model.ts",
36383
- "line": 176
36459
+ "line": 183
36384
36460
  },
36385
36461
  "name": "IDToken",
36386
36462
  "namespace": "gitlab",
@@ -36393,7 +36469,7 @@
36393
36469
  },
36394
36470
  "locationInModule": {
36395
36471
  "filename": "src/gitlab/configuration-model.ts",
36396
- "line": 178
36472
+ "line": 185
36397
36473
  },
36398
36474
  "name": "aud",
36399
36475
  "type": {
@@ -36430,7 +36506,7 @@
36430
36506
  "kind": "interface",
36431
36507
  "locationInModule": {
36432
36508
  "filename": "src/gitlab/configuration-model.ts",
36433
- "line": 186
36509
+ "line": 193
36434
36510
  },
36435
36511
  "name": "Image",
36436
36512
  "namespace": "gitlab",
@@ -36445,7 +36521,7 @@
36445
36521
  "immutable": true,
36446
36522
  "locationInModule": {
36447
36523
  "filename": "src/gitlab/configuration-model.ts",
36448
- "line": 190
36524
+ "line": 197
36449
36525
  },
36450
36526
  "name": "name",
36451
36527
  "type": {
@@ -36462,7 +36538,7 @@
36462
36538
  "immutable": true,
36463
36539
  "locationInModule": {
36464
36540
  "filename": "src/gitlab/configuration-model.ts",
36465
- "line": 188
36541
+ "line": 195
36466
36542
  },
36467
36543
  "name": "entrypoint",
36468
36544
  "optional": true,
@@ -36490,7 +36566,7 @@
36490
36566
  "kind": "interface",
36491
36567
  "locationInModule": {
36492
36568
  "filename": "src/gitlab/configuration-model.ts",
36493
- "line": 237
36569
+ "line": 244
36494
36570
  },
36495
36571
  "name": "Include",
36496
36572
  "namespace": "gitlab",
@@ -36505,7 +36581,7 @@
36505
36581
  "immutable": true,
36506
36582
  "locationInModule": {
36507
36583
  "filename": "src/gitlab/configuration-model.ts",
36508
- "line": 243
36584
+ "line": 250
36509
36585
  },
36510
36586
  "name": "file",
36511
36587
  "optional": true,
@@ -36528,7 +36604,7 @@
36528
36604
  "immutable": true,
36529
36605
  "locationInModule": {
36530
36606
  "filename": "src/gitlab/configuration-model.ts",
36531
- "line": 239
36607
+ "line": 246
36532
36608
  },
36533
36609
  "name": "local",
36534
36610
  "optional": true,
@@ -36545,7 +36621,7 @@
36545
36621
  "immutable": true,
36546
36622
  "locationInModule": {
36547
36623
  "filename": "src/gitlab/configuration-model.ts",
36548
- "line": 245
36624
+ "line": 252
36549
36625
  },
36550
36626
  "name": "project",
36551
36627
  "optional": true,
@@ -36562,7 +36638,7 @@
36562
36638
  "immutable": true,
36563
36639
  "locationInModule": {
36564
36640
  "filename": "src/gitlab/configuration-model.ts",
36565
- "line": 247
36641
+ "line": 254
36566
36642
  },
36567
36643
  "name": "ref",
36568
36644
  "optional": true,
@@ -36579,7 +36655,7 @@
36579
36655
  "immutable": true,
36580
36656
  "locationInModule": {
36581
36657
  "filename": "src/gitlab/configuration-model.ts",
36582
- "line": 251
36658
+ "line": 258
36583
36659
  },
36584
36660
  "name": "remote",
36585
36661
  "optional": true,
@@ -36596,7 +36672,7 @@
36596
36672
  "immutable": true,
36597
36673
  "locationInModule": {
36598
36674
  "filename": "src/gitlab/configuration-model.ts",
36599
- "line": 241
36675
+ "line": 248
36600
36676
  },
36601
36677
  "name": "rules",
36602
36678
  "optional": true,
@@ -36618,7 +36694,7 @@
36618
36694
  "immutable": true,
36619
36695
  "locationInModule": {
36620
36696
  "filename": "src/gitlab/configuration-model.ts",
36621
- "line": 249
36697
+ "line": 256
36622
36698
  },
36623
36699
  "name": "template",
36624
36700
  "optional": true,
@@ -36641,7 +36717,7 @@
36641
36717
  "kind": "interface",
36642
36718
  "locationInModule": {
36643
36719
  "filename": "src/gitlab/configuration-model.ts",
36644
- "line": 259
36720
+ "line": 266
36645
36721
  },
36646
36722
  "name": "IncludeRule",
36647
36723
  "namespace": "gitlab",
@@ -36654,7 +36730,7 @@
36654
36730
  "immutable": true,
36655
36731
  "locationInModule": {
36656
36732
  "filename": "src/gitlab/configuration-model.ts",
36657
- "line": 261
36733
+ "line": 268
36658
36734
  },
36659
36735
  "name": "allowFailure",
36660
36736
  "optional": true,
@@ -36679,7 +36755,7 @@
36679
36755
  "immutable": true,
36680
36756
  "locationInModule": {
36681
36757
  "filename": "src/gitlab/configuration-model.ts",
36682
- "line": 263
36758
+ "line": 270
36683
36759
  },
36684
36760
  "name": "changes",
36685
36761
  "optional": true,
@@ -36700,7 +36776,7 @@
36700
36776
  "immutable": true,
36701
36777
  "locationInModule": {
36702
36778
  "filename": "src/gitlab/configuration-model.ts",
36703
- "line": 265
36779
+ "line": 272
36704
36780
  },
36705
36781
  "name": "exists",
36706
36782
  "optional": true,
@@ -36721,7 +36797,7 @@
36721
36797
  "immutable": true,
36722
36798
  "locationInModule": {
36723
36799
  "filename": "src/gitlab/configuration-model.ts",
36724
- "line": 267
36800
+ "line": 274
36725
36801
  },
36726
36802
  "name": "if",
36727
36803
  "optional": true,
@@ -36737,7 +36813,7 @@
36737
36813
  "immutable": true,
36738
36814
  "locationInModule": {
36739
36815
  "filename": "src/gitlab/configuration-model.ts",
36740
- "line": 269
36816
+ "line": 276
36741
36817
  },
36742
36818
  "name": "needs",
36743
36819
  "optional": true,
@@ -36758,7 +36834,7 @@
36758
36834
  "immutable": true,
36759
36835
  "locationInModule": {
36760
36836
  "filename": "src/gitlab/configuration-model.ts",
36761
- "line": 271
36837
+ "line": 278
36762
36838
  },
36763
36839
  "name": "startIn",
36764
36840
  "optional": true,
@@ -36774,7 +36850,7 @@
36774
36850
  "immutable": true,
36775
36851
  "locationInModule": {
36776
36852
  "filename": "src/gitlab/configuration-model.ts",
36777
- "line": 273
36853
+ "line": 280
36778
36854
  },
36779
36855
  "name": "variables",
36780
36856
  "optional": true,
@@ -36795,7 +36871,7 @@
36795
36871
  "immutable": true,
36796
36872
  "locationInModule": {
36797
36873
  "filename": "src/gitlab/configuration-model.ts",
36798
- "line": 275
36874
+ "line": 282
36799
36875
  },
36800
36876
  "name": "when",
36801
36877
  "optional": true,
@@ -36818,7 +36894,7 @@
36818
36894
  "kind": "interface",
36819
36895
  "locationInModule": {
36820
36896
  "filename": "src/gitlab/configuration-model.ts",
36821
- "line": 449
36897
+ "line": 458
36822
36898
  },
36823
36899
  "name": "Inherit",
36824
36900
  "namespace": "gitlab",
@@ -36833,7 +36909,7 @@
36833
36909
  "immutable": true,
36834
36910
  "locationInModule": {
36835
36911
  "filename": "src/gitlab/configuration-model.ts",
36836
- "line": 451
36912
+ "line": 460
36837
36913
  },
36838
36914
  "name": "default",
36839
36915
  "optional": true,
@@ -36865,7 +36941,7 @@
36865
36941
  "immutable": true,
36866
36942
  "locationInModule": {
36867
36943
  "filename": "src/gitlab/configuration-model.ts",
36868
- "line": 453
36944
+ "line": 462
36869
36945
  },
36870
36946
  "name": "variables",
36871
36947
  "optional": true,
@@ -36902,7 +36978,7 @@
36902
36978
  "kind": "interface",
36903
36979
  "locationInModule": {
36904
36980
  "filename": "src/gitlab/configuration-model.ts",
36905
- "line": 305
36981
+ "line": 312
36906
36982
  },
36907
36983
  "name": "Job",
36908
36984
  "namespace": "gitlab",
@@ -36915,7 +36991,7 @@
36915
36991
  "immutable": true,
36916
36992
  "locationInModule": {
36917
36993
  "filename": "src/gitlab/configuration-model.ts",
36918
- "line": 307
36994
+ "line": 314
36919
36995
  },
36920
36996
  "name": "afterScript",
36921
36997
  "optional": true,
@@ -36937,7 +37013,7 @@
36937
37013
  "immutable": true,
36938
37014
  "locationInModule": {
36939
37015
  "filename": "src/gitlab/configuration-model.ts",
36940
- "line": 309
37016
+ "line": 316
36941
37017
  },
36942
37018
  "name": "allowFailure",
36943
37019
  "optional": true,
@@ -36962,7 +37038,7 @@
36962
37038
  "immutable": true,
36963
37039
  "locationInModule": {
36964
37040
  "filename": "src/gitlab/configuration-model.ts",
36965
- "line": 311
37041
+ "line": 318
36966
37042
  },
36967
37043
  "name": "artifacts",
36968
37044
  "optional": true,
@@ -36978,7 +37054,7 @@
36978
37054
  "immutable": true,
36979
37055
  "locationInModule": {
36980
37056
  "filename": "src/gitlab/configuration-model.ts",
36981
- "line": 313
37057
+ "line": 320
36982
37058
  },
36983
37059
  "name": "beforeScript",
36984
37060
  "optional": true,
@@ -36999,7 +37075,7 @@
36999
37075
  "immutable": true,
37000
37076
  "locationInModule": {
37001
37077
  "filename": "src/gitlab/configuration-model.ts",
37002
- "line": 315
37078
+ "line": 322
37003
37079
  },
37004
37080
  "name": "cache",
37005
37081
  "optional": true,
@@ -37022,7 +37098,7 @@
37022
37098
  "immutable": true,
37023
37099
  "locationInModule": {
37024
37100
  "filename": "src/gitlab/configuration-model.ts",
37025
- "line": 317
37101
+ "line": 324
37026
37102
  },
37027
37103
  "name": "coverage",
37028
37104
  "optional": true,
@@ -37040,7 +37116,7 @@
37040
37116
  "immutable": true,
37041
37117
  "locationInModule": {
37042
37118
  "filename": "src/gitlab/configuration-model.ts",
37043
- "line": 319
37119
+ "line": 326
37044
37120
  },
37045
37121
  "name": "dependencies",
37046
37122
  "optional": true,
@@ -37063,7 +37139,7 @@
37063
37139
  "immutable": true,
37064
37140
  "locationInModule": {
37065
37141
  "filename": "src/gitlab/configuration-model.ts",
37066
- "line": 321
37142
+ "line": 328
37067
37143
  },
37068
37144
  "name": "environment",
37069
37145
  "optional": true,
@@ -37089,7 +37165,7 @@
37089
37165
  "immutable": true,
37090
37166
  "locationInModule": {
37091
37167
  "filename": "src/gitlab/configuration-model.ts",
37092
- "line": 323
37168
+ "line": 330
37093
37169
  },
37094
37170
  "name": "except",
37095
37171
  "optional": true,
@@ -37120,7 +37196,7 @@
37120
37196
  "immutable": true,
37121
37197
  "locationInModule": {
37122
37198
  "filename": "src/gitlab/configuration-model.ts",
37123
- "line": 325
37199
+ "line": 332
37124
37200
  },
37125
37201
  "name": "extends",
37126
37202
  "optional": true,
@@ -37133,6 +37209,22 @@
37133
37209
  }
37134
37210
  }
37135
37211
  },
37212
+ {
37213
+ "abstract": true,
37214
+ "docs": {
37215
+ "stability": "experimental"
37216
+ },
37217
+ "immutable": true,
37218
+ "locationInModule": {
37219
+ "filename": "src/gitlab/configuration-model.ts",
37220
+ "line": 376
37221
+ },
37222
+ "name": "hooks",
37223
+ "optional": true,
37224
+ "type": {
37225
+ "fqn": "projen.gitlab.DefaultHooks"
37226
+ }
37227
+ },
37136
37228
  {
37137
37229
  "abstract": true,
37138
37230
  "docs": {
@@ -37142,7 +37234,7 @@
37142
37234
  "immutable": true,
37143
37235
  "locationInModule": {
37144
37236
  "filename": "src/gitlab/configuration-model.ts",
37145
- "line": 327
37237
+ "line": 334
37146
37238
  },
37147
37239
  "name": "idTokens",
37148
37240
  "optional": true,
@@ -37163,7 +37255,7 @@
37163
37255
  "immutable": true,
37164
37256
  "locationInModule": {
37165
37257
  "filename": "src/gitlab/configuration-model.ts",
37166
- "line": 329
37258
+ "line": 336
37167
37259
  },
37168
37260
  "name": "image",
37169
37261
  "optional": true,
@@ -37181,7 +37273,7 @@
37181
37273
  "immutable": true,
37182
37274
  "locationInModule": {
37183
37275
  "filename": "src/gitlab/configuration-model.ts",
37184
- "line": 331
37276
+ "line": 338
37185
37277
  },
37186
37278
  "name": "inherit",
37187
37279
  "optional": true,
@@ -37197,7 +37289,7 @@
37197
37289
  "immutable": true,
37198
37290
  "locationInModule": {
37199
37291
  "filename": "src/gitlab/configuration-model.ts",
37200
- "line": 333
37292
+ "line": 340
37201
37293
  },
37202
37294
  "name": "interruptible",
37203
37295
  "optional": true,
@@ -37214,7 +37306,7 @@
37214
37306
  "immutable": true,
37215
37307
  "locationInModule": {
37216
37308
  "filename": "src/gitlab/configuration-model.ts",
37217
- "line": 335
37309
+ "line": 342
37218
37310
  },
37219
37311
  "name": "needs",
37220
37312
  "optional": true,
@@ -37245,7 +37337,7 @@
37245
37337
  "immutable": true,
37246
37338
  "locationInModule": {
37247
37339
  "filename": "src/gitlab/configuration-model.ts",
37248
- "line": 337
37340
+ "line": 344
37249
37341
  },
37250
37342
  "name": "only",
37251
37343
  "optional": true,
@@ -37276,7 +37368,7 @@
37276
37368
  "immutable": true,
37277
37369
  "locationInModule": {
37278
37370
  "filename": "src/gitlab/configuration-model.ts",
37279
- "line": 339
37371
+ "line": 346
37280
37372
  },
37281
37373
  "name": "parallel",
37282
37374
  "optional": true,
@@ -37302,7 +37394,7 @@
37302
37394
  "immutable": true,
37303
37395
  "locationInModule": {
37304
37396
  "filename": "src/gitlab/configuration-model.ts",
37305
- "line": 341
37397
+ "line": 348
37306
37398
  },
37307
37399
  "name": "release",
37308
37400
  "optional": true,
@@ -37320,7 +37412,7 @@
37320
37412
  "immutable": true,
37321
37413
  "locationInModule": {
37322
37414
  "filename": "src/gitlab/configuration-model.ts",
37323
- "line": 343
37415
+ "line": 350
37324
37416
  },
37325
37417
  "name": "resourceGroup",
37326
37418
  "optional": true,
@@ -37336,7 +37428,7 @@
37336
37428
  "immutable": true,
37337
37429
  "locationInModule": {
37338
37430
  "filename": "src/gitlab/configuration-model.ts",
37339
- "line": 345
37431
+ "line": 352
37340
37432
  },
37341
37433
  "name": "retry",
37342
37434
  "optional": true,
@@ -37353,7 +37445,7 @@
37353
37445
  "immutable": true,
37354
37446
  "locationInModule": {
37355
37447
  "filename": "src/gitlab/configuration-model.ts",
37356
- "line": 347
37448
+ "line": 354
37357
37449
  },
37358
37450
  "name": "rules",
37359
37451
  "optional": true,
@@ -37376,7 +37468,7 @@
37376
37468
  "immutable": true,
37377
37469
  "locationInModule": {
37378
37470
  "filename": "src/gitlab/configuration-model.ts",
37379
- "line": 349
37471
+ "line": 356
37380
37472
  },
37381
37473
  "name": "script",
37382
37474
  "optional": true,
@@ -37398,7 +37490,7 @@
37398
37490
  "immutable": true,
37399
37491
  "locationInModule": {
37400
37492
  "filename": "src/gitlab/configuration-model.ts",
37401
- "line": 351
37493
+ "line": 358
37402
37494
  },
37403
37495
  "name": "secrets",
37404
37496
  "optional": true,
@@ -37424,7 +37516,7 @@
37424
37516
  "immutable": true,
37425
37517
  "locationInModule": {
37426
37518
  "filename": "src/gitlab/configuration-model.ts",
37427
- "line": 353
37519
+ "line": 360
37428
37520
  },
37429
37521
  "name": "services",
37430
37522
  "optional": true,
@@ -37446,7 +37538,7 @@
37446
37538
  "immutable": true,
37447
37539
  "locationInModule": {
37448
37540
  "filename": "src/gitlab/configuration-model.ts",
37449
- "line": 355
37541
+ "line": 362
37450
37542
  },
37451
37543
  "name": "stage",
37452
37544
  "optional": true,
@@ -37462,7 +37554,7 @@
37462
37554
  "immutable": true,
37463
37555
  "locationInModule": {
37464
37556
  "filename": "src/gitlab/configuration-model.ts",
37465
- "line": 357
37557
+ "line": 364
37466
37558
  },
37467
37559
  "name": "startIn",
37468
37560
  "optional": true,
@@ -37478,7 +37570,7 @@
37478
37570
  "immutable": true,
37479
37571
  "locationInModule": {
37480
37572
  "filename": "src/gitlab/configuration-model.ts",
37481
- "line": 359
37573
+ "line": 366
37482
37574
  },
37483
37575
  "name": "tags",
37484
37576
  "optional": true,
@@ -37499,7 +37591,7 @@
37499
37591
  "immutable": true,
37500
37592
  "locationInModule": {
37501
37593
  "filename": "src/gitlab/configuration-model.ts",
37502
- "line": 361
37594
+ "line": 368
37503
37595
  },
37504
37596
  "name": "timeout",
37505
37597
  "optional": true,
@@ -37517,7 +37609,7 @@
37517
37609
  "immutable": true,
37518
37610
  "locationInModule": {
37519
37611
  "filename": "src/gitlab/configuration-model.ts",
37520
- "line": 363
37612
+ "line": 370
37521
37613
  },
37522
37614
  "name": "trigger",
37523
37615
  "optional": true,
@@ -37543,7 +37635,7 @@
37543
37635
  "immutable": true,
37544
37636
  "locationInModule": {
37545
37637
  "filename": "src/gitlab/configuration-model.ts",
37546
- "line": 365
37638
+ "line": 372
37547
37639
  },
37548
37640
  "name": "variables",
37549
37641
  "optional": true,
@@ -37566,7 +37658,7 @@
37566
37658
  "immutable": true,
37567
37659
  "locationInModule": {
37568
37660
  "filename": "src/gitlab/configuration-model.ts",
37569
- "line": 367
37661
+ "line": 374
37570
37662
  },
37571
37663
  "name": "when",
37572
37664
  "optional": true,
@@ -37589,7 +37681,7 @@
37589
37681
  "kind": "enum",
37590
37682
  "locationInModule": {
37591
37683
  "filename": "src/gitlab/configuration-model.ts",
37592
- "line": 292
37684
+ "line": 299
37593
37685
  },
37594
37686
  "members": [
37595
37687
  {
@@ -37645,7 +37737,7 @@
37645
37737
  "kind": "interface",
37646
37738
  "locationInModule": {
37647
37739
  "filename": "src/gitlab/configuration-model.ts",
37648
- "line": 417
37740
+ "line": 426
37649
37741
  },
37650
37742
  "name": "KubernetesConfig",
37651
37743
  "namespace": "gitlab",
@@ -37659,7 +37751,7 @@
37659
37751
  "immutable": true,
37660
37752
  "locationInModule": {
37661
37753
  "filename": "src/gitlab/configuration-model.ts",
37662
- "line": 419
37754
+ "line": 428
37663
37755
  },
37664
37756
  "name": "namespace",
37665
37757
  "optional": true,
@@ -37680,7 +37772,7 @@
37680
37772
  "kind": "enum",
37681
37773
  "locationInModule": {
37682
37774
  "filename": "src/gitlab/configuration-model.ts",
37683
- "line": 439
37775
+ "line": 448
37684
37776
  },
37685
37777
  "members": [
37686
37778
  {
@@ -37705,7 +37797,7 @@
37705
37797
  "kind": "interface",
37706
37798
  "locationInModule": {
37707
37799
  "filename": "src/gitlab/configuration-model.ts",
37708
- "line": 519
37800
+ "line": 528
37709
37801
  },
37710
37802
  "name": "Link",
37711
37803
  "namespace": "gitlab",
@@ -37719,7 +37811,7 @@
37719
37811
  "immutable": true,
37720
37812
  "locationInModule": {
37721
37813
  "filename": "src/gitlab/configuration-model.ts",
37722
- "line": 525
37814
+ "line": 534
37723
37815
  },
37724
37816
  "name": "name",
37725
37817
  "type": {
@@ -37735,7 +37827,7 @@
37735
37827
  "immutable": true,
37736
37828
  "locationInModule": {
37737
37829
  "filename": "src/gitlab/configuration-model.ts",
37738
- "line": 527
37830
+ "line": 536
37739
37831
  },
37740
37832
  "name": "url",
37741
37833
  "type": {
@@ -37751,7 +37843,7 @@
37751
37843
  "immutable": true,
37752
37844
  "locationInModule": {
37753
37845
  "filename": "src/gitlab/configuration-model.ts",
37754
- "line": 521
37846
+ "line": 530
37755
37847
  },
37756
37848
  "name": "filepath",
37757
37849
  "optional": true,
@@ -37768,7 +37860,7 @@
37768
37860
  "immutable": true,
37769
37861
  "locationInModule": {
37770
37862
  "filename": "src/gitlab/configuration-model.ts",
37771
- "line": 523
37863
+ "line": 532
37772
37864
  },
37773
37865
  "name": "linkType",
37774
37866
  "optional": true,
@@ -37789,7 +37881,7 @@
37789
37881
  "kind": "enum",
37790
37882
  "locationInModule": {
37791
37883
  "filename": "src/gitlab/configuration-model.ts",
37792
- "line": 533
37884
+ "line": 542
37793
37885
  },
37794
37886
  "members": [
37795
37887
  {
@@ -37832,7 +37924,7 @@
37832
37924
  "kind": "interface",
37833
37925
  "locationInModule": {
37834
37926
  "filename": "src/gitlab/configuration-model.ts",
37835
- "line": 472
37927
+ "line": 481
37836
37928
  },
37837
37929
  "name": "Need",
37838
37930
  "namespace": "gitlab",
@@ -37845,7 +37937,7 @@
37845
37937
  "immutable": true,
37846
37938
  "locationInModule": {
37847
37939
  "filename": "src/gitlab/configuration-model.ts",
37848
- "line": 474
37940
+ "line": 483
37849
37941
  },
37850
37942
  "name": "job",
37851
37943
  "type": {
@@ -37860,7 +37952,7 @@
37860
37952
  "immutable": true,
37861
37953
  "locationInModule": {
37862
37954
  "filename": "src/gitlab/configuration-model.ts",
37863
- "line": 473
37955
+ "line": 482
37864
37956
  },
37865
37957
  "name": "artifacts",
37866
37958
  "optional": true,
@@ -37876,7 +37968,7 @@
37876
37968
  "immutable": true,
37877
37969
  "locationInModule": {
37878
37970
  "filename": "src/gitlab/configuration-model.ts",
37879
- "line": 475
37971
+ "line": 484
37880
37972
  },
37881
37973
  "name": "optional",
37882
37974
  "optional": true,
@@ -37892,7 +37984,7 @@
37892
37984
  "immutable": true,
37893
37985
  "locationInModule": {
37894
37986
  "filename": "src/gitlab/configuration-model.ts",
37895
- "line": 476
37987
+ "line": 485
37896
37988
  },
37897
37989
  "name": "pipeline",
37898
37990
  "optional": true,
@@ -37908,7 +38000,7 @@
37908
38000
  "immutable": true,
37909
38001
  "locationInModule": {
37910
38002
  "filename": "src/gitlab/configuration-model.ts",
37911
- "line": 477
38003
+ "line": 486
37912
38004
  },
37913
38005
  "name": "project",
37914
38006
  "optional": true,
@@ -37924,7 +38016,7 @@
37924
38016
  "immutable": true,
37925
38017
  "locationInModule": {
37926
38018
  "filename": "src/gitlab/configuration-model.ts",
37927
- "line": 478
38019
+ "line": 487
37928
38020
  },
37929
38021
  "name": "ref",
37930
38022
  "optional": true,
@@ -38018,7 +38110,7 @@
38018
38110
  "kind": "interface",
38019
38111
  "locationInModule": {
38020
38112
  "filename": "src/gitlab/configuration-model.ts",
38021
- "line": 484
38113
+ "line": 493
38022
38114
  },
38023
38115
  "name": "Parallel",
38024
38116
  "namespace": "gitlab",
@@ -38032,7 +38124,7 @@
38032
38124
  "immutable": true,
38033
38125
  "locationInModule": {
38034
38126
  "filename": "src/gitlab/configuration-model.ts",
38035
- "line": 486
38127
+ "line": 495
38036
38128
  },
38037
38129
  "name": "matrix",
38038
38130
  "type": {
@@ -38068,7 +38160,7 @@
38068
38160
  "kind": "enum",
38069
38161
  "locationInModule": {
38070
38162
  "filename": "src/gitlab/configuration-model.ts",
38071
- "line": 227
38163
+ "line": 234
38072
38164
  },
38073
38165
  "members": [
38074
38166
  {
@@ -38105,7 +38197,7 @@
38105
38197
  "kind": "interface",
38106
38198
  "locationInModule": {
38107
38199
  "filename": "src/gitlab/configuration-model.ts",
38108
- "line": 492
38200
+ "line": 501
38109
38201
  },
38110
38202
  "name": "Release",
38111
38203
  "namespace": "gitlab",
@@ -38119,7 +38211,7 @@
38119
38211
  "immutable": true,
38120
38212
  "locationInModule": {
38121
38213
  "filename": "src/gitlab/configuration-model.ts",
38122
- "line": 495
38214
+ "line": 504
38123
38215
  },
38124
38216
  "name": "description",
38125
38217
  "type": {
@@ -38136,7 +38228,7 @@
38136
38228
  "immutable": true,
38137
38229
  "locationInModule": {
38138
38230
  "filename": "src/gitlab/configuration-model.ts",
38139
- "line": 505
38231
+ "line": 514
38140
38232
  },
38141
38233
  "name": "tagName",
38142
38234
  "type": {
@@ -38151,7 +38243,7 @@
38151
38243
  "immutable": true,
38152
38244
  "locationInModule": {
38153
38245
  "filename": "src/gitlab/configuration-model.ts",
38154
- "line": 493
38246
+ "line": 502
38155
38247
  },
38156
38248
  "name": "assets",
38157
38249
  "optional": true,
@@ -38168,7 +38260,7 @@
38168
38260
  "immutable": true,
38169
38261
  "locationInModule": {
38170
38262
  "filename": "src/gitlab/configuration-model.ts",
38171
- "line": 497
38263
+ "line": 506
38172
38264
  },
38173
38265
  "name": "milestones",
38174
38266
  "optional": true,
@@ -38191,7 +38283,7 @@
38191
38283
  "immutable": true,
38192
38284
  "locationInModule": {
38193
38285
  "filename": "src/gitlab/configuration-model.ts",
38194
- "line": 499
38286
+ "line": 508
38195
38287
  },
38196
38288
  "name": "name",
38197
38289
  "optional": true,
@@ -38209,7 +38301,7 @@
38209
38301
  "immutable": true,
38210
38302
  "locationInModule": {
38211
38303
  "filename": "src/gitlab/configuration-model.ts",
38212
- "line": 501
38304
+ "line": 510
38213
38305
  },
38214
38306
  "name": "ref",
38215
38307
  "optional": true,
@@ -38227,7 +38319,7 @@
38227
38319
  "immutable": true,
38228
38320
  "locationInModule": {
38229
38321
  "filename": "src/gitlab/configuration-model.ts",
38230
- "line": 503
38322
+ "line": 512
38231
38323
  },
38232
38324
  "name": "releasedAt",
38233
38325
  "optional": true,
@@ -38250,7 +38342,7 @@
38250
38342
  "kind": "interface",
38251
38343
  "locationInModule": {
38252
38344
  "filename": "src/gitlab/configuration-model.ts",
38253
- "line": 133
38345
+ "line": 140
38254
38346
  },
38255
38347
  "name": "Reports",
38256
38348
  "namespace": "gitlab",
@@ -38265,7 +38357,7 @@
38265
38357
  "immutable": true,
38266
38358
  "locationInModule": {
38267
38359
  "filename": "src/gitlab/configuration-model.ts",
38268
- "line": 137
38360
+ "line": 144
38269
38361
  },
38270
38362
  "name": "cobertura",
38271
38363
  "optional": true,
@@ -38287,7 +38379,7 @@
38287
38379
  "immutable": true,
38288
38380
  "locationInModule": {
38289
38381
  "filename": "src/gitlab/configuration-model.ts",
38290
- "line": 139
38382
+ "line": 146
38291
38383
  },
38292
38384
  "name": "codequality",
38293
38385
  "optional": true,
@@ -38309,7 +38401,7 @@
38309
38401
  "immutable": true,
38310
38402
  "locationInModule": {
38311
38403
  "filename": "src/gitlab/configuration-model.ts",
38312
- "line": 141
38404
+ "line": 148
38313
38405
  },
38314
38406
  "name": "containerScanning",
38315
38407
  "optional": true,
@@ -38331,7 +38423,7 @@
38331
38423
  "immutable": true,
38332
38424
  "locationInModule": {
38333
38425
  "filename": "src/gitlab/configuration-model.ts",
38334
- "line": 143
38426
+ "line": 150
38335
38427
  },
38336
38428
  "name": "coverageReport",
38337
38429
  "optional": true,
@@ -38348,7 +38440,7 @@
38348
38440
  "immutable": true,
38349
38441
  "locationInModule": {
38350
38442
  "filename": "src/gitlab/configuration-model.ts",
38351
- "line": 145
38443
+ "line": 152
38352
38444
  },
38353
38445
  "name": "dast",
38354
38446
  "optional": true,
@@ -38370,7 +38462,7 @@
38370
38462
  "immutable": true,
38371
38463
  "locationInModule": {
38372
38464
  "filename": "src/gitlab/configuration-model.ts",
38373
- "line": 147
38465
+ "line": 154
38374
38466
  },
38375
38467
  "name": "dependencyScanning",
38376
38468
  "optional": true,
@@ -38392,7 +38484,7 @@
38392
38484
  "immutable": true,
38393
38485
  "locationInModule": {
38394
38486
  "filename": "src/gitlab/configuration-model.ts",
38395
- "line": 149
38487
+ "line": 156
38396
38488
  },
38397
38489
  "name": "dotenv",
38398
38490
  "optional": true,
@@ -38414,7 +38506,7 @@
38414
38506
  "immutable": true,
38415
38507
  "locationInModule": {
38416
38508
  "filename": "src/gitlab/configuration-model.ts",
38417
- "line": 151
38509
+ "line": 158
38418
38510
  },
38419
38511
  "name": "junit",
38420
38512
  "optional": true,
@@ -38436,7 +38528,7 @@
38436
38528
  "immutable": true,
38437
38529
  "locationInModule": {
38438
38530
  "filename": "src/gitlab/configuration-model.ts",
38439
- "line": 153
38531
+ "line": 160
38440
38532
  },
38441
38533
  "name": "licenseManagement",
38442
38534
  "optional": true,
@@ -38458,7 +38550,7 @@
38458
38550
  "immutable": true,
38459
38551
  "locationInModule": {
38460
38552
  "filename": "src/gitlab/configuration-model.ts",
38461
- "line": 155
38553
+ "line": 162
38462
38554
  },
38463
38555
  "name": "licenseScanning",
38464
38556
  "optional": true,
@@ -38480,7 +38572,7 @@
38480
38572
  "immutable": true,
38481
38573
  "locationInModule": {
38482
38574
  "filename": "src/gitlab/configuration-model.ts",
38483
- "line": 157
38575
+ "line": 164
38484
38576
  },
38485
38577
  "name": "lsif",
38486
38578
  "optional": true,
@@ -38502,7 +38594,7 @@
38502
38594
  "immutable": true,
38503
38595
  "locationInModule": {
38504
38596
  "filename": "src/gitlab/configuration-model.ts",
38505
- "line": 159
38597
+ "line": 166
38506
38598
  },
38507
38599
  "name": "metrics",
38508
38600
  "optional": true,
@@ -38524,7 +38616,7 @@
38524
38616
  "immutable": true,
38525
38617
  "locationInModule": {
38526
38618
  "filename": "src/gitlab/configuration-model.ts",
38527
- "line": 161
38619
+ "line": 168
38528
38620
  },
38529
38621
  "name": "performance",
38530
38622
  "optional": true,
@@ -38546,7 +38638,7 @@
38546
38638
  "immutable": true,
38547
38639
  "locationInModule": {
38548
38640
  "filename": "src/gitlab/configuration-model.ts",
38549
- "line": 163
38641
+ "line": 170
38550
38642
  },
38551
38643
  "name": "requirements",
38552
38644
  "optional": true,
@@ -38568,7 +38660,7 @@
38568
38660
  "immutable": true,
38569
38661
  "locationInModule": {
38570
38662
  "filename": "src/gitlab/configuration-model.ts",
38571
- "line": 165
38663
+ "line": 172
38572
38664
  },
38573
38665
  "name": "sast",
38574
38666
  "optional": true,
@@ -38590,7 +38682,7 @@
38590
38682
  "immutable": true,
38591
38683
  "locationInModule": {
38592
38684
  "filename": "src/gitlab/configuration-model.ts",
38593
- "line": 167
38685
+ "line": 174
38594
38686
  },
38595
38687
  "name": "secretDetection",
38596
38688
  "optional": true,
@@ -38612,7 +38704,7 @@
38612
38704
  "immutable": true,
38613
38705
  "locationInModule": {
38614
38706
  "filename": "src/gitlab/configuration-model.ts",
38615
- "line": 169
38707
+ "line": 176
38616
38708
  },
38617
38709
  "name": "terraform",
38618
38710
  "optional": true,
@@ -38641,7 +38733,7 @@
38641
38733
  "kind": "interface",
38642
38734
  "locationInModule": {
38643
38735
  "filename": "src/gitlab/configuration-model.ts",
38644
- "line": 197
38736
+ "line": 204
38645
38737
  },
38646
38738
  "name": "Retry",
38647
38739
  "namespace": "gitlab",
@@ -38655,7 +38747,7 @@
38655
38747
  "immutable": true,
38656
38748
  "locationInModule": {
38657
38749
  "filename": "src/gitlab/configuration-model.ts",
38658
- "line": 199
38750
+ "line": 206
38659
38751
  },
38660
38752
  "name": "max",
38661
38753
  "optional": true,
@@ -38672,7 +38764,7 @@
38672
38764
  "immutable": true,
38673
38765
  "locationInModule": {
38674
38766
  "filename": "src/gitlab/configuration-model.ts",
38675
- "line": 201
38767
+ "line": 208
38676
38768
  },
38677
38769
  "name": "when",
38678
38770
  "optional": true,
@@ -38694,7 +38786,7 @@
38694
38786
  "kind": "interface",
38695
38787
  "locationInModule": {
38696
38788
  "filename": "src/gitlab/configuration-model.ts",
38697
- "line": 543
38789
+ "line": 552
38698
38790
  },
38699
38791
  "name": "Secret",
38700
38792
  "namespace": "gitlab",
@@ -38707,7 +38799,7 @@
38707
38799
  "immutable": true,
38708
38800
  "locationInModule": {
38709
38801
  "filename": "src/gitlab/configuration-model.ts",
38710
- "line": 545
38802
+ "line": 554
38711
38803
  },
38712
38804
  "name": "vault",
38713
38805
  "type": {
@@ -38733,7 +38825,7 @@
38733
38825
  "kind": "interface",
38734
38826
  "locationInModule": {
38735
38827
  "filename": "src/gitlab/configuration-model.ts",
38736
- "line": 208
38828
+ "line": 215
38737
38829
  },
38738
38830
  "name": "Service",
38739
38831
  "namespace": "gitlab",
@@ -38748,7 +38840,7 @@
38748
38840
  "immutable": true,
38749
38841
  "locationInModule": {
38750
38842
  "filename": "src/gitlab/configuration-model.ts",
38751
- "line": 216
38843
+ "line": 223
38752
38844
  },
38753
38845
  "name": "name",
38754
38846
  "type": {
@@ -38765,7 +38857,7 @@
38765
38857
  "immutable": true,
38766
38858
  "locationInModule": {
38767
38859
  "filename": "src/gitlab/configuration-model.ts",
38768
- "line": 210
38860
+ "line": 217
38769
38861
  },
38770
38862
  "name": "alias",
38771
38863
  "optional": true,
@@ -38783,7 +38875,7 @@
38783
38875
  "immutable": true,
38784
38876
  "locationInModule": {
38785
38877
  "filename": "src/gitlab/configuration-model.ts",
38786
- "line": 212
38878
+ "line": 219
38787
38879
  },
38788
38880
  "name": "command",
38789
38881
  "optional": true,
@@ -38806,7 +38898,7 @@
38806
38898
  "immutable": true,
38807
38899
  "locationInModule": {
38808
38900
  "filename": "src/gitlab/configuration-model.ts",
38809
- "line": 214
38901
+ "line": 221
38810
38902
  },
38811
38903
  "name": "entrypoint",
38812
38904
  "optional": true,
@@ -38828,7 +38920,7 @@
38828
38920
  "immutable": true,
38829
38921
  "locationInModule": {
38830
38922
  "filename": "src/gitlab/configuration-model.ts",
38831
- "line": 218
38923
+ "line": 225
38832
38924
  },
38833
38925
  "name": "pullPolicy",
38834
38926
  "optional": true,
@@ -38850,7 +38942,7 @@
38850
38942
  "immutable": true,
38851
38943
  "locationInModule": {
38852
38944
  "filename": "src/gitlab/configuration-model.ts",
38853
- "line": 220
38945
+ "line": 227
38854
38946
  },
38855
38947
  "name": "variables",
38856
38948
  "optional": true,
@@ -38877,7 +38969,7 @@
38877
38969
  "kind": "enum",
38878
38970
  "locationInModule": {
38879
38971
  "filename": "src/gitlab/configuration-model.ts",
38880
- "line": 614
38972
+ "line": 623
38881
38973
  },
38882
38974
  "members": [
38883
38975
  {
@@ -38904,7 +38996,7 @@
38904
38996
  "kind": "interface",
38905
38997
  "locationInModule": {
38906
38998
  "filename": "src/gitlab/configuration-model.ts",
38907
- "line": 576
38999
+ "line": 585
38908
39000
  },
38909
39001
  "name": "Trigger",
38910
39002
  "namespace": "gitlab",
@@ -38918,7 +39010,7 @@
38918
39010
  "immutable": true,
38919
39011
  "locationInModule": {
38920
39012
  "filename": "src/gitlab/configuration-model.ts",
38921
- "line": 578
39013
+ "line": 587
38922
39014
  },
38923
39015
  "name": "branch",
38924
39016
  "optional": true,
@@ -38935,7 +39027,7 @@
38935
39027
  "immutable": true,
38936
39028
  "locationInModule": {
38937
39029
  "filename": "src/gitlab/configuration-model.ts",
38938
- "line": 584
39030
+ "line": 593
38939
39031
  },
38940
39032
  "name": "include",
38941
39033
  "optional": true,
@@ -38957,7 +39049,7 @@
38957
39049
  "immutable": true,
38958
39050
  "locationInModule": {
38959
39051
  "filename": "src/gitlab/configuration-model.ts",
38960
- "line": 580
39052
+ "line": 589
38961
39053
  },
38962
39054
  "name": "project",
38963
39055
  "optional": true,
@@ -38974,7 +39066,7 @@
38974
39066
  "immutable": true,
38975
39067
  "locationInModule": {
38976
39068
  "filename": "src/gitlab/configuration-model.ts",
38977
- "line": 582
39069
+ "line": 591
38978
39070
  },
38979
39071
  "name": "strategy",
38980
39072
  "optional": true,
@@ -38997,7 +39089,7 @@
38997
39089
  "kind": "interface",
38998
39090
  "locationInModule": {
38999
39091
  "filename": "src/gitlab/configuration-model.ts",
39000
- "line": 592
39092
+ "line": 601
39001
39093
  },
39002
39094
  "name": "TriggerInclude",
39003
39095
  "namespace": "gitlab",
@@ -39011,7 +39103,7 @@
39011
39103
  "immutable": true,
39012
39104
  "locationInModule": {
39013
39105
  "filename": "src/gitlab/configuration-model.ts",
39014
- "line": 598
39106
+ "line": 607
39015
39107
  },
39016
39108
  "name": "artifact",
39017
39109
  "optional": true,
@@ -39028,7 +39120,7 @@
39028
39120
  "immutable": true,
39029
39121
  "locationInModule": {
39030
39122
  "filename": "src/gitlab/configuration-model.ts",
39031
- "line": 602
39123
+ "line": 611
39032
39124
  },
39033
39125
  "name": "file",
39034
39126
  "optional": true,
@@ -39045,7 +39137,7 @@
39045
39137
  "immutable": true,
39046
39138
  "locationInModule": {
39047
39139
  "filename": "src/gitlab/configuration-model.ts",
39048
- "line": 600
39140
+ "line": 609
39049
39141
  },
39050
39142
  "name": "job",
39051
39143
  "optional": true,
@@ -39062,7 +39154,7 @@
39062
39154
  "immutable": true,
39063
39155
  "locationInModule": {
39064
39156
  "filename": "src/gitlab/configuration-model.ts",
39065
- "line": 594
39157
+ "line": 603
39066
39158
  },
39067
39159
  "name": "local",
39068
39160
  "optional": true,
@@ -39079,7 +39171,7 @@
39079
39171
  "immutable": true,
39080
39172
  "locationInModule": {
39081
39173
  "filename": "src/gitlab/configuration-model.ts",
39082
- "line": 604
39174
+ "line": 613
39083
39175
  },
39084
39176
  "name": "project",
39085
39177
  "optional": true,
@@ -39096,7 +39188,7 @@
39096
39188
  "immutable": true,
39097
39189
  "locationInModule": {
39098
39190
  "filename": "src/gitlab/configuration-model.ts",
39099
- "line": 606
39191
+ "line": 615
39100
39192
  },
39101
39193
  "name": "ref",
39102
39194
  "optional": true,
@@ -39113,7 +39205,7 @@
39113
39205
  "immutable": true,
39114
39206
  "locationInModule": {
39115
39207
  "filename": "src/gitlab/configuration-model.ts",
39116
- "line": 596
39208
+ "line": 605
39117
39209
  },
39118
39210
  "name": "template",
39119
39211
  "optional": true,
@@ -39136,7 +39228,7 @@
39136
39228
  "kind": "interface",
39137
39229
  "locationInModule": {
39138
39230
  "filename": "src/gitlab/configuration-model.ts",
39139
- "line": 622
39231
+ "line": 631
39140
39232
  },
39141
39233
  "name": "VariableConfig",
39142
39234
  "namespace": "gitlab",
@@ -39151,7 +39243,7 @@
39151
39243
  "immutable": true,
39152
39244
  "locationInModule": {
39153
39245
  "filename": "src/gitlab/configuration-model.ts",
39154
- "line": 624
39246
+ "line": 633
39155
39247
  },
39156
39248
  "name": "description",
39157
39249
  "optional": true,
@@ -39168,7 +39260,7 @@
39168
39260
  "immutable": true,
39169
39261
  "locationInModule": {
39170
39262
  "filename": "src/gitlab/configuration-model.ts",
39171
- "line": 626
39263
+ "line": 635
39172
39264
  },
39173
39265
  "name": "value",
39174
39266
  "optional": true,
@@ -39191,7 +39283,7 @@
39191
39283
  "kind": "interface",
39192
39284
  "locationInModule": {
39193
39285
  "filename": "src/gitlab/configuration-model.ts",
39194
- "line": 552
39286
+ "line": 561
39195
39287
  },
39196
39288
  "name": "VaultConfig",
39197
39289
  "namespace": "gitlab",
@@ -39204,7 +39296,7 @@
39204
39296
  "immutable": true,
39205
39297
  "locationInModule": {
39206
39298
  "filename": "src/gitlab/configuration-model.ts",
39207
- "line": 554
39299
+ "line": 563
39208
39300
  },
39209
39301
  "name": "engine",
39210
39302
  "type": {
@@ -39219,7 +39311,7 @@
39219
39311
  "immutable": true,
39220
39312
  "locationInModule": {
39221
39313
  "filename": "src/gitlab/configuration-model.ts",
39222
- "line": 556
39314
+ "line": 565
39223
39315
  },
39224
39316
  "name": "field",
39225
39317
  "type": {
@@ -39235,7 +39327,7 @@
39235
39327
  "immutable": true,
39236
39328
  "locationInModule": {
39237
39329
  "filename": "src/gitlab/configuration-model.ts",
39238
- "line": 558
39330
+ "line": 567
39239
39331
  },
39240
39332
  "name": "path",
39241
39333
  "type": {
@@ -39257,7 +39349,7 @@
39257
39349
  "kind": "interface",
39258
39350
  "locationInModule": {
39259
39351
  "filename": "src/gitlab/configuration-model.ts",
39260
- "line": 633
39352
+ "line": 642
39261
39353
  },
39262
39354
  "name": "Workflow",
39263
39355
  "namespace": "gitlab",
@@ -39271,7 +39363,7 @@
39271
39363
  "immutable": true,
39272
39364
  "locationInModule": {
39273
39365
  "filename": "src/gitlab/configuration-model.ts",
39274
- "line": 635
39366
+ "line": 644
39275
39367
  },
39276
39368
  "name": "name",
39277
39369
  "optional": true,
@@ -39288,7 +39380,7 @@
39288
39380
  "immutable": true,
39289
39381
  "locationInModule": {
39290
39382
  "filename": "src/gitlab/configuration-model.ts",
39291
- "line": 637
39383
+ "line": 646
39292
39384
  },
39293
39385
  "name": "rules",
39294
39386
  "optional": true,
@@ -39316,7 +39408,7 @@
39316
39408
  "kind": "interface",
39317
39409
  "locationInModule": {
39318
39410
  "filename": "src/gitlab/configuration-model.ts",
39319
- "line": 644
39411
+ "line": 653
39320
39412
  },
39321
39413
  "name": "WorkflowRule",
39322
39414
  "namespace": "gitlab",
@@ -39329,7 +39421,7 @@
39329
39421
  "immutable": true,
39330
39422
  "locationInModule": {
39331
39423
  "filename": "src/gitlab/configuration-model.ts",
39332
- "line": 646
39424
+ "line": 655
39333
39425
  },
39334
39426
  "name": "changes",
39335
39427
  "optional": true,
@@ -39350,7 +39442,7 @@
39350
39442
  "immutable": true,
39351
39443
  "locationInModule": {
39352
39444
  "filename": "src/gitlab/configuration-model.ts",
39353
- "line": 648
39445
+ "line": 657
39354
39446
  },
39355
39447
  "name": "exists",
39356
39448
  "optional": true,
@@ -39371,7 +39463,7 @@
39371
39463
  "immutable": true,
39372
39464
  "locationInModule": {
39373
39465
  "filename": "src/gitlab/configuration-model.ts",
39374
- "line": 650
39466
+ "line": 659
39375
39467
  },
39376
39468
  "name": "if",
39377
39469
  "optional": true,
@@ -39387,7 +39479,7 @@
39387
39479
  "immutable": true,
39388
39480
  "locationInModule": {
39389
39481
  "filename": "src/gitlab/configuration-model.ts",
39390
- "line": 652
39482
+ "line": 661
39391
39483
  },
39392
39484
  "name": "variables",
39393
39485
  "optional": true,
@@ -39417,7 +39509,7 @@
39417
39509
  "immutable": true,
39418
39510
  "locationInModule": {
39419
39511
  "filename": "src/gitlab/configuration-model.ts",
39420
- "line": 654
39512
+ "line": 663
39421
39513
  },
39422
39514
  "name": "when",
39423
39515
  "optional": true,
@@ -39440,7 +39532,7 @@
39440
39532
  "kind": "enum",
39441
39533
  "locationInModule": {
39442
39534
  "filename": "src/gitlab/configuration-model.ts",
39443
- "line": 662
39535
+ "line": 671
39444
39536
  },
39445
39537
  "members": [
39446
39538
  {
@@ -42083,6 +42175,81 @@
42083
42175
  "namespace": "javascript",
42084
42176
  "symbolId": "src/javascript/prettier:ArrowParens"
42085
42177
  },
42178
+ "projen.javascript.AuditOptions": {
42179
+ "assembly": "projen",
42180
+ "datatype": true,
42181
+ "docs": {
42182
+ "stability": "experimental",
42183
+ "summary": "Options for security audit configuration."
42184
+ },
42185
+ "fqn": "projen.javascript.AuditOptions",
42186
+ "kind": "interface",
42187
+ "locationInModule": {
42188
+ "filename": "src/javascript/node-project.ts",
42189
+ "line": 64
42190
+ },
42191
+ "name": "AuditOptions",
42192
+ "namespace": "javascript",
42193
+ "properties": [
42194
+ {
42195
+ "abstract": true,
42196
+ "docs": {
42197
+ "default": "\"high\"",
42198
+ "stability": "experimental",
42199
+ "summary": "Minimum vulnerability level to check for during audit."
42200
+ },
42201
+ "immutable": true,
42202
+ "locationInModule": {
42203
+ "filename": "src/javascript/node-project.ts",
42204
+ "line": 69
42205
+ },
42206
+ "name": "level",
42207
+ "optional": true,
42208
+ "type": {
42209
+ "primitive": "string"
42210
+ }
42211
+ },
42212
+ {
42213
+ "abstract": true,
42214
+ "docs": {
42215
+ "default": "false",
42216
+ "remarks": "When false, both production and development dependencies are audited.\nThis is recommended as build dependencies can also contain security vulnerabilities.",
42217
+ "stability": "experimental",
42218
+ "summary": "Only audit production dependencies."
42219
+ },
42220
+ "immutable": true,
42221
+ "locationInModule": {
42222
+ "filename": "src/javascript/node-project.ts",
42223
+ "line": 79
42224
+ },
42225
+ "name": "prodOnly",
42226
+ "optional": true,
42227
+ "type": {
42228
+ "primitive": "boolean"
42229
+ }
42230
+ },
42231
+ {
42232
+ "abstract": true,
42233
+ "docs": {
42234
+ "default": "\"build\"",
42235
+ "remarks": "- \"build\": Run during every build (default)\n- \"release\": Only run during release workflow\n- \"manual\": Create the task but don't run it automatically",
42236
+ "stability": "experimental",
42237
+ "summary": "When to run the audit task."
42238
+ },
42239
+ "immutable": true,
42240
+ "locationInModule": {
42241
+ "filename": "src/javascript/node-project.ts",
42242
+ "line": 90
42243
+ },
42244
+ "name": "runOn",
42245
+ "optional": true,
42246
+ "type": {
42247
+ "primitive": "string"
42248
+ }
42249
+ }
42250
+ ],
42251
+ "symbolId": "src/javascript/node-project:AuditOptions"
42252
+ },
42086
42253
  "projen.javascript.AutoRelease": {
42087
42254
  "assembly": "projen",
42088
42255
  "docs": {
@@ -42093,7 +42260,7 @@
42093
42260
  "kind": "enum",
42094
42261
  "locationInModule": {
42095
42262
  "filename": "src/javascript/node-project.ts",
42096
- "line": 376
42263
+ "line": 425
42097
42264
  },
42098
42265
  "members": [
42099
42266
  {
@@ -42393,7 +42560,7 @@
42393
42560
  "kind": "interface",
42394
42561
  "locationInModule": {
42395
42562
  "filename": "src/javascript/node-project.ts",
42396
- "line": 360
42563
+ "line": 409
42397
42564
  },
42398
42565
  "name": "BuildWorkflowOptions",
42399
42566
  "namespace": "javascript",
@@ -42409,7 +42576,7 @@
42409
42576
  "immutable": true,
42410
42577
  "locationInModule": {
42411
42578
  "filename": "src/javascript/node-project.ts",
42412
- "line": 370
42579
+ "line": 419
42413
42580
  },
42414
42581
  "name": "mutableBuild",
42415
42582
  "optional": true,
@@ -48275,7 +48442,7 @@
48275
48442
  },
48276
48443
  "locationInModule": {
48277
48444
  "filename": "src/javascript/node-project.ts",
48278
- "line": 523
48445
+ "line": 572
48279
48446
  },
48280
48447
  "parameters": [
48281
48448
  {
@@ -48289,7 +48456,7 @@
48289
48456
  "kind": "class",
48290
48457
  "locationInModule": {
48291
48458
  "filename": "src/javascript/node-project.ts",
48292
- "line": 393
48459
+ "line": 442
48293
48460
  },
48294
48461
  "methods": [
48295
48462
  {
@@ -48298,7 +48465,7 @@
48298
48465
  },
48299
48466
  "locationInModule": {
48300
48467
  "filename": "src/javascript/node-project.ts",
48301
- "line": 961
48468
+ "line": 1029
48302
48469
  },
48303
48470
  "name": "addBins",
48304
48471
  "parameters": [
@@ -48323,7 +48490,7 @@
48323
48490
  },
48324
48491
  "locationInModule": {
48325
48492
  "filename": "src/javascript/node-project.ts",
48326
- "line": 1253
48493
+ "line": 1321
48327
48494
  },
48328
48495
  "name": "addBundledDeps",
48329
48496
  "parameters": [
@@ -48349,7 +48516,7 @@
48349
48516
  },
48350
48517
  "locationInModule": {
48351
48518
  "filename": "src/javascript/node-project.ts",
48352
- "line": 1006
48519
+ "line": 1074
48353
48520
  },
48354
48521
  "name": "addCompileCommand",
48355
48522
  "parameters": [
@@ -48370,7 +48537,7 @@
48370
48537
  },
48371
48538
  "locationInModule": {
48372
48539
  "filename": "src/javascript/node-project.ts",
48373
- "line": 1207
48540
+ "line": 1275
48374
48541
  },
48375
48542
  "name": "addDeps",
48376
48543
  "parameters": [
@@ -48395,7 +48562,7 @@
48395
48562
  },
48396
48563
  "locationInModule": {
48397
48564
  "filename": "src/javascript/node-project.ts",
48398
- "line": 1220
48565
+ "line": 1288
48399
48566
  },
48400
48567
  "name": "addDevDeps",
48401
48568
  "parameters": [
@@ -48420,7 +48587,7 @@
48420
48587
  },
48421
48588
  "locationInModule": {
48422
48589
  "filename": "src/javascript/node-project.ts",
48423
- "line": 1026
48590
+ "line": 1094
48424
48591
  },
48425
48592
  "name": "addFields",
48426
48593
  "parameters": [
@@ -48447,7 +48614,7 @@
48447
48614
  },
48448
48615
  "locationInModule": {
48449
48616
  "filename": "src/javascript/node-project.ts",
48450
- "line": 1036
48617
+ "line": 1104
48451
48618
  },
48452
48619
  "name": "addKeywords",
48453
48620
  "parameters": [
@@ -48474,7 +48641,7 @@
48474
48641
  },
48475
48642
  "locationInModule": {
48476
48643
  "filename": "src/javascript/node-project.ts",
48477
- "line": 1265
48644
+ "line": 1333
48478
48645
  },
48479
48646
  "name": "addPackageIgnore",
48480
48647
  "overrides": "projen.Project",
@@ -48498,7 +48665,7 @@
48498
48665
  },
48499
48666
  "locationInModule": {
48500
48667
  "filename": "src/javascript/node-project.ts",
48501
- "line": 1237
48668
+ "line": 1305
48502
48669
  },
48503
48670
  "name": "addPeerDeps",
48504
48671
  "parameters": [
@@ -48523,7 +48690,7 @@
48523
48690
  },
48524
48691
  "locationInModule": {
48525
48692
  "filename": "src/javascript/node-project.ts",
48526
- "line": 979
48693
+ "line": 1047
48527
48694
  },
48528
48695
  "name": "addScripts",
48529
48696
  "parameters": [
@@ -48551,7 +48718,7 @@
48551
48718
  },
48552
48719
  "locationInModule": {
48553
48720
  "filename": "src/javascript/node-project.ts",
48554
- "line": 1016
48721
+ "line": 1084
48555
48722
  },
48556
48723
  "name": "addTestCommand",
48557
48724
  "parameters": [
@@ -48573,7 +48740,7 @@
48573
48740
  },
48574
48741
  "locationInModule": {
48575
48742
  "filename": "src/javascript/node-project.ts",
48576
- "line": 998
48743
+ "line": 1066
48577
48744
  },
48578
48745
  "name": "hasScript",
48579
48746
  "parameters": [
@@ -48600,7 +48767,7 @@
48600
48767
  },
48601
48768
  "locationInModule": {
48602
48769
  "filename": "src/javascript/node-project.ts",
48603
- "line": 989
48770
+ "line": 1057
48604
48771
  },
48605
48772
  "name": "removeScript",
48606
48773
  "parameters": [
@@ -48623,7 +48790,7 @@
48623
48790
  },
48624
48791
  "locationInModule": {
48625
48792
  "filename": "src/javascript/node-project.ts",
48626
- "line": 1126
48793
+ "line": 1194
48627
48794
  },
48628
48795
  "name": "renderWorkflowSetup",
48629
48796
  "parameters": [
@@ -48657,7 +48824,7 @@
48657
48824
  },
48658
48825
  "locationInModule": {
48659
48826
  "filename": "src/javascript/node-project.ts",
48660
- "line": 1338
48827
+ "line": 1406
48661
48828
  },
48662
48829
  "name": "runTaskCommand",
48663
48830
  "overrides": "projen.Project",
@@ -48685,7 +48852,7 @@
48685
48852
  },
48686
48853
  "locationInModule": {
48687
48854
  "filename": "src/javascript/node-project.ts",
48688
- "line": 971
48855
+ "line": 1039
48689
48856
  },
48690
48857
  "name": "setScript",
48691
48858
  "parameters": [
@@ -48721,7 +48888,7 @@
48721
48888
  "immutable": true,
48722
48889
  "locationInModule": {
48723
48890
  "filename": "src/javascript/node-project.ts",
48724
- "line": 418
48891
+ "line": 467
48725
48892
  },
48726
48893
  "name": "allowLibraryDependencies",
48727
48894
  "type": {
@@ -48737,7 +48904,7 @@
48737
48904
  "immutable": true,
48738
48905
  "locationInModule": {
48739
48906
  "filename": "src/javascript/node-project.ts",
48740
- "line": 505
48907
+ "line": 554
48741
48908
  },
48742
48909
  "name": "artifactsDirectory",
48743
48910
  "type": {
@@ -48752,7 +48919,7 @@
48752
48919
  "immutable": true,
48753
48920
  "locationInModule": {
48754
48921
  "filename": "src/javascript/node-project.ts",
48755
- "line": 510
48922
+ "line": 559
48756
48923
  },
48757
48924
  "name": "artifactsJavascriptDirectory",
48758
48925
  "type": {
@@ -48766,7 +48933,7 @@
48766
48933
  "immutable": true,
48767
48934
  "locationInModule": {
48768
48935
  "filename": "src/javascript/node-project.ts",
48769
- "line": 498
48936
+ "line": 547
48770
48937
  },
48771
48938
  "name": "bundler",
48772
48939
  "type": {
@@ -48781,7 +48948,7 @@
48781
48948
  "immutable": true,
48782
48949
  "locationInModule": {
48783
48950
  "filename": "src/javascript/node-project.ts",
48784
- "line": 425
48951
+ "line": 474
48785
48952
  },
48786
48953
  "name": "entrypoint",
48787
48954
  "type": {
@@ -48796,7 +48963,7 @@
48796
48963
  "immutable": true,
48797
48964
  "locationInModule": {
48798
48965
  "filename": "src/javascript/node-project.ts",
48799
- "line": 494
48966
+ "line": 543
48800
48967
  },
48801
48968
  "name": "manifest",
48802
48969
  "type": {
@@ -48811,7 +48978,7 @@
48811
48978
  "immutable": true,
48812
48979
  "locationInModule": {
48813
48980
  "filename": "src/javascript/node-project.ts",
48814
- "line": 407
48981
+ "line": 456
48815
48982
  },
48816
48983
  "name": "npmrc",
48817
48984
  "type": {
@@ -48826,7 +48993,7 @@
48826
48993
  "immutable": true,
48827
48994
  "locationInModule": {
48828
48995
  "filename": "src/javascript/node-project.ts",
48829
- "line": 397
48996
+ "line": 446
48830
48997
  },
48831
48998
  "name": "package",
48832
48999
  "type": {
@@ -48842,7 +49009,7 @@
48842
49009
  "immutable": true,
48843
49010
  "locationInModule": {
48844
49011
  "filename": "src/javascript/node-project.ts",
48845
- "line": 477
49012
+ "line": 526
48846
49013
  },
48847
49014
  "name": "packageManager",
48848
49015
  "type": {
@@ -48857,7 +49024,7 @@
48857
49024
  "immutable": true,
48858
49025
  "locationInModule": {
48859
49026
  "filename": "src/javascript/node-project.ts",
48860
- "line": 484
49027
+ "line": 533
48861
49028
  },
48862
49029
  "name": "runScriptCommand",
48863
49030
  "type": {
@@ -48871,7 +49038,7 @@
48871
49038
  "immutable": true,
48872
49039
  "locationInModule": {
48873
49040
  "filename": "src/javascript/node-project.ts",
48874
- "line": 517
49041
+ "line": 566
48875
49042
  },
48876
49043
  "name": "workflowBootstrapSteps",
48877
49044
  "protected": true,
@@ -48891,7 +49058,7 @@
48891
49058
  "immutable": true,
48892
49059
  "locationInModule": {
48893
49060
  "filename": "src/javascript/node-project.ts",
48894
- "line": 519
49061
+ "line": 568
48895
49062
  },
48896
49063
  "name": "workflowPackageCache",
48897
49064
  "protected": true,
@@ -48907,7 +49074,7 @@
48907
49074
  "immutable": true,
48908
49075
  "locationInModule": {
48909
49076
  "filename": "src/javascript/node-project.ts",
48910
- "line": 432
49077
+ "line": 481
48911
49078
  },
48912
49079
  "name": "autoMerge",
48913
49080
  "optional": true,
@@ -48922,7 +49089,7 @@
48922
49089
  "immutable": true,
48923
49090
  "locationInModule": {
48924
49091
  "filename": "src/javascript/node-project.ts",
48925
- "line": 521
49092
+ "line": 570
48926
49093
  },
48927
49094
  "name": "biome",
48928
49095
  "optional": true,
@@ -48939,7 +49106,7 @@
48939
49106
  "immutable": true,
48940
49107
  "locationInModule": {
48941
49108
  "filename": "src/javascript/node-project.ts",
48942
- "line": 437
49109
+ "line": 486
48943
49110
  },
48944
49111
  "name": "buildWorkflow",
48945
49112
  "optional": true,
@@ -48955,7 +49122,7 @@
48955
49122
  "immutable": true,
48956
49123
  "locationInModule": {
48957
49124
  "filename": "src/javascript/node-project.ts",
48958
- "line": 1345
49125
+ "line": 1413
48959
49126
  },
48960
49127
  "name": "buildWorkflowJobId",
48961
49128
  "optional": true,
@@ -48971,7 +49138,7 @@
48971
49138
  "immutable": true,
48972
49139
  "locationInModule": {
48973
49140
  "filename": "src/javascript/node-project.ts",
48974
- "line": 489
49141
+ "line": 538
48975
49142
  },
48976
49143
  "name": "jest",
48977
49144
  "optional": true,
@@ -48988,7 +49155,7 @@
48988
49155
  "immutable": true,
48989
49156
  "locationInModule": {
48990
49157
  "filename": "src/javascript/node-project.ts",
48991
- "line": 466
49158
+ "line": 515
48992
49159
  },
48993
49160
  "name": "maxNodeVersion",
48994
49161
  "optional": true,
@@ -49005,7 +49172,7 @@
49005
49172
  "immutable": true,
49006
49173
  "locationInModule": {
49007
49174
  "filename": "src/javascript/node-project.ts",
49008
- "line": 457
49175
+ "line": 506
49009
49176
  },
49010
49177
  "name": "minNodeVersion",
49011
49178
  "optional": true,
@@ -49020,7 +49187,7 @@
49020
49187
  "immutable": true,
49021
49188
  "locationInModule": {
49022
49189
  "filename": "src/javascript/node-project.ts",
49023
- "line": 470
49190
+ "line": 519
49024
49191
  },
49025
49192
  "name": "nodeVersion",
49026
49193
  "optional": true,
@@ -49037,7 +49204,7 @@
49037
49204
  "immutable": true,
49038
49205
  "locationInModule": {
49039
49206
  "filename": "src/javascript/node-project.ts",
49040
- "line": 402
49207
+ "line": 451
49041
49208
  },
49042
49209
  "name": "npmignore",
49043
49210
  "optional": true,
@@ -49052,7 +49219,7 @@
49052
49219
  "immutable": true,
49053
49220
  "locationInModule": {
49054
49221
  "filename": "src/javascript/node-project.ts",
49055
- "line": 520
49222
+ "line": 569
49056
49223
  },
49057
49224
  "name": "prettier",
49058
49225
  "optional": true,
@@ -49070,7 +49237,7 @@
49070
49237
  "immutable": true,
49071
49238
  "locationInModule": {
49072
49239
  "filename": "src/javascript/node-project.ts",
49073
- "line": 445
49240
+ "line": 494
49074
49241
  },
49075
49242
  "name": "publisher",
49076
49243
  "optional": true,
@@ -49086,7 +49253,7 @@
49086
49253
  "immutable": true,
49087
49254
  "locationInModule": {
49088
49255
  "filename": "src/javascript/node-project.ts",
49089
- "line": 450
49256
+ "line": 499
49090
49257
  },
49091
49258
  "name": "release",
49092
49259
  "optional": true,
@@ -49102,7 +49269,7 @@
49102
49269
  "immutable": true,
49103
49270
  "locationInModule": {
49104
49271
  "filename": "src/javascript/node-project.ts",
49105
- "line": 515
49272
+ "line": 564
49106
49273
  },
49107
49274
  "name": "upgradeWorkflow",
49108
49275
  "optional": true,
@@ -49128,7 +49295,7 @@
49128
49295
  "kind": "interface",
49129
49296
  "locationInModule": {
49130
49297
  "filename": "src/javascript/node-project.ts",
49131
- "line": 61
49298
+ "line": 93
49132
49299
  },
49133
49300
  "name": "NodeProjectOptions",
49134
49301
  "namespace": "javascript",
@@ -49143,7 +49310,7 @@
49143
49310
  "immutable": true,
49144
49311
  "locationInModule": {
49145
49312
  "filename": "src/javascript/node-project.ts",
49146
- "line": 151
49313
+ "line": 183
49147
49314
  },
49148
49315
  "name": "defaultReleaseBranch",
49149
49316
  "type": {
@@ -49160,7 +49327,7 @@
49160
49327
  "immutable": true,
49161
49328
  "locationInModule": {
49162
49329
  "filename": "src/javascript/node-project.ts",
49163
- "line": 316
49330
+ "line": 348
49164
49331
  },
49165
49332
  "name": "artifactsDirectory",
49166
49333
  "optional": true,
@@ -49168,6 +49335,43 @@
49168
49335
  "primitive": "string"
49169
49336
  }
49170
49337
  },
49338
+ {
49339
+ "abstract": true,
49340
+ "docs": {
49341
+ "default": "false",
49342
+ "remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
49343
+ "stability": "experimental",
49344
+ "summary": "Run security audit on dependencies."
49345
+ },
49346
+ "immutable": true,
49347
+ "locationInModule": {
49348
+ "filename": "src/javascript/node-project.ts",
49349
+ "line": 397
49350
+ },
49351
+ "name": "auditDeps",
49352
+ "optional": true,
49353
+ "type": {
49354
+ "primitive": "boolean"
49355
+ }
49356
+ },
49357
+ {
49358
+ "abstract": true,
49359
+ "docs": {
49360
+ "default": "- default options",
49361
+ "stability": "experimental",
49362
+ "summary": "Security audit options."
49363
+ },
49364
+ "immutable": true,
49365
+ "locationInModule": {
49366
+ "filename": "src/javascript/node-project.ts",
49367
+ "line": 403
49368
+ },
49369
+ "name": "auditDepsOptions",
49370
+ "optional": true,
49371
+ "type": {
49372
+ "fqn": "projen.javascript.AuditOptions"
49373
+ }
49374
+ },
49171
49375
  {
49172
49376
  "abstract": true,
49173
49377
  "docs": {
@@ -49179,7 +49383,7 @@
49179
49383
  "immutable": true,
49180
49384
  "locationInModule": {
49181
49385
  "filename": "src/javascript/node-project.ts",
49182
- "line": 227
49386
+ "line": 259
49183
49387
  },
49184
49388
  "name": "autoApproveUpgrades",
49185
49389
  "optional": true,
@@ -49197,7 +49401,7 @@
49197
49401
  "immutable": true,
49198
49402
  "locationInModule": {
49199
49403
  "filename": "src/javascript/node-project.ts",
49200
- "line": 348
49404
+ "line": 380
49201
49405
  },
49202
49406
  "name": "biome",
49203
49407
  "optional": true,
@@ -49215,7 +49419,7 @@
49215
49419
  "immutable": true,
49216
49420
  "locationInModule": {
49217
49421
  "filename": "src/javascript/node-project.ts",
49218
- "line": 354
49422
+ "line": 386
49219
49423
  },
49220
49424
  "name": "biomeOptions",
49221
49425
  "optional": true,
@@ -49233,7 +49437,7 @@
49233
49437
  "immutable": true,
49234
49438
  "locationInModule": {
49235
49439
  "filename": "src/javascript/node-project.ts",
49236
- "line": 97
49440
+ "line": 129
49237
49441
  },
49238
49442
  "name": "buildWorkflow",
49239
49443
  "optional": true,
@@ -49250,7 +49454,7 @@
49250
49454
  "immutable": true,
49251
49455
  "locationInModule": {
49252
49456
  "filename": "src/javascript/node-project.ts",
49253
- "line": 101
49457
+ "line": 133
49254
49458
  },
49255
49459
  "name": "buildWorkflowOptions",
49256
49460
  "optional": true,
@@ -49269,7 +49473,7 @@
49269
49473
  "immutable": true,
49270
49474
  "locationInModule": {
49271
49475
  "filename": "src/javascript/node-project.ts",
49272
- "line": 332
49476
+ "line": 364
49273
49477
  },
49274
49478
  "name": "buildWorkflowTriggers",
49275
49479
  "optional": true,
@@ -49286,7 +49490,7 @@
49286
49490
  "immutable": true,
49287
49491
  "locationInModule": {
49288
49492
  "filename": "src/javascript/node-project.ts",
49289
- "line": 309
49493
+ "line": 341
49290
49494
  },
49291
49495
  "name": "bundlerOptions",
49292
49496
  "optional": true,
@@ -49305,7 +49509,7 @@
49305
49509
  "immutable": true,
49306
49510
  "locationInModule": {
49307
49511
  "filename": "src/javascript/node-project.ts",
49308
- "line": 341
49512
+ "line": 373
49309
49513
  },
49310
49514
  "name": "checkLicenses",
49311
49515
  "optional": true,
@@ -49323,7 +49527,7 @@
49323
49527
  "immutable": true,
49324
49528
  "locationInModule": {
49325
49529
  "filename": "src/javascript/node-project.ts",
49326
- "line": 122
49530
+ "line": 154
49327
49531
  },
49328
49532
  "name": "codeCov",
49329
49533
  "optional": true,
@@ -49341,7 +49545,7 @@
49341
49545
  "immutable": true,
49342
49546
  "locationInModule": {
49343
49547
  "filename": "src/javascript/node-project.ts",
49344
- "line": 129
49548
+ "line": 161
49345
49549
  },
49346
49550
  "name": "codeCovTokenSecret",
49347
49551
  "optional": true,
@@ -49359,7 +49563,7 @@
49359
49563
  "immutable": true,
49360
49564
  "locationInModule": {
49361
49565
  "filename": "src/javascript/node-project.ts",
49362
- "line": 70
49566
+ "line": 102
49363
49567
  },
49364
49568
  "name": "copyrightOwner",
49365
49569
  "optional": true,
@@ -49377,7 +49581,7 @@
49377
49581
  "immutable": true,
49378
49582
  "locationInModule": {
49379
49583
  "filename": "src/javascript/node-project.ts",
49380
- "line": 77
49584
+ "line": 109
49381
49585
  },
49382
49586
  "name": "copyrightPeriod",
49383
49587
  "optional": true,
@@ -49396,7 +49600,7 @@
49396
49600
  "immutable": true,
49397
49601
  "locationInModule": {
49398
49602
  "filename": "src/javascript/node-project.ts",
49399
- "line": 195
49603
+ "line": 227
49400
49604
  },
49401
49605
  "name": "dependabot",
49402
49606
  "optional": true,
@@ -49414,7 +49618,7 @@
49414
49618
  "immutable": true,
49415
49619
  "locationInModule": {
49416
49620
  "filename": "src/javascript/node-project.ts",
49417
- "line": 202
49621
+ "line": 234
49418
49622
  },
49419
49623
  "name": "dependabotOptions",
49420
49624
  "optional": true,
@@ -49433,7 +49637,7 @@
49433
49637
  "immutable": true,
49434
49638
  "locationInModule": {
49435
49639
  "filename": "src/javascript/node-project.ts",
49436
- "line": 210
49640
+ "line": 242
49437
49641
  },
49438
49642
  "name": "depsUpgrade",
49439
49643
  "optional": true,
@@ -49451,7 +49655,7 @@
49451
49655
  "immutable": true,
49452
49656
  "locationInModule": {
49453
49657
  "filename": "src/javascript/node-project.ts",
49454
- "line": 217
49658
+ "line": 249
49455
49659
  },
49456
49660
  "name": "depsUpgradeOptions",
49457
49661
  "optional": true,
@@ -49468,7 +49672,7 @@
49468
49672
  "immutable": true,
49469
49673
  "locationInModule": {
49470
49674
  "filename": "src/javascript/node-project.ts",
49471
- "line": 278
49675
+ "line": 310
49472
49676
  },
49473
49677
  "name": "gitignore",
49474
49678
  "optional": true,
@@ -49491,7 +49695,7 @@
49491
49695
  "immutable": true,
49492
49696
  "locationInModule": {
49493
49697
  "filename": "src/javascript/node-project.ts",
49494
- "line": 284
49698
+ "line": 316
49495
49699
  },
49496
49700
  "name": "jest",
49497
49701
  "optional": true,
@@ -49509,7 +49713,7 @@
49509
49713
  "immutable": true,
49510
49714
  "locationInModule": {
49511
49715
  "filename": "src/javascript/node-project.ts",
49512
- "line": 290
49716
+ "line": 322
49513
49717
  },
49514
49718
  "name": "jestOptions",
49515
49719
  "optional": true,
@@ -49529,7 +49733,7 @@
49529
49733
  "immutable": true,
49530
49734
  "locationInModule": {
49531
49735
  "filename": "src/javascript/node-project.ts",
49532
- "line": 114
49736
+ "line": 146
49533
49737
  },
49534
49738
  "name": "mutableBuild",
49535
49739
  "optional": true,
@@ -49547,7 +49751,7 @@
49547
49751
  "immutable": true,
49548
49752
  "locationInModule": {
49549
49753
  "filename": "src/javascript/node-project.ts",
49550
- "line": 246
49754
+ "line": 278
49551
49755
  },
49552
49756
  "name": "npmignore",
49553
49757
  "optional": true,
@@ -49570,7 +49774,7 @@
49570
49774
  "immutable": true,
49571
49775
  "locationInModule": {
49572
49776
  "filename": "src/javascript/node-project.ts",
49573
- "line": 235
49777
+ "line": 267
49574
49778
  },
49575
49779
  "name": "npmignoreEnabled",
49576
49780
  "optional": true,
@@ -49587,7 +49791,7 @@
49587
49791
  "immutable": true,
49588
49792
  "locationInModule": {
49589
49793
  "filename": "src/javascript/node-project.ts",
49590
- "line": 240
49794
+ "line": 272
49591
49795
  },
49592
49796
  "name": "npmIgnoreOptions",
49593
49797
  "optional": true,
@@ -49605,7 +49809,7 @@
49605
49809
  "immutable": true,
49606
49810
  "locationInModule": {
49607
49811
  "filename": "src/javascript/node-project.ts",
49608
- "line": 324
49812
+ "line": 356
49609
49813
  },
49610
49814
  "name": "package",
49611
49815
  "optional": true,
@@ -49623,7 +49827,7 @@
49623
49827
  "immutable": true,
49624
49828
  "locationInModule": {
49625
49829
  "filename": "src/javascript/node-project.ts",
49626
- "line": 267
49830
+ "line": 299
49627
49831
  },
49628
49832
  "name": "prettier",
49629
49833
  "optional": true,
@@ -49641,7 +49845,7 @@
49641
49845
  "immutable": true,
49642
49846
  "locationInModule": {
49643
49847
  "filename": "src/javascript/node-project.ts",
49644
- "line": 273
49848
+ "line": 305
49645
49849
  },
49646
49850
  "name": "prettierOptions",
49647
49851
  "optional": true,
@@ -49659,7 +49863,7 @@
49659
49863
  "immutable": true,
49660
49864
  "locationInModule": {
49661
49865
  "filename": "src/javascript/node-project.ts",
49662
- "line": 91
49866
+ "line": 123
49663
49867
  },
49664
49868
  "name": "projenDevDependency",
49665
49869
  "optional": true,
@@ -49677,7 +49881,7 @@
49677
49881
  "immutable": true,
49678
49882
  "locationInModule": {
49679
49883
  "filename": "src/javascript/node-project.ts",
49680
- "line": 298
49884
+ "line": 330
49681
49885
  },
49682
49886
  "name": "projenrcJs",
49683
49887
  "optional": true,
@@ -49695,7 +49899,7 @@
49695
49899
  "immutable": true,
49696
49900
  "locationInModule": {
49697
49901
  "filename": "src/javascript/node-project.ts",
49698
- "line": 304
49902
+ "line": 336
49699
49903
  },
49700
49904
  "name": "projenrcJsOptions",
49701
49905
  "optional": true,
@@ -49713,7 +49917,7 @@
49713
49917
  "immutable": true,
49714
49918
  "locationInModule": {
49715
49919
  "filename": "src/javascript/node-project.ts",
49716
- "line": 84
49920
+ "line": 116
49717
49921
  },
49718
49922
  "name": "projenVersion",
49719
49923
  "optional": true,
@@ -49731,7 +49935,7 @@
49731
49935
  "immutable": true,
49732
49936
  "locationInModule": {
49733
49937
  "filename": "src/javascript/node-project.ts",
49734
- "line": 253
49938
+ "line": 285
49735
49939
  },
49736
49940
  "name": "pullRequestTemplate",
49737
49941
  "optional": true,
@@ -49749,7 +49953,7 @@
49749
49953
  "immutable": true,
49750
49954
  "locationInModule": {
49751
49955
  "filename": "src/javascript/node-project.ts",
49752
- "line": 260
49956
+ "line": 292
49753
49957
  },
49754
49958
  "name": "pullRequestTemplateContents",
49755
49959
  "optional": true,
@@ -49772,7 +49976,7 @@
49772
49976
  "immutable": true,
49773
49977
  "locationInModule": {
49774
49978
  "filename": "src/javascript/node-project.ts",
49775
- "line": 144
49979
+ "line": 176
49776
49980
  },
49777
49981
  "name": "release",
49778
49982
  "optional": true,
@@ -49790,7 +49994,7 @@
49790
49994
  "immutable": true,
49791
49995
  "locationInModule": {
49792
49996
  "filename": "src/javascript/node-project.ts",
49793
- "line": 171
49997
+ "line": 203
49794
49998
  },
49795
49999
  "name": "releaseToNpm",
49796
50000
  "optional": true,
@@ -49809,7 +50013,7 @@
49809
50013
  "immutable": true,
49810
50014
  "locationInModule": {
49811
50015
  "filename": "src/javascript/node-project.ts",
49812
- "line": 137
50016
+ "line": 169
49813
50017
  },
49814
50018
  "name": "releaseWorkflow",
49815
50019
  "optional": true,
@@ -49827,7 +50031,7 @@
49827
50031
  "immutable": true,
49828
50032
  "locationInModule": {
49829
50033
  "filename": "src/javascript/node-project.ts",
49830
- "line": 158
50034
+ "line": 190
49831
50035
  },
49832
50036
  "name": "workflowBootstrapSteps",
49833
50037
  "optional": true,
@@ -49850,7 +50054,7 @@
49850
50054
  "immutable": true,
49851
50055
  "locationInModule": {
49852
50056
  "filename": "src/javascript/node-project.ts",
49853
- "line": 165
50057
+ "line": 197
49854
50058
  },
49855
50059
  "name": "workflowGitIdentity",
49856
50060
  "optional": true,
@@ -49869,7 +50073,7 @@
49869
50073
  "immutable": true,
49870
50074
  "locationInModule": {
49871
50075
  "filename": "src/javascript/node-project.ts",
49872
- "line": 180
50076
+ "line": 212
49873
50077
  },
49874
50078
  "name": "workflowNodeVersion",
49875
50079
  "optional": true,
@@ -49887,7 +50091,7 @@
49887
50091
  "immutable": true,
49888
50092
  "locationInModule": {
49889
50093
  "filename": "src/javascript/node-project.ts",
49890
- "line": 187
50094
+ "line": 219
49891
50095
  },
49892
50096
  "name": "workflowPackageCache",
49893
50097
  "optional": true,
@@ -51198,7 +51402,7 @@
51198
51402
  "kind": "interface",
51199
51403
  "locationInModule": {
51200
51404
  "filename": "src/javascript/node-project.ts",
51201
- "line": 1353
51405
+ "line": 1529
51202
51406
  },
51203
51407
  "name": "RenderWorkflowSetupOptions",
51204
51408
  "namespace": "javascript",
@@ -51214,7 +51418,7 @@
51214
51418
  "immutable": true,
51215
51419
  "locationInModule": {
51216
51420
  "filename": "src/javascript/node-project.ts",
51217
- "line": 1362
51421
+ "line": 1538
51218
51422
  },
51219
51423
  "name": "installStepConfiguration",
51220
51424
  "optional": true,
@@ -51232,7 +51436,7 @@
51232
51436
  "immutable": true,
51233
51437
  "locationInModule": {
51234
51438
  "filename": "src/javascript/node-project.ts",
51235
- "line": 1367
51439
+ "line": 1543
51236
51440
  },
51237
51441
  "name": "mutable",
51238
51442
  "optional": true,
@@ -58161,7 +58365,7 @@
58161
58365
  },
58162
58366
  "remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
58163
58367
  "stability": "experimental",
58164
- "summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes."
58368
+ "summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: <https://biomejs.dev/reference/configuration/#filesincludes>."
58165
58369
  },
58166
58370
  "immutable": true,
58167
58371
  "locationInModule": {
@@ -65558,7 +65762,7 @@
65558
65762
  "kind": "interface",
65559
65763
  "locationInModule": {
65560
65764
  "filename": "src/release/release.ts",
65561
- "line": 823
65765
+ "line": 848
65562
65766
  },
65563
65767
  "name": "BranchOptions",
65564
65768
  "namespace": "release",
@@ -65572,7 +65776,7 @@
65572
65776
  "immutable": true,
65573
65777
  "locationInModule": {
65574
65778
  "filename": "src/release/release.ts",
65575
- "line": 846
65779
+ "line": 871
65576
65780
  },
65577
65781
  "name": "majorVersion",
65578
65782
  "type": {
@@ -65590,7 +65794,7 @@
65590
65794
  "immutable": true,
65591
65795
  "locationInModule": {
65592
65796
  "filename": "src/release/release.ts",
65593
- "line": 841
65797
+ "line": 866
65594
65798
  },
65595
65799
  "name": "environment",
65596
65800
  "optional": true,
@@ -65607,7 +65811,7 @@
65607
65811
  "immutable": true,
65608
65812
  "locationInModule": {
65609
65813
  "filename": "src/release/release.ts",
65610
- "line": 851
65814
+ "line": 876
65611
65815
  },
65612
65816
  "name": "minMajorVersion",
65613
65817
  "optional": true,
@@ -65624,7 +65828,7 @@
65624
65828
  "immutable": true,
65625
65829
  "locationInModule": {
65626
65830
  "filename": "src/release/release.ts",
65627
- "line": 856
65831
+ "line": 881
65628
65832
  },
65629
65833
  "name": "minorVersion",
65630
65834
  "optional": true,
@@ -65642,7 +65846,7 @@
65642
65846
  "immutable": true,
65643
65847
  "locationInModule": {
65644
65848
  "filename": "src/release/release.ts",
65645
- "line": 884
65849
+ "line": 909
65646
65850
  },
65647
65851
  "name": "npmDistTag",
65648
65852
  "optional": true,
@@ -65660,7 +65864,7 @@
65660
65864
  "immutable": true,
65661
65865
  "locationInModule": {
65662
65866
  "filename": "src/release/release.ts",
65663
- "line": 863
65867
+ "line": 888
65664
65868
  },
65665
65869
  "name": "prerelease",
65666
65870
  "optional": true,
@@ -65679,7 +65883,7 @@
65679
65883
  "immutable": true,
65680
65884
  "locationInModule": {
65681
65885
  "filename": "src/release/release.ts",
65682
- "line": 877
65886
+ "line": 902
65683
65887
  },
65684
65888
  "name": "tagPrefix",
65685
65889
  "optional": true,
@@ -65697,7 +65901,7 @@
65697
65901
  "immutable": true,
65698
65902
  "locationInModule": {
65699
65903
  "filename": "src/release/release.ts",
65700
- "line": 828
65904
+ "line": 853
65701
65905
  },
65702
65906
  "name": "workflowName",
65703
65907
  "optional": true,
@@ -67665,7 +67869,7 @@
67665
67869
  },
67666
67870
  "locationInModule": {
67667
67871
  "filename": "src/release/release.ts",
67668
- "line": 406
67872
+ "line": 415
67669
67873
  },
67670
67874
  "parameters": [
67671
67875
  {
@@ -67691,7 +67895,7 @@
67691
67895
  "kind": "class",
67692
67896
  "locationInModule": {
67693
67897
  "filename": "src/release/release.ts",
67694
- "line": 361
67898
+ "line": 370
67695
67899
  },
67696
67900
  "methods": [
67697
67901
  {
@@ -67701,7 +67905,7 @@
67701
67905
  },
67702
67906
  "locationInModule": {
67703
67907
  "filename": "src/release/release.ts",
67704
- "line": 369
67908
+ "line": 378
67705
67909
  },
67706
67910
  "name": "of",
67707
67911
  "parameters": [
@@ -67728,7 +67932,7 @@
67728
67932
  },
67729
67933
  "locationInModule": {
67730
67934
  "filename": "src/release/release.ts",
67731
- "line": 548
67935
+ "line": 568
67732
67936
  },
67733
67937
  "name": "addBranch",
67734
67938
  "parameters": [
@@ -67759,7 +67963,7 @@
67759
67963
  },
67760
67964
  "locationInModule": {
67761
67965
  "filename": "src/release/release.ts",
67762
- "line": 615
67966
+ "line": 635
67763
67967
  },
67764
67968
  "name": "addJobs",
67765
67969
  "parameters": [
@@ -67786,7 +67990,7 @@
67786
67990
  },
67787
67991
  "locationInModule": {
67788
67992
  "filename": "src/release/release.ts",
67789
- "line": 598
67993
+ "line": 618
67790
67994
  },
67791
67995
  "name": "preSynthesize",
67792
67996
  "overrides": "projen.Component"
@@ -67803,7 +68007,7 @@
67803
68007
  "immutable": true,
67804
68008
  "locationInModule": {
67805
68009
  "filename": "src/release/release.ts",
67806
- "line": 362
68010
+ "line": 371
67807
68011
  },
67808
68012
  "name": "ANTI_TAMPER_CMD",
67809
68013
  "static": true,
@@ -67819,7 +68023,7 @@
67819
68023
  "immutable": true,
67820
68024
  "locationInModule": {
67821
68025
  "filename": "src/release/release.ts",
67822
- "line": 382
68026
+ "line": 391
67823
68027
  },
67824
68028
  "name": "artifactsDirectory",
67825
68029
  "type": {
@@ -67834,7 +68038,7 @@
67834
68038
  "immutable": true,
67835
68039
  "locationInModule": {
67836
68040
  "filename": "src/release/release.ts",
67837
- "line": 624
68041
+ "line": 644
67838
68042
  },
67839
68043
  "name": "branches",
67840
68044
  "type": {
@@ -67854,7 +68058,7 @@
67854
68058
  "immutable": true,
67855
68059
  "locationInModule": {
67856
68060
  "filename": "src/release/release.ts",
67857
- "line": 377
68061
+ "line": 386
67858
68062
  },
67859
68063
  "name": "publisher",
67860
68064
  "type": {
@@ -67893,7 +68097,7 @@
67893
68097
  "immutable": true,
67894
68098
  "locationInModule": {
67895
68099
  "filename": "src/release/release.ts",
67896
- "line": 338
68100
+ "line": 347
67897
68101
  },
67898
68102
  "name": "artifactsDirectory",
67899
68103
  "type": {
@@ -67910,7 +68114,7 @@
67910
68114
  "immutable": true,
67911
68115
  "locationInModule": {
67912
68116
  "filename": "src/release/release.ts",
67913
- "line": 324
68117
+ "line": 333
67914
68118
  },
67915
68119
  "name": "branch",
67916
68120
  "type": {
@@ -67920,53 +68124,78 @@
67920
68124
  {
67921
68125
  "abstract": true,
67922
68126
  "docs": {
67923
- "remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
68127
+ "example": "\"package.json\"",
67924
68128
  "stability": "experimental",
67925
- "summary": "The task to execute in order to create the release artifacts."
68129
+ "summary": "A name of a .json file to set the `version` field in after a bump."
67926
68130
  },
67927
68131
  "immutable": true,
67928
68132
  "locationInModule": {
67929
68133
  "filename": "src/release/release.ts",
67930
- "line": 307
68134
+ "line": 323
67931
68135
  },
67932
- "name": "task",
68136
+ "name": "versionFile",
67933
68137
  "type": {
67934
- "fqn": "projen.Task"
68138
+ "primitive": "string"
67935
68139
  }
67936
68140
  },
67937
68141
  {
67938
68142
  "abstract": true,
67939
68143
  "docs": {
67940
- "example": "\"package.json\"",
68144
+ "default": "true",
67941
68145
  "stability": "experimental",
67942
- "summary": "A name of a .json file to set the `version` field in after a bump."
68146
+ "summary": "Create a GitHub release for each release."
67943
68147
  },
67944
68148
  "immutable": true,
67945
68149
  "locationInModule": {
67946
68150
  "filename": "src/release/release.ts",
67947
- "line": 314
68151
+ "line": 340
67948
68152
  },
67949
- "name": "versionFile",
68153
+ "name": "githubRelease",
68154
+ "optional": true,
67950
68155
  "type": {
67951
- "primitive": "string"
68156
+ "primitive": "boolean"
67952
68157
  }
67953
68158
  },
67954
68159
  {
67955
68160
  "abstract": true,
67956
68161
  "docs": {
67957
- "default": "true",
68162
+ "deprecated": "Use `tasks` instead",
68163
+ "remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
68164
+ "stability": "deprecated",
68165
+ "summary": "The task to execute in order to create the release artifacts."
68166
+ },
68167
+ "immutable": true,
68168
+ "locationInModule": {
68169
+ "filename": "src/release/release.ts",
68170
+ "line": 309
68171
+ },
68172
+ "name": "task",
68173
+ "optional": true,
68174
+ "type": {
68175
+ "fqn": "projen.Task"
68176
+ }
68177
+ },
68178
+ {
68179
+ "abstract": true,
68180
+ "docs": {
68181
+ "remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
67958
68182
  "stability": "experimental",
67959
- "summary": "Create a GitHub release for each release."
68183
+ "summary": "The tasks to execute in order to create the release artifacts."
67960
68184
  },
67961
68185
  "immutable": true,
67962
68186
  "locationInModule": {
67963
68187
  "filename": "src/release/release.ts",
67964
- "line": 331
68188
+ "line": 316
67965
68189
  },
67966
- "name": "githubRelease",
68190
+ "name": "tasks",
67967
68191
  "optional": true,
67968
68192
  "type": {
67969
- "primitive": "boolean"
68193
+ "collection": {
68194
+ "elementtype": {
68195
+ "fqn": "projen.Task"
68196
+ },
68197
+ "kind": "array"
68198
+ }
67970
68199
  }
67971
68200
  },
67972
68201
  {
@@ -67980,7 +68209,7 @@
67980
68209
  "immutable": true,
67981
68210
  "locationInModule": {
67982
68211
  "filename": "src/release/release.ts",
67983
- "line": 347
68212
+ "line": 356
67984
68213
  },
67985
68214
  "name": "workflowNodeVersion",
67986
68215
  "optional": true,
@@ -67998,7 +68227,7 @@
67998
68227
  "immutable": true,
67999
68228
  "locationInModule": {
68000
68229
  "filename": "src/release/release.ts",
68001
- "line": 353
68230
+ "line": 362
68002
68231
  },
68003
68232
  "name": "workflowPermissions",
68004
68233
  "optional": true,
@@ -73044,6 +73273,6 @@
73044
73273
  "usedFeatures": [
73045
73274
  "class-covariant-overrides"
73046
73275
  ],
73047
- "version": "0.98.5",
73048
- "fingerprint": "F5EU2Blh7NTLIw28oVMGzP5LRCy00W/+qpHYaWNcPTA="
73276
+ "version": "0.98.7",
73277
+ "fingerprint": "x6ZyrNmhPLFArYYjoVyIrjfXftu3JlhSYAslGcyGBEA="
73049
73278
  }