projen 0.50.0 → 0.50.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/.jsii +350 -118
  2. package/API.md +122 -17
  3. package/changelog.md +2 -6
  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.d.ts +69 -2
  16. package/lib/build/build-workflow.js +62 -2
  17. package/lib/cdk/construct-lib.js +1 -1
  18. package/lib/cdk/jsii-docgen.js +1 -1
  19. package/lib/cdk/jsii-project.js +1 -1
  20. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  21. package/lib/cdk8s/cdk8s-construct.js +1 -1
  22. package/lib/cdktf/cdktf-construct.js +1 -1
  23. package/lib/component.js +1 -1
  24. package/lib/dependencies.js +1 -1
  25. package/lib/dev-env.js +1 -1
  26. package/lib/docker-compose.js +2 -2
  27. package/lib/file.js +1 -1
  28. package/lib/gitattributes.js +1 -1
  29. package/lib/github/auto-approve.js +1 -1
  30. package/lib/github/auto-merge.js +1 -1
  31. package/lib/github/dependabot.js +1 -1
  32. package/lib/github/github-project.js +1 -1
  33. package/lib/github/github.js +1 -1
  34. package/lib/github/mergify.js +1 -1
  35. package/lib/github/pr-template.js +1 -1
  36. package/lib/github/pull-request-lint.js +1 -1
  37. package/lib/github/stale.js +1 -1
  38. package/lib/github/task-workflow.js +1 -1
  39. package/lib/github/workflows.js +1 -1
  40. package/lib/gitlab/configuration.js +1 -1
  41. package/lib/gitlab/gitlab-configuration.js +1 -1
  42. package/lib/gitlab/nested-configuration.d.ts +0 -7
  43. package/lib/gitlab/nested-configuration.js +2 -16
  44. package/lib/gitpod.js +1 -1
  45. package/lib/ignore-file.js +1 -1
  46. package/lib/ini.js +1 -1
  47. package/lib/java/java-project.js +1 -1
  48. package/lib/java/junit.js +1 -1
  49. package/lib/java/maven-compile.js +1 -1
  50. package/lib/java/maven-packaging.js +1 -1
  51. package/lib/java/maven-sample.js +1 -1
  52. package/lib/java/pom.js +1 -1
  53. package/lib/java/projenrc.js +1 -1
  54. package/lib/javascript/bundler.js +1 -1
  55. package/lib/javascript/eslint.js +1 -1
  56. package/lib/javascript/jest.js +1 -1
  57. package/lib/javascript/node-package.js +1 -1
  58. package/lib/javascript/node-project.d.ts +19 -1
  59. package/lib/javascript/node-project.js +14 -6
  60. package/lib/javascript/npm-config.js +1 -1
  61. package/lib/javascript/prettier.d.ts +6 -0
  62. package/lib/javascript/prettier.js +15 -2
  63. package/lib/javascript/projenrc.js +1 -1
  64. package/lib/javascript/typescript-config.js +1 -1
  65. package/lib/javascript/upgrade-dependencies.js +4 -4
  66. package/lib/json.js +1 -1
  67. package/lib/license.js +1 -1
  68. package/lib/logger.js +1 -1
  69. package/lib/makefile.js +1 -1
  70. package/lib/object-file.js +1 -1
  71. package/lib/project-build.js +1 -1
  72. package/lib/project.js +1 -1
  73. package/lib/projects.js +1 -1
  74. package/lib/projenrc-json.js +1 -1
  75. package/lib/python/pip.js +1 -1
  76. package/lib/python/poetry.js +2 -2
  77. package/lib/python/projenrc.js +1 -1
  78. package/lib/python/pytest.js +1 -1
  79. package/lib/python/python-project.js +1 -1
  80. package/lib/python/python-sample.js +1 -1
  81. package/lib/python/requirements-file.js +1 -1
  82. package/lib/python/setuppy.js +1 -1
  83. package/lib/python/setuptools.js +1 -1
  84. package/lib/python/venv.js +1 -1
  85. package/lib/readme.js +1 -1
  86. package/lib/release/publisher.js +1 -1
  87. package/lib/release/release-trigger.js +1 -1
  88. package/lib/release/release.js +1 -1
  89. package/lib/sample-file.js +2 -2
  90. package/lib/semver.js +1 -1
  91. package/lib/source-code.d.ts +1 -0
  92. package/lib/source-code.js +3 -2
  93. package/lib/task-runtime.js +1 -1
  94. package/lib/task.js +1 -1
  95. package/lib/tasks.js +1 -1
  96. package/lib/testing.js +1 -1
  97. package/lib/textfile.js +1 -1
  98. package/lib/toml.js +1 -1
  99. package/lib/typescript/projenrc.js +1 -1
  100. package/lib/typescript/typescript-typedoc.js +1 -1
  101. package/lib/typescript/typescript.js +3 -3
  102. package/lib/version.js +1 -1
  103. package/lib/vscode/devcontainer.js +1 -1
  104. package/lib/vscode/launch-config.js +1 -1
  105. package/lib/vscode/vscode.js +1 -1
  106. package/lib/web/next.js +3 -3
  107. package/lib/web/postcss.js +1 -1
  108. package/lib/web/react.js +4 -4
  109. package/lib/web/tailwind.js +1 -1
  110. package/lib/xmlfile.js +1 -1
  111. package/lib/yaml.js +1 -1
  112. package/package.json +3 -3
  113. package/releasetag.txt +1 -1
  114. 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": {
