projen 0.55.2 → 0.55.5

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 (126) hide show
  1. package/.jsii +389 -123
  2. package/changelog.md +6 -1
  3. package/docs/api/API.md +164 -0
  4. package/docs/node.md +18 -9
  5. package/lib/awscdk/auto-discover.js +4 -4
  6. package/lib/awscdk/awscdk-app-java.js +1 -1
  7. package/lib/awscdk/awscdk-app-py.js +1 -1
  8. package/lib/awscdk/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk/awscdk-construct.js +2 -2
  10. package/lib/awscdk/awscdk-deps-java.js +1 -1
  11. package/lib/awscdk/awscdk-deps-js.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +1 -1
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/integration-test.js +1 -1
  28. package/lib/cdktf/cdktf-construct.js +1 -1
  29. package/lib/component.js +1 -1
  30. package/lib/dependencies.js +1 -1
  31. package/lib/dev-env.js +1 -1
  32. package/lib/docker-compose.js +2 -2
  33. package/lib/file.js +1 -1
  34. package/lib/gitattributes.js +1 -1
  35. package/lib/github/auto-approve.js +1 -1
  36. package/lib/github/auto-merge.js +1 -1
  37. package/lib/github/dependabot.js +1 -1
  38. package/lib/github/github-credentials.js +1 -1
  39. package/lib/github/github-project.js +1 -1
  40. package/lib/github/github.js +1 -1
  41. package/lib/github/mergify.js +1 -1
  42. package/lib/github/pr-template.js +1 -1
  43. package/lib/github/pull-request-lint.js +1 -1
  44. package/lib/github/stale.js +1 -1
  45. package/lib/github/task-workflow.js +1 -1
  46. package/lib/github/workflows.js +1 -1
  47. package/lib/gitlab/configuration.js +1 -1
  48. package/lib/gitlab/gitlab-configuration.js +1 -1
  49. package/lib/gitlab/nested-configuration.js +1 -1
  50. package/lib/gitpod.js +1 -1
  51. package/lib/ignore-file.js +1 -1
  52. package/lib/index.d.ts +1 -0
  53. package/lib/index.js +2 -1
  54. package/lib/ini.js +1 -1
  55. package/lib/java/java-project.js +9 -3
  56. package/lib/java/junit.js +1 -1
  57. package/lib/java/maven-compile.js +1 -1
  58. package/lib/java/maven-packaging.js +1 -1
  59. package/lib/java/maven-sample.js +1 -1
  60. package/lib/java/pom.js +1 -1
  61. package/lib/java/projenrc.js +1 -1
  62. package/lib/javascript/bundler.js +1 -1
  63. package/lib/javascript/eslint.js +1 -1
  64. package/lib/javascript/jest.js +1 -1
  65. package/lib/javascript/node-package.js +1 -1
  66. package/lib/javascript/node-project.js +1 -1
  67. package/lib/javascript/npm-config.js +1 -1
  68. package/lib/javascript/prettier.js +1 -1
  69. package/lib/javascript/projenrc.js +1 -1
  70. package/lib/javascript/typescript-config.js +1 -1
  71. package/lib/javascript/upgrade-dependencies.js +2 -2
  72. package/lib/json.d.ts +1 -0
  73. package/lib/json.js +7 -3
  74. package/lib/license.js +1 -1
  75. package/lib/logger.js +1 -1
  76. package/lib/makefile.js +1 -1
  77. package/lib/object-file.js +1 -1
  78. package/lib/project-build.js +1 -1
  79. package/lib/project.d.ts +13 -0
  80. package/lib/project.js +6 -2
  81. package/lib/projects.js +1 -1
  82. package/lib/projenrc-json.js +1 -1
  83. package/lib/python/pip.js +1 -1
  84. package/lib/python/poetry.js +2 -2
  85. package/lib/python/projenrc.js +1 -1
  86. package/lib/python/pytest-sample.js +1 -1
  87. package/lib/python/pytest.js +1 -1
  88. package/lib/python/python-project.js +10 -18
  89. package/lib/python/python-sample.js +1 -1
  90. package/lib/python/requirements-file.js +1 -1
  91. package/lib/python/setuppy.js +1 -1
  92. package/lib/python/setuptools.js +1 -1
  93. package/lib/python/venv.js +1 -1
  94. package/lib/readme.js +1 -1
  95. package/lib/release/publisher.js +1 -1
  96. package/lib/release/release-trigger.js +1 -1
  97. package/lib/release/release.js +1 -1
  98. package/lib/renovatebot.d.ts +95 -0
  99. package/lib/renovatebot.js +105 -0
  100. package/lib/sample-file.js +2 -2
  101. package/lib/semver.js +1 -1
  102. package/lib/source-code.js +1 -1
  103. package/lib/task-runtime.js +1 -1
  104. package/lib/task.js +1 -1
  105. package/lib/tasks.js +1 -1
  106. package/lib/testing.js +1 -1
  107. package/lib/textfile.js +1 -1
  108. package/lib/toml.js +1 -1
  109. package/lib/typescript/projenrc.js +1 -1
  110. package/lib/typescript/typescript-typedoc.js +1 -1
  111. package/lib/typescript/typescript.js +3 -3
  112. package/lib/util.d.ts +2 -0
  113. package/lib/util.js +10 -2
  114. package/lib/version.js +1 -1
  115. package/lib/vscode/devcontainer.js +1 -1
  116. package/lib/vscode/launch-config.js +1 -1
  117. package/lib/vscode/vscode.js +1 -1
  118. package/lib/web/next.js +3 -3
  119. package/lib/web/postcss.js +1 -1
  120. package/lib/web/react.js +4 -4
  121. package/lib/web/tailwind.js +1 -1
  122. package/lib/xmlfile.js +1 -1
  123. package/lib/yaml.js +1 -1
  124. package/package.json +2 -1
  125. package/releasetag.txt +1 -1
  126. package/version.txt +1 -1
package/.jsii CHANGED
@@ -60,42 +60,42 @@
60
60
  "projen.awscdk": {
61
61
  "locationInModule": {
62
62
  "filename": "src/index.ts",
63
- "line": 45
63
+ "line": 46
64
64
  },
65
65
  "symbolId": "src/awscdk/index:"
66
66
  },
67
67
  "projen.build": {
68
68
  "locationInModule": {
69
69
  "filename": "src/index.ts",
70
- "line": 49
70
+ "line": 50
71
71
  },
72
72
  "symbolId": "src/build/index:"
73
73
  },
74
74
  "projen.cdk": {
75
75
  "locationInModule": {
76
76
  "filename": "src/index.ts",
77
- "line": 48
77
+ "line": 49
78
78
  },
79
79
  "symbolId": "src/cdk/index:"
80
80
  },
