projen 0.101.20 → 0.101.22

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 (152) hide show
  1. package/.jsii +121 -119
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  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 +1 -1
  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 +3 -3
  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 +4 -3
  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-build.js +1 -1
  25. package/lib/cdk/jsii-docgen.js +1 -1
  26. package/lib/cdk/jsii-project.js +1 -1
  27. package/lib/cdk8s/auto-discover.js +2 -2
  28. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  30. package/lib/cdk8s/cdk8s-construct.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  32. package/lib/cdk8s/cdk8s-deps.js +1 -1
  33. package/lib/cdk8s/integration-test.js +1 -1
  34. package/lib/cdktf/cdktf-construct.js +1 -1
  35. package/lib/circleci/circleci.js +1 -1
  36. package/lib/component.js +2 -2
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +1 -1
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/auto-queue.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/dependency-review.js +1 -1
  49. package/lib/github/github-credentials.js +1 -1
  50. package/lib/github/github-project.js +1 -1
  51. package/lib/github/github.js +1 -1
  52. package/lib/github/merge-queue.js +1 -1
  53. package/lib/github/mergify.js +1 -1
  54. package/lib/github/pr-template.js +1 -1
  55. package/lib/github/pull-request-backport.js +1 -1
  56. package/lib/github/pull-request-lint.js +1 -1
  57. package/lib/github/stale.js +1 -1
  58. package/lib/github/task-workflow-job.js +1 -1
  59. package/lib/github/task-workflow.js +1 -1
  60. package/lib/github/workflow-actions.js +1 -1
  61. package/lib/github/workflow-jobs.js +1 -1
  62. package/lib/github/workflow-steps.js +1 -1
  63. package/lib/github/workflows.d.ts +1 -1
  64. package/lib/github/workflows.js +92 -10
  65. package/lib/gitlab/configuration.js +1 -1
  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.js +1 -1
  79. package/lib/javascript/bundler.js +1 -1
  80. package/lib/javascript/eslint.js +1 -1
  81. package/lib/javascript/jest.js +4 -4
  82. package/lib/javascript/license-checker.js +1 -1
  83. package/lib/javascript/node-package.js +1 -1
  84. package/lib/javascript/node-project.d.ts +8 -0
  85. package/lib/javascript/node-project.js +2 -2
  86. package/lib/javascript/npm-config.js +1 -1
  87. package/lib/javascript/pnpm-workspace-config.js +2 -2
  88. package/lib/javascript/pnpm-workspace.js +1 -1
  89. package/lib/javascript/prettier.js +1 -1
  90. package/lib/javascript/projenrc.js +5 -2
  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 +1 -1
  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/pyproject-toml-file.js +1 -1
  110. package/lib/python/pytest-sample.js +1 -1
  111. package/lib/python/pytest.js +1 -1
  112. package/lib/python/python-project.js +1 -1
  113. package/lib/python/python-sample.js +1 -1
  114. package/lib/python/requirements-file.js +1 -1
  115. package/lib/python/setuppy.js +1 -1
  116. package/lib/python/setuptools.js +1 -1
  117. package/lib/python/uv-config.js +1 -1
  118. package/lib/python/uv.js +1 -1
  119. package/lib/python/venv.js +1 -1
  120. package/lib/readme.js +1 -1
  121. package/lib/release/publisher.js +1 -1
  122. package/lib/release/release-trigger.js +1 -1
  123. package/lib/release/release.js +1 -1
  124. package/lib/renovatebot.js +1 -1
  125. package/lib/run-task.cjs +2 -2
  126. package/lib/sample-file.js +2 -2
  127. package/lib/script-runner.js +1 -1
  128. package/lib/source-code.js +1 -1
  129. package/lib/task-shell.js +1 -1
  130. package/lib/task.js +1 -1
  131. package/lib/tasks.js +1 -1
  132. package/lib/testing.js +1 -1
  133. package/lib/textfile.js +1 -1
  134. package/lib/toml.js +1 -1
  135. package/lib/typescript/projenrc-ts.js +1 -1
  136. package/lib/typescript/projenrc.js +1 -1
  137. package/lib/typescript/typescript-runner.js +1 -1
  138. package/lib/typescript/typescript-typedoc.js +1 -1
  139. package/lib/typescript/typescript.js +5 -5
  140. package/lib/version.js +2 -2
  141. package/lib/vscode/devcontainer.js +1 -1
  142. package/lib/vscode/extensions.js +1 -1
  143. package/lib/vscode/launch-config.js +1 -1
  144. package/lib/vscode/settings.js +1 -1
  145. package/lib/vscode/vscode.js +1 -1
  146. package/lib/web/next.js +3 -3
  147. package/lib/web/postcss.js +1 -1
  148. package/lib/web/react.js +3 -3
  149. package/lib/web/tailwind.js +1 -1
  150. package/lib/xmlfile.js +1 -1
  151. package/lib/yaml.js +1 -1
  152. package/package.json +2 -2
package/.jsii CHANGED
@@ -24243,7 +24243,7 @@
24243
24243
  "kind": "interface",
24244
24244
  "locationInModule": {
24245
24245
  "filename": "src/github/workflows.ts",
24246
- "line": 15
24246
+ "line": 16
24247
24247
  },
24248
24248
  "name": "ConcurrencyOptions",
24249
24249
  "namespace": "github",
@@ -24258,7 +24258,7 @@
24258
24258
  "immutable": true,
24259
24259
  "locationInModule": {
24260
24260
  "filename": "src/github/workflows.ts",
24261
- "line": 33
24261
+ "line": 34
24262
24262
  },
24263
24263
  "name": "cancelInProgress",
24264
24264
  "optional": true,
@@ -24278,7 +24278,7 @@
24278
24278
  "immutable": true,