@@ -11478,6 +11494,115 @@
11478
11494
  ],
11479
11495
  "symbolId": "src/awscdk/lambda-function:LambdaRuntime"
11480
11496
  },
11497
+ "projen.build.AddPostBuildJobCommandsOptions": {
11498
+ "assembly": "projen",
11499
+ "datatype": true,
11500
+ "docs": {
11501
+ "stability": "experimental",
11502
+ "summary": "Options for `BuildWorkflow.addPostBuildJobCommands`."
11503
+ },
11504
+ "fqn": "projen.build.AddPostBuildJobCommandsOptions",
11505
+ "kind": "interface",
11506
+ "locationInModule": {
11507
+ "filename": "src/build/build-workflow.ts",
11508
+ "line": 365
11509
+ },
11510
+ "name": "AddPostBuildJobCommandsOptions",
11511
+ "namespace": "build",
11512
+ "properties": [
11513
+ {
11514
+ "abstract": true,
11515
+ "docs": {
11516
+ "default": "false",
11517
+ "stability": "experimental",
11518
+ "summary": "Check out the repository at the pull request branch before commands are run."
11519
+ },
11520
+ "immutable": true,
11521
+ "locationInModule": {
11522
+ "filename": "src/build/build-workflow.ts",
11523
+ "line": 377
11524
+ },
11525
+ "name": "checkoutRepo",
11526
+ "optional": true,
11527
+ "type": {
11528
+ "primitive": "boolean"
11529
+ }
11530
+ },
11531
+ {
11532
+ "abstract": true,
11533
+ "docs": {
11534
+ "default": "false",
11535
+ "remarks": "Currently only supported for `NodeProject`.",
11536
+ "stability": "experimental",
11537
+ "summary": "Install project dependencies before running commands. `checkoutRepo` must also be set to true."
11538
+ },
11539
+ "immutable": true,
11540
+ "locationInModule": {
11541
+ "filename": "src/build/build-workflow.ts",
11542
+ "line": 387
11543
+ },
11544
+ "name": "installDeps",
11545
+ "optional": true,
11546
+ "type": {
11547
+ "primitive": "boolean"
11548
+ }
11549
+ },
11550
+ {
11551
+ "abstract": true,
11552
+ "docs": {
11553
+ "stability": "experimental",
11554
+ "summary": "Tools that should be installed before the commands are run."
11555
+ },
11556
+ "immutable": true,
11557
+ "locationInModule": {
11558
+ "filename": "src/build/build-workflow.ts",
11559
+ "line": 369
11560
+ },
11561
+ "name": "tools",
11562
+ "optional": true,
11563
+ "type": {
11564
+ "fqn": "projen.github.workflows.Tools"
11565
+ }
11566
+ }
11567
+ ],
11568
+ "symbolId": "src/build/build-workflow:AddPostBuildJobCommandsOptions"
11569
+ },
11570
+ "projen.build.AddPostBuildJobTaskOptions": {
11571
+ "assembly": "projen",
11572
+ "datatype": true,
11573
+ "docs": {
11574
+ "stability": "experimental",
11575
+ "summary": "Options for `BuildWorkflow.addPostBuildJobTask`."
11576
+ },
11577
+ "fqn": "projen.build.AddPostBuildJobTaskOptions",
11578
+ "kind": "interface",
11579
+ "locationInModule": {
11580
+ "filename": "src/build/build-workflow.ts",
11581
+ "line": 355
11582
+ },
11583
+ "name": "AddPostBuildJobTaskOptions",
11584
+ "namespace": "build",
11585
+ "properties": [
11586
+ {
11587
+ "abstract": true,
11588
+ "docs": {
11589
+ "stability": "experimental",
11590
+ "summary": "Tools that should be installed before the task is run."
11591
+ },
11592
+ "immutable": true,
11593
+ "locationInModule": {
11594
+ "filename": "src/build/build-workflow.ts",
11595
+ "line": 359
11596
+ },
11597
+ "name": "tools",
11598
+ "optional": true,
11599
+ "type": {
11600
+ "fqn": "projen.github.workflows.Tools"
11601
+ }
11602
+ }
11603
+ ],
11604
+ "symbolId": "src/build/build-workflow:AddPostBuildJobTaskOptions"
11605
+ },
11481
11606
  "projen.build.BuildWorkflow": {
11482
11607
  "assembly": "projen",
11483
11608
  "base": "projen.Component",
@@ -11491,7 +11616,7 @@
11491
11616
  },
11492
11617
  "locationInModule": {
11493
11618
  "filename": "src/build/build-workflow.ts",
11494
- "line": 91
11619
+ "line": 92
11495
11620
  },