81
81
  "projen.cdk8s": {
82
82
  "locationInModule": {
83
83
  "filename": "src/index.ts",
84
- "line": 46
84
+ "line": 47
85
85
  },
86
86
  "symbolId": "src/cdk8s/index:"
87
87
  },
88
88
  "projen.cdktf": {
89
89
  "locationInModule": {
90
90
  "filename": "src/index.ts",
91
- "line": 47
91
+ "line": 48
92
92
  },
93
93
  "symbolId": "src/cdktf/index:"
94
94
  },
95
95
  "projen.github": {
96
96
  "locationInModule": {
97
97
  "filename": "src/index.ts",
98
- "line": 37
98
+ "line": 38
99
99
  },
100
100
  "symbolId": "src/github/index:"
101
101
  },
@@ -109,56 +109,56 @@
109
109
  "projen.gitlab": {
110
110
  "locationInModule": {
111
111
  "filename": "src/index.ts",
112
- "line": 38
112
+ "line": 39
113
113
  },
114
114
  "symbolId": "src/gitlab/index:"
115
115
  },
116
116
  "projen.java": {
117
117
  "locationInModule": {
118
118
  "filename": "src/index.ts",
119
- "line": 40
119
+ "line": 41
120
120
  },
121
121
  "symbolId": "src/java/index:"
122
122
  },
123
123
  "projen.javascript": {
124
124
  "locationInModule": {
125
125
  "filename": "src/index.ts",
126
- "line": 43
126
+ "line": 44
127
127
  },
128
128
  "symbolId": "src/javascript/index:"
129
129
  },
130
130
  "projen.python": {
131
131
  "locationInModule": {
132
132
  "filename": "src/index.ts",
133
- "line": 41
133
+ "line": 42
134
134
  },
135
135
  "symbolId": "src/python/index:"
136
136
  },
137
137
  "projen.release": {
138
138
  "locationInModule": {
139
139
  "filename": "src/index.ts",
140
- "line": 44
140
+ "line": 45
141
141
  },
142
142
  "symbolId": "src/release/index:"
143
143
  },
144
144
  "projen.typescript": {
145
145
  "locationInModule": {
146
146
  "filename": "src/index.ts",
147
- "line": 42
147
+ "line": 43
148
148
  },
149
149
  "symbolId": "src/typescript/index:"
150
150
  },
151
151
  "projen.vscode": {
152
152
  "locationInModule": {
153
153
  "filename": "src/index.ts",
154
- "line": 39
154
+ "line": 40
155
155
  },
156
156
  "symbolId": "src/vscode/index:"
157
157
  },
158
158
  "projen.web": {
159
159
  "locationInModule": {
160
160
  "filename": "src/index.ts",
161
- "line": 36
161
+ "line": 37
162
162
  },
163
163
  "symbolId": "src/web/index:"
164
164
  }
@@ -4051,7 +4051,7 @@
4051
4051
  "kind": "interface",
4052
4052
  "locationInModule": {
4053
4053
  "filename": "src/project.ts",
4054
- "line": 647
4054
+ "line": 666
4055
4055
  },
4056
4056
  "name": "InitProject",
