projen 0.32.7 → 0.33.0

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 (119) hide show
  1. package/.jsii +694 -674
  2. package/API.md +132 -153
  3. package/docs/project.md +30 -0
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/cdk-config.js +1 -1
  6. package/lib/awscdk/cdk-tasks.js +1 -1
  7. package/lib/awscdk/java-app.js +3 -3
  8. package/lib/awscdk/lambda-function.js +5 -5
  9. package/lib/awscdk-app-ts.js +3 -3
  10. package/lib/awscdk-construct.js +2 -2
  11. package/lib/cdk8s-app-ts.js +3 -3
  12. package/lib/cdk8s-construct.js +1 -1
  13. package/lib/cdktf-construct.js +1 -1
  14. package/lib/cli/synth.js +5 -2
  15. package/lib/common.d.ts +1 -0
  16. package/lib/common.js +4 -3
  17. package/lib/component.js +1 -1
  18. package/lib/construct-lib.js +1 -1
  19. package/lib/deps/dependencies.js +1 -1
  20. package/lib/dev-env.js +1 -1
  21. package/lib/docker-compose.js +2 -2
  22. package/lib/eslint.js +1 -1
  23. package/lib/file.js +1 -1
  24. package/lib/git/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.js +1 -1
  26. package/lib/github/auto-merge.js +1 -1
  27. package/lib/github/dependabot.js +1 -1
  28. package/lib/github/github.d.ts +8 -1
  29. package/lib/github/github.js +3 -3
  30. package/lib/github/mergify.js +1 -1
  31. package/lib/github/pr-template.js +1 -1
  32. package/lib/github/stale.js +1 -1
  33. package/lib/github/task-workflow.js +1 -1
  34. package/lib/github/workflows.js +1 -1
  35. package/lib/gitpod.js +1 -1
  36. package/lib/ignore-file.js +1 -1
  37. package/lib/index.d.ts +1 -0
  38. package/lib/index.js +2 -1
  39. package/lib/ini.js +1 -1
  40. package/lib/java/java-project.d.ts +0 -7
  41. package/lib/java/java-project.js +2 -5
  42. package/lib/java/junit.js +3 -6
  43. package/lib/java/maven-compile.d.ts +0 -5
  44. package/lib/java/maven-compile.js +3 -6
  45. package/lib/java/maven-packaging.d.ts +0 -7
  46. package/lib/java/maven-packaging.js +7 -8
  47. package/lib/java/maven-sample.js +1 -1
  48. package/lib/java/pom.js +1 -1
  49. package/lib/java/projenrc.js +4 -6
  50. package/lib/javascript/bundler.d.ts +1 -8
  51. package/lib/javascript/bundler.js +4 -5
  52. package/lib/javascript/npm-config.js +1 -1
  53. package/lib/javascript/projenrc.js +3 -4
  54. package/lib/jest.js +1 -1
  55. package/lib/jsii-docgen.js +3 -2
  56. package/lib/jsii-project.js +1 -1
  57. package/lib/json/projenrc.js +4 -9
  58. package/lib/json.js +1 -1
  59. package/lib/license.js +1 -1
  60. package/lib/logger.js +6 -5
  61. package/lib/logging.d.ts +1 -0
  62. package/lib/logging.js +6 -4
  63. package/lib/makefile.js +1 -1
  64. package/lib/node-package.d.ts +6 -15
  65. package/lib/node-package.js +22 -15
  66. package/lib/node-project.d.ts +0 -54
  67. package/lib/node-project.js +34 -70
  68. package/lib/object-file.js +1 -1
  69. package/lib/project-build.d.ts +60 -0
  70. package/lib/project-build.js +61 -0
  71. package/lib/project.d.ts +60 -1
  72. package/lib/project.js +40 -9
  73. package/lib/projects.js +1 -1
  74. package/lib/python/pip.js +1 -1
  75. package/lib/python/poetry.d.ts +0 -6
  76. package/lib/python/poetry.js +4 -7
  77. package/lib/python/projenrc.js +3 -5
  78. package/lib/python/pytest.d.ts +0 -5
  79. package/lib/python/pytest.js +6 -9
  80. package/lib/python/python-packaging.d.ts +0 -6
  81. package/lib/python/python-packaging.js +1 -1
  82. package/lib/python/python-project.js +1 -1
  83. package/lib/python/python-sample.js +1 -1
  84. package/lib/python/requirements-file.js +1 -1
  85. package/lib/python/setuppy.js +1 -1
  86. package/lib/python/setuptools.d.ts +0 -6
  87. package/lib/python/setuptools.js +3 -6
  88. package/lib/python/venv.js +1 -1
  89. package/lib/readme.js +1 -1
  90. package/lib/release/publisher.js +1 -1
  91. package/lib/release/release-trigger.js +1 -1
  92. package/lib/release/release.js +1 -1
  93. package/lib/sample-file.js +2 -2
  94. package/lib/semver.js +1 -1
  95. package/lib/source-code.js +1 -1
  96. package/lib/tasks/runtime.js +10 -7
  97. package/lib/tasks/task.d.ts +8 -0
  98. package/lib/tasks/task.js +26 -2
  99. package/lib/tasks/tasks.js +1 -1
  100. package/lib/textfile.js +1 -1
  101. package/lib/toml.js +1 -1
  102. package/lib/typescript/projenrc.js +3 -6
  103. package/lib/typescript-config.js +1 -1
  104. package/lib/typescript-typedoc.js +3 -2
  105. package/lib/typescript.d.ts +0 -13
  106. package/lib/typescript.js +24 -45
  107. package/lib/upgrade-dependencies.js +2 -2
  108. package/lib/util.js +3 -3
  109. package/lib/version.js +1 -1
  110. package/lib/vscode/devcontainer.js +1 -1
  111. package/lib/vscode/launch-config.js +1 -1
  112. package/lib/vscode/vscode.js +1 -1
  113. package/lib/web/next.js +5 -5
  114. package/lib/web/postcss.js +1 -1
  115. package/lib/web/react.js +6 -6
  116. package/lib/web/tailwind.js +1 -1
  117. package/lib/xmlfile.js +1 -1
  118. package/lib/yaml.js +1 -1
  119. package/package.json +4 -2
package/.jsii CHANGED
@@ -49,25 +49,25 @@
49
49
  "projen.awscdk": {
50
50
  "locationInModule": {
51
51
  "filename": "src/index.ts",
52
- "line": 53
52
+ "line": 54
53
53
  }
54
54
  },
55
55
  "projen.deps": {
56
56
  "locationInModule": {
57
57
  "filename": "src/index.ts",
58
- "line": 45
58
+ "line": 46
59
59
  }
60
60
  },
61
61
  "projen.git": {
62
62
  "locationInModule": {
63
63
  "filename": "src/index.ts",
64
- "line": 52
64
+ "line": 53
65
65
  }
66
66
  },
67
67
  "projen.github": {
68
68
  "locationInModule": {
69
69
  "filename": "src/index.ts",
70
- "line": 43
70
+ "line": 44
71
71
  }
72
72
  },
73
73
  "projen.github.workflows": {
@@ -79,55 +79,55 @@
79
79
  "projen.java": {
80
80
  "locationInModule": {
81
81
  "filename": "src/index.ts",
82
- "line": 47
82
+ "line": 48
83
83
  }
84
84
  },
85
85
  "projen.javascript": {
86
86
  "locationInModule": {
87
87
  "filename": "src/index.ts",
88
- "line": 50
88
+ "line": 51
89
89
  }
90
90
  },
91
91
  "projen.json": {
92
92
  "locationInModule": {
93
93
  "filename": "src/index.ts",
94
- "line": 46
94
+ "line": 47
95
95
  }
96
96
  },
97
97
  "projen.python": {
98
98
  "locationInModule": {
99
99
  "filename": "src/index.ts",
100
- "line": 48
100
+ "line": 49
101
101
  }
102
102
  },
103
103
  "projen.release": {
104
104
  "locationInModule": {
105
105
  "filename": "src/index.ts",
106
- "line": 51
106
+ "line": 52
107
107
  }
108
108
  },
109
109
  "projen.tasks": {
110
110
  "locationInModule": {
111
111
  "filename": "src/index.ts",
112
- "line": 41
112
+ "line": 42
113
113
  }
114
114
  },
115
115
  "projen.typescript": {
116
116
  "locationInModule": {
117
117
  "filename": "src/index.ts",
118
- "line": 49
118
+ "line": 50
119
119
  }
120
120
  },
121
121
  "projen.vscode": {
122
122
  "locationInModule": {
123
123
  "filename": "src/index.ts",
124
- "line": 44
124
+ "line": 45
125
125
  }
126
126
  },
127
127
  "projen.web": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 42
130
+ "line": 43
131
131
  }
132
132
  }
133
133
  },
@@ -158,7 +158,7 @@
158
158
  "kind": "enum",
159
159
  "locationInModule": {
160
160
  "filename": "src/node-project.ts",
161
- "line": 302
161
+ "line": 283
162
162
  },
