projen 0.78.7 → 0.78.9

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 (141) hide show
  1. package/.jsii +232 -203
  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/cli/index.js +2 -2
  32. package/lib/cli/synth.js +3 -3
  33. package/lib/common.d.ts +1 -1
  34. package/lib/common.js +3 -3
  35. package/lib/component.js +1 -1
  36. package/lib/dependencies.js +1 -1
  37. package/lib/dev-env.js +1 -1
  38. package/lib/docker-compose/docker-compose-service.js +1 -1
  39. package/lib/docker-compose/docker-compose.js +1 -1
  40. package/lib/file.js +3 -3
  41. package/lib/gitattributes.d.ts +1 -0
  42. package/lib/gitattributes.js +6 -2
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/dependabot.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-lint.js +1 -1
  53. package/lib/github/stale.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +1 -1
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.d.ts +1 -1
  74. package/lib/javascript/eslint.js +7 -5
  75. package/lib/javascript/jest.js +4 -4
  76. package/lib/javascript/license-checker.js +1 -1
  77. package/lib/javascript/node-package.js +1 -1
  78. package/lib/javascript/node-project.d.ts +8 -0
  79. package/lib/javascript/node-project.js +19 -5
  80. package/lib/javascript/npm-config.js +1 -1
  81. package/lib/javascript/prettier.js +5 -2
  82. package/lib/javascript/projenrc.js +5 -3
  83. package/lib/javascript/typescript-config.js +2 -2
  84. package/lib/javascript/upgrade-dependencies.js +2 -2
  85. package/lib/javascript/yarnrc.js +1 -1
  86. package/lib/json-patch.js +1 -1
  87. package/lib/json.js +1 -1
  88. package/lib/license.js +1 -1
  89. package/lib/logger.js +1 -1
  90. package/lib/makefile.js +1 -1
  91. package/lib/object-file.js +1 -1
  92. package/lib/project-build.js +1 -1
  93. package/lib/project-tree.js +1 -1
  94. package/lib/project.js +1 -1
  95. package/lib/projects.js +1 -1
  96. package/lib/projenrc-json.js +2 -2
  97. package/lib/projenrc.d.ts +1 -0
  98. package/lib/projenrc.js +5 -2
  99. package/lib/python/pip.js +1 -1
  100. package/lib/python/poetry.js +2 -2
  101. package/lib/python/projenrc.js +1 -1
  102. package/lib/python/pytest-sample.js +1 -1
  103. package/lib/python/pytest.js +1 -1
  104. package/lib/python/python-project.js +1 -1
  105. package/lib/python/python-sample.js +1 -1
  106. package/lib/python/requirements-file.js +1 -1
  107. package/lib/python/setuppy.js +1 -1
  108. package/lib/python/setuptools.js +1 -1
  109. package/lib/python/venv.js +1 -1
  110. package/lib/readme.js +1 -1
  111. package/lib/release/publisher.js +1 -1
  112. package/lib/release/release-trigger.js +1 -1
  113. package/lib/release/release.js +1 -1
  114. package/lib/renovatebot.js +1 -1
  115. package/lib/sample-file.js +2 -2
  116. package/lib/semver.js +1 -1
  117. package/lib/source-code.js +1 -1
  118. package/lib/task-runtime.js +1 -1
  119. package/lib/task.js +1 -1
  120. package/lib/tasks.js +1 -1
  121. package/lib/testing.js +1 -1
  122. package/lib/textfile.js +1 -1
  123. package/lib/toml.js +1 -1
  124. package/lib/typescript/projenrc-ts.js +6 -3
  125. package/lib/typescript/projenrc.js +5 -3
  126. package/lib/typescript/typescript-typedoc.js +1 -1
  127. package/lib/typescript/typescript.d.ts +2 -2
  128. package/lib/typescript/typescript.js +21 -15
  129. package/lib/version.js +2 -2
  130. package/lib/vscode/devcontainer.js +1 -1
  131. package/lib/vscode/extensions.js +1 -1
  132. package/lib/vscode/launch-config.js +1 -1
  133. package/lib/vscode/settings.js +1 -1
  134. package/lib/vscode/vscode.js +1 -1
  135. package/lib/web/next.js +3 -3
  136. package/lib/web/postcss.js +1 -1
  137. package/lib/web/react.js +4 -4
  138. package/lib/web/tailwind.js +1 -1
  139. package/lib/xmlfile.js +1 -1
  140. package/lib/yaml.js +1 -1
  141. package/package.json +1 -1
package/.jsii CHANGED
@@ -2927,7 +2927,7 @@
2927
2927
  },
2928
2928
  "locationInModule": {
2929
2929
  "filename": "src/file.ts",
2930
- "line": 93
2930
+ "line": 94
2931
2931
  },
2932
2932
  "parameters": [
2933
2933
  {
@@ -2964,7 +2964,7 @@
2964
2964
  },
2965
2965
  "locationInModule": {
2966
2966
  "filename": "src/file.ts",
2967
- "line": 150
2967
+ "line": 151
2968
2968
  },
2969
2969
  "name": "synthesize",
2970
2970
  "overrides": "projen.Component"
@@ -2978,7 +2978,7 @@
2978
2978
  },
2979
2979
  "locationInModule": {
2980
2980
  "filename": "src/file.ts",
2981
- "line": 145
2981
+ "line": 146
2982
2982
  },
2983
2983
  "name": "synthesizeContent",
