projen 0.68.3 → 0.68.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 (130) hide show
  1. package/.jsii +158 -67
  2. package/docs/api/API.md +52 -5
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-render.js +2 -1
  36. package/lib/docker-compose/docker-compose-service.d.ts +8 -0
  37. package/lib/docker-compose/docker-compose-service.js +3 -2
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.d.ts +17 -4
  69. package/lib/javascript/eslint.js +47 -23
  70. package/lib/javascript/jest.js +1 -1
  71. package/lib/javascript/node-package.js +1 -1
  72. package/lib/javascript/node-project.js +1 -1
  73. package/lib/javascript/npm-config.js +1 -1
  74. package/lib/javascript/prettier.js +1 -1
  75. package/lib/javascript/projenrc.d.ts +1 -0
  76. package/lib/javascript/projenrc.js +15 -2
  77. package/lib/javascript/typescript-config.js +1 -1
  78. package/lib/javascript/upgrade-dependencies.js +2 -2
  79. package/lib/json-patch.js +1 -1
  80. package/lib/json.js +1 -1
  81. package/lib/license.js +1 -1
  82. package/lib/logger.js +1 -1
  83. package/lib/makefile.js +1 -1
  84. package/lib/object-file.js +1 -1
  85. package/lib/project-build.js +1 -1
  86. package/lib/project.js +1 -1
  87. package/lib/projects.js +1 -1
  88. package/lib/projenrc-json.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.js +1 -1
  102. package/lib/release/release-trigger.js +1 -1
  103. package/lib/release/release.js +1 -1
  104. package/lib/renovatebot.js +1 -1
  105. package/lib/sample-file.js +2 -2
  106. package/lib/semver.js +1 -1
  107. package/lib/source-code.js +1 -1
  108. package/lib/task-runtime.js +1 -1
  109. package/lib/task.js +1 -1
  110. package/lib/tasks.js +1 -1
  111. package/lib/testing.js +1 -1
  112. package/lib/textfile.js +1 -1
  113. package/lib/toml.js +1 -1
  114. package/lib/typescript/projenrc.d.ts +3 -0
  115. package/lib/typescript/projenrc.js +21 -10
  116. package/lib/typescript/typescript-typedoc.js +1 -1
  117. package/lib/typescript/typescript.js +7 -15
  118. package/lib/version.js +1 -1
  119. package/lib/vscode/devcontainer.js +1 -1
  120. package/lib/vscode/extensions.js +1 -1
  121. package/lib/vscode/launch-config.js +1 -1
  122. package/lib/vscode/settings.js +1 -1
  123. package/lib/vscode/vscode.js +1 -1
  124. package/lib/web/next.js +3 -3
  125. package/lib/web/postcss.js +1 -1
  126. package/lib/web/react.js +4 -4
  127. package/lib/web/tailwind.js +1 -1
  128. package/lib/xmlfile.js +1 -1
  129. package/lib/yaml.js +1 -1
  130. package/package.json +1 -1
package/.jsii CHANGED
@@ -1906,7 +1906,7 @@
1906
1906
  },
1907
1907
  "locationInModule": {
1908
1908
  "filename": "src/docker-compose/docker-compose-service.ts",
1909
- "line": 73
1909
+ "line": 78
1910
1910
  },