24279
24279
  "locationInModule": {
24280
24280
  "filename": "src/github/workflows.ts",
24281
- "line": 25
24281
+ "line": 26
24282
24282
  },
24283
24283
  "name": "group",
24284
24284
  "optional": true,
@@ -27820,7 +27820,7 @@
27820
27820
  },
27821
27821
  "locationInModule": {
27822
27822
  "filename": "src/github/workflows.ts",
27823
- "line": 155
27823
+ "line": 156
27824
27824
  },
27825
27825
  "parameters": [
27826
27826
  {
@@ -27856,7 +27856,7 @@
27856
27856
  "kind": "class",
27857
27857
  "locationInModule": {
27858
27858
  "filename": "src/github/workflows.ts",
27859
- "line": 90
27859
+ "line": 91
27860
27860
  },
27861
27861
  "methods": [
27862
27862
  {
@@ -27866,7 +27866,7 @@
27866
27866
  },
27867
27867
  "locationInModule": {
27868
27868
  "filename": "src/github/workflows.ts",
27869
- "line": 216
27869
+ "line": 217
27870
27870
  },
27871
27871
  "name": "addJob",
27872
27872
  "parameters": [
@@ -27906,7 +27906,7 @@
27906
27906
  },
27907
27907
  "locationInModule": {
27908
27908
  "filename": "src/github/workflows.ts",
27909
- "line": 228
27909
+ "line": 229
27910
27910
  },
27911
27911
  "name": "addJobs",
27912
27912
  "parameters": [
@@ -27942,7 +27942,7 @@
27942
27942
  },
27943
27943
  "locationInModule": {
27944
27944
  "filename": "src/github/workflows.ts",
27945
- "line": 299
27945
+ "line": 300
27946
27946
  },
27947
27947
  "name": "appendStep",
27948
27948
  "parameters": [
@@ -27974,7 +27974,7 @@
27974
27974
  },
27975
27975
  "locationInModule": {
27976
27976
  "filename": "src/github/workflows.ts",
27977
- "line": 239
27977
+ "line": 240
27978
27978
  },
27979
27979
  "name": "getJob",
27980
27980
  "parameters": [
@@ -28012,7 +28012,7 @@
28012
28012
  },
28013
28013
  "locationInModule": {
28014
28014
  "filename": "src/github/workflows.ts",
28015
- "line": 287
28015
+ "line": 288
28016
28016
  },
28017
28017
  "name": "getStep",
28018
28018
  "parameters": [
@@ -28048,7 +28048,7 @@
28048
28048
  },
28049
28049
  "locationInModule": {
28050
28050
  "filename": "src/github/workflows.ts",
28051
- "line": 404
28051
+ "line": 403
28052
28052
  },
28053
28053
  "name": "insertStepAfter",
28054
28054
  "parameters": [
@@ -28089,7 +28089,7 @@
28089
28089
  },
28090
28090
  "locationInModule": {
28091
28091
  "filename": "src/github/workflows.ts",
28092
- "line": 385
28092
+ "line": 384
28093
28093
  },
28094
28094
  "name": "insertStepBefore",
28095
28095
  "parameters": [
@@ -28130,7 +28130,7 @@
28130
28130
  },
28131
28131
  "locationInModule": {
28132
28132
  "filename": "src/github/workflows.ts",
28133
- "line": 204
28133
+ "line": 205
28134
28134
  },
28135
28135
  "name": "on",
28136
28136
  "parameters": [
@@ -28154,7 +28154,7 @@
28154
28154
  },
28155
28155
  "locationInModule": {
28156
28156
  "filename": "src/github/workflows.ts",
28157
- "line": 355
28157
+ "line": 354
28158
28158
  },
28159
28159
  "name": "patchStep",
28160
28160
  "parameters": [
@@ -28194,7 +28194,7 @@
28194
28194
  },
28195
28195
  "locationInModule": {
28196
28196
  "filename": "src/github/workflows.ts",
28197
- "line": 273
28197
+ "line": 274
28198
28198
  },
28199
28199
  "name": "removeJob",
28200
28200
  "parameters": [
@@ -28216,7 +28216,7 @@
28216
28216
  },
28217
28217
  "locationInModule": {
28218
28218
  "filename": "src/github/workflows.ts",
28219
- "line": 372
28219
+ "line": 371
28220
28220
  },
28221
28221
  "name": "removeStep",
28222
28222
  "parameters": [
@@ -28247,7 +28247,7 @@
28247
28247
  },
28248
28248
  "locationInModule": {
28249
28249
  "filename": "src/github/workflows.ts",
28250
- "line": 313
28250
+ "line": 314
28251
28251
  },
28252
28252
  "name": "replaceStep",
28253
28253
  "parameters": [
@@ -28271,7 +28271,7 @@
28271
28271
  },
28272
28272
  {
28273
28273
  "docs": {
28274
- "remarks": "If `id` is omitted, it inherits the original step's ID.",
28274
+ "remarks": "Inherits the original step's ID.",
28275
28275
  "summary": "The replacement step."
28276
28276
  },
28277
28277
  "name": "replacementStep",
@@ -28288,7 +28288,7 @@
28288
28288
  },
28289
28289
  "locationInModule": {
28290
28290
  "filename": "src/github/workflows.ts",
28291
- "line": 249
28291
+ "line": 250
28292
28292
  },
28293
28293
  "name": "updateJob",
28294
28294
  "parameters": [
@@ -28325,7 +28325,7 @@
28325
28325
  },
28326
28326
  "locationInModule": {
28327
28327
  "filename": "src/github/workflows.ts",
28328
- "line": 262
28328
+ "line": 263
28329
28329
  },
28330
28330
  "name": "updateJobs",
28331
28331
  "parameters": [
@@ -28367,7 +28367,7 @@
28367
28367
  "immutable": true,
28368
28368
  "locationInModule": {
28369
28369
  "filename": "src/github/workflows.ts",
28370
- "line": 103
28370
+ "line": 104
28371
28371
  },
28372
28372
  "name": "jobs",
28373
28373
  "type": {
@@ -28398,7 +28398,7 @@
28398
28398
  "immutable": true,
28399
28399
  "locationInModule": {
28400
28400
  "filename": "src/github/workflows.ts",
28401
- "line": 96
28401
+ "line": 97
28402
28402
  },
28403
28403
  "name": "name",
28404
28404
  "type": {
@@ -28413,7 +28413,7 @@
28413
28413
  "immutable": true,
28414
28414
  "locationInModule": {
28415
28415
  "filename": "src/github/workflows.ts",
28416
- "line": 128
28416
+ "line": 129
28417
28417
  },
28418
28418
  "name": "projenCredentials",
28419
28419
  "type": {
@@ -28429,7 +28429,7 @@
28429
28429
  "immutable": true,
28430
28430
  "locationInModule": {
28431
28431
  "filename": "src/github/workflows.ts",
28432
- "line": 113
28432
+ "line": 114
28433
28433
  },
28434
28434
  "name": "concurrency",
28435
28435
  "optional": true,
@@ -28445,7 +28445,7 @@
28445
28445
  "immutable": true,
28446
28446
  "locationInModule": {
28447
28447
  "filename": "src/github/workflows.ts",
28448
- "line": 118
28448
+ "line": 119
28449
28449
  },
28450
28450
  "name": "env",
28451
28451
  "optional": true,
@@ -28467,7 +28467,7 @@
28467
28467
  "immutable": true,
28468
28468
  "locationInModule": {
28469
28469
  "filename": "src/github/workflows.ts",
28470
- "line": 123
28470
+ "line": 124
28471
28471
  },
28472
28472
  "name": "file",
28473
28473
  "optional": true,
@@ -28483,7 +28483,7 @@
28483
28483
  },
28484
28484
  "locationInModule": {
28485
28485
  "filename": "src/github/workflows.ts",
28486
- "line": 141
28486
+ "line": 142
28487
28487
  },
28488
28488
  "name": "runName",
28489
28489
  "optional": true,
@@ -28505,7 +28505,7 @@
28505
28505
  "kind": "interface",
28506
28506
  "locationInModule": {
28507
28507
  "filename": "src/github/workflows.ts",
28508
- "line": 39
28508
+ "line": 40
28509
28509
  },
28510
28510
  "name": "GithubWorkflowOptions",
28511
28511
  "namespace": "github",
@@ -28522,7 +28522,7 @@
28522
28522
  "immutable": true,
28523
28523
  "locationInModule": {
28524
28524
  "filename": "src/github/workflows.ts",
28525
- "line": 61
28525
+ "line": 62
28526
28526
  },
28527
28527
  "name": "concurrencyOptions",
28528
28528
  "optional": true,
@@ -28540,7 +28540,7 @@
28540
28540
  "immutable": true,
28541
28541
  "locationInModule": {
28542
28542
  "filename": "src/github/workflows.ts",
28543
- "line": 68
28543
+ "line": 69
28544
28544
  },
28545
28545
  "name": "env",
28546
28546
  "optional": true,
@@ -28565,7 +28565,7 @@
28565
28565
  "immutable": true,
28566
28566
  "locationInModule": {
28567
28567
  "filename": "src/github/workflows.ts",
28568
- "line": 80
28568
+ "line": 81
28569
28569
  },
28570
28570
  "name": "fileName",
28571
28571
  "optional": true,
@@ -28583,7 +28583,7 @@
28583
28583
  "immutable": true,
28584
28584
  "locationInModule": {
28585
28585
  "filename": "src/github/workflows.ts",
28586
- "line": 45
28586
+ "line": 46
28587
28587
  },
28588
28588
  "name": "force",
28589
28589
  "optional": true,
@@ -28602,7 +28602,7 @@
28602
28602
  "immutable": true,
28603
28603
  "locationInModule": {
28604
28604
  "filename": "src/github/workflows.ts",
28605
- "line": 52
28605
+ "line": 53
28606
28606
  },
28607
28607
  "name": "limitConcurrency",
28608
28608
  "optional": true,
@@ -45024,7 +45024,7 @@
45024
45024
  "kind": "enum",
45025
45025
  "locationInModule": {
45026
45026
  "filename": "src/javascript/node-project.ts",
45027
- "line": 421
45027
+ "line": 429
45028
45028
  },
45029
45029
  "members": [
45030
45030
  {
@@ -45398,7 +45398,7 @@
45398
45398
  "kind": "interface",
45399
45399
  "locationInModule": {
45400
45400
  "filename": "src/javascript/node-project.ts",
45401
- "line": 380
45401
+ "line": 388
45402
45402
  },
45403
45403
  "name": "BuildWorkflowOptions",
45404
45404
  "namespace": "javascript",
@@ -45414,7 +45414,7 @@
45414
45414
  "immutable": true,
45415
45415
  "locationInModule": {
45416
45416
  "filename": "src/javascript/node-project.ts",
45417
- "line": 390
45417
+ "line": 398
45418
45418
  },
45419
45419
  "name": "mutableBuild",
45420
45420
  "optional": true,
@@ -45433,7 +45433,7 @@
45433
45433
  "immutable": true,
45434
45434
  "locationInModule": {
45435
45435
  "filename": "src/javascript/node-project.ts",
45436
- "line": 400
45436
+ "line": 408
45437
45437
  },
45438
45438
  "name": "mutableInstall",
45439
45439
  "optional": true,
@@ -45455,7 +45455,7 @@
45455
45455
  "immutable": true,
45456
45456
  "locationInModule": {
45457
45457
  "filename": "src/javascript/node-project.ts",
45458
- "line": 408
45458
+ "line": 416
45459
45459
  },
45460
45460
  "name": "runsOn",
45461
45461
  "optional": true,
@@ -45481,7 +45481,7 @@
45481
45481
  "immutable": true,
45482
45482
  "locationInModule": {
45483
45483
  "filename": "src/javascript/node-project.ts",
45484
- "line": 415
45484
+ "line": 423
45485
45485
  },
45486
45486
  "name": "runsOnGroup",
45487
45487
  "optional": true,
@@ -52186,7 +52186,7 @@
52186
52186
  },
52187
52187
  "locationInModule": {
52188
52188
  "filename": "src/javascript/node-project.ts",
52189
- "line": 531
52189
+ "line": 539
52190
52190
  },
52191
52191
  "parameters": [
52192
52192
  {
@@ -52200,7 +52200,7 @@
52200
52200
  "kind": "class",
52201
52201
  "locationInModule": {
52202
52202
  "filename": "src/javascript/node-project.ts",
52203
- "line": 438
52203
+ "line": 446
52204
52204
  },
52205
52205
  "methods": [
52206
52206
  {
@@ -52209,7 +52209,7 @@
52209
52209
  },
52210
52210
  "locationInModule": {
52211
52211
  "filename": "src/javascript/node-project.ts",
52212
- "line": 979
52212
+ "line": 987
52213
52213
  },
52214
52214
  "name": "addBins",
52215
52215
  "parameters": [
@@ -52234,7 +52234,7 @@
52234
52234
  },
52235
52235
  "locationInModule": {
52236
52236
  "filename": "src/javascript/node-project.ts",
52237
- "line": 1243
52237
+ "line": 1251
52238
52238
  },
52239
52239
  "name": "addBundledDeps",
52240
52240
  "parameters": [
@@ -52259,7 +52259,7 @@
52259
52259
  },
52260
52260
  "locationInModule": {
52261
52261
  "filename": "src/javascript/node-project.ts",
52262
- "line": 1197
52262
+ "line": 1205
52263
52263
  },
52264
52264
  "name": "addDeps",
52265
52265
  "parameters": [
@@ -52284,7 +52284,7 @@
52284
52284
  },
52285
52285
  "locationInModule": {
52286
52286
  "filename": "src/javascript/node-project.ts",
52287
- "line": 1210
52287
+ "line": 1218
52288
52288
  },
52289
52289
  "name": "addDevDeps",
52290
52290
  "parameters": [
@@ -52309,7 +52309,7 @@
52309
52309
  },
52310
52310
  "locationInModule": {
52311
52311
  "filename": "src/javascript/node-project.ts",
52312
- "line": 1015
52312
+ "line": 1023
52313
52313
  },
52314
52314
  "name": "addFields",
52315
52315
  "parameters": [
@@ -52336,7 +52336,7 @@
52336
52336
  },
52337
52337
  "locationInModule": {
52338
52338
  "filename": "src/javascript/node-project.ts",
52339
- "line": 1025
52339
+ "line": 1033
52340
52340
  },
52341
52341
  "name": "addKeywords",
52342
52342
  "parameters": [
@@ -52363,7 +52363,7 @@
52363
52363
  },
52364
52364
  "locationInModule": {
52365
52365
  "filename": "src/javascript/node-project.ts",
52366
- "line": 1255
52366
+ "line": 1263
52367
52367
  },
52368
52368
  "name": "addPackageIgnore",
52369
52369
  "overrides": "projen.Project",
@@ -52387,7 +52387,7 @@
52387
52387
  },
52388
52388
  "locationInModule": {
52389
52389
  "filename": "src/javascript/node-project.ts",
52390
- "line": 1227
52390
+ "line": 1235
52391
52391
  },
52392
52392
  "name": "addPeerDeps",
52393
52393
  "parameters": [
@@ -52412,7 +52412,7 @@
52412
52412
  },
52413
52413
  "locationInModule": {
52414
52414
  "filename": "src/javascript/node-project.ts",
52415
- "line": 997
52415
+ "line": 1005
52416
52416
  },
52417
52417
  "name": "addScripts",
52418
52418
  "parameters": [
@@ -52439,7 +52439,7 @@
52439
52439
  },
52440
52440
  "locationInModule": {
52441
52441
  "filename": "src/javascript/node-project.ts",
52442
- "line": 1007
52442
+ "line": 1015
52443
52443
  },
52444
52444
  "name": "removeScript",
52445
52445
  "parameters": [
@@ -52462,7 +52462,7 @@
52462
52462
  },
52463
52463
  "locationInModule": {
52464
52464
  "filename": "src/javascript/node-project.ts",
52465
- "line": 1117
52465
+ "line": 1125
52466
52466
  },
52467
52467
  "name": "renderWorkflowSetup",
52468
52468
  "parameters": [
@@ -52496,7 +52496,7 @@
52496
52496
  },
52497
52497
  "locationInModule": {
52498
52498
  "filename": "src/javascript/node-project.ts",
52499
- "line": 1328
52499
+ "line": 1336
52500
52500
  },
52501
52501
  "name": "runTaskCommand",
52502
52502
  "overrides": "projen.Project",
@@ -52524,7 +52524,7 @@
52524
52524
  },
52525
52525
  "locationInModule": {
52526
52526
  "filename": "src/javascript/node-project.ts",
52527
- "line": 989
52527
+ "line": 997
52528
52528
  },
52529
52529
  "name": "setScript",
52530
52530
  "parameters": [
@@ -52561,7 +52561,7 @@
52561
52561
  "immutable": true,
52562
52562
  "locationInModule": {
52563
52563
  "filename": "src/javascript/node-project.ts",
52564
- "line": 512
52564
+ "line": 520
52565
52565
  },
52566
52566
  "name": "artifactsDirectory",
52567
52567
  "type": {
@@ -52576,7 +52576,7 @@
52576
52576
  "immutable": true,
52577
52577
  "locationInModule": {
52578
52578
  "filename": "src/javascript/node-project.ts",
52579
- "line": 517
52579
+ "line": 525
52580
52580
  },
52581
52581
  "name": "artifactsJavascriptDirectory",
52582
52582
  "type": {
@@ -52590,7 +52590,7 @@
52590
52590
  "immutable": true,
52591
52591
  "locationInModule": {
52592
52592
  "filename": "src/javascript/node-project.ts",
52593
- "line": 505
52593
+ "line": 513
52594
52594
  },
52595
52595
  "name": "bundler",
52596
52596
  "type": {
@@ -52605,7 +52605,7 @@
52605
52605
  "immutable": true,
52606
52606
  "locationInModule": {
52607
52607
  "filename": "src/javascript/node-project.ts",
52608
- "line": 452
52608
+ "line": 460
52609
52609
  },
52610
52610
  "name": "npmrc",
52611
52611
  "type": {
@@ -52620,7 +52620,7 @@
52620
52620
  "immutable": true,
52621
52621
  "locationInModule": {
52622
52622
  "filename": "src/javascript/node-project.ts",
52623
- "line": 442
52623
+ "line": 450
52624
52624
  },
52625
52625
  "name": "package",
52626
52626
  "type": {
@@ -52635,7 +52635,7 @@
52635
52635
  "immutable": true,
52636
52636
  "locationInModule": {
52637
52637
  "filename": "src/javascript/node-project.ts",
52638
- "line": 498
52638
+ "line": 506
52639
52639
  },
52640
52640
  "name": "runScriptCommand",
52641
52641
  "type": {
@@ -52649,7 +52649,7 @@
52649
52649
  "immutable": true,
52650
52650
  "locationInModule": {
52651
52651
  "filename": "src/javascript/node-project.ts",
52652
- "line": 524
52652
+ "line": 532
52653
52653
  },
52654
52654
  "name": "workflowBootstrapSteps",
52655
52655
  "protected": true,
@@ -52669,7 +52669,7 @@
52669
52669
  "immutable": true,
52670
52670
  "locationInModule": {
52671
52671
  "filename": "src/javascript/node-project.ts",
52672
- "line": 526
52672
+ "line": 534
52673
52673
  },
52674
52674
  "name": "workflowPackageCache",
52675
52675
  "protected": true,
@@ -52685,7 +52685,7 @@
52685
52685
  "immutable": true,
52686
52686
  "locationInModule": {
52687
52687
  "filename": "src/javascript/node-project.ts",
52688
- "line": 463
52688
+ "line": 471
52689
52689
  },
52690
52690
  "name": "autoMerge",
52691
52691
  "optional": true,
@@ -52700,7 +52700,7 @@
52700
52700
  "immutable": true,
52701
52701
  "locationInModule": {
52702
52702
  "filename": "src/javascript/node-project.ts",
52703
- "line": 528
52703
+ "line": 536
52704
52704
  },
52705
52705
  "name": "biome",
52706
52706
  "optional": true,
@@ -52717,7 +52717,7 @@
52717
52717
  "immutable": true,
52718
52718
  "locationInModule": {
52719
52719
  "filename": "src/javascript/node-project.ts",
52720
- "line": 468
52720
+ "line": 476
52721
52721
  },
52722
52722
  "name": "buildWorkflow",
52723
52723
  "optional": true,
@@ -52733,7 +52733,7 @@
52733
52733
  "immutable": true,
52734
52734
  "locationInModule": {
52735
52735
  "filename": "src/javascript/node-project.ts",
52736
- "line": 1335
52736
+ "line": 1343
52737
52737
  },
52738
52738
  "name": "buildWorkflowJobId",
52739
52739
  "optional": true,
@@ -52749,7 +52749,7 @@
52749
52749
  "immutable": true,
52750
52750
  "locationInModule": {
52751
52751
  "filename": "src/javascript/node-project.ts",
52752
- "line": 503
52752
+ "line": 511
52753
52753
  },
52754
52754
  "name": "jest",
52755
52755
  "optional": true,
@@ -52766,7 +52766,7 @@
52766
52766
  "immutable": true,
52767
52767
  "locationInModule": {
52768
52768
  "filename": "src/javascript/node-project.ts",
52769
- "line": 489
52769
+ "line": 497
52770
52770
  },
52771
52771
  "name": "maxNodeVersion",
52772
52772
  "optional": true,
@@ -52783,7 +52783,7 @@
52783
52783
  "immutable": true,
52784
52784
  "locationInModule": {
52785
52785
  "filename": "src/javascript/node-project.ts",
52786
- "line": 480
52786
+ "line": 488
52787
52787
  },
52788
52788
  "name": "minNodeVersion",
52789
52789
  "optional": true,
@@ -52798,7 +52798,7 @@
52798
52798
  "immutable": true,
52799
52799
  "locationInModule": {
52800
52800
  "filename": "src/javascript/node-project.ts",
52801
- "line": 493
52801
+ "line": 501
52802
52802
  },
52803
52803
  "name": "nodeVersion",
52804
52804
  "optional": true,
@@ -52815,7 +52815,7 @@
52815
52815
  "immutable": true,
52816
52816
  "locationInModule": {
52817
52817
  "filename": "src/javascript/node-project.ts",
52818
- "line": 447
52818
+ "line": 455
52819
52819
  },
52820
52820
  "name": "npmignore",
52821
52821
  "optional": true,
@@ -52830,7 +52830,7 @@
52830
52830
  "immutable": true,
52831
52831
  "locationInModule": {
52832
52832
  "filename": "src/javascript/node-project.ts",
52833
- "line": 527
52833
+ "line": 535
52834
52834
  },
52835
52835
  "name": "prettier",
52836
52836
  "optional": true,
@@ -52846,7 +52846,7 @@
52846
52846
  "immutable": true,
52847
52847
  "locationInModule": {
52848
52848
  "filename": "src/javascript/node-project.ts",
52849
- "line": 473
52849
+ "line": 481
52850
52850
  },
52851
52851
  "name": "release",
52852
52852
  "optional": true,
@@ -52862,7 +52862,7 @@
52862
52862
  "immutable": true,
52863
52863
  "locationInModule": {
52864
52864
  "filename": "src/javascript/node-project.ts",
52865
- "line": 522
52865
+ "line": 530
52866
52866
  },
52867
52867
  "name": "upgradeWorkflow",
52868
52868
  "optional": true,
@@ -52903,7 +52903,7 @@
52903
52903
  "immutable": true,
52904
52904
  "locationInModule": {
52905
52905
  "filename": "src/javascript/node-project.ts",
52906
- "line": 327
52906
+ "line": 335
52907
52907
  },
52908
52908
  "name": "artifactsDirectory",
52909
52909
  "optional": true,
@@ -52922,7 +52922,7 @@
52922
52922
  "immutable": true,
52923
52923
  "locationInModule": {
52924
52924
  "filename": "src/javascript/node-project.ts",
52925
- "line": 368
52925
+ "line": 376
52926
52926
  },
52927
52927
  "name": "auditDeps",
52928
52928
  "optional": true,
@@ -52940,7 +52940,7 @@
52940
52940
  "immutable": true,
52941
52941
  "locationInModule": {
52942
52942
  "filename": "src/javascript/node-project.ts",
52943
- "line": 374
52943
+ "line": 382
52944
52944
  },
52945
52945
  "name": "auditDepsOptions",
52946
52946
  "optional": true,
@@ -52959,7 +52959,7 @@
52959
52959
  "immutable": true,
52960
52960
  "locationInModule": {
52961
52961
  "filename": "src/javascript/node-project.ts",
52962
- "line": 244
52962
+ "line": 252
52963
52963
  },
52964
52964
  "name": "autoApproveUpgrades",
52965
52965
  "optional": true,
@@ -52977,7 +52977,7 @@
52977
52977
  "immutable": true,
52978
52978
  "locationInModule": {
52979
52979
  "filename": "src/javascript/node-project.ts",
52980
- "line": 351
52980
+ "line": 359
52981
52981
  },
52982
52982
  "name": "biome",
52983
52983
  "optional": true,
@@ -52995,7 +52995,7 @@
52995
52995
  "immutable": true,
52996
52996
  "locationInModule": {
52997
52997
  "filename": "src/javascript/node-project.ts",
52998
- "line": 357
52998
+ "line": 365
52999
52999
  },
53000
53000
  "name": "biomeOptions",
53001
53001
  "optional": true,
@@ -53013,7 +53013,7 @@
53013
53013
  "immutable": true,
53014
53014
  "locationInModule": {
53015
53015
  "filename": "src/javascript/node-project.ts",
53016
- "line": 134
53016
+ "line": 142
53017
53017
  },
53018
53018
  "name": "buildWorkflow",
53019
53019
  "optional": true,
@@ -53030,7 +53030,7 @@
53030
53030
  "immutable": true,
53031
53031
  "locationInModule": {
53032
53032
  "filename": "src/javascript/node-project.ts",
53033
- "line": 138
53033
+ "line": 146
53034
53034
  },
53035
53035
  "name": "buildWorkflowOptions",
53036
53036
  "optional": true,
@@ -53047,7 +53047,7 @@
53047
53047
  "immutable": true,
53048
53048
  "locationInModule": {
53049
53049
  "filename": "src/javascript/node-project.ts",
53050
- "line": 320
53050
+ "line": 328
53051
53051
  },
53052
53052
  "name": "bundlerOptions",
53053
53053
  "optional": true,
@@ -53066,7 +53066,7 @@
53066
53066
  "immutable": true,
53067
53067
  "locationInModule": {
53068
53068
  "filename": "src/javascript/node-project.ts",
53069
- "line": 344
53069
+ "line": 352
53070
53070
  },
53071
53071
  "name": "checkLicenses",
53072
53072
  "optional": true,
@@ -53084,7 +53084,7 @@
53084
53084
  "immutable": true,
53085
53085
  "locationInModule": {
53086
53086
  "filename": "src/javascript/node-project.ts",
53087
- "line": 146
53087
+ "line": 154
53088
53088
  },
53089
53089
  "name": "codeCov",
53090
53090
  "optional": true,
@@ -53102,7 +53102,7 @@
53102
53102
  "immutable": true,
53103
53103
  "locationInModule": {
53104
53104
  "filename": "src/javascript/node-project.ts",
53105
- "line": 153
53105
+ "line": 161
53106
53106
  },
53107
53107
  "name": "codeCovTokenSecret",
53108
53108
  "optional": true,
@@ -53114,13 +53114,14 @@
53114
53114
  "abstract": true,
53115
53115
  "docs": {
53116
53116
  "default": "- defaults to the value of authorName or \"\" if `authorName` is undefined.",
53117
+ "remarks": "This value is only used if the selected license text contains the\n`$copyright_owner` placeholder. For example, it has no effect on the\nMPL-2.0 license text.",
53117
53118
  "stability": "experimental",
53118
53119
  "summary": "License copyright owner."
53119
53120
  },
53120
53121
  "immutable": true,
53121
53122
  "locationInModule": {
53122
53123
  "filename": "src/javascript/node-project.ts",
53123
- "line": 107
53124
+ "line": 111
53124
53125
  },
53125
53126
  "name": "copyrightOwner",
53126
53127
  "optional": true,
@@ -53132,13 +53133,14 @@
53132
53133
  "abstract": true,
53133
53134
  "docs": {
53134
53135
  "default": "- current year",
53136
+ "remarks": "This value is only used if the selected license text contains the\n`$copyright_period` placeholder. For example, it has no effect on the\nMPL-2.0 license text.",
53135
53137
  "stability": "experimental",
53136
53138
  "summary": "The copyright years to put in the LICENSE file."
53137
53139
  },
53138
53140
  "immutable": true,
53139
53141
  "locationInModule": {
53140
53142
  "filename": "src/javascript/node-project.ts",
53141
- "line": 114
53143
+ "line": 122
53142
53144
  },
53143
53145
  "name": "copyrightPeriod",
53144
53146
  "optional": true,
@@ -53159,7 +53161,7 @@
53159
53161
  "immutable": true,
53160
53162
  "locationInModule": {
53161
53163
  "filename": "src/javascript/node-project.ts",
53162
- "line": 168
53164
+ "line": 176
53163
53165
  },
53164
53166
  "name": "defaultReleaseBranch",
53165
53167
  "optional": true,
@@ -53178,7 +53180,7 @@
53178
53180
  "immutable": true,
53179
53181
  "locationInModule": {
53180
53182
  "filename": "src/javascript/node-project.ts",
53181
- "line": 212
53183
+ "line": 220
53182
53184
  },
53183
53185
  "name": "dependabot",
53184
53186
  "optional": true,
@@ -53196,7 +53198,7 @@
53196
53198
  "immutable": true,
53197
53199
  "locationInModule": {
53198
53200
  "filename": "src/javascript/node-project.ts",
53199
- "line": 219
53201
+ "line": 227
53200
53202
  },
53201
53203
  "name": "dependabotOptions",
53202
53204
  "optional": true,
@@ -53215,7 +53217,7 @@
53215
53217
  "immutable": true,
53216
53218
  "locationInModule": {
53217
53219
  "filename": "src/javascript/node-project.ts",
53218
- "line": 227
53220
+ "line": 235
53219
53221
  },
53220
53222
  "name": "depsUpgrade",
53221
53223
  "optional": true,
@@ -53233,7 +53235,7 @@
53233
53235
  "immutable": true,
53234
53236
  "locationInModule": {
53235
53237
  "filename": "src/javascript/node-project.ts",
53236
- "line": 234
53238
+ "line": 242
53237
53239
  },
53238
53240
  "name": "depsUpgradeOptions",
53239
53241
  "optional": true,
@@ -53250,7 +53252,7 @@
53250
53252
  "immutable": true,
53251
53253
  "locationInModule": {
53252
53254
  "filename": "src/javascript/node-project.ts",
53253
- "line": 289
53255
+ "line": 297
53254
53256
  },
53255
53257
  "name": "gitignore",
53256
53258
  "optional": true,
@@ -53273,7 +53275,7 @@
53273
53275
  "immutable": true,
53274
53276
  "locationInModule": {
53275
53277
  "filename": "src/javascript/node-project.ts",
53276
- "line": 295
53278
+ "line": 303
53277
53279
  },
53278
53280
  "name": "jest",
53279
53281
  "optional": true,
@@ -53291,7 +53293,7 @@
53291
53293
  "immutable": true,
53292
53294
  "locationInModule": {
53293
53295
  "filename": "src/javascript/node-project.ts",
53294
- "line": 301
53296
+ "line": 309
53295
53297
  },
53296
53298
  "name": "jestOptions",
53297
53299
  "optional": true,
@@ -53309,7 +53311,7 @@
53309
53311
  "immutable": true,
53310
53312
  "locationInModule": {
53311
53313
  "filename": "src/javascript/node-project.ts",
53312
- "line": 252
53314
+ "line": 260
53313
53315
  },
53314
53316
  "name": "npmignoreEnabled",
53315
53317
  "optional": true,
@@ -53326,7 +53328,7 @@
53326
53328
  "immutable": true,
53327
53329
  "locationInModule": {
53328
53330
  "filename": "src/javascript/node-project.ts",
53329
- "line": 257
53331
+ "line": 265
53330
53332
  },
53331
53333
  "name": "npmIgnoreOptions",
53332
53334
  "optional": true,
@@ -53344,7 +53346,7 @@
53344
53346
  "immutable": true,
53345
53347
  "locationInModule": {
53346
53348
  "filename": "src/javascript/node-project.ts",
53347
- "line": 335
53349
+ "line": 343
53348
53350
  },
53349
53351
  "name": "package",
53350
53352
  "optional": true,
@@ -53362,7 +53364,7 @@
53362
53364
  "immutable": true,
53363
53365
  "locationInModule": {
53364
53366
  "filename": "src/javascript/node-project.ts",
53365
- "line": 278
53367
+ "line": 286
53366
53368
  },
53367
53369
  "name": "prettier",
53368
53370
  "optional": true,
@@ -53380,7 +53382,7 @@
53380
53382
  "immutable": true,
53381
53383
  "locationInModule": {
53382
53384
  "filename": "src/javascript/node-project.ts",
53383
- "line": 284
53385
+ "line": 292
53384
53386
  },
53385
53387
  "name": "prettierOptions",
53386
53388
  "optional": true,
@@ -53398,7 +53400,7 @@
53398
53400
  "immutable": true,
53399
53401
  "locationInModule": {
53400
53402
  "filename": "src/javascript/node-project.ts",
53401
- "line": 128
53403
+ "line": 136
53402
53404
  },
53403
53405
  "name": "projenDevDependency",
53404
53406
  "optional": true,
@@ -53416,7 +53418,7 @@
53416
53418
  "immutable": true,
53417
53419
  "locationInModule": {
53418
53420
  "filename": "src/javascript/node-project.ts",
53419
- "line": 309
53421
+ "line": 317
53420
53422
  },
53421
53423
  "name": "projenrcJs",
53422
53424
  "optional": true,
@@ -53434,7 +53436,7 @@
53434
53436
  "immutable": true,
53435
53437
  "locationInModule": {
53436
53438
  "filename": "src/javascript/node-project.ts",
53437
- "line": 315
53439
+ "line": 323
53438
53440
  },
53439
53441
  "name": "projenrcJsOptions",
53440
53442
  "optional": true,
@@ -53452,7 +53454,7 @@
53452
53454
  "immutable": true,
53453
53455
  "locationInModule": {
53454
53456
  "filename": "src/javascript/node-project.ts",
53455
- "line": 121
53457
+ "line": 129
53456
53458
  },
53457
53459
  "name": "projenVersion",
53458
53460
  "optional": true,
@@ -53470,7 +53472,7 @@
53470
53472
  "immutable": true,
53471
53473
  "locationInModule": {
53472
53474
  "filename": "src/javascript/node-project.ts",
53473
- "line": 264
53475
+ "line": 272
53474
53476
  },
53475
53477
  "name": "pullRequestTemplate",
53476
53478
  "optional": true,
@@ -53488,7 +53490,7 @@
53488
53490
  "immutable": true,
53489
53491
  "locationInModule": {
53490
53492
  "filename": "src/javascript/node-project.ts",
53491
- "line": 271
53493
+ "line": 279
53492
53494
  },
53493
53495
  "name": "pullRequestTemplateContents",
53494
53496
  "optional": true,
@@ -53511,7 +53513,7 @@
53511
53513
  "immutable": true,
53512
53514
  "locationInModule": {
53513
53515
  "filename": "src/javascript/node-project.ts",
53514
- "line": 160
53516
+ "line": 168
53515
53517
  },
53516
53518
  "name": "release",
53517
53519
  "optional": true,
@@ -53529,7 +53531,7 @@
53529
53531
  "immutable": true,
53530
53532
  "locationInModule": {
53531
53533
  "filename": "src/javascript/node-project.ts",
53532
- "line": 188
53534
+ "line": 196
53533
53535
  },
53534
53536
  "name": "releaseToNpm",
53535
53537
  "optional": true,
@@ -53547,7 +53549,7 @@
53547
53549
  "immutable": true,
53548
53550
  "locationInModule": {
53549
53551
  "filename": "src/javascript/node-project.ts",
53550
- "line": 175
53552
+ "line": 183
53551
53553
  },
53552
53554
  "name": "workflowBootstrapSteps",
53553
53555
  "optional": true,
@@ -53570,7 +53572,7 @@
53570
53572
  "immutable": true,
53571
53573
  "locationInModule": {
53572
53574
  "filename": "src/javascript/node-project.ts",
53573
- "line": 182
53575
+ "line": 190
53574
53576
  },
53575
53577
  "name": "workflowGitIdentity",
53576
53578
  "optional": true,
@@ -53589,7 +53591,7 @@
53589
53591
  "immutable": true,
53590
53592
  "locationInModule": {
53591
53593
  "filename": "src/javascript/node-project.ts",
53592
- "line": 197
53594
+ "line": 205
53593
53595
  },
53594
53596
  "name": "workflowNodeVersion",
53595
53597
  "optional": true,
@@ -53607,7 +53609,7 @@
53607
53609
  "immutable": true,
53608
53610
  "locationInModule": {
53609
53611
  "filename": "src/javascript/node-project.ts",
53610
- "line": 204
53612
+ "line": 212
53611
53613
  },
53612
53614
  "name": "workflowPackageCache",
53613
53615
  "optional": true,
@@ -59254,7 +59256,7 @@
59254
59256
  },
59255
59257
  "locationInModule": {
59256
59258
  "filename": "src/javascript/projenrc.ts",
59257
- "line": 55
59259
+ "line": 60
59258
59260
  },
59259
59261
  "name": "projectCreation",
59260
59262
  "overrides": "projen.Component",
@@ -59413,7 +59415,7 @@
59413
59415
  "kind": "interface",
59414
59416
  "locationInModule": {
59415
59417
  "filename": "src/javascript/node-project.ts",
59416
- "line": 1453
59418
+ "line": 1461
59417
59419
  },
59418
59420
  "name": "RenderWorkflowSetupOptions",
59419
59421
  "namespace": "javascript",
@@ -59429,7 +59431,7 @@
59429
59431
  "immutable": true,
59430
59432
  "locationInModule": {
59431
59433
  "filename": "src/javascript/node-project.ts",
59432
- "line": 1462
59434
+ "line": 1470
59433
59435
  },
59434
59436
  "name": "installStepConfiguration",
59435
59437
  "optional": true,
@@ -59447,7 +59449,7 @@
59447
59449
  "immutable": true,
59448
59450
  "locationInModule": {
59449
59451
  "filename": "src/javascript/node-project.ts",
59450
- "line": 1467
59452
+ "line": 1475
59451
59453
  },
59452
59454
  "name": "mutable",
59453
59455
  "optional": true,
@@ -89828,6 +89830,6 @@
89828
89830
  "usedFeatures": [
89829
89831
  "class-covariant-overrides"
89830
89832
  ],
89831
- "version": "0.101.20",
89832
- "fingerprint": "zabJOIFkxWdrVGH/MaXlz7S1S3cb7avoqtN1x21Yfxc="
89833
+ "version": "0.101.22",
89834
+ "fingerprint": "zxv8eAUOmq/gsTh0AUX2lCSq2tnxeGOKaCp4pa6ZBSI="
89833
89835
  }