2984
2984
  "parameters": [
@@ -3042,7 +3042,7 @@
3042
3042
  "immutable": true,
3043
3043
  "locationInModule": {
3044
3044
  "filename": "src/file.ts",
3045
- "line": 217
3045
+ "line": 218
3046
3046
  },
3047
3047
  "name": "changed",
3048
3048
  "optional": true,
@@ -3293,12 +3293,24 @@
3293
3293
  {
3294
3294
  "docs": {
3295
3295
  "stability": "experimental",
3296
- "summary": "Implemented by derived classes and returns the contents of the file to emit."
3296
+ "summary": "Called before synthesis."
3297
3297
  },
3298
3298
  "locationInModule": {
3299
3299
  "filename": "src/gitattributes.ts",
3300
3300
  "line": 49
3301
3301
  },
3302
+ "name": "preSynthesize",
3303
+ "overrides": "projen.Component"
3304
+ },
3305
+ {
3306
+ "docs": {
3307
+ "stability": "experimental",
3308
+ "summary": "Implemented by derived classes and returns the contents of the file to emit."
3309
+ },
3310
+ "locationInModule": {
3311
+ "filename": "src/gitattributes.ts",
3312
+ "line": 55
3313
+ },
3302
3314
  "name": "synthesizeContent",
3303
3315
  "overrides": "projen.FileBase",
3304
3316
  "parameters": [
@@ -4579,7 +4591,7 @@
4579
4591
  "kind": "interface",
4580
4592
  "locationInModule": {
4581
4593
  "filename": "src/file.ts",
4582
- "line": 252
4594
+ "line": 253
4583
4595
  },
4584
4596
  "methods": [
4585
4597
  {
@@ -4590,7 +4602,7 @@
4590
4602
  },
4591
4603
  "locationInModule": {
4592
4604
  "filename": "src/file.ts",
4593
- "line": 256
4605
+ "line": 257
4594
4606
  },
4595
4607
  "name": "toJSON",
4596
4608
  "returns": {
@@ -4613,7 +4625,7 @@
4613
4625
  "kind": "interface",
4614
4626
  "locationInModule": {
4615
4627
  "filename": "src/file.ts",
4616
- "line": 225
4628
+ "line": 226
4617
4629
  },
4618
4630
  "methods": [
4619
4631
  {
@@ -4627,7 +4639,7 @@
4627
4639
  },
4628
4640
  "locationInModule": {
4629
4641
  "filename": "src/file.ts",
4630
- "line": 232
4642
+ "line": 233
4631
4643
  },
4632
4644
  "name": "resolve",
4633
4645
  "parameters": [
@@ -7990,6 +8002,18 @@
7990
8002
  }
7991
8003
  },
7992
8004
  "static": true
8005
+ },
8006
+ {
8007
+ "docs": {
8008
+ "stability": "experimental",
8009
+ "summary": "Called before synthesis."
8010
+ },
8011
+ "locationInModule": {
8012
+ "filename": "src/projenrc.ts",
8013
+ "line": 25
8014
+ },
8015
+ "name": "preSynthesize",
8016
+ "overrides": "projen.Component"
7993
8017
  }
7994
8018
  ],
7995
8019
  "name": "ProjenrcFile",
@@ -8567,7 +8591,7 @@
8567
8591
  "kind": "interface",
8568
8592
  "locationInModule": {
8569
8593
  "filename": "src/file.ts",
8570
- "line": 238
8594
+ "line": 239
8571
8595
  },
8572
8596
  "name": "ResolveOptions",
8573
8597
  "properties": [
@@ -8581,7 +8605,7 @@
8581
8605
  "immutable": true,
8582
8606
  "locationInModule": {
8583
8607
  "filename": "src/file.ts",
8584
- "line": 249
8608
+ "line": 250
8585
8609
  },
8586
8610
  "name": "args",
8587
8611
  "optional": true,
@@ -8604,7 +8628,7 @@
8604
8628
  "immutable": true,
8605
8629
  "locationInModule": {
8606
8630
  "filename": "src/file.ts",
8607
- "line": 243
8631
+ "line": 244
8608
8632
  },
8609
8633
  "name": "omitEmpty",
8610
8634
  "optional": true,
@@ -37380,7 +37404,7 @@
37380
37404
  "kind": "enum",
37381
37405
  "locationInModule": {
37382
37406
  "filename": "src/javascript/node-project.ts",
37383
- "line": 331
37407
+ "line": 332
37384
37408
  },
37385
37409
  "members": [
37386
37410
  {
@@ -38176,7 +38200,7 @@
38176
38200
  },
38177
38201
  "locationInModule": {
38178
38202
  "filename": "src/javascript/eslint.ts",
38179
- "line": 482
38203
+ "line": 485
38180
38204
  },
38181
38205
  "name": "addExtends",
38182
38206
  "parameters": [
@@ -38200,7 +38224,7 @@
38200
38224
  },
38201
38225
  "locationInModule": {
38202
38226
  "filename": "src/javascript/eslint.ts",
38203
- "line": 474
38227
+ "line": 477
38204
38228
  },
38205
38229
  "name": "addIgnorePattern",
38206
38230
  "parameters": [
@@ -38219,7 +38243,7 @@
38219
38243
  },
38220
38244
  "locationInModule": {
38221
38245
  "filename": "src/javascript/eslint.ts",
38222
- "line": 440
38246
+ "line": 443
38223
38247
  },
38224
38248
  "name": "addLintPattern",
38225
38249
  "parameters": [
@@ -38238,7 +38262,7 @@
38238
38262
  },
38239
38263
  "locationInModule": {
38240
38264
  "filename": "src/javascript/eslint.ts",
38241
- "line": 467
38265
+ "line": 470
38242
38266
  },
38243
38267
  "name": "addOverride",
38244
38268
  "parameters": [
@@ -38257,7 +38281,7 @@
38257
38281
  },
38258
38282
  "locationInModule": {
38259
38283
  "filename": "src/javascript/eslint.ts",
38260
- "line": 458
38284
+ "line": 461
38261
38285
  },
38262
38286
  "name": "addPlugins",
38263
38287
  "parameters": [
@@ -38281,7 +38305,7 @@
38281
38305
  },
38282
38306
  "locationInModule": {
38283
38307
  "filename": "src/javascript/eslint.ts",
38284
- "line": 448
38308
+ "line": 451
38285
38309
  },
38286
38310
  "name": "addRules",
38287
38311
  "parameters": [
@@ -38305,7 +38329,7 @@
38305
38329
  },
38306
38330
  "locationInModule": {
38307
38331
  "filename": "src/javascript/eslint.ts",
38308
- "line": 492
38332
+ "line": 495
38309
38333
  },
38310
38334
  "name": "allowDevDeps",
38311
38335
  "parameters": [
@@ -38382,7 +38406,7 @@
38382
38406
  "immutable": true,
38383
38407
  "locationInModule": {
38384
38408
  "filename": "src/javascript/eslint.ts",
38385
- "line": 429
38409
+ "line": 432
38386
38410
  },
38387
38411
  "name": "lintPatterns",
38388
38412
  "type": {
@@ -38616,7 +38640,7 @@
38616
38640
  {
38617
38641
  "abstract": true,
38618
38642
  "docs": {
38619
- "default": "PROJEN_RC",
38643
+ "default": "\"projenrc.js\"",
38620
38644
  "deprecated": "provide as `devdirs`",
38621
38645
  "remarks": "Use empty string to disable.",
38622
38646
  "stability": "deprecated",
@@ -42720,7 +42744,7 @@
42720
42744
  },
42721
42745
  "locationInModule": {
42722
42746
  "filename": "src/javascript/node-project.ts",
42723
- "line": 473
42747
+ "line": 474
42724
42748
  },
42725
42749
  "parameters": [
42726
42750
  {
@@ -42734,7 +42758,7 @@
42734
42758
  "kind": "class",
42735
42759
  "locationInModule": {
42736
42760
  "filename": "src/javascript/node-project.ts",
42737
- "line": 348
42761
+ "line": 349
42738
42762
  },
42739
42763
  "methods": [
42740
42764
  {
@@ -42743,7 +42767,7 @@
42743
42767
  },
42744
42768
  "locationInModule": {
42745
42769
  "filename": "src/javascript/node-project.ts",
42746
- "line": 819
42770
+ "line": 825
42747
42771
  },
42748
42772
  "name": "addBins",
42749
42773
  "parameters": [
@@ -42768,7 +42792,7 @@
42768
42792
  },
42769
42793
  "locationInModule": {
42770
42794
  "filename": "src/javascript/node-project.ts",
42771
- "line": 1102
42795
+ "line": 1108
42772
42796
  },
42773
42797
  "name": "addBundledDeps",
42774
42798
  "parameters": [
@@ -42794,7 +42818,7 @@
42794
42818
  },
42795
42819
  "locationInModule": {
42796
42820
  "filename": "src/javascript/node-project.ts",
42797
- "line": 864
42821
+ "line": 870
42798
42822
  },
42799
42823
  "name": "addCompileCommand",
42800
42824
  "parameters": [
@@ -42815,7 +42839,7 @@
42815
42839
  },
42816
42840
  "locationInModule": {
42817
42841
  "filename": "src/javascript/node-project.ts",
42818
- "line": 1056
42842
+ "line": 1062
42819
42843
  },
42820
42844
  "name": "addDeps",
42821
42845
  "parameters": [
@@ -42840,7 +42864,7 @@
42840
42864
  },
42841
42865
  "locationInModule": {
42842
42866
  "filename": "src/javascript/node-project.ts",
42843
- "line": 1069
42867
+ "line": 1075
42844
42868
  },
42845
42869
  "name": "addDevDeps",
42846
42870
  "parameters": [
@@ -42865,7 +42889,7 @@
42865
42889
  },
42866
42890
  "locationInModule": {
42867
42891
  "filename": "src/javascript/node-project.ts",
42868
- "line": 884
42892
+ "line": 890
42869
42893
  },
42870
42894
  "name": "addFields",
42871
42895
  "parameters": [
@@ -42892,7 +42916,7 @@
42892
42916
  },
42893
42917
  "locationInModule": {
42894
42918
  "filename": "src/javascript/node-project.ts",
42895
- "line": 894
42919
+ "line": 900
42896
42920
  },
42897
42921
  "name": "addKeywords",
42898
42922
  "parameters": [
@@ -42911,18 +42935,23 @@
42911
42935
  },
42912
42936
  {
42913
42937
  "docs": {
42914
- "remarks": "Implemented by project types based on the\npackaging mechanism. For example, `NodeProject` delegates this to `.npmignore`.",
42938
+ "custom": {
42939
+ "remarks": "If you are having trouble getting an ignore to populate, try using your construct or component's preSynthesize method to properly delay calling this method."
42940
+ },
42915
42941
  "stability": "experimental",
42916
- "summary": "Exclude these files from the bundled package."
42942
+ "summary": "Adds patterns to be ignored by npm."
42917
42943
  },
42918
42944
  "locationInModule": {
42919
42945
  "filename": "src/javascript/node-project.ts",
42920
- "line": 1106
42946
+ "line": 1120
42921
42947
  },
42922
42948
  "name": "addPackageIgnore",
42923
42949
  "overrides": "projen.Project",
42924
42950
  "parameters": [
42925
42951
  {
42952
+ "docs": {
42953
+ "summary": "The pattern to ignore."
42954
+ },
42926
42955
  "name": "pattern",
42927
42956
  "type": {
42928
42957
  "primitive": "string"
@@ -42938,7 +42967,7 @@
42938
42967
  },
42939
42968
  "locationInModule": {
42940
42969
  "filename": "src/javascript/node-project.ts",
42941
- "line": 1086
42970
+ "line": 1092
42942
42971
  },
42943
42972
  "name": "addPeerDeps",
42944
42973
  "parameters": [
@@ -42963,7 +42992,7 @@
42963
42992
  },
42964
42993
  "locationInModule": {
42965
42994
  "filename": "src/javascript/node-project.ts",
42966
- "line": 837
42995
+ "line": 843
42967
42996
  },
42968
42997
  "name": "addScripts",
42969
42998
  "parameters": [
@@ -42991,7 +43020,7 @@
42991
43020
  },
42992
43021
  "locationInModule": {
42993
43022
  "filename": "src/javascript/node-project.ts",
42994
- "line": 874
43023
+ "line": 880
42995
43024
  },
42996
43025
  "name": "addTestCommand",
42997
43026
  "parameters": [
@@ -43013,7 +43042,7 @@
43013
43042
  },
43014
43043
  "locationInModule": {
43015
43044
  "filename": "src/javascript/node-project.ts",
43016
- "line": 856
43045
+ "line": 862
43017
43046
  },
43018
43047
  "name": "hasScript",
43019
43048
  "parameters": [
@@ -43040,7 +43069,7 @@
43040
43069
  },
43041
43070
  "locationInModule": {
43042
43071
  "filename": "src/javascript/node-project.ts",
43043
- "line": 847
43072
+ "line": 853
43044
43073
  },
43045
43074
  "name": "removeScript",
43046
43075
  "parameters": [
@@ -43063,7 +43092,7 @@
43063
43092
  },
43064
43093
  "locationInModule": {
43065
43094
  "filename": "src/javascript/node-project.ts",
43066
- "line": 984
43095
+ "line": 990
43067
43096
  },
43068
43097
  "name": "renderWorkflowSetup",
43069
43098
  "parameters": [
@@ -43097,7 +43126,7 @@
43097
43126
  },
43098
43127
  "locationInModule": {
43099
43128
  "filename": "src/javascript/node-project.ts",
43100
- "line": 1179
43129
+ "line": 1193
43101
43130
  },
43102
43131
  "name": "runTaskCommand",
43103
43132
  "overrides": "projen.Project",
@@ -43125,7 +43154,7 @@
43125
43154
  },
43126
43155
  "locationInModule": {
43127
43156
  "filename": "src/javascript/node-project.ts",
43128
- "line": 829
43157
+ "line": 835
43129
43158
  },
43130
43159
  "name": "setScript",
43131
43160
  "parameters": [
@@ -43161,7 +43190,7 @@
43161
43190
  "immutable": true,
43162
43191
  "locationInModule": {
43163
43192
  "filename": "src/javascript/node-project.ts",
43164
- "line": 373
43193
+ "line": 374
43165
43194
  },
43166
43195
  "name": "allowLibraryDependencies",
43167
43196
  "type": {
@@ -43177,7 +43206,7 @@
43177
43206
  "immutable": true,
43178
43207
  "locationInModule": {
43179
43208
  "filename": "src/javascript/node-project.ts",
43180
- "line": 456
43209
+ "line": 457
43181
43210
  },
43182
43211
  "name": "artifactsDirectory",
43183
43212
  "type": {
@@ -43192,7 +43221,7 @@
43192
43221
  "immutable": true,
43193
43222
  "locationInModule": {
43194
43223
  "filename": "src/javascript/node-project.ts",
43195
- "line": 461
43224
+ "line": 462
43196
43225
  },
43197
43226
  "name": "artifactsJavascriptDirectory",
43198
43227
  "type": {
@@ -43206,7 +43235,7 @@
43206
43235
  "immutable": true,
43207
43236
  "locationInModule": {
43208
43237
  "filename": "src/javascript/node-project.ts",
43209
- "line": 449
43238
+ "line": 450
43210
43239
  },
43211
43240
  "name": "bundler",
43212
43241
  "type": {
@@ -43221,7 +43250,7 @@
43221
43250
  "immutable": true,
43222
43251
  "locationInModule": {
43223
43252
  "filename": "src/javascript/node-project.ts",
43224
- "line": 380
43253
+ "line": 381
43225
43254
  },
43226
43255
  "name": "entrypoint",
43227
43256
  "type": {
@@ -43236,7 +43265,7 @@
43236
43265
  "immutable": true,
43237
43266
  "locationInModule": {
43238
43267
  "filename": "src/javascript/node-project.ts",
43239
- "line": 445
43268
+ "line": 446
43240
43269
  },
43241
43270
  "name": "manifest",
43242
43271
  "type": {
@@ -43251,7 +43280,7 @@
43251
43280
  "immutable": true,
43252
43281
  "locationInModule": {
43253
43282
  "filename": "src/javascript/node-project.ts",
43254
- "line": 362
43283
+ "line": 363
43255
43284
  },
43256
43285
  "name": "npmrc",
43257
43286
  "type": {
@@ -43266,7 +43295,7 @@
43266
43295
  "immutable": true,
43267
43296
  "locationInModule": {
43268
43297
  "filename": "src/javascript/node-project.ts",
43269
- "line": 352
43298
+ "line": 353
43270
43299
  },
43271
43300
  "name": "package",
43272
43301
  "type": {
@@ -43282,7 +43311,7 @@
43282
43311
  "immutable": true,
43283
43312
  "locationInModule": {
43284
43313
  "filename": "src/javascript/node-project.ts",
43285
- "line": 428
43314
+ "line": 429
43286
43315
  },
43287
43316
  "name": "packageManager",
43288
43317
  "type": {
@@ -43297,7 +43326,7 @@
43297
43326
  "immutable": true,
43298
43327
  "locationInModule": {
43299
43328
  "filename": "src/javascript/node-project.ts",
43300
- "line": 435
43329
+ "line": 436
43301
43330
  },
43302
43331
  "name": "runScriptCommand",
43303
43332
  "type": {
@@ -43311,7 +43340,7 @@
43311
43340
  "immutable": true,
43312
43341
  "locationInModule": {
43313
43342
  "filename": "src/javascript/node-project.ts",
43314
- "line": 468
43343
+ "line": 469
43315
43344
  },
43316
43345
  "name": "workflowBootstrapSteps",
43317
43346
  "protected": true,
@@ -43331,7 +43360,7 @@
43331
43360
  "immutable": true,
43332
43361
  "locationInModule": {
43333
43362
  "filename": "src/javascript/node-project.ts",
43334
- "line": 470
43363
+ "line": 471
43335
43364
  },
43336
43365
  "name": "workflowPackageCache",
43337
43366
  "protected": true,
@@ -43347,7 +43376,7 @@
43347
43376
  "immutable": true,
43348
43377
  "locationInModule": {
43349
43378
  "filename": "src/javascript/node-project.ts",
43350
- "line": 387
43379
+ "line": 388
43351
43380
  },
43352
43381
  "name": "autoMerge",
43353
43382
  "optional": true,
@@ -43364,7 +43393,7 @@
43364
43393
  "immutable": true,
43365
43394
  "locationInModule": {
43366
43395
  "filename": "src/javascript/node-project.ts",
43367
- "line": 392
43396
+ "line": 393
43368
43397
  },
43369
43398
  "name": "buildWorkflow",
43370
43399
  "optional": true,
@@ -43380,7 +43409,7 @@
43380
43409
  "immutable": true,
43381
43410
  "locationInModule": {
43382
43411
  "filename": "src/javascript/node-project.ts",
43383
- "line": 1186
43412
+ "line": 1200
43384
43413
  },
43385
43414
  "name": "buildWorkflowJobId",
43386
43415
  "optional": true,
@@ -43396,7 +43425,7 @@
43396
43425
  "immutable": true,
43397
43426
  "locationInModule": {
43398
43427
  "filename": "src/javascript/node-project.ts",
43399
- "line": 440
43428
+ "line": 441
43400
43429
  },
43401
43430
  "name": "jest",
43402
43431
  "optional": true,
@@ -43412,7 +43441,7 @@
43412
43441
  "immutable": true,
43413
43442
  "locationInModule": {
43414
43443
  "filename": "src/javascript/node-project.ts",
43415
- "line": 417
43444
+ "line": 418
43416
43445
  },
43417
43446
  "name": "maxNodeVersion",
43418
43447
  "optional": true,
@@ -43428,7 +43457,7 @@
43428
43457
  "immutable": true,
43429
43458
  "locationInModule": {
43430
43459
  "filename": "src/javascript/node-project.ts",
43431
- "line": 410
43460
+ "line": 411
43432
43461
  },
43433
43462
  "name": "minNodeVersion",
43434
43463
  "optional": true,
@@ -43443,7 +43472,7 @@
43443
43472
  "immutable": true,
43444
43473
  "locationInModule": {
43445
43474
  "filename": "src/javascript/node-project.ts",
43446
- "line": 421
43475
+ "line": 422
43447
43476
  },
43448
43477
  "name": "nodeVersion",
43449
43478
  "optional": true,
@@ -43460,7 +43489,7 @@
43460
43489
  "immutable": true,
43461
43490
  "locationInModule": {
43462
43491
  "filename": "src/javascript/node-project.ts",
43463
- "line": 357
43492
+ "line": 358
43464
43493
  },
43465
43494
  "name": "npmignore",
43466
43495
  "optional": true,
@@ -43475,7 +43504,7 @@
43475
43504
  "immutable": true,
43476
43505
  "locationInModule": {
43477
43506
  "filename": "src/javascript/node-project.ts",
43478
- "line": 471
43507
+ "line": 472
43479
43508
  },
43480
43509
  "name": "prettier",
43481
43510
  "optional": true,
@@ -43493,7 +43522,7 @@
43493
43522
  "immutable": true,
43494
43523
  "locationInModule": {
43495
43524
  "filename": "src/javascript/node-project.ts",
43496
- "line": 400
43525
+ "line": 401
43497
43526
  },
43498
43527
  "name": "publisher",
43499
43528
  "optional": true,
@@ -43509,7 +43538,7 @@
43509
43538
  "immutable": true,
43510
43539
  "locationInModule": {
43511
43540
  "filename": "src/javascript/node-project.ts",
43512
- "line": 405
43541
+ "line": 406
43513
43542
  },
43514
43543
  "name": "release",
43515
43544
  "optional": true,
@@ -43525,7 +43554,7 @@
43525
43554
  "immutable": true,
43526
43555
  "locationInModule": {
43527
43556
  "filename": "src/javascript/node-project.ts",
43528
- "line": 466
43557
+ "line": 467
43529
43558
  },
43530
43559
  "name": "upgradeWorkflow",
43531
43560
  "optional": true,
@@ -43551,7 +43580,7 @@
43551
43580
  "kind": "interface",
43552
43581
  "locationInModule": {
43553
43582
  "filename": "src/javascript/node-project.ts",
43554
- "line": 55
43583
+ "line": 56
43555
43584
  },
43556
43585
  "name": "NodeProjectOptions",
43557
43586
  "namespace": "javascript",
@@ -43566,7 +43595,7 @@
43566
43595
  "immutable": true,
43567
43596
  "locationInModule": {
43568
43597
  "filename": "src/javascript/node-project.ts",
43569
- "line": 139
43598
+ "line": 140
43570
43599
  },
43571
43600
  "name": "defaultReleaseBranch",
43572
43601
  "type": {
@@ -43583,7 +43612,7 @@
43583
43612
  "immutable": true,
43584
43613
  "locationInModule": {
43585
43614
  "filename": "src/javascript/node-project.ts",
43586
- "line": 302
43615
+ "line": 303
43587
43616
  },
43588
43617
  "name": "artifactsDirectory",
43589
43618
  "optional": true,
@@ -43602,7 +43631,7 @@
43602
43631
  "immutable": true,
43603
43632
  "locationInModule": {
43604
43633
  "filename": "src/javascript/node-project.ts",
43605
- "line": 213
43634
+ "line": 214
43606
43635
  },
43607
43636
  "name": "autoApproveUpgrades",
43608
43637
  "optional": true,
@@ -43620,7 +43649,7 @@
43620
43649
  "immutable": true,
43621
43650
  "locationInModule": {
43622
43651
  "filename": "src/javascript/node-project.ts",
43623
- "line": 91
43652
+ "line": 92
43624
43653
  },
43625
43654
  "name": "buildWorkflow",
43626
43655
  "optional": true,
@@ -43638,7 +43667,7 @@
43638
43667
  "immutable": true,
43639
43668
  "locationInModule": {
43640
43669
  "filename": "src/javascript/node-project.ts",
43641
- "line": 316
43670
+ "line": 317
43642
43671
  },
43643
43672
  "name": "buildWorkflowTriggers",
43644
43673
  "optional": true,
@@ -43655,7 +43684,7 @@
43655
43684
  "immutable": true,
43656
43685
  "locationInModule": {
43657
43686
  "filename": "src/javascript/node-project.ts",
43658
- "line": 295
43687
+ "line": 296
43659
43688
  },
43660
43689
  "name": "bundlerOptions",
43661
43690
  "optional": true,
@@ -43674,7 +43703,7 @@
43674
43703
  "immutable": true,
43675
43704
  "locationInModule": {
43676
43705
  "filename": "src/javascript/node-project.ts",
43677
- "line": 325
43706
+ "line": 326
43678
43707
  },
43679
43708
  "name": "checkLicenses",
43680
43709
  "optional": true,
@@ -43692,7 +43721,7 @@
43692
43721
  "immutable": true,
43693
43722
  "locationInModule": {
43694
43723
  "filename": "src/javascript/node-project.ts",
43695
- "line": 110
43724
+ "line": 111
43696
43725
  },
43697
43726
  "name": "codeCov",
43698
43727
  "optional": true,
@@ -43710,7 +43739,7 @@
43710
43739
  "immutable": true,
43711
43740
  "locationInModule": {
43712
43741
  "filename": "src/javascript/node-project.ts",
43713
- "line": 117
43742
+ "line": 118
43714
43743
  },
43715
43744
  "name": "codeCovTokenSecret",
43716
43745
  "optional": true,
@@ -43728,7 +43757,7 @@
43728
43757
  "immutable": true,
43729
43758
  "locationInModule": {
43730
43759
  "filename": "src/javascript/node-project.ts",
43731
- "line": 64
43760
+ "line": 65
43732
43761
  },
43733
43762
  "name": "copyrightOwner",
43734
43763
  "optional": true,
@@ -43746,7 +43775,7 @@
43746
43775
  "immutable": true,
43747
43776
  "locationInModule": {
43748
43777
  "filename": "src/javascript/node-project.ts",
43749
- "line": 71
43778
+ "line": 72
43750
43779
  },
43751
43780
  "name": "copyrightPeriod",
43752
43781
  "optional": true,
@@ -43765,7 +43794,7 @@
43765
43794
  "immutable": true,
43766
43795
  "locationInModule": {
43767
43796
  "filename": "src/javascript/node-project.ts",
43768
- "line": 181
43797
+ "line": 182
43769
43798
  },
43770
43799
  "name": "dependabot",
43771
43800
  "optional": true,
@@ -43783,7 +43812,7 @@
43783
43812
  "immutable": true,
43784
43813
  "locationInModule": {
43785
43814
  "filename": "src/javascript/node-project.ts",
43786
- "line": 188
43815
+ "line": 189
43787
43816
  },
43788
43817
  "name": "dependabotOptions",
43789
43818
  "optional": true,
@@ -43802,7 +43831,7 @@
43802
43831
  "immutable": true,
43803
43832
  "locationInModule": {
43804
43833
  "filename": "src/javascript/node-project.ts",
43805
- "line": 196
43834
+ "line": 197
43806
43835
  },
43807
43836
  "name": "depsUpgrade",
43808
43837
  "optional": true,
@@ -43820,7 +43849,7 @@
43820
43849
  "immutable": true,
43821
43850
  "locationInModule": {
43822
43851
  "filename": "src/javascript/node-project.ts",
43823
- "line": 203
43852
+ "line": 204
43824
43853
  },
43825
43854
  "name": "depsUpgradeOptions",
43826
43855
  "optional": true,
@@ -43837,7 +43866,7 @@
43837
43866
  "immutable": true,
43838
43867
  "locationInModule": {
43839
43868
  "filename": "src/javascript/node-project.ts",
43840
- "line": 264
43869
+ "line": 265
43841
43870
  },
43842
43871
  "name": "gitignore",
43843
43872
  "optional": true,
@@ -43860,7 +43889,7 @@
43860
43889
  "immutable": true,
43861
43890
  "locationInModule": {
43862
43891
  "filename": "src/javascript/node-project.ts",
43863
- "line": 270
43892
+ "line": 271
43864
43893
  },
43865
43894
  "name": "jest",
43866
43895
  "optional": true,
@@ -43878,7 +43907,7 @@
43878
43907
  "immutable": true,
43879
43908
  "locationInModule": {
43880
43909
  "filename": "src/javascript/node-project.ts",
43881
- "line": 276
43910
+ "line": 277
43882
43911
  },
43883
43912
  "name": "jestOptions",
43884
43913
  "optional": true,
@@ -43897,7 +43926,7 @@
43897
43926
  "immutable": true,
43898
43927
  "locationInModule": {
43899
43928
  "filename": "src/javascript/node-project.ts",
43900
- "line": 102
43929
+ "line": 103
43901
43930
  },
43902
43931
  "name": "mutableBuild",
43903
43932
  "optional": true,
@@ -43915,7 +43944,7 @@
43915
43944
  "immutable": true,
43916
43945
  "locationInModule": {
43917
43946
  "filename": "src/javascript/node-project.ts",
43918
- "line": 232
43947
+ "line": 233
43919
43948
  },
43920
43949
  "name": "npmignore",
43921
43950
  "optional": true,
@@ -43938,7 +43967,7 @@
43938
43967
  "immutable": true,
43939
43968
  "locationInModule": {
43940
43969
  "filename": "src/javascript/node-project.ts",
43941
- "line": 221
43970
+ "line": 222
43942
43971
  },
43943
43972
  "name": "npmignoreEnabled",
43944
43973
  "optional": true,
@@ -43955,7 +43984,7 @@
43955
43984
  "immutable": true,
43956
43985
  "locationInModule": {
43957
43986
  "filename": "src/javascript/node-project.ts",
43958
- "line": 226
43987
+ "line": 227
43959
43988
  },
43960
43989
  "name": "npmIgnoreOptions",
43961
43990
  "optional": true,
@@ -43973,7 +44002,7 @@
43973
44002
  "immutable": true,
43974
44003
  "locationInModule": {
43975
44004
  "filename": "src/javascript/node-project.ts",
43976
- "line": 310
44005
+ "line": 311
43977
44006
  },
43978
44007
  "name": "package",
43979
44008
  "optional": true,
@@ -43991,7 +44020,7 @@
43991
44020
  "immutable": true,
43992
44021
  "locationInModule": {
43993
44022
  "filename": "src/javascript/node-project.ts",
43994
- "line": 253
44023
+ "line": 254
43995
44024
  },
43996
44025
  "name": "prettier",
43997
44026
  "optional": true,
@@ -44009,7 +44038,7 @@
44009
44038
  "immutable": true,
44010
44039
  "locationInModule": {
44011
44040
  "filename": "src/javascript/node-project.ts",
44012
- "line": 259
44041
+ "line": 260
44013
44042
  },
44014
44043
  "name": "prettierOptions",
44015
44044
  "optional": true,
@@ -44027,7 +44056,7 @@
44027
44056
  "immutable": true,
44028
44057
  "locationInModule": {
44029
44058
  "filename": "src/javascript/node-project.ts",
44030
- "line": 85
44059
+ "line": 86
44031
44060
  },
44032
44061
  "name": "projenDevDependency",
44033
44062
  "optional": true,
@@ -44045,7 +44074,7 @@
44045
44074
  "immutable": true,
44046
44075
  "locationInModule": {
44047
44076
  "filename": "src/javascript/node-project.ts",
44048
- "line": 284
44077
+ "line": 285
44049
44078
  },
44050
44079
  "name": "projenrcJs",
44051
44080
  "optional": true,
@@ -44063,7 +44092,7 @@
44063
44092
  "immutable": true,
44064
44093
  "locationInModule": {
44065
44094
  "filename": "src/javascript/node-project.ts",
44066
- "line": 290
44095
+ "line": 291
44067
44096
  },
44068
44097
  "name": "projenrcJsOptions",
44069
44098
  "optional": true,
@@ -44081,7 +44110,7 @@
44081
44110
  "immutable": true,
44082
44111
  "locationInModule": {
44083
44112
  "filename": "src/javascript/node-project.ts",
44084
- "line": 78
44113
+ "line": 79
44085
44114
  },
44086
44115
  "name": "projenVersion",
44087
44116
  "optional": true,
@@ -44099,7 +44128,7 @@
44099
44128
  "immutable": true,
44100
44129
  "locationInModule": {
44101
44130
  "filename": "src/javascript/node-project.ts",
44102
- "line": 239
44131
+ "line": 240
44103
44132
  },
44104
44133
  "name": "pullRequestTemplate",
44105
44134
  "optional": true,
@@ -44117,7 +44146,7 @@
44117
44146
  "immutable": true,
44118
44147
  "locationInModule": {
44119
44148
  "filename": "src/javascript/node-project.ts",
44120
- "line": 246
44149
+ "line": 247
44121
44150
  },
44122
44151
  "name": "pullRequestTemplateContents",
44123
44152
  "optional": true,
@@ -44140,7 +44169,7 @@
44140
44169
  "immutable": true,
44141
44170
  "locationInModule": {
44142
44171
  "filename": "src/javascript/node-project.ts",
44143
- "line": 132
44172
+ "line": 133
44144
44173
  },
44145
44174
  "name": "release",
44146
44175
  "optional": true,
@@ -44158,7 +44187,7 @@
44158
44187
  "immutable": true,
44159
44188
  "locationInModule": {
44160
44189
  "filename": "src/javascript/node-project.ts",
44161
- "line": 159
44190
+ "line": 160
44162
44191
  },
44163
44192
  "name": "releaseToNpm",
44164
44193
  "optional": true,
@@ -44177,7 +44206,7 @@
44177
44206
  "immutable": true,
44178
44207
  "locationInModule": {
44179
44208
  "filename": "src/javascript/node-project.ts",
44180
- "line": 125
44209
+ "line": 126
44181
44210
  },
44182
44211
  "name": "releaseWorkflow",
44183
44212
  "optional": true,
@@ -44195,7 +44224,7 @@
44195
44224
  "immutable": true,
44196
44225
  "locationInModule": {
44197
44226
  "filename": "src/javascript/node-project.ts",
44198
- "line": 146
44227
+ "line": 147
44199
44228
  },
44200
44229
  "name": "workflowBootstrapSteps",
44201
44230
  "optional": true,
@@ -44218,7 +44247,7 @@
44218
44247
  "immutable": true,
44219
44248
  "locationInModule": {
44220
44249
  "filename": "src/javascript/node-project.ts",
44221
- "line": 153
44250
+ "line": 154
44222
44251
  },
44223
44252
  "name": "workflowGitIdentity",
44224
44253
  "optional": true,
@@ -44236,7 +44265,7 @@
44236
44265
  "immutable": true,
44237
44266
  "locationInModule": {
44238
44267
  "filename": "src/javascript/node-project.ts",
44239
- "line": 166
44268
+ "line": 167
44240
44269
  },
44241
44270
  "name": "workflowNodeVersion",
44242
44271
  "optional": true,
@@ -44254,7 +44283,7 @@
44254
44283
  "immutable": true,
44255
44284
  "locationInModule": {
44256
44285
  "filename": "src/javascript/node-project.ts",
44257
- "line": 173
44286
+ "line": 174
44258
44287
  },
44259
44288
  "name": "workflowPackageCache",
44260
44289
  "optional": true,
@@ -44565,7 +44594,7 @@
44565
44594
  },
44566
44595
  "locationInModule": {
44567
44596
  "filename": "src/javascript/prettier.ts",
44568
- "line": 422
44597
+ "line": 426
44569
44598
  },
44570
44599
  "name": "addIgnorePattern",
44571
44600
  "parameters": [
@@ -44588,7 +44617,7 @@
44588
44617
  },
44589
44618
  "locationInModule": {
44590
44619
  "filename": "src/javascript/prettier.ts",
44591
- "line": 412
44620
+ "line": 416
44592
44621
  },
44593
44622
  "name": "addOverride",
44594
44623
  "parameters": [
@@ -44607,7 +44636,7 @@
44607
44636
  },
44608
44637
  "locationInModule": {
44609
44638
  "filename": "src/javascript/prettier.ts",
44610
- "line": 433
44639
+ "line": 437
44611
44640
  },
44612
44641
  "name": "preSynthesize",
44613
44642
  "overrides": "projen.Component"
@@ -44624,7 +44653,7 @@
44624
44653
  "immutable": true,
44625
44654
  "locationInModule": {
44626
44655
  "filename": "src/javascript/prettier.ts",
44627
- "line": 429
44656
+ "line": 433
44628
44657
  },
44629
44658
  "name": "overrides",
44630
44659
  "type": {
@@ -45382,7 +45411,7 @@
45382
45411
  },
45383
45412
  "locationInModule": {
45384
45413
  "filename": "src/javascript/projenrc.ts",
45385
- "line": 22
45414
+ "line": 23
45386
45415
  },
45387
45416
  "parameters": [
45388
45417
  {
@@ -45403,7 +45432,7 @@
45403
45432
  "kind": "class",
45404
45433
  "locationInModule": {
45405
45434
  "filename": "src/javascript/projenrc.ts",
45406
- "line": 19
45435
+ "line": 20
45407
45436
  },
45408
45437
  "methods": [
45409
45438
  {
@@ -45413,10 +45442,10 @@
45413
45442
  },
45414
45443
  "locationInModule": {
45415
45444
  "filename": "src/javascript/projenrc.ts",
45416
- "line": 33
45445
+ "line": 34
45417
45446
  },
45418
45447
  "name": "preSynthesize",
45419
- "overrides": "projen.Component"
45448
+ "overrides": "projen.ProjenrcFile"
45420
45449
  }
45421
45450
  ],
45422
45451
  "name": "Projenrc",
@@ -45430,7 +45459,7 @@
45430
45459
  "immutable": true,
45431
45460
  "locationInModule": {
45432
45461
  "filename": "src/javascript/projenrc.ts",
45433
- "line": 20
45462
+ "line": 21
45434
45463
  },
45435
45464
  "name": "filePath",
45436
45465
  "overrides": "projen.ProjenrcFile",
@@ -45451,7 +45480,7 @@
45451
45480
  "kind": "interface",
45452
45481
  "locationInModule": {
45453
45482
  "filename": "src/javascript/projenrc.ts",
45454
- "line": 8
45483
+ "line": 9
45455
45484
  },
45456
45485
  "name": "ProjenrcOptions",
45457
45486
  "namespace": "javascript",
@@ -45466,7 +45495,7 @@
45466
45495
  "immutable": true,
45467
45496
  "locationInModule": {
45468
45497
  "filename": "src/javascript/projenrc.ts",
45469
- "line": 13
45498
+ "line": 14
45470
45499
  },
45471
45500
  "name": "filename",
45472
45501
  "optional": true,
@@ -45564,7 +45593,7 @@
45564
45593
  "kind": "interface",
45565
45594
  "locationInModule": {
45566
45595
  "filename": "src/javascript/node-project.ts",
45567
- "line": 1194
45596
+ "line": 1208
45568
45597
  },
45569
45598
  "name": "RenderWorkflowSetupOptions",
45570
45599
  "namespace": "javascript",
@@ -45579,7 +45608,7 @@
45579
45608
  "immutable": true,
45580
45609
  "locationInModule": {
45581
45610
  "filename": "src/javascript/node-project.ts",
45582
- "line": 1199
45611
+ "line": 1213
45583
45612
  },
45584
45613
  "name": "mutable",
45585
45614
  "optional": true,
@@ -56841,7 +56870,7 @@
56841
56870
  },
56842
56871
  "locationInModule": {
56843
56872
  "filename": "src/typescript/projenrc.ts",
56844
- "line": 39
56873
+ "line": 41
56845
56874
  },
56846
56875
  "parameters": [
56847
56876
  {
@@ -56862,7 +56891,7 @@
56862
56891
  "kind": "class",
56863
56892
  "locationInModule": {
56864
56893
  "filename": "src/typescript/projenrc.ts",
56865
- "line": 33
56894
+ "line": 35
56866
56895
  },
56867
56896
  "methods": [
56868
56897
  {
@@ -56872,10 +56901,10 @@
56872
56901
  },
56873
56902
  "locationInModule": {
56874
56903
  "filename": "src/typescript/projenrc.ts",
56875
- "line": 72
56904
+ "line": 74
56876
56905
  },
56877
56906
  "name": "preSynthesize",
56878
- "overrides": "projen.Component"
56907
+ "overrides": "projen.ProjenrcFile"
56879
56908
  }
56880
56909
  ],
56881
56910
  "name": "Projenrc",
@@ -56889,7 +56918,7 @@
56889
56918
  "immutable": true,
56890
56919
  "locationInModule": {
56891
56920
  "filename": "src/typescript/projenrc.ts",
56892
- "line": 34
56921
+ "line": 36
56893
56922
  },
56894
56923
  "name": "filePath",
56895
56924
  "overrides": "projen.ProjenrcFile",
@@ -56987,7 +57016,7 @@
56987
57016
  },
56988
57017
  "locationInModule": {
56989
57018
  "filename": "src/typescript/projenrc-ts.ts",
56990
- "line": 48
57019
+ "line": 50
56991
57020
  },
56992
57021
  "parameters": [
56993
57022
  {
@@ -57008,7 +57037,7 @@
57008
57037
  "kind": "class",
57009
57038
  "locationInModule": {
57010
57039
  "filename": "src/typescript/projenrc-ts.ts",
57011
- "line": 40
57040
+ "line": 42
57012
57041
  },
57013
57042
  "methods": [
57014
57043
  {
@@ -57018,10 +57047,10 @@
57018
57047
  },
57019
57048
  "locationInModule": {
57020
57049
  "filename": "src/typescript/projenrc-ts.ts",
57021
- "line": 68
57050
+ "line": 72
57022
57051
  },
57023
57052
  "name": "preSynthesize",
57024
- "overrides": "projen.Component"
57053
+ "overrides": "projen.ProjenrcFile"
57025
57054
  }
57026
57055
  ],
57027
57056
  "name": "ProjenrcTs",
@@ -57035,7 +57064,7 @@
57035
57064
  "immutable": true,
57036
57065
  "locationInModule": {
57037
57066
  "filename": "src/typescript/projenrc-ts.ts",
57038
- "line": 45
57067
+ "line": 47
57039
57068
  },
57040
57069
  "name": "filePath",
57041
57070
  "overrides": "projen.ProjenrcFile",
@@ -57051,7 +57080,7 @@
57051
57080
  "immutable": true,
57052
57081
  "locationInModule": {
57053
57082
  "filename": "src/typescript/projenrc-ts.ts",
57054
- "line": 44
57083
+ "line": 46
57055
57084
  },
57056
57085
  "name": "tsconfig",
57057
57086
  "type": {
@@ -57143,7 +57172,7 @@
57143
57172
  "kind": "class",
57144
57173
  "locationInModule": {
57145
57174
  "filename": "src/typescript/typescript.ts",
57146
- "line": 29
57175
+ "line": 30
57147
57176
  },
57148
57177
  "methods": [
57149
57178
  {
@@ -57154,7 +57183,7 @@
57154
57183
  },
57155
57184
  "locationInModule": {
57156
57185
  "filename": "src/typescript/typescript.ts",
57157
- "line": 42
57186
+ "line": 43
57158
57187
  },
57159
57188
  "name": "autoDetectConfig",
57160
57189
  "returns": {
@@ -57172,7 +57201,7 @@
57172
57201
  },
57173
57202
  "locationInModule": {
57174
57203
  "filename": "src/typescript/typescript.ts",
57175
- "line": 59
57204
+ "line": 60
57176
57205
  },
57177
57206
  "name": "custom",
57178
57207
  "parameters": [
@@ -57202,7 +57231,7 @@
57202
57231
  },
57203
57232
  "locationInModule": {
57204
57233
  "filename": "src/typescript/typescript.ts",
57205
- "line": 33
57234
+ "line": 34
57206
57235
  },
57207
57236
  "name": "disabled",
57208
57237
  "returns": {
@@ -57220,7 +57249,7 @@
57220
57249
  },
57221
57250
  "locationInModule": {
57222
57251
  "filename": "src/typescript/typescript.ts",
57223
- "line": 51
57252
+ "line": 52
57224
57253
  },
57225
57254
  "name": "fromFile",
57226
57255
  "parameters": [
@@ -57253,7 +57282,7 @@
57253
57282
  "kind": "class",
57254
57283
  "locationInModule": {
57255
57284
  "filename": "src/typescript/typescript.ts",
57256
- "line": 79
57285
+ "line": 80
57257
57286
  },
57258
57287
  "methods": [
57259
57288
  {
@@ -57263,7 +57292,7 @@
57263
57292
  },
57264
57293
  "locationInModule": {
57265
57294
  "filename": "src/typescript/typescript.ts",
57266
- "line": 83
57295
+ "line": 84
57267
57296
  },
57268
57297
  "name": "all",
57269
57298
  "returns": {
@@ -57281,7 +57310,7 @@
57281
57310
  },
57282
57311
  "locationInModule": {
57283
57312
  "filename": "src/typescript/typescript.ts",
57284
- "line": 99
57313
+ "line": 100
57285
57314
  },
57286
57315
  "name": "custom",
57287
57316
  "parameters": [
@@ -57311,7 +57340,7 @@
57311
57340
  },
57312
57341
  "locationInModule": {
57313
57342
  "filename": "src/typescript/typescript.ts",
57314
- "line": 90
57343
+ "line": 91
57315
57344
  },
57316
57345
  "name": "none",
57317
57346
  "returns": {
@@ -57336,7 +57365,7 @@
57336
57365
  "kind": "interface",
57337
57366
  "locationInModule": {
57338
57367
  "filename": "src/typescript/typescript.ts",
57339
- "line": 220
57368
+ "line": 221
57340
57369
  },
57341
57370
  "name": "TsJestOptions",
57342
57371
  "namespace": "typescript",
@@ -57344,37 +57373,37 @@
57344
57373
  {
57345
57374
  "abstract": true,
57346
57375
  "docs": {
57347
- "default": "\"^.+\\\\.[t]sx?$\"",
57348
- "see": "https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object",
57349
57376
  "stability": "experimental",
57350
- "summary": "Which files should ts-jest act upon."
57377
+ "summary": "Override the default ts-jest transformer configuration."
57351
57378
  },
57352
57379
  "immutable": true,
57353
57380
  "locationInModule": {
57354
57381
  "filename": "src/typescript/typescript.ts",
57355
- "line": 228
57382
+ "line": 233
57356
57383
  },
57357
- "name": "tranformPattern",
57384
+ "name": "transformOptions",
57358
57385
  "optional": true,
57359
57386
  "type": {
57360
- "primitive": "string"
57387
+ "fqn": "projen.typescript.TsJestTransformOptions"
57361
57388
  }
57362
57389
  },
57363
57390
  {
57364
57391
  "abstract": true,
57365
57392
  "docs": {
57393
+ "default": "\"^.+\\\\.[t]sx?$\"",
57394
+ "see": "https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object",
57366
57395
  "stability": "experimental",
57367
- "summary": "Override the default ts-jest transformer configuration."
57396
+ "summary": "Which files should ts-jest act upon."
57368
57397
  },
57369
57398
  "immutable": true,
57370
57399
  "locationInModule": {
57371
57400
  "filename": "src/typescript/typescript.ts",
57372
- "line": 232
57401
+ "line": 229
57373
57402
  },
57374
- "name": "transformOptions",
57403
+ "name": "transformPattern",
57375
57404
  "optional": true,
57376
57405
  "type": {
57377
- "fqn": "projen.typescript.TsJestTransformOptions"
57406
+ "primitive": "string"
57378
57407
  }
57379
57408
  }
57380
57409
  ],
@@ -57391,7 +57420,7 @@
57391
57420
  "kind": "interface",
57392
57421
  "locationInModule": {
57393
57422
  "filename": "src/typescript/typescript.ts",
57394
- "line": 166
57423
+ "line": 167
57395
57424
  },
57396
57425
  "name": "TsJestTransformOptions",
57397
57426
  "namespace": "typescript",
@@ -57406,7 +57435,7 @@
57406
57435
  "immutable": true,
57407
57436
  "locationInModule": {
57408
57437
  "filename": "src/typescript/typescript.ts",
57409
- "line": 172
57438
+ "line": 173
57410
57439
  },
57411
57440
  "name": "astTransformers",
57412
57441
  "optional": true,
@@ -57429,7 +57458,7 @@
57429
57458
  "immutable": true,
57430
57459
  "locationInModule": {
57431
57460
  "filename": "src/typescript/typescript.ts",
57432
- "line": 178
57461
+ "line": 179
57433
57462
  },
57434
57463
  "name": "babelConfig",
57435
57464
  "optional": true,
@@ -57447,7 +57476,7 @@
57447
57476
  "immutable": true,
57448
57477
  "locationInModule": {
57449
57478
  "filename": "src/typescript/typescript.ts",
57450
- "line": 184
57479
+ "line": 185
57451
57480
  },
57452
57481
  "name": "compiler",
57453
57482
  "optional": true,
@@ -57465,7 +57494,7 @@
57465
57494
  "immutable": true,
57466
57495
  "locationInModule": {
57467
57496
  "filename": "src/typescript/typescript.ts",
57468
- "line": 190
57497
+ "line": 191
57469
57498
  },
57470
57499
  "name": "diagnostics",
57471
57500
  "optional": true,
@@ -57485,7 +57514,7 @@
57485
57514
  "immutable": true,
57486
57515
  "locationInModule": {
57487
57516
  "filename": "src/typescript/typescript.ts",
57488
- "line": 199
57517
+ "line": 200
57489
57518
  },
57490
57519
  "name": "isolatedModules",
57491
57520
  "optional": true,
@@ -57503,7 +57532,7 @@
57503
57532
  "immutable": true,
57504
57533
  "locationInModule": {
57505
57534
  "filename": "src/typescript/typescript.ts",
57506
- "line": 205
57535
+ "line": 206
57507
57536
  },
57508
57537
  "name": "stringifyContentPathRegex",
57509
57538
  "optional": true,
@@ -57521,7 +57550,7 @@
57521
57550
  "immutable": true,
57522
57551
  "locationInModule": {
57523
57552
  "filename": "src/typescript/typescript.ts",
57524
- "line": 211
57553
+ "line": 212
57525
57554
  },
57526
57555
  "name": "tsconfig",
57527
57556
  "optional": true,
@@ -57539,9 +57568,9 @@
57539
57568
  "immutable": true,
57540
57569
  "locationInModule": {
57541
57570
  "filename": "src/typescript/typescript.ts",
57542
- "line": 217
57571
+ "line": 218
57543
57572
  },
57544
- "name": "useEsm",
57573
+ "name": "useESM",
57545
57574
  "optional": true,
57546
57575
  "type": {
57547
57576
  "primitive": "boolean"
@@ -57560,7 +57589,7 @@
57560
57589
  "kind": "class",
57561
57590
  "locationInModule": {
57562
57591
  "filename": "src/typescript/typescript.ts",
57563
- "line": 117
57592
+ "line": 118
57564
57593
  },
57565
57594
  "methods": [
57566
57595
  {
@@ -57570,7 +57599,7 @@
57570
57599
  },
57571
57600
  "locationInModule": {
57572
57601
  "filename": "src/typescript/typescript.ts",
57573
- "line": 121
57602
+ "line": 122
57574
57603
  },
57575
57604
  "name": "auto",
57576
57605
  "returns": {
@@ -57587,7 +57616,7 @@
57587
57616
  },
57588
57617
  "locationInModule": {
57589
57618
  "filename": "src/typescript/typescript.ts",
57590
- "line": 128
57619
+ "line": 129
57591
57620
  },
57592
57621
  "name": "builtInDefaults",
57593
57622
  "returns": {
@@ -57605,7 +57634,7 @@
57605
57634
  },
57606
57635
  "locationInModule": {
57607
57636
  "filename": "src/typescript/typescript.ts",
57608
- "line": 146
57637
+ "line": 147
57609
57638
  },
57610
57639
  "name": "custom",
57611
57640
  "parameters": [
@@ -57631,7 +57660,7 @@
57631
57660
  },
57632
57661
  "locationInModule": {
57633
57662
  "filename": "src/typescript/typescript.ts",
57634
- "line": 137
57663
+ "line": 138
57635
57664
  },
57636
57665
  "name": "fromFile",
57637
57666
  "parameters": [
@@ -57671,7 +57700,7 @@
57671
57700
  },
57672
57701
  "locationInModule": {
57673
57702
  "filename": "src/typescript/typescript.ts",
57674
- "line": 765
57703
+ "line": 772
57675
57704
  },
57676
57705
  "parameters": [
57677
57706
  {
@@ -57685,7 +57714,7 @@
57685
57714
  "kind": "class",
57686
57715
  "locationInModule": {
57687
57716
  "filename": "src/typescript/typescript.ts",
57688
- "line": 764
57717
+ "line": 771
57689
57718
  },
57690
57719
  "name": "TypeScriptAppProject",
57691
57720
  "namespace": "typescript",
@@ -57705,7 +57734,7 @@
57705
57734
  },
57706
57735
  "locationInModule": {
57707
57736
  "filename": "src/typescript/typescript.ts",
57708
- "line": 401
57737
+ "line": 402
57709
57738
  },
57710
57739
  "parameters": [
57711
57740
  {
@@ -57719,7 +57748,7 @@
57719
57748
  "kind": "class",
57720
57749
  "locationInModule": {
57721
57750
  "filename": "src/typescript/typescript.ts",
57722
- "line": 779
57751
+ "line": 786
57723
57752
  },
57724
57753
  "name": "TypeScriptLibraryProject",
57725
57754
  "namespace": "typescript",
@@ -57739,7 +57768,7 @@
57739
57768
  "kind": "interface",
57740
57769
  "locationInModule": {
57741
57770
  "filename": "src/typescript/typescript.ts",
57742
- "line": 784
57771
+ "line": 791
57743
57772
  },
57744
57773
  "name": "TypeScriptLibraryProjectOptions",
57745
57774
  "namespace": "typescript",
@@ -57762,7 +57791,7 @@
57762
57791
  },
57763
57792
  "locationInModule": {
57764
57793
  "filename": "src/typescript/typescript.ts",
57765
- "line": 401
57794
+ "line": 402
57766
57795
  },
57767
57796
  "parameters": [
57768
57797
  {
@@ -57776,7 +57805,7 @@
57776
57805
  "kind": "class",
57777
57806
  "locationInModule": {
57778
57807
  "filename": "src/typescript/typescript.ts",
57779
- "line": 367
57808
+ "line": 368
57780
57809
  },
57781
57810
  "name": "TypeScriptProject",
57782
57811
  "namespace": "typescript",
@@ -57789,7 +57818,7 @@
57789
57818
  "immutable": true,
57790
57819
  "locationInModule": {
57791
57820
  "filename": "src/typescript/typescript.ts",
57792
- "line": 368
57821
+ "line": 369
57793
57822
  },
57794
57823
  "name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
57795
57824
  "static": true,
@@ -57804,7 +57833,7 @@
57804
57833
  "immutable": true,
57805
57834
  "locationInModule": {
57806
57835
  "filename": "src/typescript/typescript.ts",
57807
- "line": 371
57836
+ "line": 372
57808
57837
  },
57809
57838
  "name": "docsDirectory",
57810
57839
  "type": {
@@ -57819,7 +57848,7 @@
57819
57848
  "immutable": true,
57820
57849
  "locationInModule": {
57821
57850
  "filename": "src/typescript/typescript.ts",
57822
- "line": 389
57851
+ "line": 390
57823
57852
  },
57824
57853
  "name": "libdir",
57825
57854
  "type": {
@@ -57834,7 +57863,7 @@
57834
57863
  "immutable": true,
57835
57864
  "locationInModule": {
57836
57865
  "filename": "src/typescript/typescript.ts",
57837
- "line": 384
57866
+ "line": 385
57838
57867
  },
57839
57868
  "name": "srcdir",
57840
57869
  "type": {
@@ -57849,7 +57878,7 @@
57849
57878
  "immutable": true,
57850
57879
  "locationInModule": {
57851
57880
  "filename": "src/typescript/typescript.ts",
57852
- "line": 394
57881
+ "line": 395
57853
57882
  },
57854
57883
  "name": "testdir",
57855
57884
  "type": {
@@ -57864,7 +57893,7 @@
57864
57893
  "immutable": true,
57865
57894
  "locationInModule": {
57866
57895
  "filename": "src/typescript/typescript.ts",
57867
- "line": 379
57896
+ "line": 380
57868
57897
  },
57869
57898
  "name": "tsconfigDev",
57870
57899
  "type": {
@@ -57879,7 +57908,7 @@
57879
57908
  "immutable": true,
57880
57909
  "locationInModule": {
57881
57910
  "filename": "src/typescript/typescript.ts",
57882
- "line": 399
57911
+ "line": 400
57883
57912
  },
57884
57913
  "name": "watchTask",
57885
57914
  "type": {
@@ -57893,7 +57922,7 @@
57893
57922
  "immutable": true,
57894
57923
  "locationInModule": {
57895
57924
  "filename": "src/typescript/typescript.ts",
57896
- "line": 370
57925
+ "line": 371
57897
57926
  },
57898
57927
  "name": "docgen",
57899
57928
  "optional": true,
@@ -57908,7 +57937,7 @@
57908
57937
  "immutable": true,
57909
57938
  "locationInModule": {
57910
57939
  "filename": "src/typescript/typescript.ts",
57911
- "line": 372
57940
+ "line": 373
57912
57941
  },
57913
57942
  "name": "eslint",
57914
57943
  "optional": true,
@@ -57923,7 +57952,7 @@
57923
57952
  "immutable": true,
57924
57953
  "locationInModule": {
57925
57954
  "filename": "src/typescript/typescript.ts",
57926
- "line": 374
57955
+ "line": 375
57927
57956
  },
57928
57957
  "name": "tsconfig",
57929
57958
  "optional": true,
@@ -57938,7 +57967,7 @@
57938
57967
  "immutable": true,
57939
57968
  "locationInModule": {
57940
57969
  "filename": "src/typescript/typescript.ts",
57941
- "line": 373
57970
+ "line": 374
57942
57971
  },
57943
57972
  "name": "tsconfigEslint",
57944
57973
  "optional": true,
@@ -57962,7 +57991,7 @@
57962
57991
  "kind": "interface",
57963
57992
  "locationInModule": {
57964
57993
  "filename": "src/typescript/typescript.ts",
57965
- "line": 235
57994
+ "line": 236
57966
57995
  },
57967
57996
  "name": "TypeScriptProjectOptions",
57968
57997
  "namespace": "typescript",
@@ -57977,7 +58006,7 @@
57977
58006
  "immutable": true,
57978
58007
  "locationInModule": {
57979
58008
  "filename": "src/typescript/typescript.ts",
57980
- "line": 324
58009
+ "line": 325
57981
58010
  },
57982
58011
  "name": "disableTsconfig",
57983
58012
  "optional": true,
@@ -57995,7 +58024,7 @@
57995
58024
  "immutable": true,
57996
58025
  "locationInModule": {
57997
58026
  "filename": "src/typescript/typescript.ts",
57998
- "line": 330
58027
+ "line": 331
57999
58028
  },
58000
58029
  "name": "disableTsconfigDev",
58001
58030
  "optional": true,
@@ -58013,7 +58042,7 @@
58013
58042
  "immutable": true,
58014
58043
  "locationInModule": {
58015
58044
  "filename": "src/typescript/typescript.ts",
58016
- "line": 290
58045
+ "line": 291
58017
58046
  },
58018
58047
  "name": "docgen",
58019
58048
  "optional": true,
@@ -58031,7 +58060,7 @@
58031
58060
  "immutable": true,
58032
58061
  "locationInModule": {
58033
58062
  "filename": "src/typescript/typescript.ts",
58034
- "line": 297
58063
+ "line": 298
58035
58064
  },
58036
58065
  "name": "docsDirectory",
58037
58066
  "optional": true,
@@ -58049,7 +58078,7 @@
58049
58078
  "immutable": true,
58050
58079
  "locationInModule": {
58051
58080
  "filename": "src/typescript/typescript.ts",
58052
- "line": 342
58081
+ "line": 343
58053
58082
  },
58054
58083
  "name": "entrypointTypes",
58055
58084
  "optional": true,
@@ -58067,7 +58096,7 @@
58067
58096
  "immutable": true,
58068
58097
  "locationInModule": {
58069
58098
  "filename": "src/typescript/typescript.ts",
58070
- "line": 267
58099
+ "line": 268
58071
58100
  },
58072
58101
  "name": "eslint",
58073
58102
  "optional": true,
@@ -58085,7 +58114,7 @@
58085
58114
  "immutable": true,
58086
58115
  "locationInModule": {
58087
58116
  "filename": "src/typescript/typescript.ts",
58088
- "line": 273
58117
+ "line": 274
58089
58118
  },
58090
58119
  "name": "eslintOptions",
58091
58120
  "optional": true,
@@ -58103,7 +58132,7 @@
58103
58132
  "immutable": true,
58104
58133
  "locationInModule": {
58105
58134
  "filename": "src/typescript/typescript.ts",
58106
- "line": 241
58135
+ "line": 242
58107
58136
  },
58108
58137
  "name": "libdir",
58109
58138
  "optional": true,
@@ -58124,7 +58153,7 @@
58124
58153
  "immutable": true,
58125
58154
  "locationInModule": {
58126
58155
  "filename": "src/typescript/typescript.ts",
58127
- "line": 350
58156
+ "line": 351
58128
58157
  },
58129
58158
  "name": "projenrcTs",
58130
58159
  "optional": true,
@@ -58141,7 +58170,7 @@
58141
58170
  "immutable": true,
58142
58171
  "locationInModule": {
58143
58172
  "filename": "src/typescript/typescript.ts",
58144
- "line": 355
58173
+ "line": 356
58145
58174
  },
58146
58175
  "name": "projenrcTsOptions",
58147
58176
  "optional": true,
@@ -58159,7 +58188,7 @@
58159
58188
  "immutable": true,
58160
58189
  "locationInModule": {
58161
58190
  "filename": "src/typescript/typescript.ts",
58162
- "line": 336
58191
+ "line": 337
58163
58192
  },
58164
58193
  "name": "sampleCode",
58165
58194
  "optional": true,
@@ -58177,7 +58206,7 @@
58177
58206
  "immutable": true,
58178
58207
  "locationInModule": {
58179
58208
  "filename": "src/typescript/typescript.ts",
58180
- "line": 248
58209
+ "line": 249
58181
58210
  },
58182
58211
  "name": "srcdir",
58183
58212
  "optional": true,
@@ -58196,7 +58225,7 @@
58196
58225
  "immutable": true,
58197
58226
  "locationInModule": {
58198
58227
  "filename": "src/typescript/typescript.ts",
58199
- "line": 260
58228
+ "line": 261
58200
58229
  },
58201
58230
  "name": "testdir",
58202
58231
  "optional": true,
@@ -58214,7 +58243,7 @@
58214
58243
  "immutable": true,
58215
58244
  "locationInModule": {
58216
58245
  "filename": "src/typescript/typescript.ts",
58217
- "line": 303
58246
+ "line": 304
58218
58247
  },
58219
58248
  "name": "tsconfig",
58220
58249
  "optional": true,
@@ -58232,7 +58261,7 @@
58232
58261
  "immutable": true,
58233
58262
  "locationInModule": {
58234
58263
  "filename": "src/typescript/typescript.ts",
58235
- "line": 309
58264
+ "line": 310
58236
58265
  },
58237
58266
  "name": "tsconfigDev",
58238
58267
  "optional": true,
@@ -58250,7 +58279,7 @@
58250
58279
  "immutable": true,
58251
58280
  "locationInModule": {
58252
58281
  "filename": "src/typescript/typescript.ts",
58253
- "line": 316
58282
+ "line": 317
58254
58283
  },
58255
58284
  "name": "tsconfigDevFile",
58256
58285
  "optional": true,
@@ -58267,7 +58296,7 @@
58267
58296
  "immutable": true,
58268
58297
  "locationInModule": {
58269
58298
  "filename": "src/typescript/typescript.ts",
58270
- "line": 360
58299
+ "line": 361
58271
58300
  },
58272
58301
  "name": "tsJestOptions",
58273
58302
  "optional": true,
@@ -58286,7 +58315,7 @@
58286
58315
  "immutable": true,
58287
58316
  "locationInModule": {
58288
58317
  "filename": "src/typescript/typescript.ts",
58289
- "line": 283
58318
+ "line": 284
58290
58319
  },
58291
58320
  "name": "typescriptVersion",
58292
58321
  "optional": true,
@@ -61041,6 +61070,6 @@
61041
61070
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
61042
61071
  }
61043
61072
  },
61044
- "version": "0.78.7",
61045
- "fingerprint": "2UxzSCv8ERCZ1//vMwVtKDrnDh9L29u+Y5dJM1UCziY="
61073
+ "version": "0.78.9",
61074
+ "fingerprint": "xFg/72r5S9sOBSIkLZDpxUCoGupGJJQoQAD+FoTN7JA="
61046
61075
  }