1911
1911
  "parameters": [
1912
1912
  {
@@ -1939,7 +1939,7 @@
1939
1939
  },
1940
1940
  "locationInModule": {
1941
1941
  "filename": "src/docker-compose/docker-compose-service.ts",
1942
- "line": 127
1942
+ "line": 133
1943
1943
  },
1944
1944
  "name": "addDependsOn",
1945
1945
  "parameters": [
@@ -1958,7 +1958,7 @@
1958
1958
  },
1959
1959
  "locationInModule": {
1960
1960
  "filename": "src/docker-compose/docker-compose-service.ts",
1961
- "line": 119
1961
+ "line": 125
1962
1962
  },
1963
1963
  "name": "addEnvironment",
1964
1964
  "parameters": [
@@ -1989,7 +1989,7 @@
1989
1989
  },
1990
1990
  "locationInModule": {
1991
1991
  "filename": "src/docker-compose/docker-compose-service.ts",
1992
- "line": 152
1992
+ "line": 158
1993
1993
  },
1994
1994
  "name": "addLabel",
1995
1995
  "parameters": [
@@ -2020,7 +2020,7 @@
2020
2020
  },
2021
2021
  "locationInModule": {
2022
2022
  "filename": "src/docker-compose/docker-compose-service.ts",
2023
- "line": 143
2023
+ "line": 149
2024
2024
  },
2025
2025
  "name": "addNetwork",
2026
2026
  "parameters": [
@@ -2039,7 +2039,7 @@
2039
2039
  },
2040
2040
  "locationInModule": {
2041
2041
  "filename": "src/docker-compose/docker-compose-service.ts",
2042
- "line": 104
2042
+ "line": 110
2043
2043
  },
2044
2044
  "name": "addPort",
2045
2045
  "parameters": [
@@ -2080,7 +2080,7 @@
2080
2080
  },
2081
2081
  "locationInModule": {
2082
2082
  "filename": "src/docker-compose/docker-compose-service.ts",
2083
- "line": 135
2083
+ "line": 141
2084
2084
  },
2085
2085
  "name": "addVolume",
2086
2086
  "parameters": [
@@ -2103,7 +2103,7 @@
2103
2103
  "immutable": true,
2104
2104
  "locationInModule": {
2105
2105
  "filename": "src/docker-compose/docker-compose-service.ts",
2106
- "line": 46
2106
+ "line": 51
2107
2107
  },
2108
2108
  "name": "dependsOn",
2109
2109
  "type": {
@@ -2123,7 +2123,7 @@
2123
2123
  "immutable": true,
2124
2124
  "locationInModule": {
2125
2125
  "filename": "src/docker-compose/docker-compose-service.ts",
2126
- "line": 66
2126
+ "line": 71
2127
2127
  },
2128
2128
  "name": "environment",
2129
2129
  "type": {
@@ -2143,7 +2143,7 @@
2143
2143
  "immutable": true,
2144
2144
  "locationInModule": {
2145
2145
  "filename": "src/docker-compose/docker-compose-service.ts",
2146
- "line": 71
2146
+ "line": 76
2147
2147
  },
2148
2148
  "name": "labels",
2149
2149
  "type": {
@@ -2163,7 +2163,7 @@
2163
2163
  "immutable": true,
2164
2164
  "locationInModule": {
2165
2165
  "filename": "src/docker-compose/docker-compose-service.ts",
2166
- "line": 56
2166
+ "line": 61
2167
2167
  },
2168
2168
  "name": "networks",
2169
2169
  "type": {
@@ -2183,7 +2183,7 @@
2183
2183
  "immutable": true,
2184
2184
  "locationInModule": {
2185
2185
  "filename": "src/docker-compose/docker-compose-service.ts",
2186
- "line": 61
2186
+ "line": 66
2187
2187
  },
2188
2188
  "name": "ports",
2189
2189
  "type": {
@@ -2219,7 +2219,7 @@
2219
2219
  "immutable": true,
2220
2220
  "locationInModule": {
2221
2221
  "filename": "src/docker-compose/docker-compose-service.ts",
2222
- "line": 51
2222
+ "line": 56
2223
2223
  },
2224
2224
  "name": "volumes",
2225
2225
  "type": {
@@ -2252,6 +2252,27 @@
2252
2252
  }
2253
2253
  }
2254
2254
  },
2255
+ {
2256
+ "docs": {
2257
+ "stability": "experimental",
2258
+ "summary": "Entrypoint to run in the container."
2259
+ },
2260
+ "immutable": true,
2261
+ "locationInModule": {
2262
+ "filename": "src/docker-compose/docker-compose-service.ts",
2263
+ "line": 46
2264
+ },
2265
+ "name": "entrypoint",
2266
+ "optional": true,
2267
+ "type": {
2268
+ "collection": {
2269
+ "elementtype": {
2270
+ "primitive": "string"
2271
+ },
2272
+ "kind": "array"
2273
+ }
2274
+ }
2275
+ },
2255
2276
  {
2256
2277
  "docs": {
2257
2278
  "stability": "experimental",
@@ -2298,7 +2319,7 @@
2298
2319
  "kind": "interface",
2299
2320
  "locationInModule": {
2300
2321
  "filename": "src/docker-compose/docker-compose-service.ts",
2301
- "line": 160
2322
+ "line": 166
2302
2323
  },
2303
2324
  "name": "DockerComposeServiceDescription",
2304
2325
  "properties": [
@@ -2312,7 +2333,7 @@
2312
2333
  "immutable": true,
2313
2334
  "locationInModule": {
2314
2335
  "filename": "src/docker-compose/docker-compose-service.ts",
2315
- "line": 179
2336
+ "line": 185
2316
2337
  },
2317
2338
  "name": "command",
2318
2339
  "optional": true,
@@ -2335,7 +2356,7 @@
2335
2356
  "immutable": true,
2336
2357
  "locationInModule": {
2337
2358
  "filename": "src/docker-compose/docker-compose-service.ts",
2338
- "line": 185
2359
+ "line": 196
2339
2360
  },
2340
2361
  "name": "dependsOn",
2341
2362
  "optional": true,
@@ -2348,6 +2369,28 @@
2348
2369
  }
2349
2370
  }
2350
2371
  },
2372
+ {
2373
+ "abstract": true,
2374
+ "docs": {
2375
+ "stability": "experimental",
2376
+ "summary": "Entrypoint to run in the container."
2377
+ },
2378
+ "immutable": true,
2379
+ "locationInModule": {
2380
+ "filename": "src/docker-compose/docker-compose-service.ts",
2381
+ "line": 190
2382
+ },
2383
+ "name": "entrypoint",
2384
+ "optional": true,
2385
+ "type": {
2386
+ "collection": {
2387
+ "elementtype": {
2388
+ "primitive": "string"
2389
+ },
2390
+ "kind": "array"
2391
+ }
2392
+ }
2393
+ },
2351
2394
  {
2352
2395
  "abstract": true,
2353
2396
  "docs": {
@@ -2358,7 +2401,7 @@
2358
2401
  "immutable": true,
2359
2402
  "locationInModule": {
2360
2403
  "filename": "src/docker-compose/docker-compose-service.ts",
2361
- "line": 211
2404
+ "line": 222
2362
2405
  },
2363
2406
  "name": "environment",
2364
2407
  "optional": true,
@@ -2382,7 +2425,7 @@
2382
2425
  "immutable": true,
2383
2426
  "locationInModule": {
2384
2427
  "filename": "src/docker-compose/docker-compose-service.ts",
2385
- "line": 166
2428
+ "line": 172
2386
2429
  },
2387
2430
  "name": "image",
2388
2431
  "optional": true,
@@ -2401,7 +2444,7 @@
2401
2444
  "immutable": true,
2402
2445
  "locationInModule": {
2403
2446
  "filename": "src/docker-compose/docker-compose-service.ts",
2404
- "line": 173
2447
+ "line": 179
2405
2448
  },
2406
2449
  "name": "imageBuild",
2407
2450
  "optional": true,
@@ -2419,7 +2462,7 @@
2419
2462
  "immutable": true,
2420
2463
  "locationInModule": {
2421
2464
  "filename": "src/docker-compose/docker-compose-service.ts",
2422
- "line": 217
2465
+ "line": 228
2423
2466
  },
2424
2467
  "name": "labels",
2425
2468
  "optional": true,
@@ -2442,7 +2485,7 @@
2442
2485
  "immutable": true,
2443
2486
  "locationInModule": {
2444
2487
  "filename": "src/docker-compose/docker-compose-service.ts",
2445
- "line": 199
2488
+ "line": 210
2446
2489
  },
2447
2490
  "name": "networks",
2448
2491
  "optional": true,
@@ -2465,7 +2508,7 @@
2465
2508
  "immutable": true,
2466
2509
  "locationInModule": {
2467
2510
  "filename": "src/docker-compose/docker-compose-service.ts",
2468
- "line": 205
2511
+ "line": 216
2469
2512
  },
2470
2513
  "name": "ports",
2471
2514
  "optional": true,
@@ -2489,7 +2532,7 @@
2489
2532
  "immutable": true,
2490
2533
  "locationInModule": {
2491
2534
  "filename": "src/docker-compose/docker-compose-service.ts",
2492
- "line": 193
2535
+ "line": 204
2493
2536
  },
2494
2537
  "name": "volumes",
2495
2538
  "optional": true,
@@ -35076,7 +35119,7 @@
35076
35119
  },
35077
35120
  "locationInModule": {
35078
35121
  "filename": "src/javascript/eslint.ts",
35079
- "line": 151
35122
+ "line": 156
35080
35123
  },
35081
35124
  "parameters": [
35082
35125
  {
@@ -35096,7 +35139,7 @@
35096
35139
  "kind": "class",
35097
35140
  "locationInModule": {
35098
35141
  "filename": "src/javascript/eslint.ts",
35099
- "line": 111
35142
+ "line": 114
35100
35143
  },
35101
35144
  "methods": [
35102
35145
  {
@@ -35106,7 +35149,7 @@
35106
35149
  },
35107
35150
  "locationInModule": {
35108
35151
  "filename": "src/javascript/eslint.ts",
35109
- "line": 115
35152
+ "line": 118
35110
35153
  },
35111
35154
  "name": "of",
35112
35155
  "parameters": [
@@ -35132,7 +35175,7 @@
35132
35175
  },
35133
35176
  "locationInModule": {
35134
35177
  "filename": "src/javascript/eslint.ts",
35135
- "line": 440
35178
+ "line": 454
35136
35179
  },
35137
35180
  "name": "addExtends",
35138
35181
  "parameters": [
@@ -35156,7 +35199,7 @@
35156
35199
  },
35157
35200
  "locationInModule": {
35158
35201
  "filename": "src/javascript/eslint.ts",
35159
- "line": 432
35202
+ "line": 446
35160
35203
  },
35161
35204
  "name": "addIgnorePattern",
35162
35205
  "parameters": [
@@ -35168,6 +35211,25 @@
35168
35211
  }
35169
35212
  ]
35170
35213
  },
35214
+ {
35215
+ "docs": {
35216
+ "stability": "experimental",
35217
+ "summary": "Add a file, glob pattern or directory with source files to lint (e.g. [ \"src\" ])."
35218
+ },
35219
+ "locationInModule": {
35220
+ "filename": "src/javascript/eslint.ts",
35221
+ "line": 414
35222
+ },
35223
+ "name": "addLintPattern",
35224
+ "parameters": [
35225
+ {
35226
+ "name": "pattern",
35227
+ "type": {
35228
+ "primitive": "string"
35229
+ }
35230
+ }
35231
+ ]
35232
+ },
35171
35233
  {
35172
35234
  "docs": {
35173
35235
  "stability": "experimental",
@@ -35175,7 +35237,7 @@
35175
35237
  },
35176
35238
  "locationInModule": {
35177
35239
  "filename": "src/javascript/eslint.ts",
35178
- "line": 425
35240
+ "line": 439
35179
35241
  },
35180
35242
  "name": "addOverride",
35181
35243
  "parameters": [
@@ -35194,7 +35256,7 @@
35194
35256
  },
35195
35257
  "locationInModule": {
35196
35258
  "filename": "src/javascript/eslint.ts",
35197
- "line": 418
35259
+ "line": 432
35198
35260
  },
35199
35261
  "name": "addPlugins",
35200
35262
  "parameters": [
@@ -35218,7 +35280,7 @@
35218
35280
  },
35219
35281
  "locationInModule": {
35220
35282
  "filename": "src/javascript/eslint.ts",
35221
- "line": 408
35283
+ "line": 422
35222
35284
  },
35223
35285
  "name": "addRules",
35224
35286
  "parameters": [
@@ -35242,7 +35304,7 @@
35242
35304
  },
35243
35305
  "locationInModule": {
35244
35306
  "filename": "src/javascript/eslint.ts",
35245
- "line": 448
35307
+ "line": 462
35246
35308
  },
35247
35309
  "name": "allowDevDeps",
35248
35310
  "parameters": [
@@ -35269,7 +35331,7 @@
35269
35331
  "immutable": true,
35270
35332
  "locationInModule": {
35271
35333
  "filename": "src/javascript/eslint.ts",
35272
- "line": 138
35334
+ "line": 141
35273
35335
  },
35274
35336
  "name": "config",
35275
35337
  "type": {
@@ -35284,7 +35346,7 @@
35284
35346
  "immutable": true,
35285
35347
  "locationInModule": {
35286
35348
  "filename": "src/javascript/eslint.ts",
35287
- "line": 133
35349
+ "line": 136
35288
35350
  },
35289
35351
  "name": "eslintTask",
35290
35352
  "type": {
@@ -35299,7 +35361,7 @@
35299
35361
  "immutable": true,
35300
35362
  "locationInModule": {
35301
35363
  "filename": "src/javascript/eslint.ts",
35302
- "line": 143
35364
+ "line": 146
35303
35365
  },
35304
35366
  "name": "ignorePatterns",
35305
35367
  "type": {
@@ -35319,7 +35381,7 @@
35319
35381
  "immutable": true,
35320
35382
  "locationInModule": {
35321
35383
  "filename": "src/javascript/eslint.ts",
35322
- "line": 128
35384
+ "line": 131
35323
35385
  },
35324
35386
  "name": "overrides",
35325
35387
  "type": {
@@ -35339,7 +35401,7 @@
35339
35401
  "immutable": true,
35340
35402
  "locationInModule": {
35341
35403
  "filename": "src/javascript/eslint.ts",
35342
- "line": 123
35404
+ "line": 126
35343
35405
  },
35344
35406
  "name": "rules",
35345
35407
  "type": {
@@ -35378,7 +35440,7 @@
35378
35440
  "abstract": true,
35379
35441
  "docs": {
35380
35442
  "stability": "experimental",
35381
- "summary": "Directories with source files to lint (e.g. [ \"src\" ])."
35443
+ "summary": "Files or glob patterns or directories with source files to lint (e.g. [ \"src\" ])."
35382
35444
  },
35383
35445
  "immutable": true,
35384
35446
  "locationInModule": {
@@ -35405,7 +35467,7 @@
35405
35467
  "immutable": true,
35406
35468
  "locationInModule": {
35407
35469
  "filename": "src/javascript/eslint.ts",
35408
- "line": 72
35470
+ "line": 75
35409
35471
  },
35410
35472
  "name": "aliasExtensions",
35411
35473
  "optional": true,
@@ -35428,7 +35490,7 @@
35428
35490
  "immutable": true,
35429
35491
  "locationInModule": {
35430
35492
  "filename": "src/javascript/eslint.ts",
35431
- "line": 66
35493
+ "line": 69
35432
35494
  },
35433
35495
  "name": "aliasMap",
35434
35496
  "optional": true,
@@ -35445,14 +35507,14 @@
35445
35507
  "abstract": true,
35446
35508
  "docs": {
35447
35509
  "default": "[]",
35448
- "remarks": "These\nsources are linted but may also import packages from `devDependencies`.",
35510
+ "remarks": "These sources are linted but may also import packages from `devDependencies`.",
35449
35511
  "stability": "experimental",
35450
- "summary": "Directories with source files that include tests and build tools."
35512
+ "summary": "Files or glob patterns or directories with source files that include tests and build tools."
35451
35513
  },
35452
35514
  "immutable": true,
35453
35515
  "locationInModule": {
35454
35516
  "filename": "src/javascript/eslint.ts",
35455
- "line": 27
35517
+ "line": 28
35456
35518
  },
35457
35519
  "name": "devdirs",
35458
35520
  "optional": true,
@@ -35475,7 +35537,7 @@
35475
35537
  "immutable": true,
35476
35538
  "locationInModule": {
35477
35539
  "filename": "src/javascript/eslint.ts",
35478
- "line": 33
35540
+ "line": 34
35479
35541
  },
35480
35542
  "name": "fileExtensions",
35481
35543
  "optional": true,
@@ -35498,7 +35560,7 @@
35498
35560
  "immutable": true,
35499
35561
  "locationInModule": {
35500
35562
  "filename": "src/javascript/eslint.ts",
35501
- "line": 41
35563
+ "line": 42
35502
35564
  },
35503
35565
  "name": "ignorePatterns",
35504
35566
  "optional": true,
@@ -35515,14 +35577,14 @@
35515
35577
  "abstract": true,
35516
35578
  "docs": {
35517
35579
  "default": "true",
35518
- "deprecated": "use lintProjenRcFile instead",
35580
+ "deprecated": "set to `false` to remove any automatic rules and add manually",
35519
35581
  "stability": "deprecated",
35520
35582
  "summary": "Should we lint .projenrc.js."
35521
35583
  },
35522
35584
  "immutable": true,
35523
35585
  "locationInModule": {
35524
35586
  "filename": "src/javascript/eslint.ts",
35525
- "line": 54
35587
+ "line": 57
35526
35588
  },
35527
35589
  "name": "lintProjenRc",
35528
35590
  "optional": true,
@@ -35534,14 +35596,15 @@
35534
35596
  "abstract": true,
35535
35597
  "docs": {
35536
35598
  "default": "PROJEN_RC",
35599
+ "deprecated": "provide as `devdirs`",
35537
35600
  "remarks": "Use empty string to disable.",
35538
- "stability": "experimental",
35601
+ "stability": "deprecated",
35539
35602
  "summary": "Projenrc file to lint."
35540
35603
  },
35541
35604
  "immutable": true,
35542
35605
  "locationInModule": {
35543
35606
  "filename": "src/javascript/eslint.ts",
35544
- "line": 47
35607
+ "line": 49
35545
35608
  },
35546
35609
  "name": "lintProjenRcFile",
35547
35610
  "optional": true,
@@ -35559,7 +35622,7 @@
35559
35622
  "immutable": true,
35560
35623
  "locationInModule": {
35561
35624
  "filename": "src/javascript/eslint.ts",
35562
- "line": 60
35625
+ "line": 63
35563
35626
  },
35564
35627
  "name": "prettier",
35565
35628
  "optional": true,
@@ -35578,7 +35641,7 @@
35578
35641
  "immutable": true,
35579
35642
  "locationInModule": {
35580
35643
  "filename": "src/javascript/eslint.ts",
35581
- "line": 79
35644
+ "line": 82
35582
35645
  },
35583
35646
  "name": "tsAlwaysTryTypes",
35584
35647
  "optional": true,
@@ -35614,7 +35677,7 @@
35614
35677
  "immutable": true,
35615
35678
  "locationInModule": {
35616
35679
  "filename": "src/javascript/eslint.ts",
35617
- "line": 85
35680
+ "line": 88
35618
35681
  },
35619
35682
  "name": "yaml",
35620
35683
  "optional": true,
@@ -35636,7 +35699,7 @@
35636
35699
  "kind": "interface",
35637
35700
  "locationInModule": {
35638
35701
  "filename": "src/javascript/eslint.ts",
35639
- "line": 91
35702
+ "line": 94
35640
35703
  },
35641
35704
  "name": "EslintOverride",
35642
35705
  "namespace": "javascript",
@@ -35650,7 +35713,7 @@
35650
35713
  "immutable": true,
35651
35714
  "locationInModule": {
35652
35715
  "filename": "src/javascript/eslint.ts",
35653
- "line": 95
35716
+ "line": 98
35654
35717
  },
35655
35718
  "name": "files",
35656
35719
  "type": {
@@ -35671,7 +35734,7 @@
35671
35734
  "immutable": true,
35672
35735
  "locationInModule": {
35673
35736
  "filename": "src/javascript/eslint.ts",
35674
- "line": 105
35737
+ "line": 108
35675
35738
  },
35676
35739
  "name": "parser",
35677
35740
  "optional": true,
@@ -35688,7 +35751,7 @@
35688
35751
  "immutable": true,
35689
35752
  "locationInModule": {
35690
35753
  "filename": "src/javascript/eslint.ts",
35691
- "line": 100
35754
+ "line": 103
35692
35755
  },
35693
35756
  "name": "rules",
35694
35757
  "optional": true,
@@ -41803,7 +41866,7 @@
41803
41866
  },
41804
41867
  "locationInModule": {
41805
41868
  "filename": "src/javascript/projenrc.ts",
41806
- "line": 20
41869
+ "line": 21
41807
41870
  },
41808
41871
  "parameters": [
41809
41872
  {
@@ -41824,8 +41887,22 @@
41824
41887
  "kind": "class",
41825
41888
  "locationInModule": {
41826
41889
  "filename": "src/javascript/projenrc.ts",
41827
- "line": 17
41890
+ "line": 18
41828
41891
  },
41892
+ "methods": [
41893
+ {
41894
+ "docs": {
41895
+ "stability": "experimental",
41896
+ "summary": "Called before synthesis."
41897
+ },
41898
+ "locationInModule": {
41899
+ "filename": "src/javascript/projenrc.ts",
41900
+ "line": 32
41901
+ },
41902
+ "name": "preSynthesize",
41903
+ "overrides": "projen.Component"
41904
+ }
41905
+ ],
41829
41906
  "name": "Projenrc",
41830
41907
  "namespace": "javascript",
41831
41908
  "symbolId": "src/javascript/projenrc:Projenrc"
@@ -41840,7 +41917,7 @@
41840
41917
  "kind": "interface",
41841
41918
  "locationInModule": {
41842
41919
  "filename": "src/javascript/projenrc.ts",
41843
- "line": 6
41920
+ "line": 7
41844
41921
  },
41845
41922
  "name": "ProjenrcOptions",
41846
41923
  "namespace": "javascript",
@@ -41855,7 +41932,7 @@
41855
41932
  "immutable": true,
41856
41933
  "locationInModule": {
41857
41934
  "filename": "src/javascript/projenrc.ts",
41858
- "line": 11
41935
+ "line": 12
41859
41936
  },
41860
41937
  "name": "filename",
41861
41938
  "optional": true,
@@ -49400,7 +49477,7 @@
49400
49477
  },
49401
49478
  "locationInModule": {
49402
49479
  "filename": "src/typescript/projenrc.ts",
49403
- "line": 29
49480
+ "line": 31
49404
49481
  },
49405
49482
  "parameters": [
49406
49483
  {
@@ -49423,6 +49500,20 @@
49423
49500
  "filename": "src/typescript/projenrc.ts",
49424
49501
  "line": 26
49425
49502
  },
49503
+ "methods": [
49504
+ {
49505
+ "docs": {
49506
+ "stability": "experimental",
49507
+ "summary": "Called before synthesis."
49508
+ },
49509
+ "locationInModule": {
49510
+ "filename": "src/typescript/projenrc.ts",
49511
+ "line": 52
49512
+ },
49513
+ "name": "preSynthesize",
49514
+ "overrides": "projen.Component"
49515
+ }
49516
+ ],
49426
49517
  "name": "Projenrc",
49427
49518
  "namespace": "typescript",
49428
49519
  "symbolId": "src/typescript/projenrc:Projenrc"
@@ -49498,7 +49589,7 @@
49498
49589
  },
49499
49590
  "locationInModule": {
49500
49591
  "filename": "src/typescript/typescript.ts",
49501
- "line": 493
49592
+ "line": 482
49502
49593
  },
49503
49594
  "parameters": [
49504
49595
  {
@@ -49512,7 +49603,7 @@
49512
49603
  "kind": "class",
49513
49604
  "locationInModule": {
49514
49605
  "filename": "src/typescript/typescript.ts",
49515
- "line": 492
49606
+ "line": 481
49516
49607
  },
49517
49608
  "name": "TypeScriptAppProject",
49518
49609
  "namespace": "typescript",
@@ -49546,7 +49637,7 @@
49546
49637
  "kind": "class",
49547
49638
  "locationInModule": {
49548
49639
  "filename": "src/typescript/typescript.ts",
49549
- "line": 507
49640
+ "line": 496
49550
49641
  },
49551
49642
  "name": "TypeScriptLibraryProject",
49552
49643
  "namespace": "typescript",
@@ -49566,7 +49657,7 @@
49566
49657
  "kind": "interface",
49567
49658
  "locationInModule": {
49568
49659
  "filename": "src/typescript/typescript.ts",
49569
- "line": 512
49660
+ "line": 501
49570
49661
  },
49571
49662
  "name": "TypeScriptLibraryProjectOptions",
49572
49663
  "namespace": "typescript",
@@ -52320,6 +52411,6 @@
52320
52411
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52321
52412
  }
52322
52413
  },
52323
- "version": "0.68.3",
52324
- "fingerprint": "rgUpkcK/3Mz0wlLLDFf6VfM2g0fLx8aYAWO9fa1tQ4I="
52414
+ "version": "0.68.5",
52415
+ "fingerprint": "45U/ryz9DypQoG9nC2PLgvkr7JHxGFnO47DvxcAIZTA="
52325
52416
  }