projen 0.86.5 → 0.86.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/.jsii +95 -87
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-backport.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow-job.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflow-steps.js +3 -3
  55. package/lib/github/workflows.js +1 -1
  56. package/lib/gitlab/configuration.js +1 -1
  57. package/lib/gitlab/gitlab-configuration.js +1 -1
  58. package/lib/gitlab/nested-configuration.js +1 -1
  59. package/lib/gitpod.js +1 -1
  60. package/lib/ignore-file.js +1 -1
  61. package/lib/ini.js +1 -1
  62. package/lib/java/java-project.js +1 -1
  63. package/lib/java/junit.js +1 -1
  64. package/lib/java/maven-compile.js +1 -1
  65. package/lib/java/maven-packaging.js +1 -1
  66. package/lib/java/maven-sample.js +1 -1
  67. package/lib/java/pom.js +2 -2
  68. package/lib/java/projenrc.js +1 -1
  69. package/lib/javascript/bundler.js +1 -1
  70. package/lib/javascript/eslint.js +1 -1
  71. package/lib/javascript/jest.js +4 -4
  72. package/lib/javascript/license-checker.js +1 -1
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.js +1 -1
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.d.ts +9 -0
  79. package/lib/javascript/typescript-config.js +12 -3
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +1 -1
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.js +2 -2
  96. package/lib/python/projenrc.js +1 -1
  97. package/lib/python/pytest-sample.js +1 -1
  98. package/lib/python/pytest.js +1 -1
  99. package/lib/python/python-project.js +1 -1
  100. package/lib/python/python-sample.js +1 -1
  101. package/lib/python/requirements-file.js +1 -1
  102. package/lib/python/setuppy.js +1 -1
  103. package/lib/python/setuptools.js +1 -1
  104. package/lib/python/venv.js +1 -1
  105. package/lib/readme.js +1 -1
  106. package/lib/release/publisher.js +1 -1
  107. package/lib/release/release-trigger.js +1 -1
  108. package/lib/release/release.js +1 -1
  109. package/lib/renovatebot.js +1 -1
  110. package/lib/sample-file.js +2 -2
  111. package/lib/semver.js +1 -1
  112. package/lib/source-code.js +1 -1
  113. package/lib/task-runtime.js +1 -1
  114. package/lib/task.js +1 -1
  115. package/lib/tasks.js +1 -1
  116. package/lib/testing.js +1 -1
  117. package/lib/textfile.js +1 -1
  118. package/lib/toml.js +1 -1
  119. package/lib/typescript/projenrc-ts.js +1 -1
  120. package/lib/typescript/projenrc.js +1 -1
  121. package/lib/typescript/typescript-typedoc.js +1 -1
  122. package/lib/typescript/typescript.js +6 -6
  123. package/lib/version.js +2 -2
  124. package/lib/vscode/devcontainer.js +1 -1
  125. package/lib/vscode/extensions.js +1 -1
  126. package/lib/vscode/launch-config.js +1 -1
  127. package/lib/vscode/settings.js +1 -1
  128. package/lib/vscode/vscode.js +1 -1
  129. package/lib/web/next.js +3 -3
  130. package/lib/web/postcss.js +1 -1
  131. package/lib/web/react.js +4 -4
  132. package/lib/web/tailwind.js +1 -1
  133. package/lib/xmlfile.js +1 -1
  134. package/lib/yaml.js +1 -1
  135. package/node_modules/escalade/index.d.mts +11 -0
  136. package/node_modules/escalade/index.d.ts +14 -2
  137. package/node_modules/escalade/package.json +18 -7
  138. package/node_modules/escalade/sync/index.d.mts +9 -0
  139. package/node_modules/escalade/sync/index.d.ts +13 -2
  140. package/package.json +3 -3
package/.jsii CHANGED
@@ -60,7 +60,7 @@
60
60
  "stability": "experimental"
61
61
  },
62
62
  "homepage": "https://github.com/projen/projen.git",