4057
4057
  "properties": [
@@ -4064,7 +4064,7 @@
4064
4064
  "immutable": true,
4065
4065
  "locationInModule": {
4066
4066
  "filename": "src/project.ts",
4067
- "line": 656
4067
+ "line": 675
4068
4068
  },
4069
4069
  "name": "args",
4070
4070
  "type": {
@@ -4087,7 +4087,7 @@
4087
4087
  "immutable": true,
4088
4088
  "locationInModule": {
4089
4089
  "filename": "src/project.ts",
4090
- "line": 667
4090
+ "line": 686
4091
4091
  },
4092
4092
  "name": "comments",
4093
4093
  "type": {
@@ -4103,7 +4103,7 @@
4103
4103
  "immutable": true,
4104
4104
  "locationInModule": {
4105
4105
  "filename": "src/project.ts",
4106
- "line": 651
4106
+ "line": 670
4107
4107
  },
4108
4108
  "name": "fqn",
4109
4109
  "type": {
@@ -4119,7 +4119,7 @@
4119
4119
  "immutable": true,
4120
4120
  "locationInModule": {
4121
4121
  "filename": "src/project.ts",
4122
- "line": 661
4122
+ "line": 680
4123
4123
  },
4124
4124
  "name": "type",
4125
4125
  "type": {
@@ -4182,7 +4182,7 @@
4182
4182
  },
4183
4183
  "locationInModule": {
4184
4184
  "filename": "src/json.ts",
4185
- "line": 22
4185
+ "line": 23
4186
4186
  },
4187
4187
  "parameters": [
4188
4188
  {
@@ -4218,7 +4218,7 @@
4218
4218
  },
4219
4219
  "locationInModule": {
4220
4220
  "filename": "src/json.ts",
4221
- "line": 32
4221
+ "line": 34
4222
4222
  },
4223
4223
  "name": "synthesizeContent",
4224
4224
  "overrides": "projen.ObjectFile",
@@ -5207,7 +5207,7 @@
5207
5207
  },
5208
5208
  "locationInModule": {
5209
5209
  "filename": "src/project.ts",
5210
- "line": 176
5210
+ "line": 191
5211
5211
  },
5212
5212
  "parameters": [
5213
5213
  {
@@ -5221,7 +5221,7 @@
5221
5221
  "kind": "class",
5222
5222
  "locationInModule": {
5223
5223
  "filename": "src/project.ts",
5224
- "line": 87
5224
+ "line": 102
5225
5225
  },
5226
5226
  "methods": [
5227
5227
  {
@@ -5232,7 +5232,7 @@
5232
5232
  },
5233
5233
  "locationInModule": {
5234
5234
  "filename": "src/project.ts",
5235
- "line": 421
5235
+ "line": 440
5236
5236
  },
5237
5237
  "name": "addExcludeFromCleanup",
5238
5238
  "parameters": [
@@ -5256,7 +5256,7 @@
5256
5256
  },
5257
5257
  "locationInModule": {
5258
5258
  "filename": "src/project.ts",
5259
- "line": 450
5259
+ "line": 469
5260
5260
  },
5261
5261
  "name": "addGitIgnore",
5262
5262
  "parameters": [
@@ -5279,7 +5279,7 @@
5279
5279
  },
5280
5280
  "locationInModule": {
5281
5281
  "filename": "src/project.ts",
5282
- "line": 442
5282
+ "line": 461
5283
5283
  },
5284
5284
  "name": "addPackageIgnore",
5285
5285
  "parameters": [
@@ -5302,7 +5302,7 @@
5302
5302
  },
5303
5303
  "locationInModule": {
5304
5304
  "filename": "src/project.ts",
5305
- "line": 273
5305
+ "line": 292
5306
5306
  },
5307
5307
  "name": "addTask",
5308
5308
  "parameters": [
@@ -5340,7 +5340,7 @@
5340
5340
  },
5341
5341
  "locationInModule": {
5342
5342
  "filename": "src/project.ts",
5343
- "line": 411
5343
+ "line": 430
5344
5344
  },
5345
5345
  "name": "addTip",
5346
5346
  "parameters": [
@@ -5363,7 +5363,7 @@
5363
5363
  },
5364
5364
  "locationInModule": {
5365
5365
  "filename": "src/project.ts",
5366
- "line": 461
5366
+ "line": 480
5367
5367
  },
5368
5368
  "name": "annotateGenerated",
5369
5369
  "parameters": [
@@ -5386,7 +5386,7 @@
5386
5386
  },
5387
5387
  "locationInModule": {
5388
5388
  "filename": "src/project.ts",
5389
- "line": 549
5389
+ "line": 568
5390
5390
  },
5391
5391
  "name": "postSynthesize"
5392
5392
  },
@@ -5397,7 +5397,7 @@
5397
5397
  },
5398
5398
  "locationInModule": {
5399
5399
  "filename": "src/project.ts",
5400
- "line": 544
5400
+ "line": 563
5401
5401
  },
5402
5402
  "name": "preSynthesize"
5403
5403
  },
@@ -5409,7 +5409,7 @@
5409
5409
  },
5410
5410
  "locationInModule": {
5411
5411
  "filename": "src/project.ts",
5412
- "line": 284
5412
+ "line": 303
5413
5413
  },
5414
5414
  "name": "removeTask",
5415
5415
  "parameters": [
@@ -5438,7 +5438,7 @@
5438
5438
  },
5439
5439
  "locationInModule": {
5440
5440
  "filename": "src/project.ts",
5441
- "line": 432
5441
+ "line": 451
5442
5442
  },
5443
5443
  "name": "runTaskCommand",
5444
5444
  "parameters": [
@@ -5466,7 +5466,7 @@
5466
5466
  },
5467
5467
  "locationInModule": {
5468
5468
  "filename": "src/project.ts",
5469
- "line": 475
5469
+ "line": 494
5470
5470
  },
5471
5471
  "name": "synth"
5472
5472
  },
@@ -5478,7 +5478,7 @@
5478
5478
  },
5479
5479
  "locationInModule": {
5480
5480
  "filename": "src/project.ts",
5481
- "line": 315
5481
+ "line": 334
5482
5482
  },
5483
5483
  "name": "tryFindFile",
5484
5484
  "parameters": [
@@ -5508,7 +5508,7 @@
5508
5508
  },
5509
5509
  "locationInModule": {
5510
5510
  "filename": "src/project.ts",
5511
- "line": 340
5511
+ "line": 359
5512
5512
  },
5513
5513
  "name": "tryFindJsonFile",
5514
5514
  "parameters": [
@@ -5536,7 +5536,7 @@
5536
5536
  },
5537
5537
  "locationInModule": {
5538
5538
  "filename": "src/project.ts",
5539
- "line": 359
5539
+ "line": 378
5540
5540
  },
5541
5541
  "name": "tryFindObjectFile",
5542
5542
  "parameters": [
@@ -5565,7 +5565,7 @@
5565
5565
  },
5566
5566
  "locationInModule": {
5567
5567
  "filename": "src/project.ts",
5568
- "line": 383
5568
+ "line": 402
5569
5569
  },
5570
5570
  "name": "tryRemoveFile",
5571
5571
  "parameters": [
@@ -5600,7 +5600,7 @@
5600
5600
  "immutable": true,
5601
5601
  "locationInModule": {
5602
5602
  "filename": "src/project.ts",
5603
- "line": 92
5603
+ "line": 107
5604
5604
  },
5605
5605
  "name": "DEFAULT_TASK",
5606
5606
  "static": true,
@@ -5615,7 +5615,7 @@
5615
5615
  "immutable": true,
5616
5616
  "locationInModule": {
5617
5617
  "filename": "src/project.ts",
5618
- "line": 288
5618
+ "line": 307
5619
5619
  },
5620
5620
  "name": "buildTask",
5621
5621
  "type": {
@@ -5629,7 +5629,7 @@
5629
5629
  "immutable": true,
5630
5630
  "locationInModule": {
5631
5631
  "filename": "src/project.ts",
5632
- "line": 291
5632
+ "line": 310
5633
5633
  },
5634
5634
  "name": "compileTask",
5635
5635
  "type": {
@@ -5644,7 +5644,7 @@
5644
5644
  "immutable": true,
5645
5645
  "locationInModule": {
5646
5646
  "filename": "src/project.ts",
5647
- "line": 252
5647
+ "line": 271
5648
5648
  },
5649
5649
  "name": "components",
5650
5650
  "type": {
@@ -5664,7 +5664,7 @@
5664
5664
  "immutable": true,
5665
5665
  "locationInModule": {
5666
5666
  "filename": "src/project.ts",
5667
- "line": 132
5667
+ "line": 147
5668
5668
  },
5669
5669
  "name": "deps",
5670
5670
  "type": {
@@ -5679,7 +5679,7 @@
5679
5679
  "immutable": true,
5680
5680
  "locationInModule": {
5681
5681
  "filename": "src/project.ts",
5682
- "line": 537
5682
+ "line": 556
5683
5683
  },
5684
5684
  "name": "ejected",
5685
5685
  "type": {
@@ -5694,7 +5694,7 @@
5694
5694
  "immutable": true,
5695
5695
  "locationInModule": {
5696
5696
  "filename": "src/project.ts",
5697
- "line": 259
5697
+ "line": 278
5698
5698
  },
5699
5699
  "name": "files",
5700
5700
  "type": {
@@ -5714,7 +5714,7 @@
5714
5714
  "immutable": true,
5715
5715
  "locationInModule": {
5716
5716
  "filename": "src/project.ts",
5717
- "line": 107
5717
+ "line": 122
5718
5718
  },
5719
5719
  "name": "gitattributes",
5720
5720
  "type": {
@@ -5729,7 +5729,7 @@
5729
5729
  "immutable": true,
5730
5730
  "locationInModule": {
5731
5731
  "filename": "src/project.ts",
5732
- "line": 102
5732
+ "line": 117
5733
5733
  },
5734
5734
  "name": "gitignore",
5735
5735
  "type": {
@@ -5744,7 +5744,7 @@
5744
5744
  "immutable": true,
5745
5745
  "locationInModule": {
5746
5746
  "filename": "src/project.ts",
5747
- "line": 137
5747
+ "line": 152
5748
5748
  },
5749
5749
  "name": "logger",
5750
5750
  "type": {
@@ -5759,7 +5759,7 @@
5759
5759
  "immutable": true,
5760
5760
  "locationInModule": {
5761
5761
  "filename": "src/project.ts",
5762
- "line": 97
5762
+ "line": 112
5763
5763
  },
5764
5764
  "name": "name",
5765
5765
  "type": {
@@ -5774,7 +5774,7 @@
5774
5774
  "immutable": true,
5775
5775
  "locationInModule": {
5776
5776
  "filename": "src/project.ts",
5777
- "line": 117
5777
+ "line": 132
5778
5778
  },
5779
5779
  "name": "outdir",
5780
5780
  "type": {
@@ -5788,7 +5788,7 @@
5788
5788
  "immutable": true,
5789
5789
  "locationInModule": {
5790
5790
  "filename": "src/project.ts",
5791
- "line": 303
5791
+ "line": 322
5792
5792
  },
5793
5793
  "name": "packageTask",
5794
5794
  "type": {
@@ -5802,7 +5802,7 @@
5802
5802
  "immutable": true,
5803
5803
  "locationInModule": {
5804
5804
  "filename": "src/project.ts",
5805
- "line": 300
5805
+ "line": 319
5806
5806
  },
5807
5807
  "name": "postCompileTask",
5808
5808
  "type": {
@@ -5816,7 +5816,7 @@
5816
5816
  "immutable": true,
5817
5817
  "locationInModule": {
5818
5818
  "filename": "src/project.ts",
5819
- "line": 297
5819
+ "line": 316
5820
5820
  },
5821
5821
  "name": "preCompileTask",
5822
5822
  "type": {
@@ -5831,7 +5831,7 @@
5831
5831
  "immutable": true,
5832
5832
  "locationInModule": {
5833
5833
  "filename": "src/project.ts",
5834
- "line": 168
5834
+ "line": 183
5835
5835
  },
5836
5836
  "name": "projectBuild",
5837
5837
  "type": {
@@ -5846,7 +5846,7 @@
5846
5846
  "immutable": true,
5847
5847
  "locationInModule": {
5848
5848
  "filename": "src/project.ts",
5849
- "line": 149
5849
+ "line": 164
5850
5850
  },
5851
5851
  "name": "projenCommand",
5852
5852
  "type": {
@@ -5861,7 +5861,7 @@
5861
5861
  "immutable": true,
5862
5862
  "locationInModule": {
5863
5863
  "filename": "src/project.ts",
5864
- "line": 122
5864
+ "line": 137
5865
5865
  },
5866
5866
  "name": "root",
5867
5867
  "type": {
@@ -5876,7 +5876,7 @@
5876
5876
  "immutable": true,
5877
5877
  "locationInModule": {
5878
5878
  "filename": "src/project.ts",
5879
- "line": 127
5879
+ "line": 142
5880
5880
  },
5881
5881
  "name": "tasks",
5882
5882
  "type": {
@@ -5890,7 +5890,7 @@
5890
5890
  "immutable": true,
5891
5891
  "locationInModule": {
5892
5892
  "filename": "src/project.ts",
5893
- "line": 294
5893
+ "line": 313
5894
5894
  },
5895
5895
  "name": "testTask",
5896
5896
  "type": {
@@ -5906,7 +5906,7 @@
5906
5906
  "immutable": true,
5907
5907
  "locationInModule": {
5908
5908
  "filename": "src/project.ts",
5909
- "line": 155
5909
+ "line": 170
5910
5910
  },
5911
5911
  "name": "defaultTask",
5912
5912
  "optional": true,
@@ -5923,7 +5923,7 @@
5923
5923
  "immutable": true,
5924
5924
  "locationInModule": {
5925
5925
  "filename": "src/project.ts",
5926
- "line": 144
5926
+ "line": 159
5927
5927
  },
5928
5928
  "name": "initProject",
5929
5929
  "optional": true,
@@ -5940,7 +5940,7 @@
5940
5940
  "immutable": true,
5941
5941
  "locationInModule": {
5942
5942
  "filename": "src/project.ts",
5943
- "line": 112
5943
+ "line": 127
5944
5944
  },
5945
5945
  "name": "parent",
5946
5946
  "optional": true,
@@ -6089,7 +6089,7 @@
6089
6089
  "kind": "interface",
6090
6090
  "locationInModule": {
6091
6091
  "filename": "src/project.ts",
6092
- "line": 27
6092
+ "line": 28
6093
6093
  },
6094
6094
  "name": "ProjectOptions",
6095
6095
  "properties": [
@@ -6106,7 +6106,7 @@
6106
6106
  "immutable": true,
6107
6107
  "locationInModule": {
6108
6108
  "filename": "src/project.ts",
6109
- "line": 34
6109
+ "line": 35
6110
6110
  },
6111
6111
  "name": "name",
6112
6112
  "type": {
@@ -6123,7 +6123,7 @@
6123
6123
  "immutable": true,
6124
6124
  "locationInModule": {
6125
6125
  "filename": "src/project.ts",
6126
- "line": 58
6126
+ "line": 59
6127
6127
  },
6128
6128
  "name": "logging",
6129
6129
  "optional": true,
@@ -6142,7 +6142,7 @@
6142
6142
  "immutable": true,
6143
6143
  "locationInModule": {
6144
6144
  "filename": "src/project.ts",
6145
- "line": 52
6145
+ "line": 53
6146
6146
  },
6147
6147
  "name": "outdir",
6148
6148
  "optional": true,
@@ -6159,7 +6159,7 @@
6159
6159
  "immutable": true,
6160
6160
  "locationInModule": {
6161
6161
  "filename": "src/project.ts",
6162
- "line": 39
6162
+ "line": 40
6163
6163
  },
6164
6164
  "name": "parent",
6165
6165
  "optional": true,
@@ -6178,7 +6178,7 @@
6178
6178
  "immutable": true,
6179
6179
  "locationInModule": {
6180
6180
  "filename": "src/project.ts",
6181
- "line": 81
6181
+ "line": 82
6182
6182
  },
6183
6183
  "name": "projenCommand",
6184
6184
  "optional": true,
@@ -6196,7 +6196,7 @@
6196
6196
  "immutable": true,
6197
6197
  "locationInModule": {
6198
6198
  "filename": "src/project.ts",
6199
- "line": 66
6199
+ "line": 67
6200
6200
  },
6201
6201
  "name": "projenrcJson",
6202
6202
  "optional": true,
@@ -6214,13 +6214,49 @@
6214
6214
  "immutable": true,
6215
6215
  "locationInModule": {
6216
6216
  "filename": "src/project.ts",
6217
- "line": 72
6217
+ "line": 73
6218
6218
  },
6219
6219
  "name": "projenrcJsonOptions",
6220
6220
  "optional": true,
6221
6221
  "type": {
6222
6222
  "fqn": "projen.ProjenrcOptions"
6223
6223
  }
6224
+ },
6225
+ {
6226
+ "abstract": true,
6227
+ "docs": {
6228
+ "default": "false",
6229
+ "stability": "experimental",
6230
+ "summary": "Use renovatebot to handle dependency upgrades."
6231
+ },
6232
+ "immutable": true,
6233
+ "locationInModule": {
6234
+ "filename": "src/project.ts",
6235
+ "line": 89
6236
+ },
6237
+ "name": "renovatebot",
6238
+ "optional": true,
6239
+ "type": {
6240
+ "primitive": "boolean"
6241
+ }
6242
+ },
6243
+ {
6244
+ "abstract": true,
6245
+ "docs": {
6246
+ "default": "- default options",
6247
+ "stability": "experimental",
6248
+ "summary": "Options for renovatebot."
6249
+ },
6250
+ "immutable": true,
6251
+ "locationInModule": {
6252
+ "filename": "src/project.ts",
6253
+ "line": 96
6254
+ },
6255
+ "name": "renovatebotOptions",
6256
+ "optional": true,
6257
+ "type": {
6258
+ "fqn": "projen.RenovatebotOptions"
6259
+ }
6224
6260
  }
6225
6261
  ],
6226
6262
  "symbolId": "src/project:ProjectOptions"
@@ -6236,7 +6272,7 @@
6236
6272
  "kind": "enum",
6237
6273
  "locationInModule": {
6238
6274
  "filename": "src/project.ts",
6239
- "line": 624
6275
+ "line": 643
6240
6276
  },
6241
6277
  "members": [
6242
6278
  {
@@ -6378,6 +6414,236 @@
6378
6414
  ],
6379
6415
  "symbolId": "src/projenrc-json:ProjenrcOptions"
6380
6416
  },
6417
+ "projen.Renovatebot": {
6418
+ "assembly": "projen",
6419
+ "base": "projen.Component",
6420
+ "docs": {
6421
+ "remarks": "Ignores the versions controlled by Projen.",
6422
+ "stability": "experimental",
6423
+ "summary": "Defines renovatebot configuration for projen project."
6424
+ },
6425
+ "fqn": "projen.Renovatebot",
6426
+ "initializer": {
6427
+ "docs": {
6428
+ "stability": "experimental"
6429
+ },
6430
+ "locationInModule": {
6431
+ "filename": "src/renovatebot.ts",
6432
+ "line": 110
6433
+ },
6434
+ "parameters": [
6435
+ {
6436
+ "name": "project",
6437
+ "type": {
6438
+ "fqn": "projen.Project"
6439
+ }
6440
+ },
6441
+ {
6442
+ "name": "options",
6443
+ "optional": true,
6444
+ "type": {
6445
+ "fqn": "projen.RenovatebotOptions"
6446
+ }
6447
+ }
6448
+ ]
6449
+ },
6450
+ "kind": "class",
6451
+ "locationInModule": {
6452
+ "filename": "src/renovatebot.ts",
6453
+ "line": 101
6454
+ },
6455
+ "methods": [
6456
+ {
6457
+ "docs": {
6458
+ "stability": "experimental",
6459
+ "summary": "Called before synthesis."
6460
+ },
6461
+ "locationInModule": {
6462
+ "filename": "src/renovatebot.ts",
6463
+ "line": 123
6464
+ },
6465
+ "name": "preSynthesize",
6466
+ "overrides": "projen.Component"
6467
+ }
6468
+ ],
6469
+ "name": "Renovatebot",
6470
+ "symbolId": "src/renovatebot:Renovatebot"
6471
+ },
6472
+ "projen.RenovatebotOptions": {
6473
+ "assembly": "projen",
6474
+ "datatype": true,
6475
+ "docs": {
6476
+ "stability": "experimental",
6477
+ "summary": "Options for Renovatebot."
6478
+ },
6479
+ "fqn": "projen.RenovatebotOptions",
6480
+ "kind": "interface",
6481
+ "locationInModule": {
6482
+ "filename": "src/renovatebot.ts",
6483
+ "line": 8
6484
+ },
6485
+ "name": "RenovatebotOptions",
6486
+ "properties": [
6487
+ {
6488
+ "abstract": true,
6489
+ "docs": {
6490
+ "default": "[]",
6491
+ "remarks": "The ignore option supports just package name.",
6492
+ "stability": "experimental",
6493
+ "summary": "You can use the `ignore` option to customize which dependencies are updated."
6494
+ },
6495
+ "immutable": true,
6496
+ "locationInModule": {
6497
+ "filename": "src/renovatebot.ts",
6498
+ "line": 28
6499
+ },
6500
+ "name": "ignore",
6501
+ "optional": true,
6502
+ "type": {
6503
+ "collection": {
6504
+ "elementtype": {
6505
+ "primitive": "string"
6506
+ },
6507
+ "kind": "array"
6508
+ }
6509
+ }
6510
+ },
6511
+ {
6512
+ "abstract": true,
6513
+ "docs": {
6514
+ "default": "true",
6515
+ "remarks": "This is required since projen updates may cause changes in committed files\nand anti-tamper checks will fail.\n\nProjen upgrades are covered through the `ProjenUpgrade` class.",
6516
+ "stability": "experimental",
6517
+ "summary": "Ignores updates to `projen`."
6518
+ },
6519
+ "immutable": true,
6520
+ "locationInModule": {
6521
+ "filename": "src/renovatebot.ts",
6522
+ "line": 40
6523
+ },
6524
+ "name": "ignoreProjen",
6525
+ "optional": true,
6526
+ "type": {
6527
+ "primitive": "boolean"
6528
+ }
6529
+ },
6530
+ {
6531
+ "abstract": true,
6532
+ "docs": {
6533
+ "stability": "experimental",
6534
+ "summary": "List of labels to apply to the created PR's."
6535
+ },
6536
+ "immutable": true,
6537
+ "locationInModule": {
6538
+ "filename": "src/renovatebot.ts",
6539
+ "line": 45
6540
+ },
6541
+ "name": "labels",
6542
+ "optional": true,
6543
+ "type": {
6544
+ "collection": {
6545
+ "elementtype": {
6546
+ "primitive": "string"
6547
+ },
6548
+ "kind": "array"
6549
+ }
6550
+ }
6551
+ },
6552
+ {
6553
+ "abstract": true,
6554
+ "docs": {
6555
+ "default": "[\"at any time\"]",
6556
+ "remarks": "Can be given in CRON or LATER format, and use multiple schedules\n(e.g. different for weekdays and weekends). Multiple rules are\nhandles as OR.\n\nSome normal scheduling values defined in enum `RenovatebotScheduleInterval`.",
6557
+ "see": "https://docs.renovatebot.com/configuration-options/#schedule",
6558
+ "stability": "experimental",
6559
+ "summary": "How often to check for new versions and raise pull requests."
6560
+ },
6561
+ "immutable": true,
6562
+ "locationInModule": {
6563
+ "filename": "src/renovatebot.ts",
6564
+ "line": 21
6565
+ },
6566
+ "name": "scheduleInterval",
6567
+ "optional": true,
6568
+ "type": {
6569
+ "collection": {
6570
+ "elementtype": {
6571
+ "primitive": "string"
6572
+ },
6573
+ "kind": "array"
6574
+ }
6575
+ }
6576
+ }
6577
+ ],
6578
+ "symbolId": "src/renovatebot:RenovatebotOptions"
6579
+ },
6580
+ "projen.RenovatebotScheduleInterval": {
6581
+ "assembly": "projen",
6582
+ "docs": {
6583
+ "see": "https://docs.renovatebot.com/presets-schedule/",
6584
+ "stability": "experimental",
6585
+ "summary": "How often to check for new versions and raise pull requests for version updates."
6586
+ },
6587
+ "fqn": "projen.RenovatebotScheduleInterval",
6588
+ "kind": "enum",
6589
+ "locationInModule": {
6590
+ "filename": "src/renovatebot.ts",
6591
+ "line": 54
6592
+ },
6593
+ "members": [
6594
+ {
6595
+ "docs": {
6596
+ "stability": "experimental",
6597
+ "summary": "Run at any time."
6598
+ },
6599
+ "name": "ANY_TIME"
6600
+ },
6601
+ {
6602
+ "docs": {
6603
+ "stability": "experimental",
6604
+ "summary": "Weekly schedule on early monday mornings."
6605
+ },
6606
+ "name": "EARLY_MONDAYS"
6607
+ },
6608
+ {
6609
+ "docs": {
6610
+ "stability": "experimental",
6611
+ "summary": "Schedule daily."
6612
+ },
6613
+ "name": "DAILY"
6614
+ },
6615
+ {
6616
+ "docs": {
6617
+ "stability": "experimental",
6618
+ "summary": "Schedule monthly."
6619
+ },
6620
+ "name": "MONTHLY"
6621
+ },
6622
+ {
6623
+ "docs": {
6624
+ "stability": "experimental",
6625
+ "summary": "Schedule quarterly."
6626
+ },
6627
+ "name": "QUARTERLY"
6628
+ },
6629
+ {
6630
+ "docs": {
6631
+ "stability": "experimental",
6632
+ "summary": "Schedule for weekends."
6633
+ },
6634
+ "name": "WEEKENDS"
6635
+ },
6636
+ {
6637
+ "docs": {
6638
+ "stability": "experimental",
6639
+ "summary": "Schedule for weekdays."
6640
+ },
6641
+ "name": "WEEKDAYS"
6642
+ }
6643
+ ],
6644
+ "name": "RenovatebotScheduleInterval",
6645
+ "symbolId": "src/renovatebot:RenovatebotScheduleInterval"
6646
+ },
6381
6647
  "projen.ResolveOptions": {
6382
6648
  "assembly": "projen",
6383
6649
  "datatype": true,
@@ -27007,7 +27273,7 @@
27007
27273
  },
27008
27274
  "locationInModule": {
27009
27275
  "filename": "src/java/java-project.ts",
27010
- "line": 144
27276
+ "line": 145
27011
27277
  },
27012
27278
  "parameters": [
27013
27279
  {
@@ -27021,7 +27287,7 @@
27021
27287
  "kind": "class",
27022
27288
  "locationInModule": {
27023
27289
  "filename": "src/java/java-project.ts",
27024
- "line": 113
27290
+ "line": 114
27025
27291
  },
27026
27292
  "methods": [
27027
27293
  {
@@ -27031,7 +27297,7 @@
27031
27297
  },
27032
27298
  "locationInModule": {
27033
27299
  "filename": "src/java/java-project.ts",
27034
- "line": 207
27300
+ "line": 217
27035
27301
  },
27036
27302
  "name": "addDependency",
27037
27303
  "parameters": [
@@ -27054,7 +27320,7 @@
27054
27320
  },
27055
27321
  "locationInModule": {
27056
27322
  "filename": "src/java/java-project.ts",
27057
- "line": 228
27323
+ "line": 238
27058
27324
  },
27059
27325
  "name": "addPlugin",
27060
27326
  "parameters": [
@@ -27091,7 +27357,7 @@
27091
27357
  },
27092
27358
  "locationInModule": {
27093
27359
  "filename": "src/java/java-project.ts",
27094
- "line": 216
27360
+ "line": 226
27095
27361
  },
27096
27362
  "name": "addTestDependency",
27097
27363
  "parameters": [
@@ -27118,7 +27384,7 @@
27118
27384
  "immutable": true,
27119
27385
  "locationInModule": {
27120
27386
  "filename": "src/java/java-project.ts",
27121
- "line": 132
27387
+ "line": 133
27122
27388
  },
27123
27389
  "name": "compile",
27124
27390
  "type": {
@@ -27133,7 +27399,7 @@
27133
27399
  "immutable": true,
27134
27400
  "locationInModule": {
27135
27401
  "filename": "src/java/java-project.ts",
27136
- "line": 142
27402
+ "line": 143
27137
27403
  },
27138
27404
  "name": "distdir",
27139
27405
  "type": {
@@ -27148,7 +27414,7 @@
27148
27414
  "immutable": true,
27149
27415
  "locationInModule": {
27150
27416
  "filename": "src/java/java-project.ts",
27151
- "line": 127
27417
+ "line": 128
27152
27418
  },
27153
27419
  "name": "packaging",
27154
27420
  "type": {
@@ -27163,7 +27429,7 @@
27163
27429
  "immutable": true,
27164
27430
  "locationInModule": {
27165
27431
  "filename": "src/java/java-project.ts",
27166
- "line": 117
27432
+ "line": 118
27167
27433
  },
27168
27434
  "name": "pom",
27169
27435
  "type": {
@@ -27178,7 +27444,7 @@
27178
27444
  "immutable": true,
27179
27445
  "locationInModule": {
27180
27446
  "filename": "src/java/java-project.ts",
27181
- "line": 122
27447
+ "line": 123
27182
27448
  },
27183
27449
  "name": "junit",
27184
27450
  "optional": true,
@@ -27194,7 +27460,7 @@
27194
27460
  "immutable": true,
27195
27461
  "locationInModule": {
27196
27462
  "filename": "src/java/java-project.ts",
27197
- "line": 137
27463
+ "line": 138
27198
27464
  },
27199
27465
  "name": "projenrc",
27200
27466
  "optional": true,
@@ -27220,7 +27486,7 @@
27220
27486
  "kind": "interface",
27221
27487
  "locationInModule": {
27222
27488
  "filename": "src/java/java-project.ts",
27223
- "line": 12
27489
+ "line": 13
27224
27490
  },
27225
27491
  "name": "JavaProjectCommonOptions",
27226
27492
  "namespace": "java",
@@ -27235,7 +27501,7 @@
27235
27501
  "immutable": true,
27236
27502
  "locationInModule": {
27237
27503
  "filename": "src/java/java-project.ts",
27238
- "line": 72
27504
+ "line": 73
27239
27505
  },
27240
27506
  "name": "compileOptions",
27241
27507
  "optional": true,
@@ -27257,7 +27523,7 @@
27257
27523
  "immutable": true,
27258
27524
  "locationInModule": {
27259
27525
  "filename": "src/java/java-project.ts",
27260
- "line": 34
27526
+ "line": 35
27261
27527
  },
27262
27528
  "name": "deps",
27263
27529
  "optional": true,
@@ -27280,7 +27546,7 @@
27280
27546
  "immutable": true,
27281
27547
  "locationInModule": {
27282
27548
  "filename": "src/java/java-project.ts",
27283
- "line": 20
27549
+ "line": 21
27284
27550
  },
27285
27551
  "name": "distdir",
27286
27552
  "optional": true,
@@ -27298,7 +27564,7 @@
27298
27564
  "immutable": true,
27299
27565
  "locationInModule": {
27300
27566
  "filename": "src/java/java-project.ts",
27301
- "line": 54
27567
+ "line": 55
27302
27568
  },
27303
27569
  "name": "junit",
27304
27570
  "optional": true,
@@ -27316,7 +27582,7 @@
27316
27582
  "immutable": true,
27317
27583
  "locationInModule": {
27318
27584
  "filename": "src/java/java-project.ts",
27319
- "line": 60
27585
+ "line": 61
27320
27586
  },
27321
27587
  "name": "junitOptions",
27322
27588
  "optional": true,
@@ -27334,7 +27600,7 @@
27334
27600
  "immutable": true,
27335
27601
  "locationInModule": {
27336
27602
  "filename": "src/java/java-project.ts",
27337
- "line": 66
27603
+ "line": 67
27338
27604
  },
27339
27605
  "name": "packagingOptions",
27340
27606
  "optional": true,
@@ -27353,7 +27619,7 @@
27353
27619
  "immutable": true,
27354
27620
  "locationInModule": {
27355
27621
  "filename": "src/java/java-project.ts",
27356
- "line": 82
27622
+ "line": 83
27357
27623
  },
27358
27624
  "name": "projenrcJava",
27359
27625
  "optional": true,
@@ -27371,7 +27637,7 @@
27371
27637
  "immutable": true,
27372
27638
  "locationInModule": {
27373
27639
  "filename": "src/java/java-project.ts",
27374
- "line": 88
27640
+ "line": 89
27375
27641
  },
27376
27642
  "name": "projenrcJavaOptions",
27377
27643
  "optional": true,
@@ -27393,7 +27659,7 @@
27393
27659
  "immutable": true,
27394
27660
  "locationInModule": {
27395
27661
  "filename": "src/java/java-project.ts",
27396
- "line": 46
27662
+ "line": 47
27397
27663
  },
27398
27664
  "name": "testDeps",
27399
27665
  "optional": true,
@@ -27423,7 +27689,7 @@
27423
27689
  "kind": "interface",
27424
27690
  "locationInModule": {
27425
27691
  "filename": "src/java/java-project.ts",
27426
- "line": 94
27692
+ "line": 95
27427
27693
  },
27428
27694
  "name": "JavaProjectOptions",
27429
27695
  "namespace": "java",
@@ -27438,7 +27704,7 @@
27438
27704
  "immutable": true,
27439
27705
  "locationInModule": {
27440
27706
  "filename": "src/java/java-project.ts",
27441
- "line": 99
27707
+ "line": 100
27442
27708
  },
27443
27709
  "name": "sample",
27444
27710
  "optional": true,
@@ -27456,7 +27722,7 @@
27456
27722
  "immutable": true,
27457
27723
  "locationInModule": {
27458
27724
  "filename": "src/java/java-project.ts",
27459
- "line": 105
27725
+ "line": 106
27460
27726
  },
27461
27727
  "name": "sampleJavaPackage",
27462
27728
  "optional": true,
@@ -39247,7 +39513,7 @@
39247
39513
  },
39248
39514
  "locationInModule": {
39249
39515
  "filename": "src/python/python-project.ts",
39250
- "line": 200
39516
+ "line": 201
39251
39517
  },
39252
39518
  "parameters": [
39253
39519
  {
@@ -39261,7 +39527,7 @@
39261
39527
  "kind": "class",
39262
39528
  "locationInModule": {
39263
39529
  "filename": "src/python/python-project.ts",
39264
- "line": 168
39530
+ "line": 169
39265
39531
  },
39266
39532
  "methods": [
39267
39533
  {
@@ -39271,7 +39537,7 @@
39271
39537
  },
39272
39538
  "locationInModule": {
39273
39539
  "filename": "src/python/python-project.ts",
39274
- "line": 482
39540
+ "line": 483
39275
39541
  },
39276
39542
  "name": "addDependency",
39277
39543
  "parameters": [
@@ -39293,7 +39559,7 @@
39293
39559
  },
39294
39560
  "locationInModule": {
39295
39561
  "filename": "src/python/python-project.ts",
39296
- "line": 491
39562
+ "line": 492
39297
39563
  },
39298
39564
  "name": "addDevDependency",
39299
39565
  "parameters": [
@@ -39316,7 +39582,7 @@
39316
39582
  },
39317
39583
  "locationInModule": {
39318
39584
  "filename": "src/python/python-project.ts",
39319
- "line": 495
39585
+ "line": 496
39320
39586
  },
39321
39587
  "name": "postSynthesize",
39322
39588
  "overrides": "projen.Project"
@@ -39333,7 +39599,7 @@
39333
39599
  "immutable": true,
39334
39600
  "locationInModule": {
39335
39601
  "filename": "src/python/python-project.ts",
39336
- "line": 183
39602
+ "line": 184
39337
39603
  },
39338
39604
  "name": "depsManager",
39339
39605
  "type": {
@@ -39348,7 +39614,7 @@
39348
39614
  "immutable": true,
39349
39615
  "locationInModule": {
39350
39616
  "filename": "src/python/python-project.ts",
39351
- "line": 188
39617
+ "line": 189
39352
39618
  },
39353
39619
  "name": "envManager",
39354
39620
  "type": {
@@ -39363,7 +39629,7 @@
39363
39629
  "immutable": true,
39364
39630
  "locationInModule": {
39365
39631
  "filename": "src/python/python-project.ts",
39366
- "line": 173
39632
+ "line": 174
39367
39633
  },
39368
39634
  "name": "moduleName",
39369
39635
  "type": {
@@ -39378,7 +39644,7 @@
39378
39644
  "immutable": true,
39379
39645
  "locationInModule": {
39380
39646
  "filename": "src/python/python-project.ts",
39381
- "line": 178
39647
+ "line": 179
39382
39648
  },
39383
39649
  "name": "version",
39384
39650
  "type": {
@@ -39394,7 +39660,7 @@
39394
39660
  "immutable": true,
39395
39661
  "locationInModule": {
39396
39662
  "filename": "src/python/python-project.ts",
39397
- "line": 193
39663
+ "line": 194
39398
39664
  },
39399
39665
  "name": "packagingManager",
39400
39666
  "optional": true,
@@ -39409,7 +39675,7 @@
39409
39675
  },
39410
39676
  "locationInModule": {
39411
39677
  "filename": "src/python/python-project.ts",
39412
- "line": 198
39678
+ "line": 199
39413
39679
  },
39414
39680
  "name": "pytest",
39415
39681
  "optional": true,
@@ -39435,7 +39701,7 @@
39435
39701
  "kind": "interface",
39436
39702
  "locationInModule": {
39437
39703
  "filename": "src/python/python-project.ts",
39438
- "line": 28
39704
+ "line": 29
39439
39705
  },
39440
39706
  "name": "PythonProjectOptions",
39441
39707
  "namespace": "python",
@@ -39451,7 +39717,7 @@
39451
39717
  "immutable": true,
39452
39718
  "locationInModule": {
39453
39719
  "filename": "src/python/python-project.ts",
39454
- "line": 40
39720
+ "line": 41
39455
39721
  },
39456
39722
  "name": "moduleName",
39457
39723
  "type": {
@@ -39472,7 +39738,7 @@
39472
39738
  "immutable": true,
39473
39739
  "locationInModule": {
39474
39740
  "filename": "src/python/python-project.ts",
39475
- "line": 54
39741
+ "line": 55
39476
39742
  },
39477
39743
  "name": "deps",
39478
39744
  "optional": true,
@@ -39499,7 +39765,7 @@
39499
39765
  "immutable": true,
39500
39766
  "locationInModule": {
39501
39767
  "filename": "src/python/python-project.ts",
39502
- "line": 66
39768
+ "line": 67
39503
39769
  },
39504
39770
  "name": "devDeps",
39505
39771
  "optional": true,
@@ -39525,7 +39791,7 @@
39525
39791
  "immutable": true,
39526
39792
  "locationInModule": {
39527
39793
  "filename": "src/python/python-project.ts",
39528
- "line": 76
39794
+ "line": 77
39529
39795
  },
39530
39796
  "name": "pip",
39531
39797
  "optional": true,
@@ -39546,7 +39812,7 @@
39546
39812
  "immutable": true,
39547
39813
  "locationInModule": {
39548
39814
  "filename": "src/python/python-project.ts",
39549
- "line": 107
39815
+ "line": 108
39550
39816
  },
39551
39817
  "name": "poetry",
39552
39818
  "optional": true,
@@ -39565,7 +39831,7 @@
39565
39831
  "immutable": true,
39566
39832
  "locationInModule": {
39567
39833
  "filename": "src/python/python-project.ts",
39568
- "line": 154
39834
+ "line": 155
39569
39835
  },
39570
39836
  "name": "projenrcJs",
39571
39837
  "optional": true,
@@ -39583,7 +39849,7 @@
39583
39849
  "immutable": true,
39584
39850
  "locationInModule": {
39585
39851
  "filename": "src/python/python-project.ts",
39586
- "line": 160
39852
+ "line": 161
39587
39853
  },
39588
39854
  "name": "projenrcJsOptions",
39589
39855
  "optional": true,
@@ -39602,7 +39868,7 @@
39602
39868
  "immutable": true,
39603
39869
  "locationInModule": {
39604
39870
  "filename": "src/python/python-project.ts",
39605
- "line": 138
39871
+ "line": 139
39606
39872
  },
39607
39873
  "name": "projenrcPython",
39608
39874
  "optional": true,
@@ -39620,7 +39886,7 @@
39620
39886
  "immutable": true,
39621
39887
  "locationInModule": {
39622
39888
  "filename": "src/python/python-project.ts",
39623
- "line": 144
39889
+ "line": 145
39624
39890
  },
39625
39891
  "name": "projenrcPythonOptions",
39626
39892
  "optional": true,
@@ -39641,7 +39907,7 @@
39641
39907
  "immutable": true,
39642
39908
  "locationInModule": {
39643
39909
  "filename": "src/python/python-project.ts",
39644
- "line": 116
39910
+ "line": 117
39645
39911
  },
39646
39912
  "name": "pytest",
39647
39913
  "optional": true,
@@ -39659,7 +39925,7 @@
39659
39925
  "immutable": true,
39660
39926
  "locationInModule": {
39661
39927
  "filename": "src/python/python-project.ts",
39662
- "line": 122
39928
+ "line": 123
39663
39929
  },
39664
39930
  "name": "pytestOptions",
39665
39931
  "optional": true,
@@ -39677,7 +39943,7 @@
39677
39943
  "immutable": true,
39678
39944
  "locationInModule": {
39679
39945
  "filename": "src/python/python-project.ts",
39680
- "line": 128
39946
+ "line": 129
39681
39947
  },
39682
39948
  "name": "sample",
39683
39949
  "optional": true,
@@ -39698,7 +39964,7 @@
39698
39964
  "immutable": true,
39699
39965
  "locationInModule": {
39700
39966
  "filename": "src/python/python-project.ts",
39701
- "line": 98
39967
+ "line": 99
39702
39968
  },
39703
39969
  "name": "setuptools",
39704
39970
  "optional": true,
@@ -39719,7 +39985,7 @@
39719
39985
  "immutable": true,
39720
39986
  "locationInModule": {
39721
39987
  "filename": "src/python/python-project.ts",
39722
- "line": 84
39988
+ "line": 85
39723
39989
  },
39724
39990
  "name": "venv",
39725
39991
  "optional": true,
@@ -39737,7 +40003,7 @@
39737
40003
  "immutable": true,
39738
40004
  "locationInModule": {
39739
40005
  "filename": "src/python/python-project.ts",
39740
- "line": 90
40006
+ "line": 91
39741
40007
  },
39742
40008
  "name": "venvOptions",
39743
40009
  "optional": true,
@@ -45475,6 +45741,6 @@
45475
45741
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45476
45742
  }
45477
45743
  },
45478
- "version": "0.55.2",
45479
- "fingerprint": "x7cKMRZronyqHrb8/uyObjmp3ul7wN/utv4liL9YWX8="
45744
+ "version": "0.55.5",
45745
+ "fingerprint": "cPj4xOdFOAppwTsR7lfmvxatYiLvd6RkLP1qzhgNxcc="
45480
45746
  }