projen 0.50.2 → 0.50.4

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 (112) hide show
  1. package/.jsii +157 -77
  2. package/API.md +48 -1
  3. package/changelog.md +3 -3
  4. package/lib/awscdk/auto-discover.js +1 -1
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.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-function.js +2 -2
  15. package/lib/build/build-workflow.js +1 -1
  16. package/lib/cdk/construct-lib.js +1 -1
  17. package/lib/cdk/jsii-docgen.js +1 -1
  18. package/lib/cdk/jsii-project.js +1 -1
  19. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  20. package/lib/cdk8s/cdk8s-construct.js +1 -1
  21. package/lib/cdktf/cdktf-construct.js +1 -1
  22. package/lib/component.js +1 -1
  23. package/lib/dependencies.js +1 -1
  24. package/lib/dev-env.js +1 -1
  25. package/lib/docker-compose.js +2 -2
  26. package/lib/file.js +1 -1
  27. package/lib/gitattributes.js +1 -1
  28. package/lib/github/auto-approve.js +1 -1
  29. package/lib/github/auto-merge.js +1 -1
  30. package/lib/github/dependabot.js +1 -1
  31. package/lib/github/github-project.js +1 -1
  32. package/lib/github/github.js +1 -1
  33. package/lib/github/mergify.js +1 -1
  34. package/lib/github/pr-template.js +1 -1
  35. package/lib/github/pull-request-lint.js +1 -1
  36. package/lib/github/stale.js +1 -1
  37. package/lib/github/task-workflow.js +1 -1
  38. package/lib/github/workflows.js +1 -1
  39. package/lib/gitlab/configuration.js +1 -1
  40. package/lib/gitlab/gitlab-configuration.js +1 -1
  41. package/lib/gitlab/nested-configuration.js +1 -1
  42. package/lib/gitpod.js +1 -1
  43. package/lib/ignore-file.js +1 -1
  44. package/lib/ini.js +1 -1
  45. package/lib/java/java-project.js +1 -1
  46. package/lib/java/junit.js +1 -1
  47. package/lib/java/maven-compile.js +1 -1
  48. package/lib/java/maven-packaging.js +1 -1
  49. package/lib/java/maven-sample.js +1 -1
  50. package/lib/java/pom.js +1 -1
  51. package/lib/java/projenrc.js +1 -1
  52. package/lib/javascript/bundler.js +1 -1
  53. package/lib/javascript/eslint.js +1 -1
  54. package/lib/javascript/jest.js +1 -1
  55. package/lib/javascript/node-package.js +1 -1
  56. package/lib/javascript/node-project.d.ts +19 -1
  57. package/lib/javascript/node-project.js +14 -6
  58. package/lib/javascript/npm-config.js +1 -1
  59. package/lib/javascript/prettier.d.ts +6 -0
  60. package/lib/javascript/prettier.js +15 -2
  61. package/lib/javascript/projenrc.js +1 -1
  62. package/lib/javascript/typescript-config.js +1 -1
  63. package/lib/javascript/upgrade-dependencies.js +4 -4
  64. package/lib/json.js +1 -1
  65. package/lib/license.js +1 -1
  66. package/lib/logger.js +1 -1
  67. package/lib/makefile.js +1 -1
  68. package/lib/object-file.js +1 -1
  69. package/lib/project-build.js +1 -1
  70. package/lib/project.js +1 -1
  71. package/lib/projects.js +1 -1
  72. package/lib/projenrc-json.js +1 -1
  73. package/lib/python/pip.js +1 -1
  74. package/lib/python/poetry.js +2 -2
  75. package/lib/python/projenrc.js +1 -1
  76. package/lib/python/pytest.js +1 -1
  77. package/lib/python/python-project.js +1 -1
  78. package/lib/python/python-sample.js +1 -1
  79. package/lib/python/requirements-file.js +1 -1
  80. package/lib/python/setuppy.js +1 -1
  81. package/lib/python/setuptools.js +1 -1
  82. package/lib/python/venv.js +1 -1
  83. package/lib/readme.js +1 -1
  84. package/lib/release/publisher.js +1 -1
  85. package/lib/release/release-trigger.js +1 -1
  86. package/lib/release/release.js +1 -1
  87. package/lib/sample-file.js +2 -2
  88. package/lib/semver.js +1 -1
  89. package/lib/source-code.d.ts +1 -0
  90. package/lib/source-code.js +3 -2
  91. package/lib/task-runtime.js +1 -1
  92. package/lib/task.js +1 -1
  93. package/lib/tasks.js +1 -1
  94. package/lib/testing.js +1 -1
  95. package/lib/textfile.js +1 -1
  96. package/lib/toml.js +1 -1
  97. package/lib/typescript/projenrc.js +1 -1
  98. package/lib/typescript/typescript-typedoc.js +1 -1
  99. package/lib/typescript/typescript.js +3 -3
  100. package/lib/version.js +1 -1
  101. package/lib/vscode/devcontainer.js +1 -1
  102. package/lib/vscode/launch-config.js +1 -1
  103. package/lib/vscode/vscode.js +1 -1
  104. package/lib/web/next.js +3 -3
  105. package/lib/web/postcss.js +1 -1
  106. package/lib/web/react.js +4 -4
  107. package/lib/web/tailwind.js +1 -1
  108. package/lib/xmlfile.js +1 -1
  109. package/lib/yaml.js +1 -1
  110. package/package.json +1 -1
  111. package/releasetag.txt +1 -1
  112. package/version.txt +1 -1