163
163
  "members": [
164
164
  {
@@ -557,7 +557,7 @@
557
557
  },
558
558
  "locationInModule": {
559
559
  "filename": "src/awscdk-app-ts.ts",
560
- "line": 167
560
+ "line": 166
561
561
  },
562
562
  "name": "addCdkDependency",
563
563
  "parameters": [
@@ -1142,7 +1142,7 @@
1142
1142
  "kind": "interface",
1143
1143
  "locationInModule": {
1144
1144
  "filename": "src/node-package.ts",
1145
- "line": 303
1145
+ "line": 294
1146
1146
  },
1147
1147
  "name": "CodeArtifactOptions",
1148
1148
  "properties": [
@@ -1157,7 +1157,7 @@
1157
1157
  "immutable": true,
1158
1158
  "locationInModule": {
1159
1159
  "filename": "src/node-package.ts",
1160
- "line": 310
1160
+ "line": 301
1161
1161
  },
1162
1162
  "name": "accessKeyIdSecret",
1163
1163
  "optional": true,
@@ -1176,7 +1176,7 @@
1176
1176
  "immutable": true,
1177
1177
  "locationInModule": {
1178
1178
  "filename": "src/node-package.ts",
1179
- "line": 318
1179
+ "line": 309
1180
1180
  },
1181
1181
  "name": "secretAccessKeySecret",
1182
1182
  "optional": true,
@@ -4076,7 +4076,7 @@
4076
4076
  },
4077
4077
  "locationInModule": {
4078
4078
  "filename": "src/project.ts",
4079
- "line": 668
4079
+ "line": 716
4080
4080
  },
4081
4081
  "parameters": [
4082
4082
  {
@@ -4090,7 +4090,7 @@
4090
4090
  "kind": "class",
4091
4091
  "locationInModule": {
4092
4092
  "filename": "src/project.ts",
4093
- "line": 627
4093
+ "line": 675
4094
4094
  },
4095
4095
  "methods": [
4096
4096
  {
@@ -4102,7 +4102,7 @@
4102
4102
  },
4103
4103
  "locationInModule": {
4104
4104
  "filename": "src/project.ts",
4105
- "line": 710
4105
+ "line": 759
4106
4106
  },
4107
4107
  "name": "annotateGenerated",
4108
4108
  "overrides": "projen.Project",
@@ -4128,7 +4128,7 @@
4128
4128
  "immutable": true,
4129
4129
  "locationInModule": {
4130
4130
  "filename": "src/project.ts",
4131
- "line": 661
4131
+ "line": 709
4132
4132
  },
4133
4133
  "name": "projectType",
4134
4134
  "type": {
@@ -4143,7 +4143,7 @@
4143
4143
  "immutable": true,
4144
4144
  "locationInModule": {
4145
4145
  "filename": "src/project.ts",
4146
- "line": 666
4146
+ "line": 714
4147
4147
  },
4148
4148
  "name": "autoApprove",
4149
4149
  "optional": true,
@@ -4160,7 +4160,7 @@
4160
4160
  "immutable": true,
4161
4161
  "locationInModule": {
4162
4162
  "filename": "src/project.ts",
4163
- "line": 654
4163
+ "line": 702
4164
4164
  },
4165
4165
  "name": "devContainer",
4166
4166
  "optional": true,
@@ -4177,7 +4177,7 @@
4177
4177
  "immutable": true,
4178
4178
  "locationInModule": {
4179
4179
  "filename": "src/project.ts",
4180
- "line": 633
4180
+ "line": 681
4181
4181
  },
4182
4182
  "name": "github",
4183
4183
  "optional": true,
@@ -4194,7 +4194,7 @@
4194
4194
  "immutable": true,
4195
4195
  "locationInModule": {
4196
4196
  "filename": "src/project.ts",
4197
- "line": 647
4197
+ "line": 695
4198
4198
  },
4199
4199
  "name": "gitpod",
4200
4200
  "optional": true,
@@ -4211,7 +4211,7 @@
4211
4211
  "immutable": true,
4212
4212
  "locationInModule": {
4213
4213
  "filename": "src/project.ts",
4214
- "line": 640
4214
+ "line": 688
4215
4215
  },
4216
4216
  "name": "vscode",
4217
4217
  "optional": true,
@@ -4236,7 +4236,7 @@
4236
4236
  "kind": "interface",
4237
4237
  "locationInModule": {
4238
4238
  "filename": "src/project.ts",
4239
- "line": 520
4239
+ "line": 560
4240
4240
  },
4241
4241
  "name": "GitHubProjectOptions",
4242
4242
  "properties": [
@@ -4250,7 +4250,7 @@
4250
4250
  "immutable": true,
4251
4251
  "locationInModule": {
4252
4252
  "filename": "src/project.ts",
4253
- "line": 593
4253
+ "line": 641
4254
4254
  },
4255
4255
  "name": "autoApproveOptions",
4256
4256
  "optional": true,
@@ -4269,7 +4269,7 @@
4269
4269
  "immutable": true,
4270
4270
  "locationInModule": {
4271
4271
  "filename": "src/project.ts",
4272
- "line": 601
4272
+ "line": 649
4273
4273
  },
4274
4274
  "name": "autoMergeOptions",
4275
4275
  "optional": true,
@@ -4287,7 +4287,7 @@
4287
4287
  "immutable": true,
4288
4288
  "locationInModule": {
4289
4289
  "filename": "src/project.ts",
4290
- "line": 572
4290
+ "line": 620
4291
4291
  },
4292
4292
  "name": "clobber",
4293
4293
  "optional": true,
@@ -4305,7 +4305,7 @@
4305
4305
  "immutable": true,
4306
4306
  "locationInModule": {
4307
4307
  "filename": "src/project.ts",
4308
- "line": 566
4308
+ "line": 614
4309
4309
  },
4310
4310
  "name": "devContainer",
4311
4311
  "optional": true,
@@ -4324,7 +4324,7 @@
4324
4324
  "immutable": true,
4325
4325
  "locationInModule": {
4326
4326
  "filename": "src/project.ts",
4327
- "line": 544
4327
+ "line": 584
4328
4328
  },
4329
4329
  "name": "github",
4330
4330
  "optional": true,
@@ -4342,7 +4342,7 @@
4342
4342
  "immutable": true,
4343
4343
  "locationInModule": {
4344
4344
  "filename": "src/project.ts",
4345
- "line": 551
4345
+ "line": 591
4346
4346
  },
4347
4347
  "name": "githubOptions",
4348
4348
  "optional": true,
@@ -4360,7 +4360,7 @@
4360
4360
  "immutable": true,
4361
4361
  "locationInModule": {
4362
4362
  "filename": "src/project.ts",
4363
- "line": 526
4363
+ "line": 566
4364
4364
  },
4365
4365
  "name": "gitpod",
4366
4366
  "optional": true,
@@ -4379,7 +4379,7 @@
4379
4379
  "immutable": true,
4380
4380
  "locationInModule": {
4381
4381
  "filename": "src/project.ts",
4382
- "line": 559
4382
+ "line": 599
4383
4383
  },
4384
4384
  "name": "mergify",
4385
4385
  "optional": true,
@@ -4387,6 +4387,25 @@
4387
4387
  "primitive": "boolean"
4388
4388
  }
4389
4389
  },
4390
+ {
4391
+ "abstract": true,
4392
+ "docs": {
4393
+ "default": "- default options",
4394
+ "deprecated": "use `githubOptions.mergifyOptions` instead",
4395
+ "stability": "deprecated",
4396
+ "summary": "Options for mergify."
4397
+ },
4398
+ "immutable": true,
4399
+ "locationInModule": {
4400
+ "filename": "src/project.ts",
4401
+ "line": 607
4402
+ },
4403
+ "name": "mergifyOptions",
4404
+ "optional": true,
4405
+ "type": {
4406
+ "fqn": "projen.github.MergifyOptions"
4407
+ }
4408
+ },
4390
4409
  {
4391
4410
  "abstract": true,
4392
4411
  "docs": {
@@ -4398,7 +4417,7 @@
4398
4417
  "immutable": true,
4399
4418
  "locationInModule": {
4400
4419
  "filename": "src/project.ts",
4401
- "line": 587
4420
+ "line": 635
4402
4421
  },
4403
4422
  "name": "projectType",
4404
4423
  "optional": true,
@@ -4417,7 +4436,7 @@
4417
4436
  "immutable": true,
4418
4437
  "locationInModule": {
4419
4438
  "filename": "src/project.ts",
4420
- "line": 580
4439
+ "line": 628
4421
4440
  },
4422
4441
  "name": "readme",
4423
4442
  "optional": true,
@@ -4436,7 +4455,7 @@
4436
4455
  "immutable": true,
4437
4456
  "locationInModule": {
4438
4457
  "filename": "src/project.ts",
4439
- "line": 615
4458
+ "line": 663
4440
4459
  },
4441
4460
  "name": "stale",
4442
4461
  "optional": true,
@@ -4455,7 +4474,7 @@
4455
4474
  "immutable": true,
4456
4475
  "locationInModule": {
4457
4476
  "filename": "src/project.ts",
4458
- "line": 608
4477
+ "line": 656
4459
4478
  },
4460
4479
  "name": "staleOptions",
4461
4480
  "optional": true,
@@ -4474,7 +4493,7 @@
4474
4493
  "immutable": true,
4475
4494
  "locationInModule": {
4476
4495
  "filename": "src/project.ts",
4477
- "line": 535
4496
+ "line": 575
4478
4497
  },
4479
4498
  "name": "vscode",
4480
4499
  "optional": true,
@@ -9053,7 +9072,7 @@
9053
9072
  "kind": "interface",
9054
9073
  "locationInModule": {
9055
9074
  "filename": "src/project.ts",
9056
- "line": 494
9075
+ "line": 534
9057
9076
  },
9058
9077
  "name": "NewProject",
9059
9078
  "properties": [
@@ -9066,7 +9085,7 @@
9066
9085
  "immutable": true,
9067
9086
  "locationInModule": {
9068
9087
  "filename": "src/project.ts",
9069
- "line": 503
9088
+ "line": 543
9070
9089
  },
9071
9090
  "name": "args",
9072
9091
  "type": {
@@ -9089,7 +9108,7 @@
9089
9108
  "immutable": true,
9090
9109
  "locationInModule": {
9091
9110
  "filename": "src/project.ts",
9092
- "line": 514
9111
+ "line": 554
9093
9112
  },
9094
9113
  "name": "comments",
9095
9114
  "type": {
@@ -9105,7 +9124,7 @@
9105
9124
  "immutable": true,
9106
9125
  "locationInModule": {
9107
9126
  "filename": "src/project.ts",
9108
- "line": 498
9127
+ "line": 538
9109
9128
  },
9110
9129
  "name": "fqn",
9111
9130
  "type": {
@@ -9121,7 +9140,7 @@
9121
9140
  "immutable": true,
9122
9141
  "locationInModule": {
9123
9142
  "filename": "src/project.ts",
9124
- "line": 508
9143
+ "line": 548
9125
9144
  },
9126
9145
  "name": "type",
9127
9146
  "type": {
@@ -9184,7 +9203,7 @@
9184
9203
  },
9185
9204
  "locationInModule": {
9186
9205
  "filename": "src/node-package.ts",
9187
- "line": 417
9206
+ "line": 403
9188
9207
  },
9189
9208
  "parameters": [
9190
9209
  {
@@ -9205,7 +9224,7 @@
9205
9224
  "kind": "class",
9206
9225
  "locationInModule": {
9207
9226
  "filename": "src/node-package.ts",
9208
- "line": 324
9227
+ "line": 315
9209
9228
  },
9210
9229
  "methods": [
9211
9230
  {
@@ -9214,7 +9233,7 @@
9214
9233
  },
9215
9234
  "locationInModule": {
9216
9235
  "filename": "src/node-package.ts",
9217
- "line": 596
9236
+ "line": 581
9218
9237
  },
9219
9238
  "name": "addBin",
9220
9239
  "parameters": [
@@ -9239,7 +9258,7 @@
9239
9258
  },
9240
9259
  "locationInModule": {
9241
9260
  "filename": "src/node-package.ts",
9242
- "line": 567
9261
+ "line": 552
9243
9262
  },
9244
9263
  "name": "addBundledDeps",
9245
9264
  "parameters": [
@@ -9264,7 +9283,7 @@
9264
9283
  },
9265
9284
  "locationInModule": {
9266
9285
  "filename": "src/node-package.ts",
9267
- "line": 510
9286
+ "line": 495
9268
9287
  },
9269
9288
  "name": "addDeps",
9270
9289
  "parameters": [
@@ -9289,7 +9308,7 @@
9289
9308
  },
9290
9309
  "locationInModule": {
9291
9310
  "filename": "src/node-package.ts",
9292
- "line": 525
9311
+ "line": 510
9293
9312
  },
9294
9313
  "name": "addDevDeps",
9295
9314
  "parameters": [
@@ -9314,7 +9333,7 @@
9314
9333
  },
9315
9334
  "locationInModule": {
9316
9335
  "filename": "src/node-package.ts",
9317
- "line": 582
9336
+ "line": 567
9318
9337
  },
9319
9338
  "name": "addEngine",
9320
9339
  "parameters": [
@@ -9348,7 +9367,7 @@
9348
9367
  },
9349
9368
  "locationInModule": {
9350
9369
  "filename": "src/node-package.ts",
9351
- "line": 636
9370
+ "line": 621
9352
9371
  },
9353
9372
  "name": "addField",
9354
9373
  "parameters": [
@@ -9379,7 +9398,7 @@
9379
9398
  },
9380
9399
  "locationInModule": {
9381
9400
  "filename": "src/node-package.ts",
9382
- "line": 590
9401
+ "line": 575
9383
9402
  },
9384
9403
  "name": "addKeywords",
9385
9404
  "parameters": [
@@ -9404,7 +9423,7 @@
9404
9423
  },
9405
9424
  "locationInModule": {
9406
9425
  "filename": "src/node-package.ts",
9407
- "line": 545
9426
+ "line": 530
9408
9427
  },
9409
9428
  "name": "addPeerDeps",
9410
9429
  "parameters": [
@@ -9429,7 +9448,7 @@
9429
9448
  },
9430
9449
  "locationInModule": {
9431
9450
  "filename": "src/node-package.ts",
9432
- "line": 644
9451
+ "line": 629
9433
9452
  },
9434
9453
  "name": "addVersion",
9435
9454
  "parameters": [
@@ -9452,7 +9471,7 @@
9452
9471
  },
9453
9472
  "locationInModule": {
9454
9473
  "filename": "src/node-package.ts",
9455
- "line": 626
9474
+ "line": 611
9456
9475
  },
9457
9476
  "name": "hasScript",
9458
9477
  "parameters": [
@@ -9480,7 +9499,7 @@
9480
9499
  },
9481
9500
  "locationInModule": {
9482
9501
  "filename": "src/node-package.ts",
9483
- "line": 713
9502
+ "line": 698
9484
9503
  },
9485
9504
  "name": "postSynthesize",
9486
9505
  "overrides": "projen.Component"
@@ -9492,7 +9511,7 @@
9492
9511
  },
9493
9512
  "locationInModule": {
9494
9513
  "filename": "src/node-package.ts",
9495
- "line": 708
9514
+ "line": 693
9496
9515
  },
9497
9516
  "name": "preSynthesize",
9498
9517
  "overrides": "projen.Component"
@@ -9504,7 +9523,7 @@
9504
9523
  },
9505
9524
  "locationInModule": {
9506
9525
  "filename": "src/node-package.ts",
9507
- "line": 616
9526
+ "line": 601
9508
9527
  },
9509
9528
  "name": "removeScript",
9510
9529
  "parameters": [
@@ -9526,7 +9545,7 @@
9526
9545
  },
9527
9546
  "locationInModule": {
9528
9547
  "filename": "src/node-package.ts",
9529
- "line": 665
9548
+ "line": 650
9530
9549
  },
9531
9550
  "name": "renderUpgradePackagesCommand",
9532
9551
  "parameters": [
@@ -9567,7 +9586,7 @@
9567
9586
  },
9568
9587
  "locationInModule": {
9569
9588
  "filename": "src/node-package.ts",
9570
- "line": 608
9589
+ "line": 593
9571
9590
  },
9572
9591
  "name": "setScript",
9573
9592
  "parameters": [
@@ -9602,7 +9621,7 @@
9602
9621
  "immutable": true,
9603
9622
  "locationInModule": {
9604
9623
  "filename": "src/node-package.ts",
9605
- "line": 344
9624
+ "line": 330
9606
9625
  },
9607
9626
  "name": "allowLibraryDependencies",
9608
9627
  "type": {
@@ -9617,7 +9636,7 @@
9617
9636
  "immutable": true,
9618
9637
  "locationInModule": {
9619
9638
  "filename": "src/node-package.ts",
9620
- "line": 334
9639
+ "line": 325
9621
9640
  },
9622
9641
  "name": "entrypoint",
9623
9642
  "type": {
@@ -9632,7 +9651,7 @@
9632
9651
  "immutable": true,
9633
9652
  "locationInModule": {
9634
9653
  "filename": "src/node-package.ts",
9635
- "line": 658
9654
+ "line": 643
9636
9655
  },
9637
9656
  "name": "installAndUpdateLockfileCommand",
9638
9657
  "type": {
@@ -9647,7 +9666,7 @@
9647
9666
  "immutable": true,
9648
9667
  "locationInModule": {
9649
9668
  "filename": "src/node-package.ts",
9650
- "line": 651
9669
+ "line": 636
9651
9670
  },
9652
9671
  "name": "installCommand",
9653
9672
  "type": {
@@ -9662,7 +9681,7 @@
9662
9681
  "immutable": true,
9663
9682
  "locationInModule": {
9664
9683
  "filename": "src/node-package.ts",
9665
- "line": 408
9684
+ "line": 394
9666
9685
  },
9667
9686
  "name": "lockFile",
9668
9687
  "type": {
@@ -9677,7 +9696,7 @@
9677
9696
  "immutable": true,
9678
9697
  "locationInModule": {
9679
9698
  "filename": "src/node-package.ts",
9680
- "line": 354
9699
+ "line": 340
9681
9700
  },
9682
9701
  "name": "manifest",
9683
9702
  "type": {
@@ -9692,7 +9711,7 @@
9692
9711
  "immutable": true,
9693
9712
  "locationInModule": {
9694
9713
  "filename": "src/node-package.ts",
9695
- "line": 403
9714
+ "line": 389
9696
9715
  },
9697
9716
  "name": "npmAccess",
9698
9717
  "type": {
@@ -9707,7 +9726,7 @@
9707
9726
  "immutable": true,
9708
9727
  "locationInModule": {
9709
9728
  "filename": "src/node-package.ts",
9710
- "line": 376
9729
+ "line": 362
9711
9730
  },
9712
9731
  "name": "npmDistTag",
9713
9732
  "type": {
@@ -9722,7 +9741,7 @@
9722
9741
  "immutable": true,
9723
9742
  "locationInModule": {
9724
9743
  "filename": "src/node-package.ts",
9725
- "line": 386
9744
+ "line": 372
9726
9745
  },
9727
9746
  "name": "npmRegistry",
9728
9747
  "type": {
@@ -9737,7 +9756,7 @@
9737
9756
  "immutable": true,
9738
9757
  "locationInModule": {
9739
9758
  "filename": "src/node-package.ts",
9740
- "line": 381
9759
+ "line": 367
9741
9760
  },
9742
9761
  "name": "npmRegistryUrl",
9743
9762
  "type": {
@@ -9752,7 +9771,7 @@
9752
9771
  "immutable": true,
9753
9772
  "locationInModule": {
9754
9773
  "filename": "src/node-package.ts",
9755
- "line": 349
9774
+ "line": 335
9756
9775
  },
9757
9776
  "name": "packageManager",
9758
9777
  "type": {
@@ -9767,7 +9786,7 @@
9767
9786
  "immutable": true,
9768
9787
  "locationInModule": {
9769
9788
  "filename": "src/node-package.ts",
9770
- "line": 329
9789
+ "line": 320
9771
9790
  },
9772
9791
  "name": "packageName",
9773
9792
  "type": {
@@ -9777,12 +9796,12 @@
9777
9796
  {
9778
9797
  "docs": {
9779
9798
  "stability": "experimental",
9780
- "summary": "The command to use in order to run the projen CLI."
9799
+ "summary": "The command which executes \"projen\"."
9781
9800
  },
9782
9801
  "immutable": true,
9783
9802
  "locationInModule": {
9784
9803
  "filename": "src/node-package.ts",
9785
- "line": 339
9804
+ "line": 711
9786
9805
  },
9787
9806
  "name": "projenCommand",
9788
9807
  "type": {
@@ -9798,7 +9817,7 @@
9798
9817
  "immutable": true,
9799
9818
  "locationInModule": {
9800
9819
  "filename": "src/node-package.ts",
9801
- "line": 398
9820
+ "line": 384
9802
9821
  },
9803
9822
  "name": "codeArtifactOptions",
9804
9823
  "optional": true,
@@ -9815,7 +9834,7 @@
9815
9834
  "immutable": true,
9816
9835
  "locationInModule": {
9817
9836
  "filename": "src/node-package.ts",
9818
- "line": 371
9837
+ "line": 357
9819
9838
  },
9820
9839
  "name": "license",
9821
9840
  "optional": true,
@@ -9832,7 +9851,7 @@
9832
9851
  "immutable": true,
9833
9852
  "locationInModule": {
9834
9853
  "filename": "src/node-package.ts",
9835
- "line": 366
9854
+ "line": 352
9836
9855
  },
9837
9856
  "name": "maxNodeVersion",
9838
9857
  "optional": true,
@@ -9849,7 +9868,7 @@
9849
9868
  "immutable": true,
9850
9869
  "locationInModule": {
9851
9870
  "filename": "src/node-package.ts",
9852
- "line": 360
9871
+ "line": 346
9853
9872
  },
9854
9873
  "name": "minNodeVersion",
9855
9874
  "optional": true,
@@ -9865,7 +9884,7 @@
9865
9884
  "immutable": true,
9866
9885
  "locationInModule": {
9867
9886
  "filename": "src/node-package.ts",
9868
- "line": 391
9887
+ "line": 377
9869
9888
  },
9870
9889
  "name": "npmTokenSecret",
9871
9890
  "optional": true,
@@ -9886,7 +9905,7 @@
9886
9905
  "kind": "enum",
9887
9906
  "locationInModule": {
9888
9907
  "filename": "src/node-package.ts",
9889
- "line": 1090
9908
+ "line": 1082
9890
9909
  },
9891
9910
  "members": [
9892
9911
  {
@@ -9956,7 +9975,7 @@
9956
9975
  "immutable": true,
9957
9976
  "locationInModule": {
9958
9977
  "filename": "src/node-package.ts",
9959
- "line": 193
9978
+ "line": 184
9960
9979
  },
9961
9980
  "name": "authorEmail",
9962
9981
  "optional": true,
@@ -9973,7 +9992,7 @@
9973
9992
  "immutable": true,
9974
9993
  "locationInModule": {
9975
9994
  "filename": "src/node-package.ts",
9976
- "line": 188
9995
+ "line": 179
9977
9996
  },
9978
9997
  "name": "authorName",
9979
9998
  "optional": true,
@@ -9990,7 +10009,7 @@
9990
10009
  "immutable": true,
9991
10010
  "locationInModule": {
9992
10011
  "filename": "src/node-package.ts",
9993
- "line": 203
10012
+ "line": 194
9994
10013
  },
9995
10014
  "name": "authorOrganization",
9996
10015
  "optional": true,
@@ -10007,7 +10026,7 @@
10007
10026
  "immutable": true,
10008
10027
  "locationInModule": {
10009
10028
  "filename": "src/node-package.ts",
10010
- "line": 198
10029
+ "line": 189
10011
10030
  },
10012
10031
  "name": "authorUrl",
10013
10032
  "optional": true,
@@ -10089,7 +10108,7 @@
10089
10108
  "immutable": true,
10090
10109
  "locationInModule": {
10091
10110
  "filename": "src/node-package.ts",
10092
- "line": 300
10111
+ "line": 291
10093
10112
  },
10094
10113
  "name": "codeArtifactOptions",
10095
10114
  "optional": true,
@@ -10202,7 +10221,7 @@
10202
10221
  "immutable": true,
10203
10222
  "locationInModule": {
10204
10223
  "filename": "src/node-package.ts",
10205
- "line": 208
10224
+ "line": 199
10206
10225
  },
10207
10226
  "name": "homepage",
10208
10227
  "optional": true,
@@ -10243,7 +10262,7 @@
10243
10262
  "immutable": true,
10244
10263
  "locationInModule": {
10245
10264
  "filename": "src/node-package.ts",
10246
- "line": 236
10265
+ "line": 227
10247
10266
  },
10248
10267
  "name": "license",
10249
10268
  "optional": true,
@@ -10261,7 +10280,7 @@
10261
10280
  "immutable": true,
10262
10281
  "locationInModule": {
10263
10282
  "filename": "src/node-package.ts",
10264
- "line": 243
10283
+ "line": 234
10265
10284
  },
10266
10285
  "name": "licensed",
10267
10286
  "optional": true,
@@ -10279,7 +10298,7 @@
10279
10298
  "immutable": true,
10280
10299
  "locationInModule": {
10281
10300
  "filename": "src/node-package.ts",
10282
- "line": 227
10301
+ "line": 218
10283
10302
  },
10284
10303
  "name": "maxNodeVersion",
10285
10304
  "optional": true,
@@ -10297,7 +10316,7 @@
10297
10316
  "immutable": true,
10298
10317
  "locationInModule": {
10299
10318
  "filename": "src/node-package.ts",
10300
- "line": 220
10319
+ "line": 211
10301
10320
  },
10302
10321
  "name": "minNodeVersion",
10303
10322
  "optional": true,
@@ -10315,7 +10334,7 @@
10315
10334
  "immutable": true,
10316
10335
  "locationInModule": {
10317
10336
  "filename": "src/node-package.ts",
10318
- "line": 286
10337
+ "line": 277
10319
10338
  },
10320
10339
  "name": "npmAccess",
10321
10340
  "optional": true,
@@ -10334,7 +10353,7 @@
10334
10353
  "immutable": true,
10335
10354
  "locationInModule": {
10336
10355
  "filename": "src/node-package.ts",
10337
- "line": 261
10356
+ "line": 252
10338
10357
  },
10339
10358
  "name": "npmDistTag",
10340
10359
  "optional": true,
@@ -10353,7 +10372,7 @@
10353
10372
  "immutable": true,
10354
10373
  "locationInModule": {
10355
10374
  "filename": "src/node-package.ts",
10356
- "line": 277
10375
+ "line": 268
10357
10376
  },
10358
10377
  "name": "npmRegistry",
10359
10378
  "optional": true,
@@ -10372,7 +10391,7 @@
10372
10391
  "immutable": true,
10373
10392
  "locationInModule": {
10374
10393
  "filename": "src/node-package.ts",
10375
- "line": 270
10394
+ "line": 261
10376
10395
  },
10377
10396
  "name": "npmRegistryUrl",
10378
10397
  "optional": true,
@@ -10390,7 +10409,7 @@
10390
10409
  "immutable": true,
10391
10410
  "locationInModule": {
10392
10411
  "filename": "src/node-package.ts",
10393
- "line": 293
10412
+ "line": 284
10394
10413
  },
10395
10414
  "name": "npmTokenSecret",
10396
10415
  "optional": true,
@@ -10408,7 +10427,7 @@
10408
10427
  "immutable": true,
10409
10428
  "locationInModule": {
10410
10429
  "filename": "src/node-package.ts",
10411
- "line": 171
10430
+ "line": 162
10412
10431
  },
10413
10432
  "name": "packageManager",
10414
10433
  "optional": true,
@@ -10478,25 +10497,6 @@
10478
10497
  }
10479
10498
  }
10480
10499
  },
10481
- {
10482
- "abstract": true,
10483
- "docs": {
10484
- "default": "\"npx projen\"",
10485
- "remarks": "Can be used to customize in special environments.",
10486
- "stability": "experimental",
10487
- "summary": "The shell command to use in order to run the projen CLI."
10488
- },
10489
- "immutable": true,
10490
- "locationInModule": {
10491
- "filename": "src/node-package.ts",
10492
- "line": 164
10493
- },
10494
- "name": "projenCommand",
10495
- "optional": true,
10496
- "type": {
10497
- "primitive": "string"
10498
- }
10499
- },
10500
10500
  {
10501
10501
  "abstract": true,
10502
10502
  "docs": {
@@ -10507,7 +10507,7 @@
10507
10507
  "immutable": true,
10508
10508
  "locationInModule": {
10509
10509
  "filename": "src/node-package.ts",
10510
- "line": 177
10510
+ "line": 168
10511
10511
  },
10512
10512
  "name": "repository",
10513
10513
  "optional": true,
@@ -10524,7 +10524,7 @@
10524
10524
  "immutable": true,
10525
10525
  "locationInModule": {
10526
10526
  "filename": "src/node-package.ts",
10527
- "line": 183
10527
+ "line": 174
10528
10528
  },
10529
10529
  "name": "repositoryDirectory",
10530
10530
  "optional": true,
@@ -10565,7 +10565,7 @@
10565
10565
  "immutable": true,
10566
10566
  "locationInModule": {
10567
10567
  "filename": "src/node-package.ts",
10568
- "line": 213
10568
+ "line": 204
10569
10569
  },
10570
10570
  "name": "stability",
10571
10571
  "optional": true,
@@ -10590,7 +10590,7 @@
10590
10590
  },
10591
10591
  "locationInModule": {
10592
10592
  "filename": "src/node-project.ts",
10593
- "line": 439
10593
+ "line": 400
10594
10594
  },
10595
10595
  "parameters": [
10596
10596
  {
@@ -10604,7 +10604,7 @@
10604
10604
  "kind": "class",
10605
10605
  "locationInModule": {
10606
10606
  "filename": "src/node-project.ts",
10607
- "line": 317
10607
+ "line": 298
10608
10608
  },
10609
10609
  "methods": [
10610
10610
  {
@@ -10613,7 +10613,7 @@
10613
10613
  },
10614
10614
  "locationInModule": {
10615
10615
  "filename": "src/node-project.ts",
10616
- "line": 801
10616
+ "line": 739
10617
10617
  },
10618
10618
  "name": "addBins",
10619
10619
  "parameters": [
@@ -10630,28 +10630,6 @@
10630
10630
  }
10631
10631
  ]
10632
10632
  },
10633
- {
10634
- "docs": {
10635
- "deprecated": "use `project.buildTask.exec()`",
10636
- "stability": "deprecated",
10637
- "summary": "DEPRECATED."
10638
- },
10639
- "locationInModule": {
10640
- "filename": "src/node-project.ts",
10641
- "line": 855
10642
- },
10643
- "name": "addBuildCommand",
10644
- "parameters": [
10645
- {
10646
- "name": "commands",
10647
- "type": {
10648
- "primitive": "string"
10649
- },
10650
- "variadic": true
10651
- }
10652
- ],
10653
- "variadic": true
10654
- },
10655
10633
  {
10656
10634
  "docs": {
10657
10635
  "remarks": "Bundled dependencies will be added as normal dependencies as well as to the\n`bundledDependencies` section of your `package.json`.",
@@ -10660,7 +10638,7 @@
10660
10638
  },
10661
10639
  "locationInModule": {
10662
10640
  "filename": "src/node-project.ts",
10663
- "line": 964
10641
+ "line": 892
10664
10642
  },
10665
10643
  "name": "addBundledDeps",
10666
10644
  "parameters": [
@@ -10686,7 +10664,7 @@
10686
10664
  },
10687
10665
  "locationInModule": {
10688
10666
  "filename": "src/node-project.ts",
10689
- "line": 835
10667
+ "line": 773
10690
10668
  },
10691
10669
  "name": "addCompileCommand",
10692
10670
  "parameters": [
@@ -10707,7 +10685,7 @@
10707
10685
  },
10708
10686
  "locationInModule": {
10709
10687
  "filename": "src/node-project.ts",
10710
- "line": 918
10688
+ "line": 846
10711
10689
  },
10712
10690
  "name": "addDeps",
10713
10691
  "parameters": [
@@ -10732,7 +10710,7 @@
10732
10710
  },
10733
10711
  "locationInModule": {
10734
10712
  "filename": "src/node-project.ts",
10735
- "line": 931
10713
+ "line": 859
10736
10714
  },
10737
10715
  "name": "addDevDeps",
10738
10716
  "parameters": [
@@ -10757,7 +10735,7 @@
10757
10735
  },
10758
10736
  "locationInModule": {
10759
10737
  "filename": "src/node-project.ts",
10760
- "line": 865
10738
+ "line": 793
10761
10739
  },
10762
10740
  "name": "addFields",
10763
10741
  "parameters": [
@@ -10784,7 +10762,7 @@
10784
10762
  },
10785
10763
  "locationInModule": {
10786
10764
  "filename": "src/node-project.ts",
10787
- "line": 875
10765
+ "line": 803
10788
10766
  },
10789
10767
  "name": "addKeywords",
10790
10768
  "parameters": [
@@ -10809,7 +10787,7 @@
10809
10787
  },
10810
10788
  "locationInModule": {
10811
10789
  "filename": "src/node-project.ts",
10812
- "line": 968
10790
+ "line": 896
10813
10791
  },
10814
10792
  "name": "addPackageIgnore",
10815
10793
  "overrides": "projen.Project",
@@ -10830,7 +10808,7 @@
10830
10808
  },
10831
10809
  "locationInModule": {
10832
10810
  "filename": "src/node-project.ts",
10833
- "line": 948
10811
+ "line": 876
10834
10812
  },
10835
10813
  "name": "addPeerDeps",
10836
10814
  "parameters": [
@@ -10856,7 +10834,7 @@
10856
10834
  },
10857
10835
  "locationInModule": {
10858
10836
  "filename": "src/node-project.ts",
10859
- "line": 845
10837
+ "line": 783
10860
10838
  },
10861
10839
  "name": "addTestCommand",
10862
10840
  "parameters": [
@@ -10877,7 +10855,7 @@
10877
10855
  },
10878
10856
  "locationInModule": {
10879
10857
  "filename": "src/node-project.ts",
10880
- "line": 827
10858
+ "line": 765
10881
10859
  },
10882
10860
  "name": "hasScript",
10883
10861
  "parameters": [
@@ -10904,7 +10882,7 @@
10904
10882
  },
10905
10883
  "locationInModule": {
10906
10884
  "filename": "src/node-project.ts",
10907
- "line": 819
10885
+ "line": 757
10908
10886
  },
10909
10887
  "name": "removeScript",
10910
10888
  "parameters": [
@@ -10927,7 +10905,7 @@
10927
10905
  },
10928
10906
  "locationInModule": {
10929
10907
  "filename": "src/node-project.ts",
10930
- "line": 1042
10908
+ "line": 970
10931
10909
  },
10932
10910
  "name": "runTaskCommand",
10933
10911
  "overrides": "projen.Project",
@@ -10955,7 +10933,7 @@
10955
10933
  },
10956
10934
  "locationInModule": {
10957
10935
  "filename": "src/node-project.ts",
10958
- "line": 811
10936
+ "line": 749
10959
10937
  },
10960
10938
  "name": "setScript",
10961
10939
  "parameters": [
@@ -10990,7 +10968,7 @@
10990
10968
  "immutable": true,
10991
10969
  "locationInModule": {
10992
10970
  "filename": "src/node-project.ts",
10993
- "line": 331
10971
+ "line": 312
10994
10972
  },
10995
10973
  "name": "allowLibraryDependencies",
10996
10974
  "type": {
@@ -11005,29 +10983,13 @@
11005
10983
  "immutable": true,
11006
10984
  "locationInModule": {
11007
10985
  "filename": "src/node-project.ts",
11008
- "line": 393
10986
+ "line": 359
11009
10987
  },
11010
10988
  "name": "antitamper",
11011
10989
  "type": {
11012
10990
  "primitive": "boolean"
11013
10991
  }
11014
10992
  },
11015
- {
11016
- "docs": {
11017
- "remarks": "It spawns: compile + test + release + package",
11018
- "stability": "experimental",
11019
- "summary": "The task responsible for a full release build."
11020
- },
11021
- "immutable": true,
11022
- "locationInModule": {
11023
- "filename": "src/node-project.ts",
11024
- "line": 351
11025
- },
11026
- "name": "buildTask",
11027
- "type": {
11028
- "fqn": "projen.tasks.Task"
11029
- }
11030
- },
11031
10993
  {
11032
10994
  "docs": {
11033
10995
  "stability": "experimental"
@@ -11035,29 +10997,13 @@
11035
10997
  "immutable": true,
11036
10998
  "locationInModule": {
11037
10999
  "filename": "src/node-project.ts",
11038
- "line": 434
11000
+ "line": 395
11039
11001
  },
11040
11002
  "name": "bundler",
11041
11003
  "type": {
11042
11004
  "fqn": "projen.javascript.Bundler"
11043
11005
  }
11044
11006
  },
11045
- {
11046
- "docs": {
11047
- "remarks": "By default for node.js projects this task is empty.",
11048
- "stability": "experimental",
11049
- "summary": "Compiles the code."
11050
- },
11051
- "immutable": true,
11052
- "locationInModule": {
11053
- "filename": "src/node-project.ts",
11054
- "line": 341
11055
- },
11056
- "name": "compileTask",
11057
- "type": {
11058
- "fqn": "projen.tasks.Task"
11059
- }
11060
- },
11061
11007
  {
11062
11008
  "docs": {
11063
11009
  "deprecated": "use `package.entrypoint`",
@@ -11066,7 +11012,7 @@
11066
11012
  "immutable": true,
11067
11013
  "locationInModule": {
11068
11014
  "filename": "src/node-project.ts",
11069
- "line": 336
11015
+ "line": 317
11070
11016
  },
11071
11017
  "name": "entrypoint",
11072
11018
  "type": {
@@ -11080,7 +11026,7 @@
11080
11026
  "immutable": true,
11081
11027
  "locationInModule": {
11082
11028
  "filename": "src/node-project.ts",
11083
- "line": 879
11029
+ "line": 807
11084
11030
  },
11085
11031
  "name": "installWorkflowSteps",
11086
11032
  "type": {
@@ -11100,7 +11046,7 @@
11100
11046
  "immutable": true,
11101
11047
  "locationInModule": {
11102
11048
  "filename": "src/node-project.ts",
11103
- "line": 430
11049
+ "line": 391
11104
11050
  },
11105
11051
  "name": "manifest",
11106
11052
  "type": {
@@ -11115,7 +11061,7 @@
11115
11061
  "immutable": true,
11116
11062
  "locationInModule": {
11117
11063
  "filename": "src/node-project.ts",
11118
- "line": 398
11064
+ "line": 364
11119
11065
  },
11120
11066
  "name": "npmDistTag",
11121
11067
  "protected": true,
@@ -11131,7 +11077,7 @@
11131
11077
  "immutable": true,
11132
11078
  "locationInModule": {
11133
11079
  "filename": "src/node-project.ts",
11134
- "line": 403
11080
+ "line": 369
11135
11081
  },
11136
11082
  "name": "npmRegistry",
11137
11083
  "protected": true,
@@ -11147,7 +11093,7 @@
11147
11093
  "immutable": true,
11148
11094
  "locationInModule": {
11149
11095
  "filename": "src/node-project.ts",
11150
- "line": 321
11096
+ "line": 302
11151
11097
  },
11152
11098
  "name": "package",
11153
11099
  "type": {
@@ -11163,28 +11109,13 @@
11163
11109
  "immutable": true,
11164
11110
  "locationInModule": {
11165
11111
  "filename": "src/node-project.ts",
11166
- "line": 410
11112
+ "line": 376
11167
11113
  },
11168
11114
  "name": "packageManager",
11169
11115
  "type": {
11170
11116
  "fqn": "projen.NodePackageManager"
11171
11117
  }
11172
11118
  },
11173
- {
11174
- "docs": {
11175
- "stability": "experimental",
11176
- "summary": "The command to use in order to run the projen CLI."
11177
- },
11178
- "immutable": true,
11179
- "locationInModule": {
11180
- "filename": "src/node-project.ts",
11181
- "line": 425
11182
- },
11183
- "name": "projenCommand",
11184
- "type": {
11185
- "primitive": "string"
11186
- }
11187
- },
11188
11119
  {
11189
11120
  "docs": {
11190
11121
  "stability": "experimental",
@@ -11193,28 +11124,13 @@
11193
11124
  "immutable": true,
11194
11125
  "locationInModule": {
11195
11126
  "filename": "src/node-project.ts",
11196
- "line": 415
11127
+ "line": 381
11197
11128
  },
11198
11129
  "name": "runScriptCommand",
11199
11130
  "type": {
11200
11131
  "primitive": "string"
11201
11132
  }
11202
11133
  },
11203
- {
11204
- "docs": {
11205
- "stability": "experimental",
11206
- "summary": "Tests the code."
11207
- },
11208
- "immutable": true,
11209
- "locationInModule": {
11210
- "filename": "src/node-project.ts",
11211
- "line": 346
11212
- },
11213
- "name": "testTask",
11214
- "type": {
11215
- "fqn": "projen.tasks.Task"
11216
- }
11217
- },
11218
11134
  {
11219
11135
  "docs": {
11220
11136
  "stability": "experimental",
@@ -11223,7 +11139,7 @@
11223
11139
  "immutable": true,
11224
11140
  "locationInModule": {
11225
11141
  "filename": "src/node-project.ts",
11226
- "line": 356
11142
+ "line": 322
11227
11143
  },
11228
11144
  "name": "autoMerge",
11229
11145
  "optional": true,
@@ -11240,7 +11156,7 @@
11240
11156
  "immutable": true,
11241
11157
  "locationInModule": {
11242
11158
  "filename": "src/node-project.ts",
11243
- "line": 362
11159
+ "line": 328
11244
11160
  },
11245
11161
  "name": "buildWorkflow",
11246
11162
  "optional": true,
@@ -11255,7 +11171,7 @@
11255
11171
  "immutable": true,
11256
11172
  "locationInModule": {
11257
11173
  "filename": "src/node-project.ts",
11258
- "line": 363
11174
+ "line": 329
11259
11175
  },
11260
11176
  "name": "buildWorkflowJobId",
11261
11177
  "optional": true,
@@ -11271,7 +11187,7 @@
11271
11187
  "immutable": true,
11272
11188
  "locationInModule": {
11273
11189
  "filename": "src/node-project.ts",
11274
- "line": 420
11190
+ "line": 386
11275
11191
  },
11276
11192
  "name": "jest",
11277
11193
  "optional": true,
@@ -11287,7 +11203,7 @@
11287
11203
  "immutable": true,
11288
11204
  "locationInModule": {
11289
11205
  "filename": "src/node-project.ts",
11290
- "line": 386
11206
+ "line": 352
11291
11207
  },
11292
11208
  "name": "maxNodeVersion",
11293
11209
  "optional": true,
@@ -11303,7 +11219,7 @@
11303
11219
  "immutable": true,
11304
11220
  "locationInModule": {
11305
11221
  "filename": "src/node-project.ts",
11306
- "line": 381
11222
+ "line": 347
11307
11223
  },
11308
11224
  "name": "minNodeVersion",
11309
11225
  "optional": true,
@@ -11319,7 +11235,7 @@
11319
11235
  "immutable": true,
11320
11236
  "locationInModule": {
11321
11237
  "filename": "src/node-project.ts",
11322
- "line": 326
11238
+ "line": 307
11323
11239
  },
11324
11240
  "name": "npmignore",
11325
11241
  "optional": true,
@@ -11337,7 +11253,7 @@
11337
11253
  "immutable": true,
11338
11254
  "locationInModule": {
11339
11255
  "filename": "src/node-project.ts",
11340
- "line": 371
11256
+ "line": 337
11341
11257
  },
11342
11258
  "name": "publisher",
11343
11259
  "optional": true,
@@ -11353,7 +11269,7 @@
11353
11269
  "immutable": true,
11354
11270
  "locationInModule": {
11355
11271
  "filename": "src/node-project.ts",
11356
- "line": 376
11272
+ "line": 342
11357
11273
  },
11358
11274
  "name": "release",
11359
11275
  "optional": true,
@@ -11379,7 +11295,7 @@
11379
11295
  "kind": "interface",
11380
11296
  "locationInModule": {
11381
11297
  "filename": "src/node-project.ts",
11382
- "line": 20
11298
+ "line": 19
11383
11299
  },
11384
11300
  "name": "NodeProjectOptions",
11385
11301
  "properties": [
@@ -11393,7 +11309,7 @@
11393
11309
  "immutable": true,
11394
11310
  "locationInModule": {
11395
11311
  "filename": "src/node-project.ts",
11396
- "line": 103
11312
+ "line": 102
11397
11313
  },
11398
11314
  "name": "defaultReleaseBranch",
11399
11315
  "type": {
@@ -11411,7 +11327,7 @@
11411
11327
  "immutable": true,
11412
11328
  "locationInModule": {
11413
11329
  "filename": "src/node-project.ts",
11414
- "line": 204
11330
+ "line": 196
11415
11331
  },
11416
11332
  "name": "autoApproveProjenUpgrades",
11417
11333
  "optional": true,
@@ -11430,7 +11346,7 @@
11430
11346
  "immutable": true,
11431
11347
  "locationInModule": {
11432
11348
  "filename": "src/node-project.ts",
11433
- "line": 214
11349
+ "line": 206
11434
11350
  },
11435
11351
  "name": "autoApproveUpgrades",
11436
11352
  "optional": true,
@@ -11448,7 +11364,7 @@
11448
11364
  "immutable": true,
11449
11365
  "locationInModule": {
11450
11366
  "filename": "src/node-project.ts",
11451
- "line": 54
11367
+ "line": 53
11452
11368
  },
11453
11369
  "name": "buildWorkflow",
11454
11370
  "optional": true,
@@ -11465,7 +11381,7 @@
11465
11381
  "immutable": true,
11466
11382
  "locationInModule": {
11467
11383
  "filename": "src/node-project.ts",
11468
- "line": 296
11384
+ "line": 277
11469
11385
  },
11470
11386
  "name": "bundlerOptions",
11471
11387
  "optional": true,
@@ -11483,7 +11399,7 @@
11483
11399
  "immutable": true,
11484
11400
  "locationInModule": {
11485
11401
  "filename": "src/node-project.ts",
11486
- "line": 73
11402
+ "line": 72
11487
11403
  },
11488
11404
  "name": "codeCov",
11489
11405
  "optional": true,
@@ -11501,7 +11417,7 @@
11501
11417
  "immutable": true,
11502
11418
  "locationInModule": {
11503
11419
  "filename": "src/node-project.ts",
11504
- "line": 80
11420
+ "line": 79
11505
11421
  },
11506
11422
  "name": "codeCovTokenSecret",
11507
11423
  "optional": true,
@@ -11519,7 +11435,7 @@
11519
11435
  "immutable": true,
11520
11436
  "locationInModule": {
11521
11437
  "filename": "src/node-project.ts",
11522
- "line": 26
11438
+ "line": 25
11523
11439
  },
11524
11440
  "name": "copyrightOwner",
11525
11441
  "optional": true,
@@ -11537,7 +11453,7 @@
11537
11453
  "immutable": true,
11538
11454
  "locationInModule": {
11539
11455
  "filename": "src/node-project.ts",
11540
- "line": 33
11456
+ "line": 32
11541
11457
  },
11542
11458
  "name": "copyrightPeriod",
11543
11459
  "optional": true,
@@ -11556,7 +11472,7 @@
11556
11472
  "immutable": true,
11557
11473
  "locationInModule": {
11558
11474
  "filename": "src/node-project.ts",
11559
- "line": 138
11475
+ "line": 137
11560
11476
  },
11561
11477
  "name": "dependabot",
11562
11478
  "optional": true,
@@ -11574,7 +11490,7 @@
11574
11490
  "immutable": true,
11575
11491
  "locationInModule": {
11576
11492
  "filename": "src/node-project.ts",
11577
- "line": 145
11493
+ "line": 144
11578
11494
  },
11579
11495
  "name": "dependabotOptions",
11580
11496
  "optional": true,
@@ -11593,7 +11509,7 @@
11593
11509
  "immutable": true,
11594
11510
  "locationInModule": {
11595
11511
  "filename": "src/node-project.ts",
11596
- "line": 153
11512
+ "line": 152
11597
11513
  },
11598
11514
  "name": "depsUpgrade",
11599
11515
  "optional": true,
@@ -11611,7 +11527,7 @@
11611
11527
  "immutable": true,
11612
11528
  "locationInModule": {
11613
11529
  "filename": "src/node-project.ts",
11614
- "line": 160
11530
+ "line": 159
11615
11531
  },
11616
11532
  "name": "depsUpgradeOptions",
11617
11533
  "optional": true,
@@ -11628,7 +11544,7 @@
11628
11544
  "immutable": true,
11629
11545
  "locationInModule": {
11630
11546
  "filename": "src/node-project.ts",
11631
- "line": 265
11547
+ "line": 246
11632
11548
  },
11633
11549
  "name": "gitignore",
11634
11550
  "optional": true,
@@ -11651,7 +11567,7 @@
11651
11567
  "immutable": true,
11652
11568
  "locationInModule": {
11653
11569
  "filename": "src/node-project.ts",
11654
- "line": 271
11570
+ "line": 252
11655
11571
  },
11656
11572
  "name": "jest",
11657
11573
  "optional": true,
@@ -11669,7 +11585,7 @@
11669
11585
  "immutable": true,
11670
11586
  "locationInModule": {
11671
11587
  "filename": "src/node-project.ts",
11672
- "line": 277
11588
+ "line": 258
11673
11589
  },
11674
11590
  "name": "jestOptions",
11675
11591
  "optional": true,
@@ -11677,24 +11593,6 @@
11677
11593
  "fqn": "projen.JestOptions"
11678
11594
  }
11679
11595
  },
11680
- {
11681
- "abstract": true,
11682
- "docs": {
11683
- "default": "- default options",
11684
- "stability": "experimental",
11685
- "summary": "Options for mergify."
11686
- },
11687
- "immutable": true,
11688
- "locationInModule": {
11689
- "filename": "src/node-project.ts",
11690
- "line": 167
11691
- },
11692
- "name": "mergifyOptions",
11693
- "optional": true,
11694
- "type": {
11695
- "fqn": "projen.github.MergifyOptions"
11696
- }
11697
- },
11698
11596
  {
11699
11597
  "abstract": true,
11700
11598
  "docs": {
@@ -11706,7 +11604,7 @@
11706
11604
  "immutable": true,
11707
11605
  "locationInModule": {
11708
11606
  "filename": "src/node-project.ts",
11709
- "line": 65
11607
+ "line": 64
11710
11608
  },
11711
11609
  "name": "mutableBuild",
11712
11610
  "optional": true,
@@ -11724,7 +11622,7 @@
11724
11622
  "immutable": true,
11725
11623
  "locationInModule": {
11726
11624
  "filename": "src/node-project.ts",
11727
- "line": 246
11625
+ "line": 227
11728
11626
  },
11729
11627
  "name": "npmignore",
11730
11628
  "optional": true,
@@ -11747,7 +11645,7 @@
11747
11645
  "immutable": true,
11748
11646
  "locationInModule": {
11749
11647
  "filename": "src/node-project.ts",
11750
- "line": 240
11648
+ "line": 221
11751
11649
  },
11752
11650
  "name": "npmignoreEnabled",
11753
11651
  "optional": true,
@@ -11765,7 +11663,7 @@
11765
11663
  "immutable": true,
11766
11664
  "locationInModule": {
11767
11665
  "filename": "src/node-project.ts",
11768
- "line": 48
11666
+ "line": 47
11769
11667
  },
11770
11668
  "name": "projenDevDependency",
11771
11669
  "optional": true,
@@ -11773,25 +11671,6 @@
11773
11671
  "primitive": "boolean"
11774
11672
  }
11775
11673
  },
11776
- {
11777
- "abstract": true,
11778
- "docs": {
11779
- "default": "true",
11780
- "remarks": "This applies both to local builds and to CI builds.\n\nDisabling this feature is NOT RECOMMENDED and means that manual changes to\nsynthesized project files will be persisted.",
11781
- "stability": "experimental",
11782
- "summary": "Execute `projen` as the first step of the `build` task to synthesize project files."
11783
- },
11784
- "immutable": true,
11785
- "locationInModule": {
11786
- "filename": "src/node-project.ts",
11787
- "line": 232
11788
- },
11789
- "name": "projenDuringBuild",
11790
- "optional": true,
11791
- "type": {
11792
- "primitive": "boolean"
11793
- }
11794
- },
11795
11674
  {
11796
11675
  "abstract": true,
11797
11676
  "docs": {
@@ -11802,7 +11681,7 @@
11802
11681
  "immutable": true,
11803
11682
  "locationInModule": {
11804
11683
  "filename": "src/node-project.ts",
11805
- "line": 285
11684
+ "line": 266
11806
11685
  },
11807
11686
  "name": "projenrcJs",
11808
11687
  "optional": true,
@@ -11820,7 +11699,7 @@
11820
11699
  "immutable": true,
11821
11700
  "locationInModule": {
11822
11701
  "filename": "src/node-project.ts",
11823
- "line": 291
11702
+ "line": 272
11824
11703
  },
11825
11704
  "name": "projenrcJsOptions",
11826
11705
  "optional": true,
@@ -11840,7 +11719,7 @@
11840
11719
  "immutable": true,
11841
11720
  "locationInModule": {
11842
11721
  "filename": "src/node-project.ts",
11843
- "line": 194
11722
+ "line": 186
11844
11723
  },
11845
11724
  "name": "projenUpgradeAutoMerge",
11846
11725
  "optional": true,
@@ -11858,7 +11737,7 @@
11858
11737
  "immutable": true,
11859
11738
  "locationInModule": {
11860
11739
  "filename": "src/node-project.ts",
11861
- "line": 221
11740
+ "line": 213
11862
11741
  },
11863
11742
  "name": "projenUpgradeSchedule",
11864
11743
  "optional": true,
@@ -11882,7 +11761,7 @@
11882
11761
  "immutable": true,
11883
11762
  "locationInModule": {
11884
11763
  "filename": "src/node-project.ts",
11885
- "line": 183
11764
+ "line": 175
11886
11765
  },
11887
11766
  "name": "projenUpgradeSecret",
11888
11767
  "optional": true,
@@ -11900,7 +11779,7 @@
11900
11779
  "immutable": true,
11901
11780
  "locationInModule": {
11902
11781
  "filename": "src/node-project.ts",
11903
- "line": 41
11782
+ "line": 40
11904
11783
  },
11905
11784
  "name": "projenVersion",
11906
11785
  "optional": true,
@@ -11918,7 +11797,7 @@
11918
11797
  "immutable": true,
11919
11798
  "locationInModule": {
11920
11799
  "filename": "src/node-project.ts",
11921
- "line": 253
11800
+ "line": 234
11922
11801
  },
11923
11802
  "name": "pullRequestTemplate",
11924
11803
  "optional": true,
@@ -11936,7 +11815,7 @@
11936
11815
  "immutable": true,
11937
11816
  "locationInModule": {
11938
11817
  "filename": "src/node-project.ts",
11939
- "line": 260
11818
+ "line": 241
11940
11819
  },
11941
11820
  "name": "pullRequestTemplateContents",
11942
11821
  "optional": true,
@@ -11962,7 +11841,7 @@
11962
11841
  "immutable": true,
11963
11842
  "locationInModule": {
11964
11843
  "filename": "src/node-project.ts",
11965
- "line": 96
11844
+ "line": 95
11966
11845
  },
11967
11846
  "name": "release",
11968
11847
  "optional": true,
@@ -11980,7 +11859,7 @@
11980
11859
  "immutable": true,
11981
11860
  "locationInModule": {
11982
11861
  "filename": "src/node-project.ts",
11983
- "line": 123
11862
+ "line": 122
11984
11863
  },
11985
11864
  "name": "releaseToNpm",
11986
11865
  "optional": true,
@@ -11999,7 +11878,7 @@
11999
11878
  "immutable": true,
12000
11879
  "locationInModule": {
12001
11880
  "filename": "src/node-project.ts",
12002
- "line": 88
11881
+ "line": 87
12003
11882
  },
12004
11883
  "name": "releaseWorkflow",
12005
11884
  "optional": true,
@@ -12017,7 +11896,7 @@
12017
11896
  "immutable": true,
12018
11897
  "locationInModule": {
12019
11898
  "filename": "src/node-project.ts",
12020
- "line": 110
11899
+ "line": 109
12021
11900
  },
12022
11901
  "name": "workflowBootstrapSteps",
12023
11902
  "optional": true,
@@ -12040,7 +11919,7 @@
12040
11919
  "immutable": true,
12041
11920
  "locationInModule": {
12042
11921
  "filename": "src/node-project.ts",
12043
- "line": 117
11922
+ "line": 116
12044
11923
  },
12045
11924
  "name": "workflowGitIdentity",
12046
11925
  "optional": true,
@@ -12058,7 +11937,7 @@
12058
11937
  "immutable": true,
12059
11938
  "locationInModule": {
12060
11939
  "filename": "src/node-project.ts",
12061
- "line": 130
11940
+ "line": 129
12062
11941
  },
12063
11942
  "name": "workflowNodeVersion",
12064
11943
  "optional": true,
@@ -12079,7 +11958,7 @@
12079
11958
  "kind": "interface",
12080
11959
  "locationInModule": {
12081
11960
  "filename": "src/node-project.ts",
12082
- "line": 1047
11961
+ "line": 975
12083
11962
  },
12084
11963
  "name": "NodeWorkflowSteps",
12085
11964
  "properties": [
@@ -12091,7 +11970,7 @@
12091
11970
  "immutable": true,
12092
11971
  "locationInModule": {
12093
11972
  "filename": "src/node-project.ts",
12094
- "line": 1048
11973
+ "line": 976
12095
11974
  },
12096
11975
  "name": "antitamper",
12097
11976
  "type": {
@@ -12111,7 +11990,7 @@
12111
11990
  "immutable": true,
12112
11991
  "locationInModule": {
12113
11992
  "filename": "src/node-project.ts",
12114
- "line": 1049
11993
+ "line": 977
12115
11994
  },
12116
11995
  "name": "install",
12117
11996
  "type": {
@@ -12136,7 +12015,7 @@
12136
12015
  "kind": "enum",
12137
12016
  "locationInModule": {
12138
12017
  "filename": "src/node-package.ts",
12139
- "line": 1110
12018
+ "line": 1102
12140
12019
  },
12141
12020
  "members": [
12142
12021
  {
@@ -12405,7 +12284,7 @@
12405
12284
  "kind": "interface",
12406
12285
  "locationInModule": {
12407
12286
  "filename": "src/node-package.ts",
12408
- "line": 1079
12287
+ "line": 1071
12409
12288
  },
12410
12289
  "name": "PeerDependencyOptions",
12411
12290
  "properties": [
@@ -12419,7 +12298,7 @@
12419
12298
  "immutable": true,
12420
12299
  "locationInModule": {
12421
12300
  "filename": "src/node-package.ts",
12422
- "line": 1084
12301
+ "line": 1076
12423
12302
  },
12424
12303
  "name": "pinnedDevDependency",
12425
12304
  "optional": true,
@@ -12443,7 +12322,7 @@
12443
12322
  },
12444
12323
  "locationInModule": {
12445
12324
  "filename": "src/project.ts",
12446
- "line": 148
12325
+ "line": 173
12447
12326
  },
12448
12327
  "parameters": [
12449
12328
  {
@@ -12457,7 +12336,7 @@
12457
12336
  "kind": "class",
12458
12337
  "locationInModule": {
12459
12338
  "filename": "src/project.ts",
12460
- "line": 82
12339
+ "line": 92
12461
12340
  },
12462
12341
  "methods": [
12463
12342
  {
@@ -12468,7 +12347,7 @@
12468
12347
  },
12469
12348
  "locationInModule": {
12470
12349
  "filename": "src/project.ts",
12471
- "line": 297
12350
+ "line": 337
12472
12351
  },
12473
12352
  "name": "addExcludeFromCleanup",
12474
12353
  "parameters": [
@@ -12492,7 +12371,7 @@
12492
12371
  },
12493
12372
  "locationInModule": {
12494
12373
  "filename": "src/project.ts",
12495
- "line": 326
12374
+ "line": 366
12496
12375
  },
12497
12376
  "name": "addGitIgnore",
12498
12377
  "parameters": [
@@ -12515,7 +12394,7 @@
12515
12394
  },
12516
12395
  "locationInModule": {
12517
12396
  "filename": "src/project.ts",
12518
- "line": 318
12397
+ "line": 358
12519
12398
  },
12520
12399
  "name": "addPackageIgnore",
12521
12400
  "parameters": [
@@ -12538,7 +12417,7 @@
12538
12417
  },
12539
12418
  "locationInModule": {
12540
12419
  "filename": "src/project.ts",
12541
- "line": 206
12420
+ "line": 239
12542
12421
  },
12543
12422
  "name": "addTask",
12544
12423
  "parameters": [
@@ -12576,7 +12455,7 @@
12576
12455
  },
12577
12456
  "locationInModule": {
12578
12457
  "filename": "src/project.ts",
12579
- "line": 287
12458
+ "line": 327
12580
12459
  },
12581
12460
  "name": "addTip",
12582
12461
  "parameters": [
@@ -12599,7 +12478,7 @@
12599
12478
  },
12600
12479
  "locationInModule": {
12601
12480
  "filename": "src/project.ts",
12602
- "line": 337
12481
+ "line": 377
12603
12482
  },
12604
12483
  "name": "annotateGenerated",
12605
12484
  "parameters": [
@@ -12622,7 +12501,7 @@
12622
12501
  },
12623
12502
  "locationInModule": {
12624
12503
  "filename": "src/project.ts",
12625
- "line": 398
12504
+ "line": 438
12626
12505
  },
12627
12506
  "name": "postSynthesize"
12628
12507
  },
@@ -12633,7 +12512,7 @@
12633
12512
  },
12634
12513
  "locationInModule": {
12635
12514
  "filename": "src/project.ts",
12636
- "line": 393
12515
+ "line": 433
12637
12516
  },
12638
12517
  "name": "preSynthesize"
12639
12518
  },
@@ -12645,7 +12524,7 @@
12645
12524
  },
12646
12525
  "locationInModule": {
12647
12526
  "filename": "src/project.ts",
12648
- "line": 217
12527
+ "line": 250
12649
12528
  },
12650
12529
  "name": "removeTask",
12651
12530
  "parameters": [
@@ -12674,7 +12553,7 @@
12674
12553
  },
12675
12554
  "locationInModule": {
12676
12555
  "filename": "src/project.ts",
12677
- "line": 308
12556
+ "line": 348
12678
12557
  },
12679
12558
  "name": "runTaskCommand",
12680
12559
  "parameters": [
@@ -12702,7 +12581,7 @@
12702
12581
  },
12703
12582
  "locationInModule": {
12704
12583
  "filename": "src/project.ts",
12705
- "line": 351
12584
+ "line": 391
12706
12585
  },
12707
12586
  "name": "synth"
12708
12587
  },
@@ -12714,7 +12593,7 @@
12714
12593
  },
12715
12594
  "locationInModule": {
12716
12595
  "filename": "src/project.ts",
12717
- "line": 229
12596
+ "line": 269
12718
12597
  },
12719
12598
  "name": "tryFindFile",
12720
12599
  "parameters": [
@@ -12744,7 +12623,7 @@
12744
12623
  },
12745
12624
  "locationInModule": {
12746
12625
  "filename": "src/project.ts",
12747
- "line": 252
12626
+ "line": 292
12748
12627
  },
12749
12628
  "name": "tryFindJsonFile",
12750
12629
  "parameters": [
@@ -12772,7 +12651,7 @@
12772
12651
  },
12773
12652
  "locationInModule": {
12774
12653
  "filename": "src/project.ts",
12775
- "line": 269
12654
+ "line": 309
12776
12655
  },
12777
12656
  "name": "tryFindObjectFile",
12778
12657
  "parameters": [
@@ -12806,7 +12685,7 @@
12806
12685
  "immutable": true,
12807
12686
  "locationInModule": {
12808
12687
  "filename": "src/project.ts",
12809
- "line": 87
12688
+ "line": 97
12810
12689
  },
12811
12690
  "name": "DEFAULT_TASK",
12812
12691
  "static": true,
@@ -12814,6 +12693,34 @@
12814
12693
  "primitive": "string"
12815
12694
  }
12816
12695
  },
12696
+ {
12697
+ "docs": {
12698
+ "stability": "experimental"
12699
+ },
12700
+ "immutable": true,
12701
+ "locationInModule": {
12702
+ "filename": "src/project.ts",
12703
+ "line": 254
12704
+ },
12705
+ "name": "buildTask",
12706
+ "type": {
12707
+ "fqn": "projen.tasks.Task"
12708
+ }
12709
+ },
12710
+ {
12711
+ "docs": {
12712
+ "stability": "experimental"
12713
+ },
12714
+ "immutable": true,
12715
+ "locationInModule": {
12716
+ "filename": "src/project.ts",
12717
+ "line": 255
12718
+ },
12719
+ "name": "compileTask",
12720
+ "type": {
12721
+ "fqn": "projen.tasks.Task"
12722
+ }
12723
+ },
12817
12724
  {
12818
12725
  "docs": {
12819
12726
  "stability": "experimental",
@@ -12822,7 +12729,7 @@
12822
12729
  "immutable": true,
12823
12730
  "locationInModule": {
12824
12731
  "filename": "src/project.ts",
12825
- "line": 187
12732
+ "line": 220
12826
12733
  },
12827
12734
  "name": "components",
12828
12735
  "type": {
@@ -12834,6 +12741,21 @@
12834
12741
  }
12835
12742
  }
12836
12743
  },
12744
+ {
12745
+ "docs": {
12746
+ "stability": "experimental",
12747
+ "summary": "This is the \"default\" task, the one that executes \"projen\"."
12748
+ },
12749
+ "immutable": true,
12750
+ "locationInModule": {
12751
+ "filename": "src/project.ts",
12752
+ "line": 161
12753
+ },
12754
+ "name": "defaultTask",
12755
+ "type": {
12756
+ "fqn": "projen.tasks.Task"
12757
+ }
12758
+ },
12837
12759
  {
12838
12760
  "docs": {
12839
12761
  "stability": "experimental",
@@ -12842,7 +12764,7 @@
12842
12764
  "immutable": true,
12843
12765
  "locationInModule": {
12844
12766
  "filename": "src/project.ts",
12845
- "line": 129
12767
+ "line": 139
12846
12768
  },
12847
12769
  "name": "deps",
12848
12770
  "type": {
@@ -12857,7 +12779,7 @@
12857
12779
  "immutable": true,
12858
12780
  "locationInModule": {
12859
12781
  "filename": "src/project.ts",
12860
- "line": 194
12782
+ "line": 227
12861
12783
  },
12862
12784
  "name": "files",
12863
12785
  "type": {
@@ -12877,7 +12799,7 @@
12877
12799
  "immutable": true,
12878
12800
  "locationInModule": {
12879
12801
  "filename": "src/project.ts",
12880
- "line": 103
12802
+ "line": 113
12881
12803
  },
12882
12804
  "name": "gitattributes",
12883
12805
  "type": {
@@ -12892,7 +12814,7 @@
12892
12814
  "immutable": true,
12893
12815
  "locationInModule": {
12894
12816
  "filename": "src/project.ts",
12895
- "line": 97
12817
+ "line": 107
12896
12818
  },
12897
12819
  "name": "gitignore",
12898
12820
  "type": {
@@ -12907,7 +12829,7 @@
12907
12829
  "immutable": true,
12908
12830
  "locationInModule": {
12909
12831
  "filename": "src/project.ts",
12910
- "line": 134
12832
+ "line": 144
12911
12833
  },
12912
12834
  "name": "logger",
12913
12835
  "type": {
@@ -12922,7 +12844,7 @@
12922
12844
  "immutable": true,
12923
12845
  "locationInModule": {
12924
12846
  "filename": "src/project.ts",
12925
- "line": 92
12847
+ "line": 102
12926
12848
  },
12927
12849
  "name": "name",
12928
12850
  "type": {
@@ -12937,13 +12859,85 @@
12937
12859
  "immutable": true,
12938
12860
  "locationInModule": {
12939
12861
  "filename": "src/project.ts",
12940
- "line": 114
12862
+ "line": 124
12941
12863
  },
12942
12864
  "name": "outdir",
12943
12865
  "type": {
12944
12866
  "primitive": "string"
12945
12867
  }
12946
12868
  },
12869
+ {
12870
+ "docs": {
12871
+ "stability": "experimental"
12872
+ },
12873
+ "immutable": true,
12874
+ "locationInModule": {
12875
+ "filename": "src/project.ts",
12876
+ "line": 259
12877
+ },
12878
+ "name": "packageTask",
12879
+ "type": {
12880
+ "fqn": "projen.tasks.Task"
12881
+ }
12882
+ },
12883
+ {
12884
+ "docs": {
12885
+ "stability": "experimental"
12886
+ },
12887
+ "immutable": true,
12888
+ "locationInModule": {
12889
+ "filename": "src/project.ts",
12890
+ "line": 258
12891
+ },
12892
+ "name": "postCompileTask",
12893
+ "type": {
12894
+ "fqn": "projen.tasks.Task"
12895
+ }
12896
+ },
12897
+ {
12898
+ "docs": {
12899
+ "stability": "experimental"
12900
+ },
12901
+ "immutable": true,
12902
+ "locationInModule": {
12903
+ "filename": "src/project.ts",
12904
+ "line": 257
12905
+ },
12906
+ "name": "preCompileTask",
12907
+ "type": {
12908
+ "fqn": "projen.tasks.Task"
12909
+ }
12910
+ },
12911
+ {
12912
+ "docs": {
12913
+ "stability": "experimental",
12914
+ "summary": "Manages the build process of the project."
12915
+ },
12916
+ "immutable": true,
12917
+ "locationInModule": {
12918
+ "filename": "src/project.ts",
12919
+ "line": 166
12920
+ },
12921
+ "name": "projectBuild",
12922
+ "type": {
12923
+ "fqn": "projen.ProjectBuild"
12924
+ }
12925
+ },
12926
+ {
12927
+ "docs": {
12928
+ "stability": "experimental",
12929
+ "summary": "The command to use in order to run the projen CLI."
12930
+ },
12931
+ "immutable": true,
12932
+ "locationInModule": {
12933
+ "filename": "src/project.ts",
12934
+ "line": 156
12935
+ },
12936
+ "name": "projenCommand",
12937
+ "type": {
12938
+ "primitive": "string"
12939
+ }
12940
+ },
12947
12941
  {
12948
12942
  "docs": {
12949
12943
  "stability": "experimental",
@@ -12952,7 +12946,7 @@
12952
12946
  "immutable": true,
12953
12947
  "locationInModule": {
12954
12948
  "filename": "src/project.ts",
12955
- "line": 119
12949
+ "line": 129
12956
12950
  },
12957
12951
  "name": "root",
12958
12952
  "type": {
@@ -12967,13 +12961,27 @@
12967
12961
  "immutable": true,
12968
12962
  "locationInModule": {
12969
12963
  "filename": "src/project.ts",
12970
- "line": 124
12964
+ "line": 134
12971
12965
  },
12972
12966
  "name": "tasks",
12973
12967
  "type": {
12974
12968
  "fqn": "projen.tasks.Tasks"
12975
12969
  }
12976
12970
  },
12971
+ {
12972
+ "docs": {
12973
+ "stability": "experimental"
12974
+ },
12975
+ "immutable": true,
12976
+ "locationInModule": {
12977
+ "filename": "src/project.ts",
12978
+ "line": 256
12979
+ },
12980
+ "name": "testTask",
12981
+ "type": {
12982
+ "fqn": "projen.tasks.Task"
12983
+ }
12984
+ },
12977
12985
  {
12978
12986
  "docs": {
12979
12987
  "remarks": "It\nincludes the original set of options passed to the CLI and also the JSII\nFQN of the project type.",
@@ -12983,7 +12991,7 @@
12983
12991
  "immutable": true,
12984
12992
  "locationInModule": {
12985
12993
  "filename": "src/project.ts",
12986
- "line": 141
12994
+ "line": 151
12987
12995
  },
12988
12996
  "name": "newProject",
12989
12997
  "optional": true,
@@ -13000,7 +13008,7 @@
13000
13008
  "immutable": true,
13001
13009
  "locationInModule": {
13002
13010
  "filename": "src/project.ts",
13003
- "line": 109
13011
+ "line": 119
13004
13012
  },
13005
13013
  "name": "parent",
13006
13014
  "optional": true,
@@ -13011,6 +13019,133 @@
13011
13019
  ],
13012
13020
  "symbolId": "src/project:Project"
13013
13021
  },
13022
+ "projen.ProjectBuild": {
13023
+ "assembly": "projen",
13024
+ "base": "projen.Component",
13025
+ "docs": {
13026
+ "remarks": "Build spawns these tasks in order:\n1. default\n2. pre-compile\n3. compile\n4. post-compile\n5. test\n6. package",
13027
+ "stability": "experimental",
13028
+ "summary": "Manages a standard build process for all projects."
13029
+ },
13030
+ "fqn": "projen.ProjectBuild",
13031
+ "initializer": {
13032
+ "docs": {
13033
+ "stability": "experimental"
13034
+ },
13035
+ "locationInModule": {
13036
+ "filename": "src/project-build.ts",
13037
+ "line": 48
13038
+ },
13039
+ "parameters": [
13040
+ {
13041
+ "name": "project",
13042
+ "type": {
13043
+ "fqn": "projen.Project"
13044
+ }
13045
+ }
13046
+ ]
13047
+ },
13048
+ "kind": "class",
13049
+ "locationInModule": {
13050
+ "filename": "src/project-build.ts",
13051
+ "line": 16
13052
+ },
13053
+ "name": "ProjectBuild",
13054
+ "properties": [
13055
+ {
13056
+ "docs": {
13057
+ "stability": "experimental",
13058
+ "summary": "The task responsible for a full release build."
13059
+ },
13060
+ "immutable": true,
13061
+ "locationInModule": {
13062
+ "filename": "src/project-build.ts",
13063
+ "line": 21
13064
+ },
13065
+ "name": "buildTask",
13066
+ "type": {
13067
+ "fqn": "projen.tasks.Task"
13068
+ }
13069
+ },
13070
+ {
13071
+ "docs": {
13072
+ "remarks": "By default for node.js projects this task is empty.",
13073
+ "stability": "experimental",
13074
+ "summary": "Compiles the code."
13075
+ },
13076
+ "immutable": true,
13077
+ "locationInModule": {
13078
+ "filename": "src/project-build.ts",
13079
+ "line": 31
13080
+ },
13081
+ "name": "compileTask",
13082
+ "type": {
13083
+ "fqn": "projen.tasks.Task"
13084
+ }
13085
+ },
13086
+ {
13087
+ "docs": {
13088
+ "stability": "experimental",
13089
+ "summary": "The \"package\" task."
13090
+ },
13091
+ "immutable": true,
13092
+ "locationInModule": {
13093
+ "filename": "src/project-build.ts",
13094
+ "line": 46
13095
+ },
13096
+ "name": "packageTask",
13097
+ "type": {
13098
+ "fqn": "projen.tasks.Task"
13099
+ }
13100
+ },
13101
+ {
13102
+ "docs": {
13103
+ "stability": "experimental",
13104
+ "summary": "Post-compile task."
13105
+ },
13106
+ "immutable": true,
13107
+ "locationInModule": {
13108
+ "filename": "src/project-build.ts",
13109
+ "line": 36
13110
+ },
13111
+ "name": "postCompileTask",
13112
+ "type": {
13113
+ "fqn": "projen.tasks.Task"
13114
+ }
13115
+ },
13116
+ {
13117
+ "docs": {
13118
+ "stability": "experimental",
13119
+ "summary": "Pre-compile task."
13120
+ },
13121
+ "immutable": true,
13122
+ "locationInModule": {
13123
+ "filename": "src/project-build.ts",
13124
+ "line": 26
13125
+ },
13126
+ "name": "preCompileTask",
13127
+ "type": {
13128
+ "fqn": "projen.tasks.Task"
13129
+ }
13130
+ },
13131
+ {
13132
+ "docs": {
13133
+ "stability": "experimental",
13134
+ "summary": "Tests the code."
13135
+ },
13136
+ "immutable": true,
13137
+ "locationInModule": {
13138
+ "filename": "src/project-build.ts",
13139
+ "line": 41
13140
+ },
13141
+ "name": "testTask",
13142
+ "type": {
13143
+ "fqn": "projen.tasks.Task"
13144
+ }
13145
+ }
13146
+ ],
13147
+ "symbolId": "src/project-build:ProjectBuild"
13148
+ },
13014
13149
  "projen.ProjectOptions": {
13015
13150
  "assembly": "projen",
13016
13151
  "datatype": true,
@@ -13022,7 +13157,7 @@
13022
13157
  "kind": "interface",
13023
13158
  "locationInModule": {
13024
13159
  "filename": "src/project.ts",
13025
- "line": 31
13160
+ "line": 32
13026
13161
  },
13027
13162
  "name": "ProjectOptions",
13028
13163
  "properties": [
@@ -13039,7 +13174,7 @@
13039
13174
  "immutable": true,
13040
13175
  "locationInModule": {
13041
13176
  "filename": "src/project.ts",
13042
- "line": 38
13177
+ "line": 39
13043
13178
  },
13044
13179
  "name": "name",
13045
13180
  "type": {
@@ -13056,7 +13191,7 @@
13056
13191
  "immutable": true,
13057
13192
  "locationInModule": {
13058
13193
  "filename": "src/project.ts",
13059
- "line": 62
13194
+ "line": 63
13060
13195
  },
13061
13196
  "name": "logging",
13062
13197
  "optional": true,
@@ -13075,7 +13210,7 @@
13075
13210
  "immutable": true,
13076
13211
  "locationInModule": {
13077
13212
  "filename": "src/project.ts",
13078
- "line": 56
13213
+ "line": 57
13079
13214
  },
13080
13215
  "name": "outdir",
13081
13216
  "optional": true,
@@ -13092,7 +13227,7 @@
13092
13227
  "immutable": true,
13093
13228
  "locationInModule": {
13094
13229
  "filename": "src/project.ts",
13095
- "line": 43
13230
+ "line": 44
13096
13231
  },
13097
13232
  "name": "parent",
13098
13233
  "optional": true,
@@ -13100,6 +13235,25 @@
13100
13235
  "fqn": "projen.Project"
13101
13236
  }
13102
13237
  },
13238
+ {
13239
+ "abstract": true,
13240
+ "docs": {
13241
+ "default": "\"npx projen\"",
13242
+ "remarks": "Can be used to customize in special environments.",
13243
+ "stability": "experimental",
13244
+ "summary": "The shell command to use in order to run the projen CLI."
13245
+ },
13246
+ "immutable": true,
13247
+ "locationInModule": {
13248
+ "filename": "src/project.ts",
13249
+ "line": 86
13250
+ },
13251
+ "name": "projenCommand",
13252
+ "optional": true,
13253
+ "type": {
13254
+ "primitive": "string"
13255
+ }
13256
+ },
13103
13257
  {
13104
13258
  "abstract": true,
13105
13259
  "docs": {
@@ -13110,7 +13264,7 @@
13110
13264
  "immutable": true,
13111
13265
  "locationInModule": {
13112
13266
  "filename": "src/project.ts",
13113
- "line": 70
13267
+ "line": 71
13114
13268
  },
13115
13269
  "name": "projenrcJson",
13116
13270
  "optional": true,
@@ -13128,7 +13282,7 @@
13128
13282
  "immutable": true,
13129
13283
  "locationInModule": {
13130
13284
  "filename": "src/project.ts",
13131
- "line": 76
13285
+ "line": 77
13132
13286
  },
13133
13287
  "name": "projenrcJsonOptions",
13134
13288
  "optional": true,
@@ -13150,7 +13304,7 @@
13150
13304
  "kind": "enum",
13151
13305
  "locationInModule": {
13152
13306
  "filename": "src/project.ts",
13153
- "line": 471
13307
+ "line": 511
13154
13308
  },
13155
13309
  "members": [
13156
13310
  {
@@ -14358,7 +14512,7 @@
14358
14512
  },
14359
14513
  "locationInModule": {
14360
14514
  "filename": "src/typescript.ts",
14361
- "line": 453
14515
+ "line": 416
14362
14516
  },
14363
14517
  "parameters": [
14364
14518
  {
@@ -14372,7 +14526,7 @@
14372
14526
  "kind": "class",
14373
14527
  "locationInModule": {
14374
14528
  "filename": "src/typescript.ts",
14375
- "line": 452
14529
+ "line": 415
14376
14530
  },
14377
14531
  "name": "TypeScriptAppProject",
14378
14532
  "symbolId": "src/typescript:TypeScriptAppProject"
@@ -15149,7 +15303,7 @@
15149
15303
  },
15150
15304
  "locationInModule": {
15151
15305
  "filename": "src/typescript.ts",
15152
- "line": 185
15306
+ "line": 173
15153
15307
  },
15154
15308
  "parameters": [
15155
15309
  {
@@ -15163,7 +15317,7 @@
15163
15317
  "kind": "class",
15164
15318
  "locationInModule": {
15165
15319
  "filename": "src/typescript.ts",
15166
- "line": 467
15320
+ "line": 430
15167
15321
  },
15168
15322
  "name": "TypeScriptLibraryProject",
15169
15323
  "symbolId": "src/typescript:TypeScriptLibraryProject"
@@ -15182,7 +15336,7 @@
15182
15336
  "kind": "interface",
15183
15337
  "locationInModule": {
15184
15338
  "filename": "src/typescript.ts",
15185
- "line": 473
15339
+ "line": 436
15186
15340
  },
15187
15341
  "name": "TypeScriptLibraryProjectOptions",
15188
15342
  "symbolId": "src/typescript:TypeScriptLibraryProjectOptions"
@@ -15238,7 +15392,7 @@
15238
15392
  },
15239
15393
  "locationInModule": {
15240
15394
  "filename": "src/typescript.ts",
15241
- "line": 185
15395
+ "line": 173
15242
15396
  },
15243
15397
  "parameters": [
15244
15398
  {
@@ -15252,7 +15406,7 @@
15252
15406
  "kind": "class",
15253
15407
  "locationInModule": {
15254
15408
  "filename": "src/typescript.ts",
15255
- "line": 148
15409
+ "line": 141
15256
15410
  },
15257
15411
  "name": "TypeScriptProject",
15258
15412
  "properties": [
@@ -15263,7 +15417,7 @@
15263
15417
  "immutable": true,
15264
15418
  "locationInModule": {
15265
15419
  "filename": "src/typescript.ts",
15266
- "line": 150
15420
+ "line": 143
15267
15421
  },
15268
15422
  "name": "docsDirectory",
15269
15423
  "type": {
@@ -15278,7 +15432,7 @@
15278
15432
  "immutable": true,
15279
15433
  "locationInModule": {
15280
15434
  "filename": "src/typescript.ts",
15281
- "line": 168
15435
+ "line": 161
15282
15436
  },
15283
15437
  "name": "libdir",
15284
15438
  "type": {
@@ -15293,7 +15447,7 @@
15293
15447
  "immutable": true,
15294
15448
  "locationInModule": {
15295
15449
  "filename": "src/typescript.ts",
15296
- "line": 163
15450
+ "line": 156
15297
15451
  },
15298
15452
  "name": "srcdir",
15299
15453
  "type": {
@@ -15308,7 +15462,7 @@
15308
15462
  "immutable": true,
15309
15463
  "locationInModule": {
15310
15464
  "filename": "src/typescript.ts",
15311
- "line": 173
15465
+ "line": 166
15312
15466
  },
15313
15467
  "name": "testdir",
15314
15468
  "type": {
@@ -15323,7 +15477,7 @@
15323
15477
  "immutable": true,
15324
15478
  "locationInModule": {
15325
15479
  "filename": "src/typescript.ts",
15326
- "line": 158
15480
+ "line": 151
15327
15481
  },
15328
15482
  "name": "tsconfigDev",
15329
15483
  "type": {
@@ -15338,7 +15492,7 @@
15338
15492
  "immutable": true,
15339
15493
  "locationInModule": {
15340
15494
  "filename": "src/typescript.ts",
15341
- "line": 178
15495
+ "line": 171
15342
15496
  },
15343
15497
  "name": "watchTask",
15344
15498
  "type": {
@@ -15352,7 +15506,7 @@
15352
15506
  "immutable": true,
15353
15507
  "locationInModule": {
15354
15508
  "filename": "src/typescript.ts",
15355
- "line": 149
15509
+ "line": 142
15356
15510
  },
15357
15511
  "name": "docgen",
15358
15512
  "optional": true,
@@ -15367,7 +15521,7 @@
15367
15521
  "immutable": true,
15368
15522
  "locationInModule": {
15369
15523
  "filename": "src/typescript.ts",
15370
- "line": 151
15524
+ "line": 144
15371
15525
  },
15372
15526
  "name": "eslint",
15373
15527
  "optional": true,
@@ -15375,22 +15529,6 @@
15375
15529
  "fqn": "projen.Eslint"
15376
15530
  }
15377
15531
  },
15378
- {
15379
- "docs": {
15380
- "stability": "experimental",
15381
- "summary": "The \"package\" task (or undefined if `package` is set to `false`)."
15382
- },
15383
- "immutable": true,
15384
- "locationInModule": {
15385
- "filename": "src/typescript.ts",
15386
- "line": 183
15387
- },
15388
- "name": "packageTask",
15389
- "optional": true,
15390
- "type": {
15391
- "fqn": "projen.tasks.Task"
15392
- }
15393
- },
15394
15532
  {
15395
15533
  "docs": {
15396
15534
  "stability": "experimental"
@@ -15398,7 +15536,7 @@
15398
15536
  "immutable": true,
15399
15537
  "locationInModule": {
15400
15538
  "filename": "src/typescript.ts",
15401
- "line": 153
15539
+ "line": 146
15402
15540
  },
15403
15541
  "name": "tsconfig",
15404
15542
  "optional": true,
@@ -15413,7 +15551,7 @@
15413
15551
  "immutable": true,
15414
15552
  "locationInModule": {
15415
15553
  "filename": "src/typescript.ts",
15416
- "line": 152
15554
+ "line": 145
15417
15555
  },
15418
15556
  "name": "tsconfigEslint",
15419
15557
  "optional": true,
@@ -15441,24 +15579,6 @@
15441
15579
  },
15442
15580
  "name": "TypeScriptProjectOptions",
15443
15581
  "properties": [
15444
- {
15445
- "abstract": true,
15446
- "docs": {
15447
- "default": "- if `testdir` is under `src/**`, the default is `true`, otherwise the default is `false`.",
15448
- "stability": "experimental",
15449
- "summary": "Compile the code before running tests."
15450
- },
15451
- "immutable": true,
15452
- "locationInModule": {
15453
- "filename": "src/typescript.ts",
15454
- "line": 109
15455
- },
15456
- "name": "compileBeforeTest",
15457
- "optional": true,
15458
- "type": {
15459
- "primitive": "boolean"
15460
- }
15461
- },
15462
15582
  {
15463
15583
  "abstract": true,
15464
15584
  "docs": {
@@ -15523,7 +15643,7 @@
15523
15643
  "immutable": true,
15524
15644
  "locationInModule": {
15525
15645
  "filename": "src/typescript.ts",
15526
- "line": 121
15646
+ "line": 114
15527
15647
  },
15528
15648
  "name": "entrypointTypes",
15529
15649
  "optional": true,
@@ -15595,7 +15715,7 @@
15595
15715
  "immutable": true,
15596
15716
  "locationInModule": {
15597
15717
  "filename": "src/typescript.ts",
15598
- "line": 129
15718
+ "line": 122
15599
15719
  },
15600
15720
  "name": "package",
15601
15721
  "optional": true,
@@ -15613,7 +15733,7 @@
15613
15733
  "immutable": true,
15614
15734
  "locationInModule": {
15615
15735
  "filename": "src/typescript.ts",
15616
- "line": 136
15736
+ "line": 129
15617
15737
  },
15618
15738
  "name": "projenrcTs",
15619
15739
  "optional": true,
@@ -15630,7 +15750,7 @@
15630
15750
  "immutable": true,
15631
15751
  "locationInModule": {
15632
15752
  "filename": "src/typescript.ts",
15633
- "line": 141
15753
+ "line": 134
15634
15754
  },
15635
15755
  "name": "projenrcTsOptions",
15636
15756
  "optional": true,
@@ -15648,7 +15768,7 @@
15648
15768
  "immutable": true,
15649
15769
  "locationInModule": {
15650
15770
  "filename": "src/typescript.ts",
15651
- "line": 115
15771
+ "line": 108
15652
15772
  },
15653
15773
  "name": "sampleCode",
15654
15774
  "optional": true,
@@ -19438,7 +19558,7 @@
19438
19558
  },
19439
19559
  "locationInModule": {
19440
19560
  "filename": "src/github/github.ts",
19441
- "line": 38
19561
+ "line": 45
19442
19562
  },
19443
19563
  "parameters": [
19444
19564
  {
@@ -19459,7 +19579,7 @@
19459
19579
  "kind": "class",
19460
19580
  "locationInModule": {
19461
19581
  "filename": "src/github/github.ts",
19462
- "line": 24
19582
+ "line": 31
19463
19583
  },
19464
19584
  "methods": [
19465
19585
  {
@@ -19468,7 +19588,7 @@
19468
19588
  },
19469
19589
  "locationInModule": {
19470
19590
  "filename": "src/github/github.ts",
19471
- "line": 74
19591
+ "line": 81
19472
19592
  },
19473
19593
  "name": "addDependabot",
19474
19594
  "parameters": [
@@ -19492,7 +19612,7 @@
19492
19612
  },
19493
19613
  "locationInModule": {
19494
19614
  "filename": "src/github/github.ts",
19495
- "line": 70
19615
+ "line": 77
19496
19616
  },
19497
19617
  "name": "addPullRequestTemplate",
19498
19618
  "parameters": [
@@ -19519,7 +19639,7 @@
19519
19639
  },
19520
19640
  "locationInModule": {
19521
19641
  "filename": "src/github/github.ts",
19522
- "line": 61
19642
+ "line": 68
19523
19643
  },
19524
19644
  "name": "addWorkflow",
19525
19645
  "parameters": [
@@ -19547,7 +19667,7 @@
19547
19667
  },
19548
19668
  "locationInModule": {
19549
19669
  "filename": "src/github/github.ts",
19550
- "line": 82
19670
+ "line": 89
19551
19671
  },
19552
19672
  "name": "tryFindWorkflow",
19553
19673
  "parameters": [
@@ -19580,7 +19700,7 @@
19580
19700
  "immutable": true,
19581
19701
  "locationInModule": {
19582
19702
  "filename": "src/github/github.ts",
19583
- "line": 52
19703
+ "line": 59
19584
19704
  },
19585
19705
  "name": "workflows",
19586
19706
  "type": {
@@ -19600,7 +19720,7 @@
19600
19720
  "immutable": true,
19601
19721
  "locationInModule": {
19602
19722
  "filename": "src/github/github.ts",
19603
- "line": 34
19723
+ "line": 41
19604
19724
  },
19605
19725
  "name": "workflowsEnabled",
19606
19726
  "type": {
@@ -19616,7 +19736,7 @@
19616
19736
  "immutable": true,
19617
19737
  "locationInModule": {
19618
19738
  "filename": "src/github/github.ts",
19619
- "line": 29
19739
+ "line": 36
19620
19740
  },
19621
19741
  "name": "mergify",
19622
19742
  "optional": true,
@@ -19660,6 +19780,24 @@
19660
19780
  "primitive": "boolean"
19661
19781
  }
19662
19782
  },
19783
+ {
19784
+ "abstract": true,
19785
+ "docs": {
19786
+ "default": "- default options",
19787
+ "stability": "experimental",
19788
+ "summary": "Options for Mergify."
19789
+ },
19790
+ "immutable": true,
19791
+ "locationInModule": {
19792
+ "filename": "src/github/github.ts",
19793
+ "line": 21
19794
+ },
19795
+ "name": "mergifyOptions",
19796
+ "optional": true,
19797
+ "type": {
19798
+ "fqn": "projen.github.MergifyOptions"
19799
+ }
19800
+ },
19663
19801
  {
19664
19802
  "abstract": true,
19665
19803
  "docs": {
@@ -19671,7 +19809,7 @@
19671
19809
  "immutable": true,
19672
19810
  "locationInModule": {
19673
19811
  "filename": "src/github/github.ts",
19674
- "line": 21
19812
+ "line": 28
19675
19813
  },
19676
19814
  "name": "workflows",
19677
19815
  "optional": true,
@@ -23846,7 +23984,7 @@
23846
23984
  },
23847
23985
  "locationInModule": {
23848
23986
  "filename": "src/java/java-project.ts",
23849
- "line": 147
23987
+ "line": 141
23850
23988
  },
23851
23989
  "parameters": [
23852
23990
  {
@@ -23860,7 +23998,7 @@
23860
23998
  "kind": "class",
23861
23999
  "locationInModule": {
23862
24000
  "filename": "src/java/java-project.ts",
23863
- "line": 111
24001
+ "line": 110
23864
24002
  },
23865
24003
  "methods": [
23866
24004
  {
@@ -23870,7 +24008,7 @@
23870
24008
  },
23871
24009
  "locationInModule": {
23872
24010
  "filename": "src/java/java-project.ts",
23873
- "line": 208
24011
+ "line": 198
23874
24012
  },
23875
24013
  "name": "addDependency",
23876
24014
  "parameters": [
@@ -23893,7 +24031,7 @@
23893
24031
  },
23894
24032
  "locationInModule": {
23895
24033
  "filename": "src/java/java-project.ts",
23896
- "line": 229
24034
+ "line": 219
23897
24035
  },
23898
24036
  "name": "addPlugin",
23899
24037
  "parameters": [
@@ -23930,7 +24068,7 @@
23930
24068
  },
23931
24069
  "locationInModule": {
23932
24070
  "filename": "src/java/java-project.ts",
23933
- "line": 217
24071
+ "line": 207
23934
24072
  },
23935
24073
  "name": "addTestDependency",
23936
24074
  "parameters": [
@@ -23949,21 +24087,6 @@
23949
24087
  "name": "JavaProject",
23950
24088
  "namespace": "java",
23951
24089
  "properties": [
23952
- {
23953
- "docs": {
23954
- "stability": "experimental",
23955
- "summary": "The primary build task."
23956
- },
23957
- "immutable": true,
23958
- "locationInModule": {
23959
- "filename": "src/java/java-project.ts",
23960
- "line": 145
23961
- },
23962
- "name": "buildTask",
23963
- "type": {
23964
- "fqn": "projen.tasks.Task"
23965
- }
23966
- },
23967
24090
  {
23968
24091
  "docs": {
23969
24092
  "stability": "experimental",
@@ -23972,7 +24095,7 @@
23972
24095
  "immutable": true,
23973
24096
  "locationInModule": {
23974
24097
  "filename": "src/java/java-project.ts",
23975
- "line": 130
24098
+ "line": 129
23976
24099
  },
23977
24100
  "name": "compile",
23978
24101
  "type": {
@@ -23987,7 +24110,7 @@
23987
24110
  "immutable": true,
23988
24111
  "locationInModule": {
23989
24112
  "filename": "src/java/java-project.ts",
23990
- "line": 140
24113
+ "line": 139
23991
24114
  },
23992
24115
  "name": "distdir",
23993
24116
  "type": {
@@ -24002,7 +24125,7 @@
24002
24125
  "immutable": true,
24003
24126
  "locationInModule": {
24004
24127
  "filename": "src/java/java-project.ts",
24005
- "line": 125
24128
+ "line": 124
24006
24129
  },
24007
24130
  "name": "packaging",
24008
24131
  "type": {
@@ -24017,7 +24140,7 @@
24017
24140
  "immutable": true,
24018
24141
  "locationInModule": {
24019
24142
  "filename": "src/java/java-project.ts",
24020
- "line": 115
24143
+ "line": 114
24021
24144
  },
24022
24145
  "name": "pom",
24023
24146
  "type": {
@@ -24032,7 +24155,7 @@
24032
24155
  "immutable": true,
24033
24156
  "locationInModule": {
24034
24157
  "filename": "src/java/java-project.ts",
24035
- "line": 120
24158
+ "line": 119
24036
24159
  },
24037
24160
  "name": "junit",
24038
24161
  "optional": true,
@@ -24048,7 +24171,7 @@
24048
24171
  "immutable": true,
24049
24172
  "locationInModule": {
24050
24173
  "filename": "src/java/java-project.ts",
24051
- "line": 135
24174
+ "line": 134
24052
24175
  },
24053
24176
  "name": "projenrc",
24054
24177
  "optional": true,
@@ -24074,7 +24197,7 @@
24074
24197
  "kind": "interface",
24075
24198
  "locationInModule": {
24076
24199
  "filename": "src/java/java-project.ts",
24077
- "line": 13
24200
+ "line": 12
24078
24201
  },
24079
24202
  "name": "JavaProjectCommonOptions",
24080
24203
  "namespace": "java",
@@ -24089,7 +24212,7 @@
24089
24212
  "immutable": true,
24090
24213
  "locationInModule": {
24091
24214
  "filename": "src/java/java-project.ts",
24092
- "line": 71
24215
+ "line": 70
24093
24216
  },
24094
24217
  "name": "compileOptions",
24095
24218
  "optional": true,
@@ -24111,7 +24234,7 @@
24111
24234
  "immutable": true,
24112
24235
  "locationInModule": {
24113
24236
  "filename": "src/java/java-project.ts",
24114
- "line": 33
24237
+ "line": 32
24115
24238
  },
24116
24239
  "name": "deps",
24117
24240
  "optional": true,
@@ -24134,7 +24257,7 @@
24134
24257
  "immutable": true,
24135
24258
  "locationInModule": {
24136
24259
  "filename": "src/java/java-project.ts",
24137
- "line": 19
24260
+ "line": 18
24138
24261
  },
24139
24262
  "name": "distdir",
24140
24263
  "optional": true,
@@ -24152,7 +24275,7 @@
24152
24275
  "immutable": true,
24153
24276
  "locationInModule": {
24154
24277
  "filename": "src/java/java-project.ts",
24155
- "line": 53
24278
+ "line": 52
24156
24279
  },
24157
24280
  "name": "junit",
24158
24281
  "optional": true,
@@ -24170,7 +24293,7 @@
24170
24293
  "immutable": true,
24171
24294
  "locationInModule": {
24172
24295
  "filename": "src/java/java-project.ts",
24173
- "line": 59
24296
+ "line": 58
24174
24297
  },
24175
24298
  "name": "junitOptions",
24176
24299
  "optional": true,
@@ -24188,7 +24311,7 @@
24188
24311
  "immutable": true,
24189
24312
  "locationInModule": {
24190
24313
  "filename": "src/java/java-project.ts",
24191
- "line": 65
24314
+ "line": 64
24192
24315
  },
24193
24316
  "name": "packagingOptions",
24194
24317
  "optional": true,
@@ -24207,7 +24330,7 @@
24207
24330
  "immutable": true,
24208
24331
  "locationInModule": {
24209
24332
  "filename": "src/java/java-project.ts",
24210
- "line": 81
24333
+ "line": 80
24211
24334
  },
24212
24335
  "name": "projenrcJava",
24213
24336
  "optional": true,
@@ -24225,7 +24348,7 @@
24225
24348
  "immutable": true,
24226
24349
  "locationInModule": {
24227
24350
  "filename": "src/java/java-project.ts",
24228
- "line": 87
24351
+ "line": 86
24229
24352
  },
24230
24353
  "name": "projenrcJavaOptions",
24231
24354
  "optional": true,
@@ -24247,7 +24370,7 @@
24247
24370
  "immutable": true,
24248
24371
  "locationInModule": {
24249
24372
  "filename": "src/java/java-project.ts",
24250
- "line": 45
24373
+ "line": 44
24251
24374
  },
24252
24375
  "name": "testDeps",
24253
24376
  "optional": true,
@@ -24277,7 +24400,7 @@
24277
24400
  "kind": "interface",
24278
24401
  "locationInModule": {
24279
24402
  "filename": "src/java/java-project.ts",
24280
- "line": 93
24403
+ "line": 92
24281
24404
  },
24282
24405
  "name": "JavaProjectOptions",
24283
24406
  "namespace": "java",
@@ -24291,7 +24414,7 @@
24291
24414
  "immutable": true,
24292
24415
  "locationInModule": {
24293
24416
  "filename": "src/java/java-project.ts",
24294
- "line": 97
24417
+ "line": 96
24295
24418
  },
24296
24419
  "name": "sample",
24297
24420
  "optional": true,
@@ -24309,7 +24432,7 @@
24309
24432
  "immutable": true,
24310
24433
  "locationInModule": {
24311
24434
  "filename": "src/java/java-project.ts",
24312
- "line": 103
24435
+ "line": 102
24313
24436
  },
24314
24437
  "name": "sampleJavaPackage",
24315
24438
  "optional": true,
@@ -24445,7 +24568,7 @@
24445
24568
  },
24446
24569
  "locationInModule": {
24447
24570
  "filename": "src/java/maven-compile.ts",
24448
- "line": 31
24571
+ "line": 28
24449
24572
  },
24450
24573
  "parameters": [
24451
24574
  {
@@ -24472,26 +24595,10 @@
24472
24595
  "kind": "class",
24473
24596
  "locationInModule": {
24474
24597
  "filename": "src/java/maven-compile.ts",
24475
- "line": 28
24598
+ "line": 27
24476
24599
  },
24477
24600
  "name": "MavenCompile",
24478
24601
  "namespace": "java",
24479
- "properties": [
24480
- {
24481
- "docs": {
24482
- "stability": "experimental"
24483
- },
24484
- "immutable": true,
24485
- "locationInModule": {
24486
- "filename": "src/java/maven-compile.ts",
24487
- "line": 29
24488
- },
24489
- "name": "compileTask",
24490
- "type": {
24491
- "fqn": "projen.tasks.Task"
24492
- }
24493
- }
24494
- ],
24495
24602
  "symbolId": "src/java/maven-compile:MavenCompile"
24496
24603
  },
24497
24604
  "projen.java.MavenCompileOptions": {
@@ -24505,7 +24612,7 @@
24505
24612
  "kind": "interface",
24506
24613
  "locationInModule": {
24507
24614
  "filename": "src/java/maven-compile.ts",
24508
- "line": 9
24615
+ "line": 8
24509
24616
  },
24510
24617
  "name": "MavenCompileOptions",
24511
24618
  "namespace": "java",
@@ -24520,7 +24627,7 @@
24520
24627
  "immutable": true,
24521
24628
  "locationInModule": {
24522
24629
  "filename": "src/java/maven-compile.ts",
24523
- "line": 15
24630
+ "line": 14
24524
24631
  },
24525
24632
  "name": "source",
24526
24633
  "optional": true,
@@ -24538,7 +24645,7 @@
24538
24645
  "immutable": true,
24539
24646
  "locationInModule": {
24540
24647
  "filename": "src/java/maven-compile.ts",
24541
- "line": 22
24648
+ "line": 21
24542
24649
  },
24543
24650
  "name": "target",
24544
24651
  "optional": true,
@@ -24563,7 +24670,7 @@
24563
24670
  },
24564
24671
  "locationInModule": {
24565
24672
  "filename": "src/java/maven-packaging.ts",
24566
- "line": 44
24673
+ "line": 38
24567
24674
  },
24568
24675
  "parameters": [
24569
24676
  {
@@ -24590,27 +24697,10 @@
24590
24697
  "kind": "class",
24591
24698
  "locationInModule": {
24592
24699
  "filename": "src/java/maven-packaging.ts",
24593
- "line": 38
24700
+ "line": 37
24594
24701
  },
24595
24702
  "name": "MavenPackaging",
24596
24703
  "namespace": "java",
24597
- "properties": [
24598
- {
24599
- "docs": {
24600
- "stability": "experimental",
24601
- "summary": "The \"package\" task."
24602
- },
24603
- "immutable": true,
24604
- "locationInModule": {
24605
- "filename": "src/java/maven-packaging.ts",
24606
- "line": 42
24607
- },
24608
- "name": "task",
24609
- "type": {
24610
- "fqn": "projen.tasks.Task"
24611
- }
24612
- }
24613
- ],
24614
24704
  "symbolId": "src/java/maven-packaging:MavenPackaging"
24615
24705
  },
24616
24706
  "projen.java.MavenPackagingOptions": {
@@ -24624,7 +24714,7 @@
24624
24714
  "kind": "interface",
24625
24715
  "locationInModule": {
24626
24716
  "filename": "src/java/maven-packaging.ts",
24627
- "line": 9
24717
+ "line": 8
24628
24718
  },
24629
24719
  "name": "MavenPackagingOptions",
24630
24720
  "namespace": "java",
@@ -24639,7 +24729,7 @@
24639
24729
  "immutable": true,
24640
24730
  "locationInModule": {
24641
24731
  "filename": "src/java/maven-packaging.ts",
24642
- "line": 20
24732
+ "line": 19
24643
24733
  },
24644
24734
  "name": "distdir",
24645
24735
  "optional": true,
@@ -24657,7 +24747,7 @@
24657
24747
  "immutable": true,
24658
24748
  "locationInModule": {
24659
24749
  "filename": "src/java/maven-packaging.ts",
24660
- "line": 26
24750
+ "line": 25
24661
24751
  },
24662
24752
  "name": "javadocs",
24663
24753
  "optional": true,
@@ -24675,7 +24765,7 @@
24675
24765
  "immutable": true,
24676
24766
  "locationInModule": {
24677
24767
  "filename": "src/java/maven-packaging.ts",
24678
- "line": 32
24768
+ "line": 31
24679
24769
  },
24680
24770
  "name": "javadocsExclude",
24681
24771
  "optional": true,
@@ -24698,7 +24788,7 @@
24698
24788
  "immutable": true,
24699
24789
  "locationInModule": {
24700
24790
  "filename": "src/java/maven-packaging.ts",
24701
- "line": 14
24791
+ "line": 13
24702
24792
  },
24703
24793
  "name": "sources",
24704
24794
  "optional": true,
@@ -25503,7 +25593,7 @@
25503
25593
  "kind": "interface",
25504
25594
  "locationInModule": {
25505
25595
  "filename": "src/javascript/bundler.ts",
25506
- "line": 126
25596
+ "line": 121
25507
25597
  },
25508
25598
  "name": "BundleOptions",
25509
25599
  "namespace": "javascript",
@@ -25517,7 +25607,7 @@
25517
25607
  "immutable": true,
25518
25608
  "locationInModule": {
25519
25609
  "filename": "src/javascript/bundler.ts",
25520
- "line": 130
25610
+ "line": 125
25521
25611
  },
25522
25612
  "name": "entrypoint",
25523
25613
  "type": {
@@ -25533,7 +25623,7 @@
25533
25623
  "immutable": true,
25534
25624
  "locationInModule": {
25535
25625
  "filename": "src/javascript/bundler.ts",
25536
- "line": 149
25626
+ "line": 144
25537
25627
  },
25538
25628
  "name": "outfile",
25539
25629
  "type": {
@@ -25550,7 +25640,7 @@
25550
25640
  "immutable": true,
25551
25641
  "locationInModule": {
25552
25642
  "filename": "src/javascript/bundler.ts",
25553
- "line": 144
25643
+ "line": 139
25554
25644
  },
25555
25645
  "name": "platform",
25556
25646
  "type": {
@@ -25567,7 +25657,7 @@
25567
25657
  "immutable": true,
25568
25658
  "locationInModule": {
25569
25659
  "filename": "src/javascript/bundler.ts",
25570
- "line": 137
25660
+ "line": 132
25571
25661
  },
25572
25662
  "name": "target",
25573
25663
  "type": {
@@ -25585,7 +25675,7 @@
25585
25675
  "immutable": true,
25586
25676
  "locationInModule": {
25587
25677
  "filename": "src/javascript/bundler.ts",
25588
- "line": 167
25678
+ "line": 162
25589
25679
  },
25590
25680
  "name": "externals",
25591
25681
  "optional": true,
@@ -25608,7 +25698,7 @@
25608
25698
  "immutable": true,
25609
25699
  "locationInModule": {
25610
25700
  "filename": "src/javascript/bundler.ts",
25611
- "line": 174
25701
+ "line": 169
25612
25702
  },
25613
25703
  "name": "sourcemap",
25614
25704
  "optional": true,
@@ -25627,7 +25717,7 @@
25627
25717
  "immutable": true,
25628
25718
  "locationInModule": {
25629
25719
  "filename": "src/javascript/bundler.ts",
25630
- "line": 183
25720
+ "line": 178
25631
25721
  },
25632
25722
  "name": "watchTask",
25633
25723
  "optional": true,
@@ -25653,7 +25743,7 @@
25653
25743
  },
25654
25744
  "locationInModule": {
25655
25745
  "filename": "src/javascript/bundler.ts",
25656
- "line": 52
25746
+ "line": 48
25657
25747
  },
25658
25748
  "parameters": [
25659
25749
  {
@@ -25664,6 +25754,7 @@
25664
25754
  },
25665
25755
  {
25666
25756
  "name": "options",
25757
+ "optional": true,
25667
25758
  "type": {
25668
25759
  "fqn": "projen.javascript.BundlerOptions"
25669
25760
  }
@@ -25673,7 +25764,7 @@
25673
25764
  "kind": "class",
25674
25765
  "locationInModule": {
25675
25766
  "filename": "src/javascript/bundler.ts",
25676
- "line": 32
25767
+ "line": 29
25677
25768
  },
25678
25769
  "methods": [
25679
25770
  {
@@ -25684,7 +25775,7 @@
25684
25775
  },
25685
25776
  "locationInModule": {
25686
25777
  "filename": "src/javascript/bundler.ts",
25687
- "line": 39
25778
+ "line": 36
25688
25779
  },
25689
25780
  "name": "of",
25690
25781
  "parameters": [
@@ -25713,7 +25804,7 @@
25713
25804
  },
25714
25805
  "locationInModule": {
25715
25806
  "filename": "src/javascript/bundler.ts",
25716
- "line": 85
25807
+ "line": 80
25717
25808
  },
25718
25809
  "name": "addBundle",
25719
25810
  "parameters": [
@@ -25754,7 +25845,7 @@
25754
25845
  "immutable": true,
25755
25846
  "locationInModule": {
25756
25847
  "filename": "src/javascript/bundler.ts",
25757
- "line": 62
25848
+ "line": 57
25758
25849
  },
25759
25850
  "name": "bundleTask",
25760
25851
  "type": {
@@ -25768,7 +25859,7 @@
25768
25859
  "immutable": true,
25769
25860
  "locationInModule": {
25770
25861
  "filename": "src/javascript/bundler.ts",
25771
- "line": 47
25862
+ "line": 43
25772
25863
  },
25773
25864
  "name": "esbuildVersion",
25774
25865
  "optional": true,
@@ -25834,24 +25925,6 @@
25834
25925
  },
25835
25926
  "name": "BundlerOptions",
25836
25927
  "namespace": "javascript",
25837
- "properties": [
25838
- {
25839
- "abstract": true,
25840
- "docs": {
25841
- "stability": "experimental",
25842
- "summary": "A parent task that will spawn the \"bundle\" task (usually \"compile\")."
25843
- },
25844
- "immutable": true,
25845
- "locationInModule": {
25846
- "filename": "src/javascript/bundler.ts",
25847
- "line": 25
25848
- },
25849
- "name": "parentTask",
25850
- "type": {
25851
- "fqn": "projen.tasks.Task"
25852
- }
25853
- }
25854
- ],
25855
25928
  "symbolId": "src/javascript/bundler:BundlerOptions"
25856
25929
  },
25857
25930
  "projen.javascript.NpmConfig": {
@@ -26013,7 +26086,7 @@
26013
26086
  },
26014
26087
  "locationInModule": {
26015
26088
  "filename": "src/javascript/projenrc.ts",
26016
- "line": 21
26089
+ "line": 20
26017
26090
  },
26018
26091
  "parameters": [
26019
26092
  {
@@ -26034,7 +26107,7 @@
26034
26107
  "kind": "class",
26035
26108
  "locationInModule": {
26036
26109
  "filename": "src/javascript/projenrc.ts",
26037
- "line": 18
26110
+ "line": 17
26038
26111
  },
26039
26112
  "name": "Projenrc",
26040
26113
  "namespace": "javascript",
@@ -26050,7 +26123,7 @@
26050
26123
  "kind": "interface",
26051
26124
  "locationInModule": {
26052
26125
  "filename": "src/javascript/projenrc.ts",
26053
- "line": 7
26126
+ "line": 6
26054
26127
  },
26055
26128
  "name": "ProjenrcOptions",
26056
26129
  "namespace": "javascript",
@@ -26065,7 +26138,7 @@
26065
26138
  "immutable": true,
26066
26139
  "locationInModule": {
26067
26140
  "filename": "src/javascript/projenrc.ts",
26068
- "line": 12
26141
+ "line": 11
26069
26142
  },
26070
26143
  "name": "filename",
26071
26144
  "optional": true,
@@ -26327,22 +26400,6 @@
26327
26400
  "name": "IPythonPackaging",
26328
26401
  "namespace": "python",
26329
26402
  "properties": [
26330
- {
26331
- "abstract": true,
26332
- "docs": {
26333
- "stability": "experimental",
26334
- "summary": "A task that packages the project for distribution."
26335
- },
26336
- "immutable": true,
26337
- "locationInModule": {
26338
- "filename": "src/python/python-packaging.ts",
26339
- "line": 8
26340
- },
26341
- "name": "packageTask",
26342
- "type": {
26343
- "fqn": "projen.tasks.Task"
26344
- }
26345
- },
26346
26403
  {
26347
26404
  "abstract": true,
26348
26405
  "docs": {
@@ -26352,7 +26409,7 @@
26352
26409
  "immutable": true,
26353
26410
  "locationInModule": {
26354
26411
  "filename": "src/python/python-packaging.ts",
26355
- "line": 13
26412
+ "line": 8
26356
26413
  },
26357
26414
  "name": "publishTask",
26358
26415
  "type": {
@@ -26515,7 +26572,7 @@
26515
26572
  },
26516
26573
  "locationInModule": {
26517
26574
  "filename": "src/python/poetry.ts",
26518
- "line": 25
26575
+ "line": 24
26519
26576
  },
26520
26577
  "parameters": [
26521
26578
  {
@@ -26550,7 +26607,7 @@
26550
26607
  },
26551
26608
  "locationInModule": {
26552
26609
  "filename": "src/python/poetry.ts",
26553
- "line": 109
26610
+ "line": 105
26554
26611
  },
26555
26612
  "name": "addDependency",
26556
26613
  "overrides": "projen.python.IPythonDeps",
@@ -26573,7 +26630,7 @@
26573
26630
  },
26574
26631
  "locationInModule": {
26575
26632
  "filename": "src/python/poetry.ts",
26576
- "line": 118
26633
+ "line": 114
26577
26634
  },
26578
26635
  "name": "addDevDependency",
26579
26636
  "overrides": "projen.python.IPythonDeps",
@@ -26596,7 +26653,7 @@
26596
26653
  },
26597
26654
  "locationInModule": {
26598
26655
  "filename": "src/python/poetry.ts",
26599
- "line": 143
26656
+ "line": 139
26600
26657
  },
26601
26658
  "name": "installDependencies",
26602
26659
  "overrides": "projen.python.IPythonDeps"
@@ -26608,7 +26665,7 @@
26608
26665
  },
26609
26666
  "locationInModule": {
26610
26667
  "filename": "src/python/poetry.ts",
26611
- "line": 125
26668
+ "line": 121
26612
26669
  },
26613
26670
  "name": "setupEnvironment",
26614
26671
  "overrides": "projen.python.IPythonEnv"
@@ -26633,22 +26690,6 @@
26633
26690
  "fqn": "projen.tasks.Task"
26634
26691
  }
26635
26692
  },
26636
- {
26637
- "docs": {
26638
- "stability": "experimental",
26639
- "summary": "A task that packages the project for distribution."
26640
- },
26641
- "immutable": true,
26642
- "locationInModule": {
26643
- "filename": "src/python/poetry.ts",
26644
- "line": 17
26645
- },
26646
- "name": "packageTask",
26647
- "overrides": "projen.python.IPythonPackaging",
26648
- "type": {
26649
- "fqn": "projen.tasks.Task"
26650
- }
26651
- },
26652
26693
  {
26653
26694
  "docs": {
26654
26695
  "stability": "experimental",
@@ -26657,7 +26698,7 @@
26657
26698
  "immutable": true,
26658
26699
  "locationInModule": {
26659
26700
  "filename": "src/python/poetry.ts",
26660
- "line": 18
26701
+ "line": 17
26661
26702
  },
26662
26703
  "name": "publishTask",
26663
26704
  "overrides": "projen.python.IPythonPackaging",
@@ -26673,7 +26714,7 @@
26673
26714
  "immutable": true,
26674
26715
  "locationInModule": {
26675
26716
  "filename": "src/python/poetry.ts",
26676
- "line": 23
26717
+ "line": 22
26677
26718
  },
26678
26719
  "name": "publishTestTask",
26679
26720
  "type": {
@@ -26698,7 +26739,7 @@
26698
26739
  },
26699
26740
  "locationInModule": {
26700
26741
  "filename": "src/python/poetry.ts",
26701
- "line": 296
26742
+ "line": 292
26702
26743
  },
26703
26744
  "parameters": [
26704
26745
  {
@@ -26718,7 +26759,7 @@
26718
26759
  "kind": "class",
26719
26760
  "locationInModule": {
26720
26761
  "filename": "src/python/poetry.ts",
26721
- "line": 293
26762
+ "line": 289
26722
26763
  },
26723
26764
  "name": "PoetryPyproject",
26724
26765
  "namespace": "python",
@@ -26730,7 +26771,7 @@
26730
26771
  "immutable": true,
26731
26772
  "locationInModule": {
26732
26773
  "filename": "src/python/poetry.ts",
26733
- "line": 294
26774
+ "line": 290
26734
26775
  },
26735
26776
  "name": "file",
26736
26777
  "type": {
@@ -26755,7 +26796,7 @@
26755
26796
  "kind": "interface",
26756
26797
  "locationInModule": {
26757
26798
  "filename": "src/python/poetry.ts",
26758
- "line": 270
26799
+ "line": 266
26759
26800
  },
26760
26801
  "name": "PoetryPyprojectOptions",
26761
26802
  "namespace": "python",
@@ -26771,7 +26812,7 @@
26771
26812
  "immutable": true,
26772
26813
  "locationInModule": {
26773
26814
  "filename": "src/python/poetry.ts",
26774
- "line": 278
26815
+ "line": 274
26775
26816
  },
26776
26817
  "name": "dependencies",
26777
26818
  "optional": true,
@@ -26794,7 +26835,7 @@
26794
26835
  "immutable": true,
26795
26836
  "locationInModule": {
26796
26837
  "filename": "src/python/poetry.ts",
26797
- "line": 285
26838
+ "line": 281
26798
26839
  },
26799
26840
  "name": "devDependencies",
26800
26841
  "optional": true,
@@ -26822,7 +26863,7 @@
26822
26863
  "kind": "interface",
26823
26864
  "locationInModule": {
26824
26865
  "filename": "src/python/poetry.ts",
26825
- "line": 154
26866
+ "line": 150
26826
26867
  },
26827
26868
  "name": "PoetryPyprojectOptionsWithoutDeps",
26828
26869
  "namespace": "python",
@@ -26837,7 +26878,7 @@
26837
26878
  "immutable": true,
26838
26879
  "locationInModule": {
26839
26880
  "filename": "src/python/poetry.ts",
26840
- "line": 181
26881
+ "line": 177
26841
26882
  },
26842
26883
  "name": "authors",
26843
26884
  "optional": true,
@@ -26860,7 +26901,7 @@
26860
26901
  "immutable": true,
26861
26902
  "locationInModule": {
26862
26903
  "filename": "src/python/poetry.ts",
26863
- "line": 218
26904
+ "line": 214
26864
26905
  },
26865
26906
  "name": "classifiers",
26866
26907
  "optional": true,
@@ -26882,7 +26923,7 @@
26882
26923
  "immutable": true,
26883
26924
  "locationInModule": {
26884
26925
  "filename": "src/python/poetry.ts",
26885
- "line": 168
26926
+ "line": 164
26886
26927
  },
26887
26928
  "name": "description",
26888
26929
  "optional": true,
@@ -26899,7 +26940,7 @@
26899
26940
  "immutable": true,
26900
26941
  "locationInModule": {
26901
26942
  "filename": "src/python/poetry.ts",
26902
- "line": 206
26943
+ "line": 202
26903
26944
  },
26904
26945
  "name": "documentation",
26905
26946
  "optional": true,
@@ -26917,7 +26958,7 @@
26917
26958
  "immutable": true,
26918
26959
  "locationInModule": {
26919
26960
  "filename": "src/python/poetry.ts",
26920
- "line": 236
26961
+ "line": 232
26921
26962
  },
26922
26963
  "name": "exclude",
26923
26964
  "optional": true,
@@ -26939,7 +26980,7 @@
26939
26980
  "immutable": true,
26940
26981
  "locationInModule": {
26941
26982
  "filename": "src/python/poetry.ts",
26942
- "line": 251
26983
+ "line": 247
26943
26984
  },
26944
26985
  "name": "extras",
26945
26986
  "optional": true,
@@ -26966,7 +27007,7 @@
26966
27007
  "immutable": true,
26967
27008
  "locationInModule": {
26968
27009
  "filename": "src/python/poetry.ts",
26969
- "line": 196
27010
+ "line": 192
26970
27011
  },
26971
27012
  "name": "homepage",
26972
27013
  "optional": true,
@@ -26983,7 +27024,7 @@
26983
27024
  "immutable": true,
26984
27025
  "locationInModule": {
26985
27026
  "filename": "src/python/poetry.ts",
26986
- "line": 228
27027
+ "line": 224
26987
27028
  },
26988
27029
  "name": "include",
26989
27030
  "optional": true,
@@ -27005,7 +27046,7 @@
27005
27046
  "immutable": true,
27006
27047
  "locationInModule": {
27007
27048
  "filename": "src/python/poetry.ts",
27008
- "line": 211
27049
+ "line": 207
27009
27050
  },
27010
27051
  "name": "keywords",
27011
27052
  "optional": true,
@@ -27028,7 +27069,7 @@
27028
27069
  "immutable": true,
27029
27070
  "locationInModule": {
27030
27071
  "filename": "src/python/poetry.ts",
27031
- "line": 176
27072
+ "line": 172
27032
27073
  },
27033
27074
  "name": "license",
27034
27075
  "optional": true,
@@ -27046,7 +27087,7 @@
27046
27087
  "immutable": true,
27047
27088
  "locationInModule": {
27048
27089
  "filename": "src/python/poetry.ts",
27049
- "line": 186
27090
+ "line": 182
27050
27091
  },
27051
27092
  "name": "maintainers",
27052
27093
  "optional": true,
@@ -27068,7 +27109,7 @@
27068
27109
  "immutable": true,
27069
27110
  "locationInModule": {
27070
27111
  "filename": "src/python/poetry.ts",
27071
- "line": 158
27112
+ "line": 154
27072
27113
  },
27073
27114
  "name": "name",
27074
27115
  "optional": true,
@@ -27085,7 +27126,7 @@
27085
27126
  "immutable": true,
27086
27127
  "locationInModule": {
27087
27128
  "filename": "src/python/poetry.ts",
27088
- "line": 223
27129
+ "line": 219
27089
27130
  },
27090
27131
  "name": "packages",
27091
27132
  "optional": true,
@@ -27109,7 +27150,7 @@
27109
27150
  "immutable": true,
27110
27151
  "locationInModule": {
27111
27152
  "filename": "src/python/poetry.ts",
27112
- "line": 257
27153
+ "line": 253
27113
27154
  },
27114
27155
  "name": "plugins",
27115
27156
  "optional": true,
@@ -27126,7 +27167,7 @@
27126
27167
  "immutable": true,
27127
27168
  "locationInModule": {
27128
27169
  "filename": "src/python/poetry.ts",
27129
- "line": 191
27170
+ "line": 187
27130
27171
  },
27131
27172
  "name": "readme",
27132
27173
  "optional": true,
@@ -27143,7 +27184,7 @@
27143
27184
  "immutable": true,
27144
27185
  "locationInModule": {
27145
27186
  "filename": "src/python/poetry.ts",
27146
- "line": 201
27187
+ "line": 197
27147
27188
  },
27148
27189
  "name": "repository",
27149
27190
  "optional": true,
@@ -27160,7 +27201,7 @@
27160
27201
  "immutable": true,
27161
27202
  "locationInModule": {
27162
27203
  "filename": "src/python/poetry.ts",
27163
- "line": 241
27204
+ "line": 237
27164
27205
  },
27165
27206
  "name": "scripts",
27166
27207
  "optional": true,
@@ -27182,7 +27223,7 @@
27182
27223
  "immutable": true,
27183
27224
  "locationInModule": {
27184
27225
  "filename": "src/python/poetry.ts",
27185
- "line": 246
27226
+ "line": 242
27186
27227
  },
27187
27228
  "name": "source",
27188
27229
  "optional": true,
@@ -27205,7 +27246,7 @@
27205
27246
  "immutable": true,
27206
27247
  "locationInModule": {
27207
27248
  "filename": "src/python/poetry.ts",
27208
- "line": 263
27249
+ "line": 259
27209
27250
  },
27210
27251
  "name": "urls",
27211
27252
  "optional": true,
@@ -27227,7 +27268,7 @@
27227
27268
  "immutable": true,
27228
27269
  "locationInModule": {
27229
27270
  "filename": "src/python/poetry.ts",
27230
- "line": 163
27271
+ "line": 159
27231
27272
  },
27232
27273
  "name": "version",
27233
27274
  "optional": true,
@@ -27348,7 +27389,7 @@
27348
27389
  },
27349
27390
  "locationInModule": {
27350
27391
  "filename": "src/python/pytest.ts",
27351
- "line": 30
27392
+ "line": 27
27352
27393
  },
27353
27394
  "parameters": [
27354
27395
  {
@@ -27369,26 +27410,10 @@
27369
27410
  "kind": "class",
27370
27411
  "locationInModule": {
27371
27412
  "filename": "src/python/pytest.ts",
27372
- "line": 27
27413
+ "line": 26
27373
27414
  },
27374
27415
  "name": "Pytest",
27375
27416
  "namespace": "python",
27376
- "properties": [
27377
- {
27378
- "docs": {
27379
- "stability": "experimental"
27380
- },
27381
- "immutable": true,
27382
- "locationInModule": {
27383
- "filename": "src/python/pytest.ts",
27384
- "line": 28
27385
- },
27386
- "name": "testTask",
27387
- "type": {
27388
- "fqn": "projen.tasks.Task"
27389
- }
27390
- }
27391
- ],
27392
27417
  "symbolId": "src/python/pytest:Pytest"
27393
27418
  },
27394
27419
  "projen.python.PytestOptions": {
@@ -27401,7 +27426,7 @@
27401
27426
  "kind": "interface",
27402
27427
  "locationInModule": {
27403
27428
  "filename": "src/python/pytest.ts",
27404
- "line": 6
27429
+ "line": 5
27405
27430
  },
27406
27431
  "name": "PytestOptions",
27407
27432
  "namespace": "python",
@@ -27415,7 +27440,7 @@
27415
27440
  "immutable": true,
27416
27441
  "locationInModule": {
27417
27442
  "filename": "src/python/pytest.ts",
27418
- "line": 24
27443
+ "line": 23
27419
27444
  },
27420
27445
  "name": "maxFailures",
27421
27446
  "optional": true,
@@ -27433,7 +27458,7 @@
27433
27458
  "immutable": true,
27434
27459
  "locationInModule": {
27435
27460
  "filename": "src/python/pytest.ts",
27436
- "line": 19
27461
+ "line": 18
27437
27462
  },
27438
27463
  "name": "testdir",
27439
27464
  "optional": true,
@@ -27451,7 +27476,7 @@
27451
27476
  "immutable": true,
27452
27477
  "locationInModule": {
27453
27478
  "filename": "src/python/pytest.ts",
27454
- "line": 12
27479
+ "line": 11
27455
27480
  },
27456
27481
  "name": "version",
27457
27482
  "optional": true,
@@ -27472,7 +27497,7 @@
27472
27497
  "kind": "interface",
27473
27498
  "locationInModule": {
27474
27499
  "filename": "src/python/python-packaging.ts",
27475
- "line": 16
27500
+ "line": 11
27476
27501
  },
27477
27502
  "name": "PythonPackagingOptions",
27478
27503
  "namespace": "python",
@@ -27487,7 +27512,7 @@
27487
27512
  "immutable": true,
27488
27513
  "locationInModule": {
27489
27514
  "filename": "src/python/python-packaging.ts",
27490
- "line": 29
27515
+ "line": 24
27491
27516
  },
27492
27517
  "name": "authorEmail",
27493
27518
  "type": {
@@ -27504,7 +27529,7 @@
27504
27529
  "immutable": true,
27505
27530
  "locationInModule": {
27506
27531
  "filename": "src/python/python-packaging.ts",
27507
- "line": 22
27532
+ "line": 17
27508
27533
  },
27509
27534
  "name": "authorName",
27510
27535
  "type": {
@@ -27524,7 +27549,7 @@
27524
27549
  "immutable": true,
27525
27550
  "locationInModule": {
27526
27551
  "filename": "src/python/python-packaging.ts",
27527
- "line": 37
27552
+ "line": 32
27528
27553
  },
27529
27554
  "name": "version",
27530
27555
  "type": {
@@ -27541,7 +27566,7 @@
27541
27566
  "immutable": true,
27542
27567
  "locationInModule": {
27543
27568
  "filename": "src/python/python-packaging.ts",
27544
- "line": 60
27569
+ "line": 55
27545
27570
  },
27546
27571
  "name": "classifiers",
27547
27572
  "optional": true,
@@ -27566,7 +27591,7 @@
27566
27591
  "immutable": true,
27567
27592
  "locationInModule": {
27568
27593
  "filename": "src/python/python-packaging.ts",
27569
- "line": 43
27594
+ "line": 38
27570
27595
  },
27571
27596
  "name": "description",
27572
27597
  "optional": true,
@@ -27583,7 +27608,7 @@
27583
27608
  "immutable": true,
27584
27609
  "locationInModule": {
27585
27610
  "filename": "src/python/python-packaging.ts",
27586
- "line": 53
27611
+ "line": 48
27587
27612
  },
27588
27613
  "name": "homepage",
27589
27614
  "optional": true,
@@ -27600,7 +27625,7 @@
27600
27625
  "immutable": true,
27601
27626
  "locationInModule": {
27602
27627
  "filename": "src/python/python-packaging.ts",
27603
- "line": 48
27628
+ "line": 43
27604
27629
  },
27605
27630
  "name": "license",
27606
27631
  "optional": true,
@@ -27617,7 +27642,7 @@
27617
27642
  "immutable": true,
27618
27643
  "locationInModule": {
27619
27644
  "filename": "src/python/python-packaging.ts",
27620
- "line": 70
27645
+ "line": 65
27621
27646
  },
27622
27647
  "name": "poetryOptions",
27623
27648
  "optional": true,
@@ -27634,7 +27659,7 @@
27634
27659
  "immutable": true,
27635
27660
  "locationInModule": {
27636
27661
  "filename": "src/python/python-packaging.ts",
27637
- "line": 65
27662
+ "line": 60
27638
27663
  },
27639
27664
  "name": "setupConfig",
27640
27665
  "optional": true,
@@ -28592,7 +28617,7 @@
28592
28617
  },
28593
28618
  "locationInModule": {
28594
28619
  "filename": "src/python/setuptools.ts",
28595
- "line": 19
28620
+ "line": 18
28596
28621
  },
28597
28622
  "parameters": [
28598
28623
  {
@@ -28620,22 +28645,6 @@
28620
28645
  "name": "Setuptools",
28621
28646
  "namespace": "python",
28622
28647
  "properties": [
28623
- {
28624
- "docs": {
28625
- "stability": "experimental",
28626
- "summary": "A task that packages the project for distribution."
28627
- },
28628
- "immutable": true,
28629
- "locationInModule": {
28630
- "filename": "src/python/setuptools.ts",
28631
- "line": 11
28632
- },
28633
- "name": "packageTask",
28634
- "overrides": "projen.python.IPythonPackaging",
28635
- "type": {
28636
- "fqn": "projen.tasks.Task"
28637
- }
28638
- },
28639
28648
  {
28640
28649
  "docs": {
28641
28650
  "stability": "experimental",
@@ -28644,7 +28653,7 @@
28644
28653
  "immutable": true,
28645
28654
  "locationInModule": {
28646
28655
  "filename": "src/python/setuptools.ts",
28647
- "line": 12
28656
+ "line": 11
28648
28657
  },
28649
28658
  "name": "publishTask",
28650
28659
  "overrides": "projen.python.IPythonPackaging",
@@ -28660,7 +28669,7 @@
28660
28669
  "immutable": true,
28661
28670
  "locationInModule": {
28662
28671
  "filename": "src/python/setuptools.ts",
28663
- "line": 17
28672
+ "line": 16
28664
28673
  },
28665
28674
  "name": "publishTestTask",
28666
28675
  "type": {
@@ -30924,7 +30933,7 @@
30924
30933
  },
30925
30934
  "locationInModule": {
30926
30935
  "filename": "src/tasks/task.ts",
30927
- "line": 37
30936
+ "line": 38
30928
30937
  },
30929
30938
  "parameters": [
30930
30939
  {
@@ -30956,7 +30965,7 @@
30956
30965
  },
30957
30966
  "locationInModule": {
30958
30967
  "filename": "src/tasks/task.ts",
30959
- "line": 86
30968
+ "line": 98
30960
30969
  },
30961
30970
  "name": "builtin",
30962
30971
  "parameters": [
@@ -30978,7 +30987,7 @@
30978
30987
  },
30979
30988
  "locationInModule": {
30980
30989
  "filename": "src/tasks/task.ts",
30981
- "line": 157
30990
+ "line": 176
30982
30991
  },
30983
30992
  "name": "env",
30984
30993
  "parameters": [
@@ -31010,7 +31019,7 @@
31010
31019
  },
31011
31020
  "locationInModule": {
31012
31021
  "filename": "src/tasks/task.ts",
31013
- "line": 71
31022
+ "line": 82
31014
31023
  },
31015
31024
  "name": "exec",
31016
31025
  "parameters": [
@@ -31035,6 +31044,17 @@
31035
31044
  }
31036
31045
  ]
31037
31046
  },
31047
+ {
31048
+ "docs": {
31049
+ "stability": "experimental",
31050
+ "summary": "Forbid additional changes to this task."
31051
+ },
31052
+ "locationInModule": {
31053
+ "filename": "src/tasks/task.ts",
31054
+ "line": 57
31055
+ },
31056
+ "name": "lock"
31057
+ },
31038
31058
  {
31039
31059
  "docs": {
31040
31060
  "deprecated": "use `prependExec()`",
@@ -31043,7 +31063,7 @@
31043
31063
  },
31044
31064
  "locationInModule": {
31045
31065
  "filename": "src/tasks/task.ts",
31046
- "line": 105
31066
+ "line": 119
31047
31067
  },
31048
31068
  "name": "prepend",
31049
31069
  "parameters": [
@@ -31072,7 +31092,7 @@
31072
31092
  },
31073
31093
  "locationInModule": {
31074
31094
  "filename": "src/tasks/task.ts",
31075
- "line": 121
31095
+ "line": 137
31076
31096
  },
31077
31097
  "name": "prependExec",
31078
31098
  "parameters": [
@@ -31101,7 +31121,7 @@
31101
31121
  },
31102
31122
  "locationInModule": {
31103
31123
  "filename": "src/tasks/task.ts",
31104
- "line": 143
31124
+ "line": 161
31105
31125
  },
31106
31126
  "name": "prependSay",
31107
31127
  "parameters": [
@@ -31130,7 +31150,7 @@
31130
31150
  },
31131
31151
  "locationInModule": {
31132
31152
  "filename": "src/tasks/task.ts",
31133
- "line": 132
31153
+ "line": 149
31134
31154
  },
31135
31155
  "name": "prependSpawn",
31136
31156
  "parameters": [
@@ -31159,7 +31179,7 @@
31159
31179
  },
31160
31180
  "locationInModule": {
31161
31181
  "filename": "src/tasks/task.ts",
31162
- "line": 56
31182
+ "line": 65
31163
31183
  },
31164
31184
  "name": "reset",
31165
31185
  "parameters": [
@@ -31189,7 +31209,7 @@
31189
31209
  },
31190
31210
  "locationInModule": {
31191
31211
  "filename": "src/tasks/task.ts",
31192
- "line": 95
31212
+ "line": 108
31193
31213
  },
31194
31214
  "name": "say",
31195
31215
  "parameters": [
@@ -31221,7 +31241,7 @@
31221
31241
  },
31222
31242
  "locationInModule": {
31223
31243
  "filename": "src/tasks/task.ts",
31224
- "line": 113
31244
+ "line": 128
31225
31245
  },
31226
31246
  "name": "spawn",
31227
31247
  "parameters": [
@@ -31270,7 +31290,7 @@
31270
31290
  "immutable": true,
31271
31291
  "locationInModule": {
31272
31292
  "filename": "src/tasks/task.ts",
31273
- "line": 164
31293
+ "line": 184
31274
31294
  },
31275
31295
  "name": "steps",
31276
31296
  "type": {
@@ -34042,6 +34062,6 @@
34042
34062
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34043
34063
  }
34044
34064
  },
34045
- "version": "0.32.7",
34046
- "fingerprint": "+MWBwo4EIrc5stayU4+XjZtPhVebUtEbMdBTu7yVsKs="
34065
+ "version": "0.33.0",
34066
+ "fingerprint": "ZxlPmFDsVWpxvF8poSfrkWsUQljj0Gke+ilb8zzQAvw="
34047
34067
  }