11496
11621
  "parameters": [
11497
11622
  {
@@ -11511,7 +11636,7 @@
11511
11636
  "kind": "class",
11512
11637
  "locationInModule": {
11513
11638
  "filename": "src/build/build-workflow.ts",
11514
- "line": 80
11639
+ "line": 81
11515
11640
  },
11516
11641
  "methods": [
11517
11642
  {
@@ -11522,7 +11647,7 @@
11522
11647
  },
11523
11648
  "locationInModule": {
11524
11649
  "filename": "src/build/build-workflow.ts",
11525
- "line": 171
11650
+ "line": 172
11526
11651
  },
11527
11652
  "name": "addPostBuildJob",
11528
11653
  "parameters": [
@@ -11546,6 +11671,76 @@
11546
11671
  }
11547
11672
  ]
11548
11673
  },
11674
+ {
11675
+ "docs": {
11676
+ "remarks": "Jobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
11677
+ "stability": "experimental",
11678
+ "summary": "Run a sequence of commands as a job within the build workflow which is executed after the build job succeeded."
11679
+ },
11680
+ "locationInModule": {
11681
+ "filename": "src/build/build-workflow.ts",
11682
+ "line": 235
11683
+ },
11684
+ "name": "addPostBuildJobCommands",
11685
+ "parameters": [
11686
+ {
11687
+ "name": "id",
11688
+ "type": {
11689
+ "primitive": "string"
11690
+ }
11691
+ },
11692
+ {
11693
+ "name": "commands",
11694
+ "type": {
11695
+ "collection": {
11696
+ "elementtype": {
11697
+ "primitive": "string"
11698
+ },
11699
+ "kind": "array"
11700
+ }
11701
+ }
11702
+ },
11703
+ {
11704
+ "docs": {
11705
+ "summary": "Specify tools and other options."
11706
+ },
11707
+ "name": "options",
11708
+ "optional": true,
11709
+ "type": {
11710
+ "fqn": "projen.build.AddPostBuildJobCommandsOptions"
11711
+ }
11712
+ }
11713
+ ]
11714
+ },
11715
+ {
11716
+ "docs": {
11717
+ "remarks": "The job will have access to build artifacts and will install project\ndependencies in order to be able to run any commands used in the tasks.\n\nJobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
11718
+ "stability": "experimental",
11719
+ "summary": "Run a task as a job within the build workflow which is executed after the build job succeeded."
11720
+ },
11721
+ "locationInModule": {
11722
+ "filename": "src/build/build-workflow.ts",
11723
+ "line": 213
11724
+ },
11725
+ "name": "addPostBuildJobTask",
11726
+ "parameters": [
11727
+ {
11728
+ "name": "task",
11729
+ "type": {
11730
+ "fqn": "projen.Task"
11731
+ }
11732
+ },
11733
+ {
11734
+ "docs": {
11735
+ "summary": "Specify tools and other options."
11736
+ },
11737
+ "name": "options",
11738
+ "type": {
11739
+ "fqn": "projen.build.AddPostBuildJobTaskOptions"
11740
+ }
11741
+ }
11742
+ ]
11743
+ },
11549
11744
  {
11550
11745
  "docs": {
11551
11746
  "stability": "experimental",
@@ -11553,7 +11748,7 @@
11553
11748
  },
11554
11749
  "locationInModule": {
11555
11750
  "filename": "src/build/build-workflow.ts",
11556
- "line": 156
11751
+ "line": 157
11557
11752
  },
11558
11753
  "name": "addPostBuildSteps",
11559
11754
  "parameters": [
@@ -11582,7 +11777,7 @@
11582
11777
  "immutable": true,
11583
11778
  "locationInModule": {
11584
11779
  "filename": "src/build/build-workflow.ts",
11585
- "line": 148
11780
+ "line": 149
11586
11781
  },
11587
11782
  "name": "buildJobIds",
11588
11783
  "type": {
@@ -11607,7 +11802,7 @@
11607
11802
  "kind": "interface",
11608
11803
  "locationInModule": {
11609
11804
  "filename": "src/build/build-workflow.ts",
11610
- "line": 23
11805
+ "line": 24
11611
11806
  },
11612
11807
  "name": "BuildWorkflowOptions",
11613
11808
  "namespace": "build",
@@ -11621,7 +11816,7 @@
11621
11816
  "immutable": true,
11622
11817
  "locationInModule": {
11623
11818
  "filename": "src/build/build-workflow.ts",
11624
- "line": 32
11819
+ "line": 33
11625
11820
  },
11626
11821
  "name": "artifactsDirectory",
11627
11822
  "type": {
@@ -11637,7 +11832,7 @@
11637
11832
  "immutable": true,
11638
11833
  "locationInModule": {
11639
11834
  "filename": "src/build/build-workflow.ts",
11640
- "line": 27
11835
+ "line": 28
11641
11836
  },
11642
11837
  "name": "buildTask",
11643
11838
  "type": {
@@ -11654,7 +11849,7 @@
11654
11849
  "immutable": true,
11655
11850
  "locationInModule": {
11656
11851
  "filename": "src/build/build-workflow.ts",
11657
- "line": 38
11852
+ "line": 39
11658
11853
  },
11659
11854
  "name": "containerImage",
11660
11855
  "optional": true,
@@ -11672,7 +11867,7 @@
11672
11867
  "immutable": true,
11673
11868
  "locationInModule": {
11674
11869
  "filename": "src/build/build-workflow.ts",
11675
- "line": 77
11870
+ "line": 78
11676
11871
  },
11677
11872
  "name": "env",
11678
11873
  "optional": true,
@@ -11695,7 +11890,7 @@
11695
11890
  "immutable": true,
11696
11891
  "locationInModule": {
11697
11892
  "filename": "src/build/build-workflow.ts",
11698
- "line": 71
11893
+ "line": 72
11699
11894
  },
11700
11895
  "name": "gitIdentity",
11701
11896
  "optional": true,
@@ -11714,7 +11909,7 @@
11714
11909
  "immutable": true,
11715
11910
  "locationInModule": {
11716
11911
  "filename": "src/build/build-workflow.ts",
11717
- "line": 53
11912
+ "line": 54
11718
11913
  },
11719
11914
  "name": "mutableBuild",
11720
11915
  "optional": true,
@@ -11732,7 +11927,7 @@
11732
11927
  "immutable": true,
11733
11928
  "locationInModule": {
11734
11929
  "filename": "src/build/build-workflow.ts",
11735
- "line": 65
11930
+ "line": 66
11736
11931
  },
11737
11932
  "name": "postBuildSteps",
11738
11933
  "optional": true,
@@ -11755,7 +11950,7 @@
11755
11950
  "immutable": true,
11756
11951
  "locationInModule": {
11757
11952
  "filename": "src/build/build-workflow.ts",
11758
- "line": 59
11953
+ "line": 60
11759
11954
  },
11760
11955
  "name": "preBuildSteps",
11761
11956
  "optional": true,
@@ -22954,33 +23149,6 @@
22954
23149
  "filename": "src/gitlab/nested-configuration.ts",
22955
23150
  "line": 9
22956
23151
  },
22957
- "methods": [
22958
- {
22959
- "docs": {
22960
- "stability": "experimental",
22961
- "summary": "Add stages to the Nested configuration and the main CI file if not already present."
22962
- },
22963
- "locationInModule": {
22964
- "filename": "src/gitlab/nested-configuration.ts",
22965
- "line": 24
22966
- },
22967
- "name": "addStages",
22968
- "overrides": "projen.gitlab.CiConfiguration",
22969
- "parameters": [
22970
- {
22971
- "docs": {
22972
- "summary": "stages to add."
22973
- },
22974
- "name": "stages",
22975
- "type": {
22976
- "primitive": "string"
22977
- },
22978
- "variadic": true
22979
- }
22980
- ],
22981
- "variadic": true
22982
- }
22983
- ],
22984
23152
  "name": "NestedConfiguration",
22985
23153
  "namespace": "gitlab",
22986
23154
  "properties": [
@@ -26016,7 +26184,7 @@
26016
26184
  "kind": "enum",
26017
26185
  "locationInModule": {
26018
26186
  "filename": "src/javascript/prettier.ts",
26019
- "line": 200
26187
+ "line": 201
26020
26188
  },
26021
26189
  "members": [
26022
26190
  {
@@ -26617,7 +26785,7 @@
26617
26785
  "kind": "enum",
26618
26786
  "locationInModule": {
26619
26787
  "filename": "src/javascript/prettier.ts",
26620
- "line": 212
26788
+ "line": 213
26621
26789
  },
26622
26790
  "members": [
26623
26791
  {
@@ -26648,7 +26816,7 @@
26648
26816
  "kind": "enum",
26649
26817
  "locationInModule": {
26650
26818
  "filename": "src/javascript/prettier.ts",
26651
- "line": 224
26819
+ "line": 225
26652
26820
  },
26653
26821
  "members": [
26654
26822
  {
@@ -27264,7 +27432,7 @@
27264
27432
  "kind": "enum",
27265
27433
  "locationInModule": {
27266
27434
  "filename": "src/javascript/prettier.ts",
27267
- "line": 247
27435
+ "line": 248
27268
27436
  },
27269
27437
  "members": [
27270
27438
  {
@@ -30583,7 +30751,7 @@
30583
30751
  },
30584
30752
  "locationInModule": {
30585
30753
  "filename": "src/javascript/node-project.ts",
30586
- "line": 918
30754
+ "line": 931
30587
30755
  },
30588
30756
  "name": "addBundledDeps",
30589
30757
  "parameters": [
@@ -30630,7 +30798,7 @@
30630
30798
  },
30631
30799
  "locationInModule": {
30632
30800
  "filename": "src/javascript/node-project.ts",
30633
- "line": 872
30801
+ "line": 885
30634
30802
  },
30635
30803
  "name": "addDeps",
30636
30804
  "parameters": [
@@ -30655,7 +30823,7 @@
30655
30823
  },
30656
30824
  "locationInModule": {
30657
30825
  "filename": "src/javascript/node-project.ts",
30658
- "line": 885
30826
+ "line": 898
30659
30827
  },
30660
30828
  "name": "addDevDeps",
30661
30829
  "parameters": [
@@ -30732,7 +30900,7 @@
30732
30900
  },
30733
30901
  "locationInModule": {
30734
30902
  "filename": "src/javascript/node-project.ts",
30735
- "line": 922
30903
+ "line": 935
30736
30904
  },
30737
30905
  "name": "addPackageIgnore",
30738
30906
  "overrides": "projen.Project",
@@ -30753,7 +30921,7 @@
30753
30921
  },
30754
30922
  "locationInModule": {
30755
30923
  "filename": "src/javascript/node-project.ts",
30756
- "line": 902
30924
+ "line": 915
30757
30925
  },
30758
30926
  "name": "addPeerDeps",
30759
30927
  "parameters": [
@@ -30842,6 +31010,40 @@
30842
31010
  }
30843
31011
  ]
30844
31012
  },
31013
+ {
31014
+ "docs": {
31015
+ "returns": "Job steps",
31016
+ "stability": "experimental",
31017
+ "summary": "Returns the set of workflow steps which should be executed to bootstrap a workflow."
31018
+ },
31019
+ "locationInModule": {
31020
+ "filename": "src/javascript/node-project.ts",
31021
+ "line": 840
31022
+ },
31023
+ "name": "renderWorkflowSetup",
31024
+ "parameters": [
31025
+ {
31026
+ "docs": {
31027
+ "summary": "Options."
31028
+ },
31029
+ "name": "options",
31030
+ "optional": true,
31031
+ "type": {
31032
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions"
31033
+ }
31034
+ }
31035
+ ],
31036
+ "returns": {
31037
+ "type": {
31038
+ "collection": {
31039
+ "elementtype": {
31040
+ "fqn": "projen.github.workflows.JobStep"
31041
+ },
31042
+ "kind": "array"
31043
+ }
31044
+ }
31045
+ }
31046
+ },
30845
31047
  {
30846
31048
  "docs": {
30847
31049
  "remarks": "This will\ntypically be `npx projen TASK`.",
@@ -30850,7 +31052,7 @@
30850
31052
  },
30851
31053
  "locationInModule": {
30852
31054
  "filename": "src/javascript/node-project.ts",
30853
- "line": 995
31055
+ "line": 1008
30854
31056
  },
30855
31057
  "name": "runTaskCommand",
30856
31058
  "overrides": "projen.Project",
@@ -30981,25 +31183,6 @@
30981
31183
  "primitive": "string"
30982
31184
  }
30983
31185
  },
30984
- {
30985
- "docs": {
30986
- "stability": "experimental"
30987
- },
30988
- "immutable": true,
30989
- "locationInModule": {
30990
- "filename": "src/javascript/node-project.ts",
30991
- "line": 833
30992
- },
30993
- "name": "installWorkflowSteps",
30994
- "type": {
30995
- "collection": {
30996
- "elementtype": {
30997
- "fqn": "projen.github.workflows.JobStep"
30998
- },
30999
- "kind": "array"
31000
- }
31001
- }
31002
- },
31003
31186
  {
31004
31187
  "docs": {
31005
31188
  "deprecated": "use `package.addField(x, y)`",
@@ -31102,7 +31285,7 @@
31102
31285
  "immutable": true,
31103
31286
  "locationInModule": {
31104
31287
  "filename": "src/javascript/node-project.ts",
31105
- "line": 1002
31288
+ "line": 1015
31106
31289
  },
31107
31290
  "name": "buildWorkflowJobId",
31108
31291
  "optional": true,
@@ -32208,7 +32391,7 @@
32208
32391
  },
32209
32392
  "locationInModule": {
32210
32393
  "filename": "src/javascript/prettier.ts",
32211
- "line": 362
32394
+ "line": 363
32212
32395
  },
32213
32396
  "parameters": [
32214
32397
  {
@@ -32228,7 +32411,7 @@
32228
32411
  "kind": "class",
32229
32412
  "locationInModule": {
32230
32413
  "filename": "src/javascript/prettier.ts",
32231
- "line": 340
32414
+ "line": 341
32232
32415
  },
32233
32416
  "methods": [
32234
32417
  {
@@ -32237,7 +32420,7 @@
32237
32420
  },
32238
32421
  "locationInModule": {
32239
32422
  "filename": "src/javascript/prettier.ts",
32240
- "line": 341
32423
+ "line": 342
32241
32424
  },
32242
32425
  "name": "of",
32243
32426
  "parameters": [
@@ -32263,7 +32446,7 @@
32263
32446
  },
32264
32447
  "locationInModule": {
32265
32448
  "filename": "src/javascript/prettier.ts",
32266
- "line": 398
32449
+ "line": 399
32267
32450
  },
32268
32451
  "name": "addIgnorePattern",
32269
32452
  "parameters": [
@@ -32286,7 +32469,7 @@
32286
32469
  },
32287
32470
  "locationInModule": {
32288
32471
  "filename": "src/javascript/prettier.ts",
32289
- "line": 388
32472
+ "line": 389
32290
32473
  },
32291
32474
  "name": "addOverride",
32292
32475
  "parameters": [
@@ -32297,6 +32480,18 @@
32297
32480
  }
32298
32481
  }
32299
32482
  ]
32483
+ },
32484
+ {
32485
+ "docs": {
32486
+ "stability": "experimental",
32487
+ "summary": "Called before synthesis."
32488
+ },
32489
+ "locationInModule": {
32490
+ "filename": "src/javascript/prettier.ts",
32491
+ "line": 410
32492
+ },
32493
+ "name": "preSynthesize",
32494
+ "overrides": "projen.Component"
32300
32495
  }
32301
32496
  ],
32302
32497
  "name": "Prettier",
@@ -32310,7 +32505,7 @@
32310
32505
  "immutable": true,
32311
32506
  "locationInModule": {
32312
32507
  "filename": "src/javascript/prettier.ts",
32313
- "line": 405
32508
+ "line": 406
32314
32509
  },
32315
32510
  "name": "overrides",
32316
32511
  "type": {
@@ -32330,7 +32525,7 @@
32330
32525
  "immutable": true,
32331
32526
  "locationInModule": {
32332
32527
  "filename": "src/javascript/prettier.ts",
32333
- "line": 348
32528
+ "line": 349
32334
32529
  },
32335
32530
  "name": "settings",
32336
32531
  "type": {
@@ -32345,7 +32540,7 @@
32345
32540
  "immutable": true,
32346
32541
  "locationInModule": {
32347
32542
  "filename": "src/javascript/prettier.ts",
32348
- "line": 353
32543
+ "line": 354
32349
32544
  },
32350
32545
  "name": "ignoreFile",
32351
32546
  "optional": true,
@@ -32367,7 +32562,7 @@
32367
32562
  "kind": "interface",
32368
32563
  "locationInModule": {
32369
32564
  "filename": "src/javascript/prettier.ts",
32370
- "line": 10
32565
+ "line": 11
32371
32566
  },
32372
32567
  "name": "PrettierOptions",
32373
32568
  "namespace": "javascript",
@@ -32382,7 +32577,7 @@
32382
32577
  "immutable": true,
32383
32578
  "locationInModule": {
32384
32579
  "filename": "src/javascript/prettier.ts",
32385
- "line": 16
32580
+ "line": 17
32386
32581
  },
32387
32582
  "name": "ignoreFile",
32388
32583
  "optional": true,
@@ -32401,7 +32596,7 @@
32401
32596
  "immutable": true,
32402
32597
  "locationInModule": {
32403
32598
  "filename": "src/javascript/prettier.ts",
32404
- "line": 30
32599
+ "line": 31
32405
32600
  },
32406
32601
  "name": "overrides",
32407
32602
  "optional": true,
@@ -32424,7 +32619,7 @@
32424
32619
  "immutable": true,
32425
32620
  "locationInModule": {
32426
32621
  "filename": "src/javascript/prettier.ts",
32427
- "line": 22
32622
+ "line": 23
32428
32623
  },
32429
32624
  "name": "settings",
32430
32625
  "optional": true,
@@ -32445,7 +32640,7 @@
32445
32640
  "kind": "interface",
32446
32641
  "locationInModule": {
32447
32642
  "filename": "src/javascript/prettier.ts",
32448
- "line": 264
32643
+ "line": 265
32449
32644
  },
32450
32645
  "name": "PrettierOverride",
32451
32646
  "namespace": "javascript",
@@ -32459,7 +32654,7 @@
32459
32654
  "immutable": true,
32460
32655
  "locationInModule": {
32461
32656
  "filename": "src/javascript/prettier.ts",
32462
- "line": 272
32657
+ "line": 273
32463
32658
  },
32464
32659
  "name": "files",
32465
32660
  "type": {
@@ -32489,7 +32684,7 @@
32489
32684
  "immutable": true,
32490
32685
  "locationInModule": {
32491
32686
  "filename": "src/javascript/prettier.ts",
32492
- "line": 276
32687
+ "line": 277
32493
32688
  },
32494
32689
  "name": "settings",
32495
32690
  "type": {
@@ -32505,7 +32700,7 @@
32505
32700
  "immutable": true,
32506
32701
  "locationInModule": {
32507
32702
  "filename": "src/javascript/prettier.ts",
32508
- "line": 268
32703
+ "line": 269
32509
32704
  },
32510
32705
  "name": "excludeFiles",
32511
32706
  "optional": true,
@@ -32542,7 +32737,7 @@
32542
32737
  "kind": "interface",
32543
32738
  "locationInModule": {
32544
32739
  "filename": "src/javascript/prettier.ts",
32545
- "line": 37
32740
+ "line": 38
32546
32741
  },
32547
32742
  "name": "PrettierSettings",
32548
32743
  "namespace": "javascript",
@@ -32557,7 +32752,7 @@
32557
32752
  "immutable": true,
32558
32753
  "locationInModule": {
32559
32754
  "filename": "src/javascript/prettier.ts",
32560
- "line": 43
32755
+ "line": 44
32561
32756
  },
32562
32757
  "name": "arrowParens",
32563
32758
  "optional": true,
@@ -32575,7 +32770,7 @@
32575
32770
  "immutable": true,
32576
32771
  "locationInModule": {
32577
32772
  "filename": "src/javascript/prettier.ts",
32578
- "line": 49
32773
+ "line": 50
32579
32774
  },
32580
32775
  "name": "bracketSameLine",
32581
32776
  "optional": true,
@@ -32593,7 +32788,7 @@
32593
32788
  "immutable": true,
32594
32789
  "locationInModule": {
32595
32790
  "filename": "src/javascript/prettier.ts",
32596
- "line": 55
32791
+ "line": 56
32597
32792
  },
32598
32793
  "name": "bracketSpacing",
32599
32794
  "optional": true,
@@ -32612,7 +32807,7 @@
32612
32807
  "immutable": true,
32613
32808
  "locationInModule": {
32614
32809
  "filename": "src/javascript/prettier.ts",
32615
- "line": 62
32810
+ "line": 63
32616
32811
  },
32617
32812
  "name": "cursorOffset",
32618
32813
  "optional": true,
@@ -32630,7 +32825,7 @@
32630
32825
  "immutable": true,
32631
32826
  "locationInModule": {
32632
32827
  "filename": "src/javascript/prettier.ts",
32633
- "line": 68
32828
+ "line": 69
32634
32829
  },
32635
32830
  "name": "embeddedLanguageFormatting",
32636
32831
  "optional": true,
@@ -32648,7 +32843,7 @@
32648
32843
  "immutable": true,
32649
32844
  "locationInModule": {
32650
32845
  "filename": "src/javascript/prettier.ts",
32651
- "line": 74
32846
+ "line": 75
32652
32847
  },
32653
32848
  "name": "endOfLine",
32654
32849
  "optional": true,
@@ -32667,7 +32862,7 @@
32667
32862
  "immutable": true,
32668
32863
  "locationInModule": {
32669
32864
  "filename": "src/javascript/prettier.ts",
32670
- "line": 79
32865
+ "line": 80
32671
32866
  },
32672
32867
  "name": "filepath",
32673
32868
  "optional": true,
@@ -32685,7 +32880,7 @@
32685
32880
  "immutable": true,
32686
32881
  "locationInModule": {
32687
32882
  "filename": "src/javascript/prettier.ts",
32688
- "line": 85
32883
+ "line": 86
32689
32884
  },
32690
32885
  "name": "htmlWhitespaceSensitivity",
32691
32886
  "optional": true,
@@ -32703,7 +32898,7 @@
32703
32898
  "immutable": true,
32704
32899
  "locationInModule": {
32705
32900
  "filename": "src/javascript/prettier.ts",
32706
- "line": 91
32901
+ "line": 92
32707
32902
  },
32708
32903
  "name": "insertPragma",
32709
32904
  "optional": true,
@@ -32721,7 +32916,7 @@
32721
32916
  "immutable": true,
32722
32917
  "locationInModule": {
32723
32918
  "filename": "src/javascript/prettier.ts",
32724
- "line": 97
32919
+ "line": 98
32725
32920
  },
32726
32921
  "name": "jsxSingleQuote",
32727
32922
  "optional": true,
@@ -32739,7 +32934,7 @@
32739
32934
  "immutable": true,
32740
32935
  "locationInModule": {
32741
32936
  "filename": "src/javascript/prettier.ts",
32742
- "line": 103
32937
+ "line": 104
32743
32938
  },
32744
32939
  "name": "parser",
32745
32940
  "optional": true,
@@ -32758,7 +32953,7 @@
32758
32953
  "immutable": true,
32759
32954
  "locationInModule": {
32760
32955
  "filename": "src/javascript/prettier.ts",
32761
- "line": 109
32956
+ "line": 110
32762
32957
  },
32763
32958
  "name": "plugins",
32764
32959
  "optional": true,
@@ -32782,7 +32977,7 @@
32782
32977
  "immutable": true,
32783
32978
  "locationInModule": {
32784
32979
  "filename": "src/javascript/prettier.ts",
32785
- "line": 118
32980
+ "line": 119
32786
32981
  },
32787
32982
  "name": "pluginSearchDirs",
32788
32983
  "optional": true,
@@ -32805,7 +33000,7 @@
32805
33000
  "immutable": true,
32806
33001
  "locationInModule": {
32807
33002
  "filename": "src/javascript/prettier.ts",
32808
- "line": 124
33003
+ "line": 125
32809
33004
  },
32810
33005
  "name": "printWidth",
32811
33006
  "optional": true,
@@ -32823,7 +33018,7 @@
32823
33018
  "immutable": true,
32824
33019
  "locationInModule": {
32825
33020
  "filename": "src/javascript/prettier.ts",
32826
- "line": 130
33021
+ "line": 131
32827
33022
  },
32828
33023
  "name": "proseWrap",
32829
33024
  "optional": true,
@@ -32841,7 +33036,7 @@
32841
33036
  "immutable": true,
32842
33037
  "locationInModule": {
32843
33038
  "filename": "src/javascript/prettier.ts",
32844
- "line": 136
33039
+ "line": 137
32845
33040
  },
32846
33041
  "name": "quoteProps",
32847
33042
  "optional": true,
@@ -32860,7 +33055,7 @@
32860
33055
  "immutable": true,
32861
33056
  "locationInModule": {
32862
33057
  "filename": "src/javascript/prettier.ts",
32863
- "line": 144
33058
+ "line": 145
32864
33059
  },
32865
33060
  "name": "rangeEnd",
32866
33061
  "optional": true,
@@ -32879,7 +33074,7 @@
32879
33074
  "immutable": true,
32880
33075
  "locationInModule": {
32881
33076
  "filename": "src/javascript/prettier.ts",
32882
- "line": 153
33077
+ "line": 154
32883
33078
  },
32884
33079
  "name": "rangeStart",
32885
33080
  "optional": true,
@@ -32897,7 +33092,7 @@
32897
33092
  "immutable": true,
32898
33093
  "locationInModule": {
32899
33094
  "filename": "src/javascript/prettier.ts",
32900
- "line": 161
33095
+ "line": 162
32901
33096
  },
32902
33097
  "name": "requirePragma",
32903
33098
  "optional": true,
@@ -32915,7 +33110,7 @@
32915
33110
  "immutable": true,
32916
33111
  "locationInModule": {
32917
33112
  "filename": "src/javascript/prettier.ts",
32918
- "line": 167
33113
+ "line": 168
32919
33114
  },
32920
33115
  "name": "semi",
32921
33116
  "optional": true,
@@ -32933,7 +33128,7 @@
32933
33128
  "immutable": true,
32934
33129
  "locationInModule": {
32935
33130
  "filename": "src/javascript/prettier.ts",
32936
- "line": 173
33131
+ "line": 174
32937
33132
  },
32938
33133
  "name": "singleQuote",
32939
33134
  "optional": true,
@@ -32951,7 +33146,7 @@
32951
33146
  "immutable": true,
32952
33147
  "locationInModule": {
32953
33148
  "filename": "src/javascript/prettier.ts",
32954
- "line": 179
33149
+ "line": 180
32955
33150
  },
32956
33151
  "name": "tabWidth",
32957
33152
  "optional": true,
@@ -32969,7 +33164,7 @@
32969
33164
  "immutable": true,
32970
33165
  "locationInModule": {
32971
33166
  "filename": "src/javascript/prettier.ts",
32972
- "line": 185
33167
+ "line": 186
32973
33168
  },
32974
33169
  "name": "trailingComma",
32975
33170
  "optional": true,
@@ -32987,7 +33182,7 @@
32987
33182
  "immutable": true,
32988
33183
  "locationInModule": {
32989
33184
  "filename": "src/javascript/prettier.ts",
32990
- "line": 191
33185
+ "line": 192
32991
33186
  },
32992
33187
  "name": "useTabs",
32993
33188
  "optional": true,
@@ -33005,7 +33200,7 @@
33005
33200
  "immutable": true,
33006
33201
  "locationInModule": {
33007
33202
  "filename": "src/javascript/prettier.ts",
33008
- "line": 197
33203
+ "line": 198
33009
33204
  },
33010
33205
  "name": "vueIndentScriptAndStyle",
33011
33206
  "optional": true,
@@ -33102,7 +33297,7 @@
33102
33297
  "kind": "enum",
33103
33298
  "locationInModule": {
33104
33299
  "filename": "src/javascript/prettier.ts",
33105
- "line": 286
33300
+ "line": 287
33106
33301
  },
33107
33302
  "members": [
33108
33303
  {
@@ -33140,7 +33335,7 @@
33140
33335
  "kind": "enum",
33141
33336
  "locationInModule": {
33142
33337
  "filename": "src/javascript/prettier.ts",
33143
- "line": 303
33338
+ "line": 304
33144
33339
  },
33145
33340
  "members": [
33146
33341
  {
@@ -33169,6 +33364,43 @@
33169
33364
  "namespace": "javascript",
33170
33365
  "symbolId": "src/javascript/prettier:QuoteProps"
33171
33366
  },
33367
+ "projen.javascript.RenderWorkflowSetupOptions": {
33368
+ "assembly": "projen",
33369
+ "datatype": true,
33370
+ "docs": {
33371
+ "stability": "experimental",
33372
+ "summary": "Options for `renderInstallSteps()`."
33373
+ },
33374
+ "fqn": "projen.javascript.RenderWorkflowSetupOptions",
33375
+ "kind": "interface",
33376
+ "locationInModule": {
33377
+ "filename": "src/javascript/node-project.ts",
33378
+ "line": 1023
33379
+ },
33380
+ "name": "RenderWorkflowSetupOptions",
33381
+ "namespace": "javascript",
33382
+ "properties": [
33383
+ {
33384
+ "abstract": true,
33385
+ "docs": {
33386
+ "default": "false",
33387
+ "stability": "experimental",
33388
+ "summary": "Should the pacakge lockfile be updated?"
33389
+ },
33390
+ "immutable": true,
33391
+ "locationInModule": {
33392
+ "filename": "src/javascript/node-project.ts",
33393
+ "line": 1028
33394
+ },
33395
+ "name": "mutable",
33396
+ "optional": true,
33397
+ "type": {
33398
+ "primitive": "boolean"
33399
+ }
33400
+ }
33401
+ ],
33402
+ "symbolId": "src/javascript/node-project:RenderWorkflowSetupOptions"
33403
+ },
33172
33404
  "projen.javascript.TrailingComma": {
33173
33405
  "assembly": "projen",
33174
33406
  "docs": {
@@ -33178,7 +33410,7 @@
33178
33410
  "kind": "enum",
33179
33411
  "locationInModule": {
33180
33412
  "filename": "src/javascript/prettier.ts",
33181
- "line": 320
33413
+ "line": 321
33182
33414
  },
33183
33415
  "members": [
33184
33416
  {
@@ -42452,6 +42684,6 @@
42452
42684
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
42453
42685
  }
42454
42686
  },
42455
- "version": "0.50.0",
42456
- "fingerprint": "JmB+XrWLS1KdnVX8x5RjNmo/X5m4Q8XYNRxhxeJ7WqM="
42687
+ "version": "0.50.5",
42688
+ "fingerprint": "kupxN6RhXVmNiM8jUjOJK6HIdhtlqRY+VMCVtrmLxlU="
42457
42689
  }