package/.jsii CHANGED
@@ -7152,6 +7152,22 @@
7152
7152
  }
7153
7153
  ],
7154
7154
  "name": "SourceCode",
7155
+ "properties": [
7156
+ {
7157
+ "docs": {
7158
+ "stability": "experimental"
7159
+ },
7160
+ "immutable": true,
7161
+ "locationInModule": {
7162
+ "filename": "src/source-code.ts",
7163
+ "line": 26
7164
+ },
7165
+ "name": "filePath",
7166
+ "type": {
7167
+ "primitive": "string"
7168
+ }
7169
+ }
7170
+ ],
7155
7171
  "symbolId": "src/source-code:SourceCode"
7156
7172
  },
7157
7173
  "projen.SourceCodeOptions": {
@@ -26195,7 +26211,7 @@
26195
26211
  "kind": "enum",
26196
26212
  "locationInModule": {
26197
26213
  "filename": "src/javascript/prettier.ts",
26198
- "line": 200
26214
+ "line": 201
26199
26215
  },
26200
26216
  "members": [
26201
26217
  {
@@ -26796,7 +26812,7 @@
26796
26812
  "kind": "enum",
26797
26813
  "locationInModule": {
26798
26814
  "filename": "src/javascript/prettier.ts",
26799
- "line": 212
26815
+ "line": 213
26800
26816
  },
26801
26817
  "members": [
26802
26818
  {
@@ -26827,7 +26843,7 @@
26827
26843
  "kind": "enum",
26828
26844
  "locationInModule": {
26829
26845
  "filename": "src/javascript/prettier.ts",
26830
- "line": 224
26846
+ "line": 225
26831
26847
  },
26832
26848
  "members": [
26833
26849
  {
@@ -27443,7 +27459,7 @@
27443
27459
  "kind": "enum",
27444
27460
  "locationInModule": {
27445
27461
  "filename": "src/javascript/prettier.ts",
27446
- "line": 247
27462
+ "line": 248
27447
27463
  },
27448
27464
  "members": [
27449
27465
  {
@@ -30762,7 +30778,7 @@
30762
30778
  },
30763
30779
  "locationInModule": {
30764
30780
  "filename": "src/javascript/node-project.ts",
30765
- "line": 918
30781
+ "line": 931
30766
30782
  },
30767
30783
  "name": "addBundledDeps",
30768
30784
  "parameters": [
@@ -30809,7 +30825,7 @@
30809
30825
  },
30810
30826
  "locationInModule": {
30811
30827
  "filename": "src/javascript/node-project.ts",
30812
- "line": 872
30828
+ "line": 885
30813
30829
  },
30814
30830
  "name": "addDeps",
30815
30831
  "parameters": [
@@ -30834,7 +30850,7 @@
30834
30850
  },
30835
30851
  "locationInModule": {
30836
30852
  "filename": "src/javascript/node-project.ts",
30837
- "line": 885
30853
+ "line": 898
30838
30854
  },
30839
30855
  "name": "addDevDeps",
30840
30856
  "parameters": [
@@ -30911,7 +30927,7 @@
30911
30927
  },
30912
30928
  "locationInModule": {
30913
30929
  "filename": "src/javascript/node-project.ts",
30914
- "line": 922
30930
+ "line": 935
30915
30931
  },
30916
30932
  "name": "addPackageIgnore",
30917
30933
  "overrides": "projen.Project",
@@ -30932,7 +30948,7 @@
30932
30948
  },
30933
30949
  "locationInModule": {
30934
30950
  "filename": "src/javascript/node-project.ts",
30935
- "line": 902
30951
+ "line": 915
30936
30952
  },
30937
30953
  "name": "addPeerDeps",
30938
30954
  "parameters": [
@@ -31021,6 +31037,40 @@
31021
31037
  }
31022
31038
  ]
31023
31039
  },
31040
+ {
31041
+ "docs": {
31042
+ "returns": "Job steps",
31043
+ "stability": "experimental",
31044
+ "summary": "Returns the set of workflow steps which should be executed to bootstrap a workflow."
31045
+ },
31046
+ "locationInModule": {
31047
+ "filename": "src/javascript/node-project.ts",
31048
+ "line": 840
31049
+ },
31050
+ "name": "renderWorkflowSetup",
31051
+ "parameters": [
31052
+ {
31053
+ "docs": {
31054
+ "summary": "Options."
31055
+ },
31056
+ "name": "options",
31057
+ "optional": true,
31058
+ "type": {
31059
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions"
31060
+ }
31061
+ }
31062
+ ],
31063
+ "returns": {
31064
+ "type": {
31065
+ "collection": {
31066
+ "elementtype": {
31067
+ "fqn": "projen.github.workflows.JobStep"
31068
+ },
31069
+ "kind": "array"
31070
+ }
31071
+ }
31072
+ }
31073
+ },
31024
31074
  {
31025
31075
  "docs": {
31026
31076
  "remarks": "This will\ntypically be `npx projen TASK`.",
@@ -31029,7 +31079,7 @@
31029
31079
  },
31030
31080
  "locationInModule": {
31031
31081
  "filename": "src/javascript/node-project.ts",
31032
- "line": 995
31082
+ "line": 1008
31033
31083
  },
31034
31084
  "name": "runTaskCommand",
31035
31085
  "overrides": "projen.Project",
@@ -31160,25 +31210,6 @@
31160
31210
  "primitive": "string"
31161
31211
  }
31162
31212
  },
31163
- {
31164
- "docs": {
31165
- "stability": "experimental"
31166
- },
31167
- "immutable": true,
31168
- "locationInModule": {
31169
- "filename": "src/javascript/node-project.ts",
31170
- "line": 833
31171
- },
31172
- "name": "installWorkflowSteps",
31173
- "type": {
31174
- "collection": {
31175
- "elementtype": {
31176
- "fqn": "projen.github.workflows.JobStep"
31177
- },
31178
- "kind": "array"
31179
- }
31180
- }
31181
- },
31182
31213
  {
31183
31214
  "docs": {
31184
31215
  "deprecated": "use `package.addField(x, y)`",
@@ -31281,7 +31312,7 @@
31281
31312
  "immutable": true,
31282
31313
  "locationInModule": {
31283
31314
  "filename": "src/javascript/node-project.ts",
31284
- "line": 1002
31315
+ "line": 1015
31285
31316
  },
31286
31317
  "name": "buildWorkflowJobId",
31287
31318
  "optional": true,
@@ -32387,7 +32418,7 @@
32387
32418
  },
32388
32419
  "locationInModule": {
32389
32420
  "filename": "src/javascript/prettier.ts",
32390
- "line": 362
32421
+ "line": 363
32391
32422
  },
32392
32423
  "parameters": [
32393
32424
  {
@@ -32407,7 +32438,7 @@
32407
32438
  "kind": "class",
32408
32439
  "locationInModule": {
32409
32440
  "filename": "src/javascript/prettier.ts",
32410
- "line": 340
32441
+ "line": 341
32411
32442
  },
32412
32443
  "methods": [
32413
32444
  {
@@ -32416,7 +32447,7 @@
32416
32447
  },
32417
32448
  "locationInModule": {
32418
32449
  "filename": "src/javascript/prettier.ts",
32419
- "line": 341
32450
+ "line": 342
32420
32451
  },
32421
32452
  "name": "of",
32422
32453
  "parameters": [
@@ -32442,7 +32473,7 @@
32442
32473
  },
32443
32474
  "locationInModule": {
32444
32475
  "filename": "src/javascript/prettier.ts",
32445
- "line": 398
32476
+ "line": 399
32446
32477
  },
32447
32478
  "name": "addIgnorePattern",
32448
32479
  "parameters": [
@@ -32465,7 +32496,7 @@
32465
32496
  },
32466
32497
  "locationInModule": {
32467
32498
  "filename": "src/javascript/prettier.ts",
32468
- "line": 388
32499
+ "line": 389
32469
32500
  },
32470
32501
  "name": "addOverride",
32471
32502
  "parameters": [
@@ -32476,6 +32507,18 @@
32476
32507
  }
32477
32508
  }
32478
32509
  ]
32510
+ },
32511
+ {
32512
+ "docs": {
32513
+ "stability": "experimental",
32514
+ "summary": "Called before synthesis."
32515
+ },
32516
+ "locationInModule": {
32517
+ "filename": "src/javascript/prettier.ts",
32518
+ "line": 410
32519
+ },
32520
+ "name": "preSynthesize",
32521
+ "overrides": "projen.Component"
32479
32522
  }
32480
32523
  ],
32481
32524
  "name": "Prettier",
@@ -32489,7 +32532,7 @@
32489
32532
  "immutable": true,
32490
32533
  "locationInModule": {
32491
32534
  "filename": "src/javascript/prettier.ts",
32492
- "line": 405
32535
+ "line": 406
32493
32536
  },
32494
32537
  "name": "overrides",
32495
32538
  "type": {
@@ -32509,7 +32552,7 @@
32509
32552
  "immutable": true,
32510
32553
  "locationInModule": {
32511
32554
  "filename": "src/javascript/prettier.ts",
32512
- "line": 348
32555
+ "line": 349
32513
32556
  },
32514
32557
  "name": "settings",
32515
32558
  "type": {
@@ -32524,7 +32567,7 @@
32524
32567
  "immutable": true,
32525
32568
  "locationInModule": {
32526
32569
  "filename": "src/javascript/prettier.ts",
32527
- "line": 353
32570
+ "line": 354
32528
32571
  },
32529
32572
  "name": "ignoreFile",
32530
32573
  "optional": true,
@@ -32546,7 +32589,7 @@
32546
32589
  "kind": "interface",
32547
32590
  "locationInModule": {
32548
32591
  "filename": "src/javascript/prettier.ts",
32549
- "line": 10
32592
+ "line": 11
32550
32593
  },
32551
32594
  "name": "PrettierOptions",
32552
32595
  "namespace": "javascript",
@@ -32561,7 +32604,7 @@
32561
32604
  "immutable": true,
32562
32605
  "locationInModule": {
32563
32606
  "filename": "src/javascript/prettier.ts",
32564
- "line": 16
32607
+ "line": 17
32565
32608
  },
32566
32609
  "name": "ignoreFile",
32567
32610
  "optional": true,
@@ -32580,7 +32623,7 @@
32580
32623
  "immutable": true,
32581
32624
  "locationInModule": {
32582
32625
  "filename": "src/javascript/prettier.ts",
32583
- "line": 30
32626
+ "line": 31
32584
32627
  },
32585
32628
  "name": "overrides",
32586
32629
  "optional": true,
@@ -32603,7 +32646,7 @@
32603
32646
  "immutable": true,
32604
32647
  "locationInModule": {
32605
32648
  "filename": "src/javascript/prettier.ts",
32606
- "line": 22
32649
+ "line": 23
32607
32650
  },
32608
32651
  "name": "settings",
32609
32652
  "optional": true,
@@ -32624,7 +32667,7 @@
32624
32667
  "kind": "interface",
32625
32668
  "locationInModule": {
32626
32669
  "filename": "src/javascript/prettier.ts",
32627
- "line": 264
32670
+ "line": 265
32628
32671
  },
32629
32672
  "name": "PrettierOverride",
32630
32673
  "namespace": "javascript",
@@ -32638,7 +32681,7 @@
32638
32681
  "immutable": true,
32639
32682
  "locationInModule": {
32640
32683
  "filename": "src/javascript/prettier.ts",
32641
- "line": 272
32684
+ "line": 273
32642
32685
  },
32643
32686
  "name": "files",
32644
32687
  "type": {
@@ -32668,7 +32711,7 @@
32668
32711
  "immutable": true,
32669
32712
  "locationInModule": {
32670
32713
  "filename": "src/javascript/prettier.ts",
32671
- "line": 276
32714
+ "line": 277
32672
32715
  },
32673
32716
  "name": "settings",
32674
32717
  "type": {
@@ -32684,7 +32727,7 @@
32684
32727
  "immutable": true,
32685
32728
  "locationInModule": {
32686
32729
  "filename": "src/javascript/prettier.ts",
32687
- "line": 268
32730
+ "line": 269
32688
32731
  },
32689
32732
  "name": "excludeFiles",
32690
32733
  "optional": true,
@@ -32721,7 +32764,7 @@
32721
32764
  "kind": "interface",
32722
32765
  "locationInModule": {
32723
32766
  "filename": "src/javascript/prettier.ts",
32724
- "line": 37
32767
+ "line": 38
32725
32768
  },
32726
32769
  "name": "PrettierSettings",
32727
32770
  "namespace": "javascript",
@@ -32736,7 +32779,7 @@
32736
32779
  "immutable": true,
32737
32780
  "locationInModule": {
32738
32781
  "filename": "src/javascript/prettier.ts",
32739
- "line": 43
32782
+ "line": 44
32740
32783
  },
32741
32784
  "name": "arrowParens",
32742
32785
  "optional": true,
@@ -32754,7 +32797,7 @@
32754
32797
  "immutable": true,
32755
32798
  "locationInModule": {
32756
32799
  "filename": "src/javascript/prettier.ts",
32757
- "line": 49
32800
+ "line": 50
32758
32801
  },
32759
32802
  "name": "bracketSameLine",
32760
32803
  "optional": true,
@@ -32772,7 +32815,7 @@
32772
32815
  "immutable": true,
32773
32816
  "locationInModule": {
32774
32817
  "filename": "src/javascript/prettier.ts",
32775
- "line": 55
32818
+ "line": 56
32776
32819
  },
32777
32820
  "name": "bracketSpacing",
32778
32821
  "optional": true,
@@ -32791,7 +32834,7 @@
32791
32834
  "immutable": true,
32792
32835
  "locationInModule": {
32793
32836
  "filename": "src/javascript/prettier.ts",
32794
- "line": 62
32837
+ "line": 63
32795
32838
  },
32796
32839
  "name": "cursorOffset",
32797
32840
  "optional": true,
@@ -32809,7 +32852,7 @@
32809
32852
  "immutable": true,
32810
32853
  "locationInModule": {
32811
32854
  "filename": "src/javascript/prettier.ts",
32812
- "line": 68
32855
+ "line": 69
32813
32856
  },
32814
32857
  "name": "embeddedLanguageFormatting",
32815
32858
  "optional": true,
@@ -32827,7 +32870,7 @@
32827
32870
  "immutable": true,
32828
32871
  "locationInModule": {
32829
32872
  "filename": "src/javascript/prettier.ts",
32830
- "line": 74
32873
+ "line": 75
32831
32874
  },
32832
32875
  "name": "endOfLine",
32833
32876
  "optional": true,
@@ -32846,7 +32889,7 @@
32846
32889
  "immutable": true,
32847
32890
  "locationInModule": {
32848
32891
  "filename": "src/javascript/prettier.ts",
32849
- "line": 79
32892
+ "line": 80
32850
32893
  },
32851
32894
  "name": "filepath",
32852
32895
  "optional": true,
@@ -32864,7 +32907,7 @@
32864
32907
  "immutable": true,
32865
32908
  "locationInModule": {
32866
32909
  "filename": "src/javascript/prettier.ts",
32867
- "line": 85
32910
+ "line": 86
32868
32911
  },
32869
32912
  "name": "htmlWhitespaceSensitivity",
32870
32913
  "optional": true,
@@ -32882,7 +32925,7 @@
32882
32925
  "immutable": true,
32883
32926
  "locationInModule": {
32884
32927
  "filename": "src/javascript/prettier.ts",
32885
- "line": 91
32928
+ "line": 92
32886
32929
  },
32887
32930
  "name": "insertPragma",
32888
32931
  "optional": true,
@@ -32900,7 +32943,7 @@
32900
32943
  "immutable": true,
32901
32944
  "locationInModule": {
32902
32945
  "filename": "src/javascript/prettier.ts",
32903
- "line": 97
32946
+ "line": 98
32904
32947
  },
32905
32948
  "name": "jsxSingleQuote",
32906
32949
  "optional": true,
@@ -32918,7 +32961,7 @@
32918
32961
  "immutable": true,
32919
32962
  "locationInModule": {
32920
32963
  "filename": "src/javascript/prettier.ts",
32921
- "line": 103
32964
+ "line": 104
32922
32965
  },
32923
32966
  "name": "parser",
32924
32967
  "optional": true,
@@ -32937,7 +32980,7 @@
32937
32980
  "immutable": true,
32938
32981
  "locationInModule": {
32939
32982
  "filename": "src/javascript/prettier.ts",
32940
- "line": 109
32983
+ "line": 110
32941
32984
  },
32942
32985
  "name": "plugins",
32943
32986
  "optional": true,
@@ -32961,7 +33004,7 @@
32961
33004
  "immutable": true,
32962
33005
  "locationInModule": {
32963
33006
  "filename": "src/javascript/prettier.ts",
32964
- "line": 118
33007
+ "line": 119
32965
33008
  },
32966
33009
  "name": "pluginSearchDirs",
32967
33010
  "optional": true,
@@ -32984,7 +33027,7 @@
32984
33027
  "immutable": true,
32985
33028
  "locationInModule": {
32986
33029
  "filename": "src/javascript/prettier.ts",
32987
- "line": 124
33030
+ "line": 125
32988
33031
  },
32989
33032
  "name": "printWidth",
32990
33033
  "optional": true,
@@ -33002,7 +33045,7 @@
33002
33045
  "immutable": true,
33003
33046
  "locationInModule": {
33004
33047
  "filename": "src/javascript/prettier.ts",
33005
- "line": 130
33048
+ "line": 131
33006
33049
  },
33007
33050
  "name": "proseWrap",
33008
33051
  "optional": true,
@@ -33020,7 +33063,7 @@
33020
33063
  "immutable": true,
33021
33064
  "locationInModule": {
33022
33065
  "filename": "src/javascript/prettier.ts",
33023
- "line": 136
33066
+ "line": 137
33024
33067
  },
33025
33068
  "name": "quoteProps",
33026
33069
  "optional": true,
@@ -33039,7 +33082,7 @@
33039
33082
  "immutable": true,
33040
33083
  "locationInModule": {
33041
33084
  "filename": "src/javascript/prettier.ts",
33042
- "line": 144
33085
+ "line": 145
33043
33086
  },
33044
33087
  "name": "rangeEnd",
33045
33088
  "optional": true,
@@ -33058,7 +33101,7 @@
33058
33101
  "immutable": true,
33059
33102
  "locationInModule": {
33060
33103
  "filename": "src/javascript/prettier.ts",
33061
- "line": 153
33104
+ "line": 154
33062
33105
  },
33063
33106
  "name": "rangeStart",
33064
33107
  "optional": true,
@@ -33076,7 +33119,7 @@
33076
33119
  "immutable": true,
33077
33120
  "locationInModule": {
33078
33121
  "filename": "src/javascript/prettier.ts",
33079
- "line": 161
33122
+ "line": 162
33080
33123
  },
33081
33124
  "name": "requirePragma",
33082
33125
  "optional": true,
@@ -33094,7 +33137,7 @@
33094
33137
  "immutable": true,
33095
33138
  "locationInModule": {
33096
33139
  "filename": "src/javascript/prettier.ts",
33097
- "line": 167
33140
+ "line": 168
33098
33141
  },
33099
33142
  "name": "semi",
33100
33143
  "optional": true,
@@ -33112,7 +33155,7 @@
33112
33155
  "immutable": true,
33113
33156
  "locationInModule": {
33114
33157
  "filename": "src/javascript/prettier.ts",
33115
- "line": 173
33158
+ "line": 174
33116
33159
  },
33117
33160
  "name": "singleQuote",
33118
33161
  "optional": true,
@@ -33130,7 +33173,7 @@
33130
33173
  "immutable": true,
33131
33174
  "locationInModule": {
33132
33175
  "filename": "src/javascript/prettier.ts",
33133
- "line": 179
33176
+ "line": 180
33134
33177
  },
33135
33178
  "name": "tabWidth",
33136
33179
  "optional": true,
@@ -33148,7 +33191,7 @@
33148
33191
  "immutable": true,
33149
33192
  "locationInModule": {
33150
33193
  "filename": "src/javascript/prettier.ts",
33151
- "line": 185
33194
+ "line": 186
33152
33195
  },
33153
33196
  "name": "trailingComma",
33154
33197
  "optional": true,
@@ -33166,7 +33209,7 @@
33166
33209
  "immutable": true,
33167
33210
  "locationInModule": {
33168
33211
  "filename": "src/javascript/prettier.ts",
33169
- "line": 191
33212
+ "line": 192
33170
33213
  },
33171
33214
  "name": "useTabs",
33172
33215
  "optional": true,
@@ -33184,7 +33227,7 @@
33184
33227
  "immutable": true,
33185
33228
  "locationInModule": {
33186
33229
  "filename": "src/javascript/prettier.ts",
33187
- "line": 197
33230
+ "line": 198
33188
33231
  },
33189
33232
  "name": "vueIndentScriptAndStyle",
33190
33233
  "optional": true,
@@ -33281,7 +33324,7 @@
33281
33324
  "kind": "enum",
33282
33325
  "locationInModule": {
33283
33326
  "filename": "src/javascript/prettier.ts",
33284
- "line": 286
33327
+ "line": 287
33285
33328
  },
33286
33329
  "members": [
33287
33330
  {
@@ -33319,7 +33362,7 @@
33319
33362
  "kind": "enum",
33320
33363
  "locationInModule": {
33321
33364
  "filename": "src/javascript/prettier.ts",
33322
- "line": 303
33365
+ "line": 304
33323
33366
  },
33324
33367
  "members": [
33325
33368
  {
@@ -33348,6 +33391,43 @@
33348
33391
  "namespace": "javascript",
33349
33392
  "symbolId": "src/javascript/prettier:QuoteProps"
33350
33393
  },
33394
+ "projen.javascript.RenderWorkflowSetupOptions": {
33395
+ "assembly": "projen",
33396
+ "datatype": true,
33397
+ "docs": {
33398
+ "stability": "experimental",
33399
+ "summary": "Options for `renderInstallSteps()`."
33400
+ },
33401
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions",
33402
+ "kind": "interface",
33403
+ "locationInModule": {
33404
+ "filename": "src/javascript/node-project.ts",
33405
+ "line": 1023
33406
+ },
33407
+ "name": "RenderWorkflowSetupOptions",
33408
+ "namespace": "javascript",
33409
+ "properties": [
33410
+ {
33411
+ "abstract": true,
33412
+ "docs": {
33413
+ "default": "false",
33414
+ "stability": "experimental",
33415
+ "summary": "Should the pacakge lockfile be updated?"
33416
+ },
33417
+ "immutable": true,
33418
+ "locationInModule": {
33419
+ "filename": "src/javascript/node-project.ts",
33420
+ "line": 1028
33421
+ },
33422
+ "name": "mutable",
33423
+ "optional": true,
33424
+ "type": {
33425
+ "primitive": "boolean"
33426
+ }
33427
+ }
33428
+ ],
33429
+ "symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
33430
+ },
33351
33431
  "projen.javascript.TrailingComma": {
33352
33432
  "assembly": "projen",
33353
33433
  "docs": {
@@ -33357,7 +33437,7 @@
33357
33437
  "kind": "enum",
33358
33438
  "locationInModule": {
33359
33439
  "filename": "src/javascript/prettier.ts",
33360
- "line": 320
33440
+ "line": 321
33361
33441
  },
33362
33442
  "members": [
33363
33443
  {
@@ -42631,6 +42711,6 @@
42631
42711
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
42632
42712
  }
42633
42713
  },
42634
- "version": "0.50.2",
42635
- "fingerprint": "Lpp+N/AJdVkB9MzjhNMnaieyllLLHSwylZsq/SDmW/0="
42714
+ "version": "0.50.4",
42715
+ "fingerprint": "/0bX0hfftCVq5Q1P+2iNGZivs5QuaghWFATygvyj3F4="
42636
42716
  }