63
- "jsiiVersion": "5.5.1 (build 91e7053)",
63
+ "jsiiVersion": "5.5.2 (build 51c1bde)",
64
64
  "keywords": [
65
65
  "cdk",
66
66
  "cicd",
@@ -48742,7 +48742,7 @@
48742
48742
  "kind": "interface",
48743
48743
  "locationInModule": {
48744
48744
  "filename": "src/javascript/typescript-config.ts",
48745
- "line": 173
48745
+ "line": 183
48746
48746
  },
48747
48747
  "name": "TypeScriptCompilerOptions",
48748
48748
  "namespace": "javascript",
@@ -48758,7 +48758,7 @@
48758
48758
  "immutable": true,
48759
48759
  "locationInModule": {
48760
48760
  "filename": "src/javascript/typescript-config.ts",
48761
- "line": 195
48761
+ "line": 205
48762
48762
  },
48763
48763
  "name": "allowArbitraryExtensions",
48764
48764
  "optional": true,
@@ -48776,7 +48776,7 @@
48776
48776
  "immutable": true,
48777
48777
  "locationInModule": {
48778
48778
  "filename": "src/javascript/typescript-config.ts",
48779
- "line": 187
48779
+ "line": 197
48780
48780
  },
48781
48781
  "name": "allowImportingTsExtensions",
48782
48782
  "optional": true,
@@ -48794,7 +48794,7 @@
48794
48794
  "immutable": true,
48795
48795
  "locationInModule": {
48796
48796
  "filename": "src/javascript/typescript-config.ts",
48797
- "line": 179
48797
+ "line": 189
48798
48798
  },
48799
48799
  "name": "allowJs",
48800
48800
  "optional": true,
@@ -48812,7 +48812,7 @@
48812
48812
  "immutable": true,
48813
48813
  "locationInModule": {
48814
48814
  "filename": "src/javascript/typescript-config.ts",
48815
- "line": 557
48815
+ "line": 567
48816
48816
  },
48817
48817
  "name": "allowSyntheticDefaultImports",
48818
48818
  "optional": true,
@@ -48831,7 +48831,7 @@
48831
48831
  "immutable": true,
48832
48832
  "locationInModule": {
48833
48833
  "filename": "src/javascript/typescript-config.ts",
48834
- "line": 655
48834
+ "line": 665
48835
48835
  },
48836
48836
  "name": "allowUnreachableCode",
48837
48837
  "optional": true,
@@ -48850,7 +48850,7 @@
48850
48850
  "immutable": true,
48851
48851
  "locationInModule": {
48852
48852
  "filename": "src/javascript/typescript-config.ts",
48853
- "line": 640
48853
+ "line": 650
48854
48854
  },
48855
48855
  "name": "allowUnusedLabels",
48856
48856
  "optional": true,
@@ -48868,7 +48868,7 @@
48868
48868
  "immutable": true,
48869
48869
  "locationInModule": {
48870
48870
  "filename": "src/javascript/typescript-config.ts",
48871
- "line": 203
48871
+ "line": 213
48872
48872
  },
48873
48873
  "name": "alwaysStrict",
48874
48874
  "optional": true,
@@ -48886,7 +48886,7 @@
48886
48886
  "immutable": true,
48887
48887
  "locationInModule": {
48888
48888
  "filename": "src/javascript/typescript-config.ts",
48889
- "line": 578
48889
+ "line": 588
48890
48890
  },
48891
48891
  "name": "baseUrl",
48892
48892
  "optional": true,
@@ -48908,7 +48908,7 @@
48908
48908
  "immutable": true,
48909
48909
  "locationInModule": {
48910
48910
  "filename": "src/javascript/typescript-config.ts",
48911
- "line": 666
48911
+ "line": 676
48912
48912
  },
48913
48913
  "name": "checkJs",
48914
48914
  "optional": true,
@@ -48927,7 +48927,7 @@
48927
48927
  "immutable": true,
48928
48928
  "locationInModule": {
48929
48929
  "filename": "src/javascript/typescript-config.ts",
48930
- "line": 239
48930
+ "line": 249
48931
48931
  },
48932
48932
  "name": "customConditions",
48933
48933
  "optional": true,
@@ -48949,7 +48949,7 @@
48949
48949
  "immutable": true,
48950
48950
  "locationInModule": {
48951
48951
  "filename": "src/javascript/typescript-config.ts",
48952
- "line": 215
48952
+ "line": 225
48953
48953
  },
48954
48954
  "name": "declaration",
48955
48955
  "optional": true,
@@ -48966,7 +48966,7 @@
48966
48966
  "immutable": true,
48967
48967
  "locationInModule": {
48968
48968
  "filename": "src/javascript/typescript-config.ts",
48969
- "line": 209
48969
+ "line": 219
48970
48970
  },
48971
48971
  "name": "declarationDir",
48972
48972
  "optional": true,
@@ -48984,7 +48984,7 @@
48984
48984
  "immutable": true,
48985
48985
  "locationInModule": {
48986
48986
  "filename": "src/javascript/typescript-config.ts",
48987
- "line": 222
48987
+ "line": 232
48988
48988
  },
48989
48989
  "name": "declarationMap",
48990
48990
  "optional": true,
@@ -49002,7 +49002,7 @@
49002
49002
  "immutable": true,
49003
49003
  "locationInModule": {
49004
49004
  "filename": "src/javascript/typescript-config.ts",
49005
- "line": 231
49005
+ "line": 241
49006
49006
  },
49007
49007
  "name": "downlevelIteration",
49008
49008
  "optional": true,
@@ -49020,7 +49020,7 @@
49020
49020
  "immutable": true,
49021
49021
  "locationInModule": {
49022
49022
  "filename": "src/javascript/typescript-config.ts",
49023
- "line": 389
49023
+ "line": 399
49024
49024
  },
49025
49025
  "name": "emitDeclarationOnly",
49026
49026
  "optional": true,
@@ -49040,7 +49040,7 @@
49040
49040
  "immutable": true,
49041
49041
  "locationInModule": {
49042
49042
  "filename": "src/javascript/typescript-config.ts",
49043
- "line": 266
49043
+ "line": 276
49044
49044
  },
49045
49045
  "name": "emitDecoratorMetadata",
49046
49046
  "optional": true,
@@ -49058,7 +49058,7 @@
49058
49058
  "immutable": true,
49059
49059
  "locationInModule": {
49060
49060
  "filename": "src/javascript/typescript-config.ts",
49061
- "line": 248
49061
+ "line": 258
49062
49062
  },
49063
49063
  "name": "esModuleInterop",
49064
49064
  "optional": true,
@@ -49076,7 +49076,7 @@
49076
49076
  "immutable": true,
49077
49077
  "locationInModule": {
49078
49078
  "filename": "src/javascript/typescript-config.ts",
49079
- "line": 564
49079
+ "line": 574
49080
49080
  },
49081
49081
  "name": "exactOptionalPropertyTypes",
49082
49082
  "optional": true,
@@ -49094,7 +49094,7 @@
49094
49094
  "immutable": true,
49095
49095
  "locationInModule": {
49096
49096
  "filename": "src/javascript/typescript-config.ts",
49097
- "line": 255
49097
+ "line": 265
49098
49098
  },
49099
49099
  "name": "experimentalDecorators",
49100
49100
  "optional": true,
@@ -49112,7 +49112,7 @@
49112
49112
  "immutable": true,
49113
49113
  "locationInModule": {
49114
49114
  "filename": "src/javascript/typescript-config.ts",
49115
- "line": 273
49115
+ "line": 283
49116
49116
  },
49117
49117
  "name": "forceConsistentCasingInFileNames",
49118
49118
  "optional": true,
@@ -49134,7 +49134,7 @@
49134
49134
  "immutable": true,
49135
49135
  "locationInModule": {
49136
49136
  "filename": "src/javascript/typescript-config.ts",
49137
- "line": 293
49137
+ "line": 303
49138
49138
  },
49139
49139
  "name": "importsNotUsedAsValues",
49140
49140
  "optional": true,
@@ -49153,7 +49153,7 @@
49153
49153
  "immutable": true,
49154
49154
  "locationInModule": {
49155
49155
  "filename": "src/javascript/typescript-config.ts",
49156
- "line": 609
49156
+ "line": 619
49157
49157
  },
49158
49158
  "name": "incremental",
49159
49159
  "optional": true,
@@ -49171,7 +49171,7 @@
49171
49171
  "immutable": true,
49172
49172
  "locationInModule": {
49173
49173
  "filename": "src/javascript/typescript-config.ts",
49174
- "line": 301
49174
+ "line": 311
49175
49175
  },
49176
49176
  "name": "inlineSourceMap",
49177
49177
  "optional": true,
@@ -49189,7 +49189,7 @@
49189
49189
  "immutable": true,
49190
49190
  "locationInModule": {
49191
49191
  "filename": "src/javascript/typescript-config.ts",
49192
- "line": 309
49192
+ "line": 319
49193
49193
  },
49194
49194
  "name": "inlineSources",
49195
49195
  "optional": true,
@@ -49210,7 +49210,7 @@
49210
49210
  "immutable": true,
49211
49211
  "locationInModule": {
49212
49212
  "filename": "src/javascript/typescript-config.ts",
49213
- "line": 332
49213
+ "line": 342
49214
49214
  },
49215
49215
  "name": "isolatedModules",
49216
49216
  "optional": true,
@@ -49228,7 +49228,7 @@
49228
49228
  "immutable": true,
49229
49229
  "locationInModule": {
49230
49230
  "filename": "src/javascript/typescript-config.ts",
49231
- "line": 339
49231
+ "line": 349
49232
49232
  },
49233
49233
  "name": "jsx",
49234
49234
  "optional": true,
@@ -49246,7 +49246,7 @@
49246
49246
  "immutable": true,
49247
49247
  "locationInModule": {
49248
49248
  "filename": "src/javascript/typescript-config.ts",
49249
- "line": 346
49249
+ "line": 356
49250
49250
  },
49251
49251
  "name": "jsxImportSource",
49252
49252
  "optional": true,
@@ -49265,7 +49265,7 @@
49265
49265
  "immutable": true,
49266
49266
  "locationInModule": {
49267
49267
  "filename": "src/javascript/typescript-config.ts",
49268
- "line": 353
49268
+ "line": 363
49269
49269
  },
49270
49270
  "name": "lib",
49271
49271
  "optional": true,
@@ -49289,7 +49289,7 @@
49289
49289
  "immutable": true,
49290
49290
  "locationInModule": {
49291
49291
  "filename": "src/javascript/typescript-config.ts",
49292
- "line": 368
49292
+ "line": 378
49293
49293
  },
49294
49294
  "name": "module",
49295
49295
  "optional": true,
@@ -49307,7 +49307,7 @@
49307
49307
  "immutable": true,
49308
49308
  "locationInModule": {
49309
49309
  "filename": "src/javascript/typescript-config.ts",
49310
- "line": 360
49310
+ "line": 370
49311
49311
  },
49312
49312
  "name": "moduleDetection",
49313
49313
  "optional": true,
@@ -49326,7 +49326,7 @@
49326
49326
  "immutable": true,
49327
49327
  "locationInModule": {
49328
49328
  "filename": "src/javascript/typescript-config.ts",
49329
- "line": 375
49329
+ "line": 385
49330
49330
  },
49331
49331
  "name": "moduleResolution",
49332
49332
  "optional": true,
@@ -49344,7 +49344,7 @@
49344
49344
  "immutable": true,
49345
49345
  "locationInModule": {
49346
49346
  "filename": "src/javascript/typescript-config.ts",
49347
- "line": 382
49347
+ "line": 392
49348
49348
  },
49349
49349
  "name": "noEmit",
49350
49350
  "optional": true,
@@ -49362,7 +49362,7 @@
49362
49362
  "immutable": true,
49363
49363
  "locationInModule": {
49364
49364
  "filename": "src/javascript/typescript-config.ts",
49365
- "line": 397
49365
+ "line": 407
49366
49366
  },
49367
49367
  "name": "noEmitOnError",
49368
49368
  "optional": true,
@@ -49381,7 +49381,7 @@
49381
49381
  "immutable": true,
49382
49382
  "locationInModule": {
49383
49383
  "filename": "src/javascript/typescript-config.ts",
49384
- "line": 406
49384
+ "line": 416
49385
49385
  },
49386
49386
  "name": "noFallthroughCasesInSwitch",
49387
49387
  "optional": true,
@@ -49399,7 +49399,7 @@
49399
49399
  "immutable": true,
49400
49400
  "locationInModule": {
49401
49401
  "filename": "src/javascript/typescript-config.ts",
49402
- "line": 414
49402
+ "line": 424
49403
49403
  },
49404
49404
  "name": "noImplicitAny",
49405
49405
  "optional": true,
@@ -49418,7 +49418,7 @@
49418
49418
  "immutable": true,
49419
49419
  "locationInModule": {
49420
49420
  "filename": "src/javascript/typescript-config.ts",
49421
- "line": 425
49421
+ "line": 435
49422
49422
  },
49423
49423
  "name": "noImplicitOverride",
49424
49424
  "optional": true,
@@ -49436,7 +49436,7 @@
49436
49436
  "immutable": true,
49437
49437
  "locationInModule": {
49438
49438
  "filename": "src/javascript/typescript-config.ts",
49439
- "line": 433
49439
+ "line": 443
49440
49440
  },
49441
49441
  "name": "noImplicitReturns",
49442
49442
  "optional": true,
@@ -49454,7 +49454,7 @@
49454
49454
  "immutable": true,
49455
49455
  "locationInModule": {
49456
49456
  "filename": "src/javascript/typescript-config.ts",
49457
- "line": 439
49457
+ "line": 449
49458
49458
  },
49459
49459
  "name": "noImplicitThis",
49460
49460
  "optional": true,
@@ -49472,7 +49472,7 @@
49472
49472
  "immutable": true,
49473
49473
  "locationInModule": {
49474
49474
  "filename": "src/javascript/typescript-config.ts",
49475
- "line": 446
49475
+ "line": 456
49476
49476
  },
49477
49477
  "name": "noPropertyAccessFromIndexSignature",
49478
49478
  "optional": true,
@@ -49490,7 +49490,7 @@
49490
49490
  "immutable": true,
49491
49491
  "locationInModule": {
49492
49492
  "filename": "src/javascript/typescript-config.ts",
49493
- "line": 453
49493
+ "line": 463
49494
49494
  },
49495
49495
  "name": "noUncheckedIndexedAccess",
49496
49496
  "optional": true,
@@ -49508,7 +49508,7 @@
49508
49508
  "immutable": true,
49509
49509
  "locationInModule": {
49510
49510
  "filename": "src/javascript/typescript-config.ts",
49511
- "line": 460
49511
+ "line": 470
49512
49512
  },
49513
49513
  "name": "noUnusedLocals",
49514
49514
  "optional": true,
@@ -49526,7 +49526,7 @@
49526
49526
  "immutable": true,
49527
49527
  "locationInModule": {
49528
49528
  "filename": "src/javascript/typescript-config.ts",
49529
- "line": 467
49529
+ "line": 477
49530
49530
  },
49531
49531
  "name": "noUnusedParameters",
49532
49532
  "optional": true,
@@ -49543,7 +49543,7 @@
49543
49543
  "immutable": true,
49544
49544
  "locationInModule": {
49545
49545
  "filename": "src/javascript/typescript-config.ts",
49546
- "line": 545
49546
+ "line": 555
49547
49547
  },
49548
49548
  "name": "outDir",
49549
49549
  "optional": true,
@@ -49561,7 +49561,7 @@
49561
49561
  "immutable": true,
49562
49562
  "locationInModule": {
49563
49563
  "filename": "src/javascript/typescript-config.ts",
49564
- "line": 585
49564
+ "line": 595
49565
49565
  },
49566
49566
  "name": "paths",
49567
49567
  "optional": true,
@@ -49589,7 +49589,7 @@
49589
49589
  "immutable": true,
49590
49590
  "locationInModule": {
49591
49591
  "filename": "src/javascript/typescript-config.ts",
49592
- "line": 475
49592
+ "line": 485
49593
49593
  },
49594
49594
  "name": "resolveJsonModule",
49595
49595
  "optional": true,
@@ -49607,7 +49607,7 @@
49607
49607
  "immutable": true,
49608
49608
  "locationInModule": {
49609
49609
  "filename": "src/javascript/typescript-config.ts",
49610
- "line": 524
49610
+ "line": 534
49611
49611
  },
49612
49612
  "name": "resolvePackageJsonExports",
49613
49613
  "optional": true,
@@ -49625,7 +49625,7 @@
49625
49625
  "immutable": true,
49626
49626
  "locationInModule": {
49627
49627
  "filename": "src/javascript/typescript-config.ts",
49628
- "line": 531
49628
+ "line": 541
49629
49629
  },
49630
49630
  "name": "resolvePackageJsonImports",
49631
49631
  "optional": true,
@@ -49643,7 +49643,7 @@
49643
49643
  "immutable": true,
49644
49644
  "locationInModule": {
49645
49645
  "filename": "src/javascript/typescript-config.ts",
49646
- "line": 552
49646
+ "line": 562
49647
49647
  },
49648
49648
  "name": "rootDir",
49649
49649
  "optional": true,
@@ -49661,7 +49661,7 @@
49661
49661
  "immutable": true,
49662
49662
  "locationInModule": {
49663
49663
  "filename": "src/javascript/typescript-config.ts",
49664
- "line": 482
49664
+ "line": 492
49665
49665
  },
49666
49666
  "name": "skipLibCheck",
49667
49667
  "optional": true,
@@ -49679,7 +49679,7 @@
49679
49679
  "immutable": true,
49680
49680
  "locationInModule": {
49681
49681
  "filename": "src/javascript/typescript-config.ts",
49682
- "line": 316
49682
+ "line": 326
49683
49683
  },
49684
49684
  "name": "sourceMap",
49685
49685
  "optional": true,
@@ -49697,7 +49697,7 @@
49697
49697
  "immutable": true,
49698
49698
  "locationInModule": {
49699
49699
  "filename": "src/javascript/typescript-config.ts",
49700
- "line": 324
49700
+ "line": 334
49701
49701
  },
49702
49702
  "name": "sourceRoot",
49703
49703
  "optional": true,
@@ -49716,7 +49716,7 @@
49716
49716
  "immutable": true,
49717
49717
  "locationInModule": {
49718
49718
  "filename": "src/javascript/typescript-config.ts",
49719
- "line": 492
49719
+ "line": 502
49720
49720
  },
49721
49721
  "name": "strict",
49722
49722
  "optional": true,
@@ -49735,7 +49735,7 @@
49735
49735
  "immutable": true,
49736
49736
  "locationInModule": {
49737
49737
  "filename": "src/javascript/typescript-config.ts",
49738
- "line": 502
49738
+ "line": 512
49739
49739
  },
49740
49740
  "name": "strictNullChecks",
49741
49741
  "optional": true,
@@ -49753,7 +49753,7 @@
49753
49753
  "immutable": true,
49754
49754
  "locationInModule": {
49755
49755
  "filename": "src/javascript/typescript-config.ts",
49756
- "line": 510
49756
+ "line": 520
49757
49757
  },
49758
49758
  "name": "strictPropertyInitialization",
49759
49759
  "optional": true,
@@ -49771,7 +49771,7 @@
49771
49771
  "immutable": true,
49772
49772
  "locationInModule": {
49773
49773
  "filename": "src/javascript/typescript-config.ts",
49774
- "line": 517
49774
+ "line": 527
49775
49775
  },
49776
49776
  "name": "stripInternal",
49777
49777
  "optional": true,
@@ -49790,7 +49790,7 @@
49790
49790
  "immutable": true,
49791
49791
  "locationInModule": {
49792
49792
  "filename": "src/javascript/typescript-config.ts",
49793
- "line": 540
49793
+ "line": 550
49794
49794
  },
49795
49795
  "name": "target",
49796
49796
  "optional": true,
@@ -49808,7 +49808,7 @@
49808
49808
  "immutable": true,
49809
49809
  "locationInModule": {
49810
49810
  "filename": "src/javascript/typescript-config.ts",
49811
- "line": 615
49811
+ "line": 625
49812
49812
  },
49813
49813
  "name": "tsBuildInfoFile",
49814
49814
  "optional": true,
@@ -49826,7 +49826,7 @@
49826
49826
  "immutable": true,
49827
49827
  "locationInModule": {
49828
49828
  "filename": "src/javascript/typescript-config.ts",
49829
- "line": 591
49829
+ "line": 601
49830
49830
  },
49831
49831
  "name": "typeRoots",
49832
49832
  "optional": true,
@@ -49849,7 +49849,7 @@
49849
49849
  "immutable": true,
49850
49850
  "locationInModule": {
49851
49851
  "filename": "src/javascript/typescript-config.ts",
49852
- "line": 597
49852
+ "line": 607
49853
49853
  },
49854
49854
  "name": "types",
49855
49855
  "optional": true,
@@ -49872,7 +49872,7 @@
49872
49872
  "immutable": true,
49873
49873
  "locationInModule": {
49874
49874
  "filename": "src/javascript/typescript-config.ts",
49875
- "line": 571
49875
+ "line": 581
49876
49876
  },
49877
49877
  "name": "useUnknownInCatchVariables",
49878
49878
  "optional": true,
@@ -49891,7 +49891,7 @@
49891
49891
  "immutable": true,
49892
49892
  "locationInModule": {
49893
49893
  "filename": "src/javascript/typescript-config.ts",
49894
- "line": 281
49894
+ "line": 291
49895
49895
  },
49896
49896
  "name": "verbatimModuleSyntax",
49897
49897
  "optional": true,
@@ -49913,7 +49913,7 @@
49913
49913
  "kind": "enum",
49914
49914
  "locationInModule": {
49915
49915
  "filename": "src/javascript/typescript-config.ts",
49916
- "line": 121
49916
+ "line": 131
49917
49917
  },
49918
49918
  "members": [
49919
49919
  {
@@ -49955,7 +49955,7 @@
49955
49955
  "kind": "enum",
49956
49956
  "locationInModule": {
49957
49957
  "filename": "src/javascript/typescript-config.ts",
49958
- "line": 144
49958
+ "line": 154
49959
49959
  },
49960
49960
  "members": [
49961
49961
  {
@@ -50010,7 +50010,7 @@
50010
50010
  "kind": "enum",
50011
50011
  "locationInModule": {
50012
50012
  "filename": "src/javascript/typescript-config.ts",
50013
- "line": 93
50013
+ "line": 103
50014
50014
  },
50015
50015
  "members": [
50016
50016
  {
@@ -50072,6 +50072,14 @@
50072
50072
  },
50073
50073
  "name": "NODE"
50074
50074
  },
50075
+ {
50076
+ "docs": {
50077
+ "see": "https://www.typescriptlang.org/docs/handbook/modules/reference.html#node10-formerly-known-as-node",
50078
+ "stability": "experimental",
50079
+ "summary": "`--moduleResolution node` was renamed to `node10` (keeping `node` as an alias for backward compatibility) in TypeScript 5.0. It reflects the CommonJS module resolution algorithm as it existed in Node.js versions earlier than v12. It should no longer be used."
50080
+ },
50081
+ "name": "NODE10"
50082
+ },
50075
50083
  {
50076
50084
  "docs": {
50077
50085
  "see": "https://www.typescriptlang.org/tsconfig#moduleResolution",
@@ -50115,7 +50123,7 @@
50115
50123
  },
50116
50124
  "locationInModule": {
50117
50125
  "filename": "src/javascript/typescript-config.ts",
50118
- "line": 718
50126
+ "line": 728
50119
50127
  },
50120
50128
  "parameters": [
50121
50129
  {
@@ -50135,7 +50143,7 @@
50135
50143
  "kind": "class",
50136
50144
  "locationInModule": {
50137
50145
  "filename": "src/javascript/typescript-config.ts",
50138
- "line": 710
50146
+ "line": 720
50139
50147
  },
50140
50148
  "methods": [
50141
50149
  {
@@ -50146,7 +50154,7 @@
50146
50154
  },
50147
50155
  "locationInModule": {
50148
50156
  "filename": "src/javascript/typescript-config.ts",
50149
- "line": 876
50157
+ "line": 886
50150
50158
  },
50151
50159
  "name": "addExclude",
50152
50160
  "parameters": [
@@ -50171,7 +50179,7 @@
50171
50179
  },
50172
50180
  "locationInModule": {
50173
50181
  "filename": "src/javascript/typescript-config.ts",
50174
- "line": 850
50182
+ "line": 860
50175
50183
  },
50176
50184
  "name": "addExtends",
50177
50185
  "parameters": [
@@ -50194,7 +50202,7 @@
50194
50202
  },
50195
50203
  "locationInModule": {
50196
50204
  "filename": "src/javascript/typescript-config.ts",
50197
- "line": 864
50205
+ "line": 874
50198
50206
  },
50199
50207
  "name": "addInclude",
50200
50208
  "parameters": [
@@ -50216,7 +50224,7 @@
50216
50224
  },
50217
50225
  "locationInModule": {
50218
50226
  "filename": "src/javascript/typescript-config.ts",
50219
- "line": 903
50227
+ "line": 913
50220
50228
  },
50221
50229
  "name": "preSynthesize",
50222
50230
  "overrides": "projen.Component"
@@ -50229,7 +50237,7 @@
50229
50237
  },
50230
50238
  "locationInModule": {
50231
50239
  "filename": "src/javascript/typescript-config.ts",
50232
- "line": 899
50240
+ "line": 909
50233
50241
  },
50234
50242
  "name": "removeExclude",
50235
50243
  "parameters": [
@@ -50252,7 +50260,7 @@
50252
50260
  },
50253
50261
  "locationInModule": {
50254
50262
  "filename": "src/javascript/typescript-config.ts",
50255
- "line": 888
50263
+ "line": 898
50256
50264
  },
50257
50265
  "name": "removeInclude",
50258
50266
  "parameters": [
@@ -50277,7 +50285,7 @@
50277
50285
  },
50278
50286
  "locationInModule": {
50279
50287
  "filename": "src/javascript/typescript-config.ts",
50280
- "line": 786
50288
+ "line": 796
50281
50289
  },
50282
50290
  "name": "resolveExtendsPath",
50283
50291
  "parameters": [
@@ -50308,7 +50316,7 @@
50308
50316
  "immutable": true,
50309
50317
  "locationInModule": {
50310
50318
  "filename": "src/javascript/typescript-config.ts",
50311
- "line": 758
50319
+ "line": 768
50312
50320
  },
50313
50321
  "name": "exclude",
50314
50322
  "type": {
@@ -50328,7 +50336,7 @@
50328
50336
  "immutable": true,
50329
50337
  "locationInModule": {
50330
50338
  "filename": "src/javascript/typescript-config.ts",
50331
- "line": 836
50339
+ "line": 846
50332
50340
  },
50333
50341
  "name": "extends",
50334
50342
  "type": {
@@ -50347,7 +50355,7 @@
50347
50355
  "immutable": true,
50348
50356
  "locationInModule": {
50349
50357
  "filename": "src/javascript/typescript-config.ts",
50350
- "line": 716
50358
+ "line": 726
50351
50359
  },
50352
50360
  "name": "file",
50353
50361
  "type": {
@@ -50361,7 +50369,7 @@
50361
50369
  "immutable": true,
50362
50370
  "locationInModule": {
50363
50371
  "filename": "src/javascript/typescript-config.ts",
50364
- "line": 715
50372
+ "line": 725
50365
50373
  },
50366
50374
  "name": "fileName",
50367
50375
  "type": {
@@ -50375,7 +50383,7 @@
50375
50383
  "immutable": true,
50376
50384
  "locationInModule": {
50377
50385
  "filename": "src/javascript/typescript-config.ts",
50378
- "line": 754
50386
+ "line": 764
50379
50387
  },
50380
50388
  "name": "include",
50381
50389
  "type": {
@@ -50394,7 +50402,7 @@
50394
50402
  "immutable": true,
50395
50403
  "locationInModule": {
50396
50404
  "filename": "src/javascript/typescript-config.ts",
50397
- "line": 712
50405
+ "line": 722
50398
50406
  },
50399
50407
  "name": "compilerOptions",
50400
50408
  "optional": true,
@@ -50415,7 +50423,7 @@
50415
50423
  "kind": "class",
50416
50424
  "locationInModule": {
50417
50425
  "filename": "src/javascript/typescript-config.ts",
50418
- "line": 673
50426
+ "line": 683
50419
50427
  },
50420
50428
  "methods": [
50421
50429
  {
@@ -50428,7 +50436,7 @@
50428
50436
  },
50429
50437
  "locationInModule": {
50430
50438
  "filename": "src/javascript/typescript-config.ts",
50431
- "line": 682
50439
+ "line": 692
50432
50440
  },
50433
50441
  "name": "fromPaths",
50434
50442
  "parameters": [
@@ -50464,7 +50472,7 @@
50464
50472
  },
50465
50473
  "locationInModule": {
50466
50474
  "filename": "src/javascript/typescript-config.ts",
50467
- "line": 694
50475
+ "line": 704
50468
50476
  },
50469
50477
  "name": "fromTypescriptConfigs",
50470
50478
  "parameters": [
@@ -50496,7 +50504,7 @@
50496
50504
  },
50497
50505
  "locationInModule": {
50498
50506
  "filename": "src/javascript/typescript-config.ts",
50499
- "line": 705
50507
+ "line": 715
50500
50508
  },
50501
50509
  "name": "toJSON",
50502
50510
  "returns": {
@@ -64487,6 +64495,6 @@
64487
64495
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64488
64496
  }
64489
64497
  },
64490
- "version": "0.86.5",
64491
- "fingerprint": "xje4yfezVdSfwon7RkTWRkDog2/+2341v6IP7GanjKw="
64498
+ "version": "0.86.7",
64499
+ "fingerprint": "S+3N1Mc1+WbflOx8bO0FLwGNcUriREn6aKjQ+g1YOWQ="
64492
64500
  }