projen 0.85.1 → 0.85.2

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 (135) hide show
  1. package/.jsii +162 -116
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.d.ts +10 -0
  33. package/lib/dependencies.js +16 -2
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-backport.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow-job.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflow-actions.js +1 -1
  54. package/lib/github/workflow-jobs.js +1 -1
  55. package/lib/github/workflow-steps.js +1 -1
  56. package/lib/github/workflows.js +1 -1
  57. package/lib/gitlab/configuration.js +1 -1
  58. package/lib/gitlab/gitlab-configuration.js +1 -1
  59. package/lib/gitlab/nested-configuration.js +1 -1
  60. package/lib/gitpod.js +1 -1
  61. package/lib/ignore-file.js +1 -1
  62. package/lib/ini.js +1 -1
  63. package/lib/java/java-project.js +1 -1
  64. package/lib/java/junit.js +1 -1
  65. package/lib/java/maven-compile.js +1 -1
  66. package/lib/java/maven-packaging.js +1 -1
  67. package/lib/java/maven-sample.js +1 -1
  68. package/lib/java/pom.js +2 -2
  69. package/lib/java/projenrc.js +1 -1
  70. package/lib/javascript/bundler.js +1 -1
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +4 -4
  73. package/lib/javascript/license-checker.js +1 -1
  74. package/lib/javascript/node-package.js +6 -4
  75. package/lib/javascript/node-project.js +6 -3
  76. package/lib/javascript/npm-config.js +1 -1
  77. package/lib/javascript/prettier.js +1 -1
  78. package/lib/javascript/projenrc.js +1 -1
  79. package/lib/javascript/typescript-config.js +2 -2
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +1 -1
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.js +2 -2
  96. package/lib/python/projenrc.js +1 -1
  97. package/lib/python/pytest-sample.js +1 -1
  98. package/lib/python/pytest.js +1 -1
  99. package/lib/python/python-project.js +1 -1
  100. package/lib/python/python-sample.js +1 -1
  101. package/lib/python/requirements-file.js +1 -1
  102. package/lib/python/setuppy.js +1 -1
  103. package/lib/python/setuptools.js +1 -1
  104. package/lib/python/venv.js +1 -1
  105. package/lib/readme.js +1 -1
  106. package/lib/release/publisher.js +1 -1
  107. package/lib/release/release-trigger.js +1 -1
  108. package/lib/release/release.js +1 -1
  109. package/lib/renovatebot.js +1 -1
  110. package/lib/sample-file.js +2 -2
  111. package/lib/semver.js +1 -1
  112. package/lib/source-code.js +1 -1
  113. package/lib/task-runtime.js +1 -1
  114. package/lib/task.js +1 -1
  115. package/lib/tasks.js +1 -1
  116. package/lib/testing.js +1 -1
  117. package/lib/textfile.js +1 -1
  118. package/lib/toml.js +1 -1
  119. package/lib/typescript/projenrc-ts.js +1 -1
  120. package/lib/typescript/projenrc.js +1 -1
  121. package/lib/typescript/typescript-typedoc.js +1 -1
  122. package/lib/typescript/typescript.js +6 -6
  123. package/lib/version.js +2 -2
  124. package/lib/vscode/devcontainer.js +1 -1
  125. package/lib/vscode/extensions.js +1 -1
  126. package/lib/vscode/launch-config.js +1 -1
  127. package/lib/vscode/settings.js +1 -1
  128. package/lib/vscode/vscode.js +1 -1
  129. package/lib/web/next.js +3 -3
  130. package/lib/web/postcss.js +1 -1
  131. package/lib/web/react.js +4 -4
  132. package/lib/web/tailwind.js +1 -1
  133. package/lib/xmlfile.js +1 -1
  134. package/lib/yaml.js +1 -1
  135. package/package.json +1 -1
package/.jsii CHANGED
@@ -482,7 +482,7 @@
482
482
  },
483
483
  "locationInModule": {
484
484
  "filename": "src/dependencies.ts",
485
- "line": 52
485
+ "line": 53
486
486
  },
487
487
  "parameters": [
488
488
  {
@@ -499,7 +499,7 @@
499
499
  "kind": "class",
500
500
  "locationInModule": {
501
501
  "filename": "src/dependencies.ts",
502
- "line": 16
502
+ "line": 17
503
503
  },
504
504
  "methods": [
505
505
  {
@@ -510,7 +510,7 @@
510
510
  },
511
511
  "locationInModule": {
512
512
  "filename": "src/dependencies.ts",
513
- "line": 31
513
+ "line": 32
514
514
  },
515
515
  "name": "parseDependency",
516
516
  "parameters": [
@@ -535,7 +535,7 @@
535
535
  },
536
536
  "locationInModule": {
537
537
  "filename": "src/dependencies.ts",
538
- "line": 134
538
+ "line": 135
539
539
  },
540
540
  "name": "addDependency",
541
541
  "parameters": [
@@ -585,7 +585,7 @@
585
585
  },
586
586
  "locationInModule": {
587
587
  "filename": "src/dependencies.ts",
588
- "line": 87
588
+ "line": 88
589
589
  },
590
590
  "name": "getDependency",
591
591
  "parameters": [
@@ -616,6 +616,52 @@
616
616
  }
617
617
  }
618
618
  },
619
+ {
620
+ "docs": {
621
+ "returns": "`true` if the dependency exists and its version satisfies the provided constraint. `false` otherwise.\nNotably returns `false` if a dependency exists, but has no version.",
622
+ "stability": "experimental",
623
+ "summary": "Checks if an existing dependency satisfies a dependency requirement."
624
+ },
625
+ "locationInModule": {
626
+ "filename": "src/dependencies.ts",
627
+ "line": 186
628
+ },
629
+ "name": "isDependencySatisfied",
630
+ "parameters": [
631
+ {
632
+ "docs": {
633
+ "summary": "The name of the dependency to check (without the version)."
634
+ },
635
+ "name": "name",
636
+ "type": {
637
+ "primitive": "string"
638
+ }
639
+ },
640
+ {
641
+ "docs": {
642
+ "summary": "The dependency type."
643
+ },
644
+ "name": "type",
645
+ "type": {
646
+ "fqn": "projen.DependencyType"
647
+ }
648
+ },
649
+ {
650
+ "docs": {
651
+ "summary": "The version constraint to check (e.g. `^3.4.0`). The constraint of the dependency must be a subset of the expected range to satisfy the requirements."
652
+ },
653
+ "name": "expectedRange",
654
+ "type": {
655
+ "primitive": "string"
656
+ }
657
+ }
658
+ ],
659
+ "returns": {
660
+ "type": {
661
+ "primitive": "boolean"
662
+ }
663
+ }
664
+ },
619
665
  {
620
666
  "docs": {
621
667
  "stability": "experimental",
@@ -623,7 +669,7 @@
623
669
  },
624
670
  "locationInModule": {
625
671
  "filename": "src/dependencies.ts",
626
- "line": 167
672
+ "line": 168
627
673
  },
628
674
  "name": "removeDependency",
629
675
  "parameters": [
@@ -658,7 +704,7 @@
658
704
  },
659
705
  "locationInModule": {
660
706
  "filename": "src/dependencies.ts",
661
- "line": 113
707
+ "line": 114
662
708
  },
663
709
  "name": "tryGetDependency",
664
710
  "parameters": [
@@ -702,7 +748,7 @@
702
748
  "immutable": true,
703
749
  "locationInModule": {
704
750
  "filename": "src/dependencies.ts",
705
- "line": 20
751
+ "line": 21
706
752
  },
707
753
  "name": "MANIFEST_FILE",
708
754
  "static": true,
@@ -719,7 +765,7 @@
719
765
  "immutable": true,
720
766
  "locationInModule": {
721
767
  "filename": "src/dependencies.ts",
722
- "line": 71
768
+ "line": 72
723
769
  },
724
770
  "name": "all",
725
771
  "type": {
@@ -748,7 +794,7 @@
748
794
  "kind": "interface",
749
795
  "locationInModule": {
750
796
  "filename": "src/dependencies.ts",
751
- "line": 269
797
+ "line": 288
752
798
  },
753
799
  "name": "Dependency",
754
800
  "properties": [
@@ -761,7 +807,7 @@
761
807
  "immutable": true,
762
808
  "locationInModule": {
763
809
  "filename": "src/dependencies.ts",
764
- "line": 273
810
+ "line": 292
765
811
  },
766
812
  "name": "type",
767
813
  "type": {
@@ -778,7 +824,7 @@
778
824
  "immutable": true,
779
825
  "locationInModule": {
780
826
  "filename": "src/dependencies.ts",
781
- "line": 280
827
+ "line": 299
782
828
  },
783
829
  "name": "metadata",
784
830
  "optional": true,
@@ -805,7 +851,7 @@
805
851
  "kind": "interface",
806
852
  "locationInModule": {
807
853
  "filename": "src/dependencies.ts",
808
- "line": 249
854
+ "line": 268
809
855
  },
810
856
  "name": "DependencyCoordinates",
811
857
  "properties": [
@@ -819,7 +865,7 @@
819
865
  "immutable": true,
820
866
  "locationInModule": {
821
867
  "filename": "src/dependencies.ts",
822
- "line": 256
868
+ "line": 275
823
869
  },
824
870
  "name": "name",
825
871
  "type": {
@@ -836,7 +882,7 @@
836
882
  "immutable": true,
837
883
  "locationInModule": {
838
884
  "filename": "src/dependencies.ts",
839
- "line": 263
885
+ "line": 282
840
886
  },
841
887
  "name": "version",
842
888
  "optional": true,
@@ -857,7 +903,7 @@
857
903
  "kind": "enum",
858
904
  "locationInModule": {
859
905
  "filename": "src/dependencies.ts",
860
- "line": 286
906
+ "line": 305
861
907
  },
862
908
  "members": [
863
909
  {
@@ -932,7 +978,7 @@
932
978
  "kind": "interface",
933
979
  "locationInModule": {
934
980
  "filename": "src/dependencies.ts",
935
- "line": 239
981
+ "line": 258
936
982
  },
937
983
  "name": "DepsManifest",
938
984
  "properties": [
@@ -945,7 +991,7 @@
945
991
  "immutable": true,
946
992
  "locationInModule": {
947
993
  "filename": "src/dependencies.ts",
948
- "line": 243
994
+ "line": 262
949
995
  },
950
996
  "name": "dependencies",
951
997
  "type": {
@@ -39534,7 +39580,7 @@
39534
39580
  "kind": "enum",
39535
39581
  "locationInModule": {
39536
39582
  "filename": "src/javascript/node-project.ts",
39537
- "line": 359
39583
+ "line": 360
39538
39584
  },
39539
39585
  "members": [
39540
39586
  {
@@ -39570,7 +39616,7 @@
39570
39616
  "kind": "interface",
39571
39617
  "locationInModule": {
39572
39618
  "filename": "src/javascript/node-project.ts",
39573
- "line": 343
39619
+ "line": 344
39574
39620
  },
39575
39621
  "name": "BuildWorkflowOptions",
39576
39622
  "namespace": "javascript",
@@ -39586,7 +39632,7 @@
39586
39632
  "immutable": true,
39587
39633
  "locationInModule": {
39588
39634
  "filename": "src/javascript/node-project.ts",
39589
- "line": 353
39635
+ "line": 354
39590
39636
  },
39591
39637
  "name": "mutableBuild",
39592
39638
  "optional": true,
@@ -44539,7 +44585,7 @@
44539
44585
  "kind": "enum",
44540
44586
  "locationInModule": {
44541
44587
  "filename": "src/javascript/node-package.ts",
44542
- "line": 1625
44588
+ "line": 1630
44543
44589
  },
44544
44590
  "members": [
44545
44591
  {
@@ -45355,7 +45401,7 @@
45355
45401
  },
45356
45402
  "locationInModule": {
45357
45403
  "filename": "src/javascript/node-project.ts",
45358
- "line": 501
45404
+ "line": 502
45359
45405
  },
45360
45406
  "parameters": [
45361
45407
  {
@@ -45369,7 +45415,7 @@
45369
45415
  "kind": "class",
45370
45416
  "locationInModule": {
45371
45417
  "filename": "src/javascript/node-project.ts",
45372
- "line": 376
45418
+ "line": 377
45373
45419
  },
45374
45420
  "methods": [
45375
45421
  {
@@ -45378,7 +45424,7 @@
45378
45424
  },
45379
45425
  "locationInModule": {
45380
45426
  "filename": "src/javascript/node-project.ts",
45381
- "line": 884
45427
+ "line": 894
45382
45428
  },
45383
45429
  "name": "addBins",
45384
45430
  "parameters": [
@@ -45403,7 +45449,7 @@
45403
45449
  },
45404
45450
  "locationInModule": {
45405
45451
  "filename": "src/javascript/node-project.ts",
45406
- "line": 1175
45452
+ "line": 1185
45407
45453
  },
45408
45454
  "name": "addBundledDeps",
45409
45455
  "parameters": [
@@ -45429,7 +45475,7 @@
45429
45475
  },
45430
45476
  "locationInModule": {
45431
45477
  "filename": "src/javascript/node-project.ts",
45432
- "line": 929
45478
+ "line": 939
45433
45479
  },
45434
45480
  "name": "addCompileCommand",
45435
45481
  "parameters": [
@@ -45450,7 +45496,7 @@
45450
45496
  },
45451
45497
  "locationInModule": {
45452
45498
  "filename": "src/javascript/node-project.ts",
45453
- "line": 1129
45499
+ "line": 1139
45454
45500
  },
45455
45501
  "name": "addDeps",
45456
45502
  "parameters": [
@@ -45475,7 +45521,7 @@
45475
45521
  },
45476
45522
  "locationInModule": {
45477
45523
  "filename": "src/javascript/node-project.ts",
45478
- "line": 1142
45524
+ "line": 1152
45479
45525
  },
45480
45526
  "name": "addDevDeps",
45481
45527
  "parameters": [
@@ -45500,7 +45546,7 @@
45500
45546
  },
45501
45547
  "locationInModule": {
45502
45548
  "filename": "src/javascript/node-project.ts",
45503
- "line": 949
45549
+ "line": 959
45504
45550
  },
45505
45551
  "name": "addFields",
45506
45552
  "parameters": [
@@ -45527,7 +45573,7 @@
45527
45573
  },
45528
45574
  "locationInModule": {
45529
45575
  "filename": "src/javascript/node-project.ts",
45530
- "line": 959
45576
+ "line": 969
45531
45577
  },
45532
45578
  "name": "addKeywords",
45533
45579
  "parameters": [
@@ -45554,7 +45600,7 @@
45554
45600
  },
45555
45601
  "locationInModule": {
45556
45602
  "filename": "src/javascript/node-project.ts",
45557
- "line": 1187
45603
+ "line": 1197
45558
45604
  },
45559
45605
  "name": "addPackageIgnore",
45560
45606
  "overrides": "projen.Project",
@@ -45578,7 +45624,7 @@
45578
45624
  },
45579
45625
  "locationInModule": {
45580
45626
  "filename": "src/javascript/node-project.ts",
45581
- "line": 1159
45627
+ "line": 1169
45582
45628
  },
45583
45629
  "name": "addPeerDeps",
45584
45630
  "parameters": [
@@ -45603,7 +45649,7 @@
45603
45649
  },
45604
45650
  "locationInModule": {
45605
45651
  "filename": "src/javascript/node-project.ts",
45606
- "line": 902
45652
+ "line": 912
45607
45653
  },
45608
45654
  "name": "addScripts",
45609
45655
  "parameters": [
@@ -45631,7 +45677,7 @@
45631
45677
  },
45632
45678
  "locationInModule": {
45633
45679
  "filename": "src/javascript/node-project.ts",
45634
- "line": 939
45680
+ "line": 949
45635
45681
  },
45636
45682
  "name": "addTestCommand",
45637
45683
  "parameters": [
@@ -45653,7 +45699,7 @@
45653
45699
  },
45654
45700
  "locationInModule": {
45655
45701
  "filename": "src/javascript/node-project.ts",
45656
- "line": 921
45702
+ "line": 931
45657
45703
  },
45658
45704
  "name": "hasScript",
45659
45705
  "parameters": [
@@ -45680,7 +45726,7 @@
45680
45726
  },
45681
45727
  "locationInModule": {
45682
45728
  "filename": "src/javascript/node-project.ts",
45683
- "line": 912
45729
+ "line": 922
45684
45730
  },
45685
45731
  "name": "removeScript",
45686
45732
  "parameters": [
@@ -45703,7 +45749,7 @@
45703
45749
  },
45704
45750
  "locationInModule": {
45705
45751
  "filename": "src/javascript/node-project.ts",
45706
- "line": 1049
45752
+ "line": 1059
45707
45753
  },
45708
45754
  "name": "renderWorkflowSetup",
45709
45755
  "parameters": [
@@ -45737,7 +45783,7 @@
45737
45783
  },
45738
45784
  "locationInModule": {
45739
45785
  "filename": "src/javascript/node-project.ts",
45740
- "line": 1260
45786
+ "line": 1270
45741
45787
  },
45742
45788
  "name": "runTaskCommand",
45743
45789
  "overrides": "projen.Project",
@@ -45765,7 +45811,7 @@
45765
45811
  },
45766
45812
  "locationInModule": {
45767
45813
  "filename": "src/javascript/node-project.ts",
45768
- "line": 894
45814
+ "line": 904
45769
45815
  },
45770
45816
  "name": "setScript",
45771
45817
  "parameters": [
@@ -45801,7 +45847,7 @@
45801
45847
  "immutable": true,
45802
45848
  "locationInModule": {
45803
45849
  "filename": "src/javascript/node-project.ts",
45804
- "line": 401
45850
+ "line": 402
45805
45851
  },
45806
45852
  "name": "allowLibraryDependencies",
45807
45853
  "type": {
@@ -45817,7 +45863,7 @@
45817
45863
  "immutable": true,
45818
45864
  "locationInModule": {
45819
45865
  "filename": "src/javascript/node-project.ts",
45820
- "line": 484
45866
+ "line": 485
45821
45867
  },
45822
45868
  "name": "artifactsDirectory",
45823
45869
  "type": {
@@ -45832,7 +45878,7 @@
45832
45878
  "immutable": true,
45833
45879
  "locationInModule": {
45834
45880
  "filename": "src/javascript/node-project.ts",
45835
- "line": 489
45881
+ "line": 490
45836
45882
  },
45837
45883
  "name": "artifactsJavascriptDirectory",
45838
45884
  "type": {
@@ -45846,7 +45892,7 @@
45846
45892
  "immutable": true,
45847
45893
  "locationInModule": {
45848
45894
  "filename": "src/javascript/node-project.ts",
45849
- "line": 477
45895
+ "line": 478
45850
45896
  },
45851
45897
  "name": "bundler",
45852
45898
  "type": {
@@ -45861,7 +45907,7 @@
45861
45907
  "immutable": true,
45862
45908
  "locationInModule": {
45863
45909
  "filename": "src/javascript/node-project.ts",
45864
- "line": 408
45910
+ "line": 409
45865
45911
  },
45866
45912
  "name": "entrypoint",
45867
45913
  "type": {
@@ -45876,7 +45922,7 @@
45876
45922
  "immutable": true,
45877
45923
  "locationInModule": {
45878
45924
  "filename": "src/javascript/node-project.ts",
45879
- "line": 473
45925
+ "line": 474
45880
45926
  },
45881
45927
  "name": "manifest",
45882
45928
  "type": {
@@ -45891,7 +45937,7 @@
45891
45937
  "immutable": true,
45892
45938
  "locationInModule": {
45893
45939
  "filename": "src/javascript/node-project.ts",
45894
- "line": 390
45940
+ "line": 391
45895
45941
  },
45896
45942
  "name": "npmrc",
45897
45943
  "type": {
@@ -45906,7 +45952,7 @@
45906
45952
  "immutable": true,
45907
45953
  "locationInModule": {
45908
45954
  "filename": "src/javascript/node-project.ts",
45909
- "line": 380
45955
+ "line": 381
45910
45956
  },
45911
45957
  "name": "package",
45912
45958
  "type": {
@@ -45922,7 +45968,7 @@
45922
45968
  "immutable": true,
45923
45969
  "locationInModule": {
45924
45970
  "filename": "src/javascript/node-project.ts",
45925
- "line": 456
45971
+ "line": 457
45926
45972
  },
45927
45973
  "name": "packageManager",
45928
45974
  "type": {
@@ -45937,7 +45983,7 @@
45937
45983
  "immutable": true,
45938
45984
  "locationInModule": {
45939
45985
  "filename": "src/javascript/node-project.ts",
45940
- "line": 463
45986
+ "line": 464
45941
45987
  },
45942
45988
  "name": "runScriptCommand",
45943
45989
  "type": {
@@ -45951,7 +45997,7 @@
45951
45997
  "immutable": true,
45952
45998
  "locationInModule": {
45953
45999
  "filename": "src/javascript/node-project.ts",
45954
- "line": 496
46000
+ "line": 497
45955
46001
  },
45956
46002
  "name": "workflowBootstrapSteps",
45957
46003
  "protected": true,
@@ -45971,7 +46017,7 @@
45971
46017
  "immutable": true,
45972
46018
  "locationInModule": {
45973
46019
  "filename": "src/javascript/node-project.ts",
45974
- "line": 498
46020
+ "line": 499
45975
46021
  },
45976
46022
  "name": "workflowPackageCache",
45977
46023
  "protected": true,
@@ -45987,7 +46033,7 @@
45987
46033
  "immutable": true,
45988
46034
  "locationInModule": {
45989
46035
  "filename": "src/javascript/node-project.ts",
45990
- "line": 415
46036
+ "line": 416
45991
46037
  },
45992
46038
  "name": "autoMerge",
45993
46039
  "optional": true,
@@ -46004,7 +46050,7 @@
46004
46050
  "immutable": true,
46005
46051
  "locationInModule": {
46006
46052
  "filename": "src/javascript/node-project.ts",
46007
- "line": 420
46053
+ "line": 421
46008
46054
  },
46009
46055
  "name": "buildWorkflow",
46010
46056
  "optional": true,
@@ -46020,7 +46066,7 @@
46020
46066
  "immutable": true,
46021
46067
  "locationInModule": {
46022
46068
  "filename": "src/javascript/node-project.ts",
46023
- "line": 1267
46069
+ "line": 1277
46024
46070
  },
46025
46071
  "name": "buildWorkflowJobId",
46026
46072
  "optional": true,
@@ -46036,7 +46082,7 @@
46036
46082
  "immutable": true,
46037
46083
  "locationInModule": {
46038
46084
  "filename": "src/javascript/node-project.ts",
46039
- "line": 468
46085
+ "line": 469
46040
46086
  },
46041
46087
  "name": "jest",
46042
46088
  "optional": true,
@@ -46052,7 +46098,7 @@
46052
46098
  "immutable": true,
46053
46099
  "locationInModule": {
46054
46100
  "filename": "src/javascript/node-project.ts",
46055
- "line": 445
46101
+ "line": 446
46056
46102
  },
46057
46103
  "name": "maxNodeVersion",
46058
46104
  "optional": true,
@@ -46068,7 +46114,7 @@
46068
46114
  "immutable": true,
46069
46115
  "locationInModule": {
46070
46116
  "filename": "src/javascript/node-project.ts",
46071
- "line": 438
46117
+ "line": 439
46072
46118
  },
46073
46119
  "name": "minNodeVersion",
46074
46120
  "optional": true,
@@ -46083,7 +46129,7 @@
46083
46129
  "immutable": true,
46084
46130
  "locationInModule": {
46085
46131
  "filename": "src/javascript/node-project.ts",
46086
- "line": 449
46132
+ "line": 450
46087
46133
  },
46088
46134
  "name": "nodeVersion",
46089
46135
  "optional": true,
@@ -46100,7 +46146,7 @@
46100
46146
  "immutable": true,
46101
46147
  "locationInModule": {
46102
46148
  "filename": "src/javascript/node-project.ts",
46103
- "line": 385
46149
+ "line": 386
46104
46150
  },
46105
46151
  "name": "npmignore",
46106
46152
  "optional": true,
@@ -46115,7 +46161,7 @@
46115
46161
  "immutable": true,
46116
46162
  "locationInModule": {
46117
46163
  "filename": "src/javascript/node-project.ts",
46118
- "line": 499
46164
+ "line": 500
46119
46165
  },
46120
46166
  "name": "prettier",
46121
46167
  "optional": true,
@@ -46133,7 +46179,7 @@
46133
46179
  "immutable": true,
46134
46180
  "locationInModule": {
46135
46181
  "filename": "src/javascript/node-project.ts",
46136
- "line": 428
46182
+ "line": 429
46137
46183
  },
46138
46184
  "name": "publisher",
46139
46185
  "optional": true,
@@ -46149,7 +46195,7 @@
46149
46195
  "immutable": true,
46150
46196
  "locationInModule": {
46151
46197
  "filename": "src/javascript/node-project.ts",
46152
- "line": 433
46198
+ "line": 434
46153
46199
  },
46154
46200
  "name": "release",
46155
46201
  "optional": true,
@@ -46165,7 +46211,7 @@
46165
46211
  "immutable": true,
46166
46212
  "locationInModule": {
46167
46213
  "filename": "src/javascript/node-project.ts",
46168
- "line": 494
46214
+ "line": 495
46169
46215
  },
46170
46216
  "name": "upgradeWorkflow",
46171
46217
  "optional": true,
@@ -46191,7 +46237,7 @@
46191
46237
  "kind": "interface",
46192
46238
  "locationInModule": {
46193
46239
  "filename": "src/javascript/node-project.ts",
46194
- "line": 59
46240
+ "line": 60
46195
46241
  },
46196
46242
  "name": "NodeProjectOptions",
46197
46243
  "namespace": "javascript",
@@ -46206,7 +46252,7 @@
46206
46252
  "immutable": true,
46207
46253
  "locationInModule": {
46208
46254
  "filename": "src/javascript/node-project.ts",
46209
- "line": 149
46255
+ "line": 150
46210
46256
  },
46211
46257
  "name": "defaultReleaseBranch",
46212
46258
  "type": {
@@ -46223,7 +46269,7 @@
46223
46269
  "immutable": true,
46224
46270
  "locationInModule": {
46225
46271
  "filename": "src/javascript/node-project.ts",
46226
- "line": 312
46272
+ "line": 313
46227
46273
  },
46228
46274
  "name": "artifactsDirectory",
46229
46275
  "optional": true,
@@ -46242,7 +46288,7 @@
46242
46288
  "immutable": true,
46243
46289
  "locationInModule": {
46244
46290
  "filename": "src/javascript/node-project.ts",
46245
- "line": 223
46291
+ "line": 224
46246
46292
  },
46247
46293
  "name": "autoApproveUpgrades",
46248
46294
  "optional": true,
@@ -46260,7 +46306,7 @@
46260
46306
  "immutable": true,
46261
46307
  "locationInModule": {
46262
46308
  "filename": "src/javascript/node-project.ts",
46263
- "line": 95
46309
+ "line": 96
46264
46310
  },
46265
46311
  "name": "buildWorkflow",
46266
46312
  "optional": true,
@@ -46277,7 +46323,7 @@
46277
46323
  "immutable": true,
46278
46324
  "locationInModule": {
46279
46325
  "filename": "src/javascript/node-project.ts",
46280
- "line": 99
46326
+ "line": 100
46281
46327
  },
46282
46328
  "name": "buildWorkflowOptions",
46283
46329
  "optional": true,
@@ -46296,7 +46342,7 @@
46296
46342
  "immutable": true,
46297
46343
  "locationInModule": {
46298
46344
  "filename": "src/javascript/node-project.ts",
46299
- "line": 328
46345
+ "line": 329
46300
46346
  },
46301
46347
  "name": "buildWorkflowTriggers",
46302
46348
  "optional": true,
@@ -46313,7 +46359,7 @@
46313
46359
  "immutable": true,
46314
46360
  "locationInModule": {
46315
46361
  "filename": "src/javascript/node-project.ts",
46316
- "line": 305
46362
+ "line": 306
46317
46363
  },
46318
46364
  "name": "bundlerOptions",
46319
46365
  "optional": true,
@@ -46332,7 +46378,7 @@
46332
46378
  "immutable": true,
46333
46379
  "locationInModule": {
46334
46380
  "filename": "src/javascript/node-project.ts",
46335
- "line": 337
46381
+ "line": 338
46336
46382
  },
46337
46383
  "name": "checkLicenses",
46338
46384
  "optional": true,
@@ -46350,7 +46396,7 @@
46350
46396
  "immutable": true,
46351
46397
  "locationInModule": {
46352
46398
  "filename": "src/javascript/node-project.ts",
46353
- "line": 120
46399
+ "line": 121
46354
46400
  },
46355
46401
  "name": "codeCov",
46356
46402
  "optional": true,
@@ -46368,7 +46414,7 @@
46368
46414
  "immutable": true,
46369
46415
  "locationInModule": {
46370
46416
  "filename": "src/javascript/node-project.ts",
46371
- "line": 127
46417
+ "line": 128
46372
46418
  },
46373
46419
  "name": "codeCovTokenSecret",
46374
46420
  "optional": true,
@@ -46386,7 +46432,7 @@
46386
46432
  "immutable": true,
46387
46433
  "locationInModule": {
46388
46434
  "filename": "src/javascript/node-project.ts",
46389
- "line": 68
46435
+ "line": 69
46390
46436
  },
46391
46437
  "name": "copyrightOwner",
46392
46438
  "optional": true,
@@ -46404,7 +46450,7 @@
46404
46450
  "immutable": true,
46405
46451
  "locationInModule": {
46406
46452
  "filename": "src/javascript/node-project.ts",
46407
- "line": 75
46453
+ "line": 76
46408
46454
  },
46409
46455
  "name": "copyrightPeriod",
46410
46456
  "optional": true,
@@ -46423,7 +46469,7 @@
46423
46469
  "immutable": true,
46424
46470
  "locationInModule": {
46425
46471
  "filename": "src/javascript/node-project.ts",
46426
- "line": 191
46472
+ "line": 192
46427
46473
  },
46428
46474
  "name": "dependabot",
46429
46475
  "optional": true,
@@ -46441,7 +46487,7 @@
46441
46487
  "immutable": true,
46442
46488
  "locationInModule": {
46443
46489
  "filename": "src/javascript/node-project.ts",
46444
- "line": 198
46490
+ "line": 199
46445
46491
  },
46446
46492
  "name": "dependabotOptions",
46447
46493
  "optional": true,
@@ -46460,7 +46506,7 @@
46460
46506
  "immutable": true,
46461
46507
  "locationInModule": {
46462
46508
  "filename": "src/javascript/node-project.ts",
46463
- "line": 206
46509
+ "line": 207
46464
46510
  },
46465
46511
  "name": "depsUpgrade",
46466
46512
  "optional": true,
@@ -46478,7 +46524,7 @@
46478
46524
  "immutable": true,
46479
46525
  "locationInModule": {
46480
46526
  "filename": "src/javascript/node-project.ts",
46481
- "line": 213
46527
+ "line": 214
46482
46528
  },
46483
46529
  "name": "depsUpgradeOptions",
46484
46530
  "optional": true,
@@ -46495,7 +46541,7 @@
46495
46541
  "immutable": true,
46496
46542
  "locationInModule": {
46497
46543
  "filename": "src/javascript/node-project.ts",
46498
- "line": 274
46544
+ "line": 275
46499
46545
  },
46500
46546
  "name": "gitignore",
46501
46547
  "optional": true,
@@ -46518,7 +46564,7 @@
46518
46564
  "immutable": true,
46519
46565
  "locationInModule": {
46520
46566
  "filename": "src/javascript/node-project.ts",
46521
- "line": 280
46567
+ "line": 281
46522
46568
  },
46523
46569
  "name": "jest",
46524
46570
  "optional": true,
@@ -46536,7 +46582,7 @@
46536
46582
  "immutable": true,
46537
46583
  "locationInModule": {
46538
46584
  "filename": "src/javascript/node-project.ts",
46539
- "line": 286
46585
+ "line": 287
46540
46586
  },
46541
46587
  "name": "jestOptions",
46542
46588
  "optional": true,
@@ -46556,7 +46602,7 @@
46556
46602
  "immutable": true,
46557
46603
  "locationInModule": {
46558
46604
  "filename": "src/javascript/node-project.ts",
46559
- "line": 112
46605
+ "line": 113
46560
46606
  },
46561
46607
  "name": "mutableBuild",
46562
46608
  "optional": true,
@@ -46574,7 +46620,7 @@
46574
46620
  "immutable": true,
46575
46621
  "locationInModule": {
46576
46622
  "filename": "src/javascript/node-project.ts",
46577
- "line": 242
46623
+ "line": 243
46578
46624
  },
46579
46625
  "name": "npmignore",
46580
46626
  "optional": true,
@@ -46597,7 +46643,7 @@
46597
46643
  "immutable": true,
46598
46644
  "locationInModule": {
46599
46645
  "filename": "src/javascript/node-project.ts",
46600
- "line": 231
46646
+ "line": 232
46601
46647
  },
46602
46648
  "name": "npmignoreEnabled",
46603
46649
  "optional": true,
@@ -46614,7 +46660,7 @@
46614
46660
  "immutable": true,
46615
46661
  "locationInModule": {
46616
46662
  "filename": "src/javascript/node-project.ts",
46617
- "line": 236
46663
+ "line": 237
46618
46664
  },
46619
46665
  "name": "npmIgnoreOptions",
46620
46666
  "optional": true,
@@ -46632,7 +46678,7 @@
46632
46678
  "immutable": true,
46633
46679
  "locationInModule": {
46634
46680
  "filename": "src/javascript/node-project.ts",
46635
- "line": 320
46681
+ "line": 321
46636
46682
  },
46637
46683
  "name": "package",
46638
46684
  "optional": true,
@@ -46650,7 +46696,7 @@
46650
46696
  "immutable": true,
46651
46697
  "locationInModule": {
46652
46698
  "filename": "src/javascript/node-project.ts",
46653
- "line": 263
46699
+ "line": 264
46654
46700
  },
46655
46701
  "name": "prettier",
46656
46702
  "optional": true,
@@ -46668,7 +46714,7 @@
46668
46714
  "immutable": true,
46669
46715
  "locationInModule": {
46670
46716
  "filename": "src/javascript/node-project.ts",
46671
- "line": 269
46717
+ "line": 270
46672
46718
  },
46673
46719
  "name": "prettierOptions",
46674
46720
  "optional": true,
@@ -46686,7 +46732,7 @@
46686
46732
  "immutable": true,
46687
46733
  "locationInModule": {
46688
46734
  "filename": "src/javascript/node-project.ts",
46689
- "line": 89
46735
+ "line": 90
46690
46736
  },
46691
46737
  "name": "projenDevDependency",
46692
46738
  "optional": true,
@@ -46704,7 +46750,7 @@
46704
46750
  "immutable": true,
46705
46751
  "locationInModule": {
46706
46752
  "filename": "src/javascript/node-project.ts",
46707
- "line": 294
46753
+ "line": 295
46708
46754
  },
46709
46755
  "name": "projenrcJs",
46710
46756
  "optional": true,
@@ -46722,7 +46768,7 @@
46722
46768
  "immutable": true,
46723
46769
  "locationInModule": {
46724
46770
  "filename": "src/javascript/node-project.ts",
46725
- "line": 300
46771
+ "line": 301
46726
46772
  },
46727
46773
  "name": "projenrcJsOptions",
46728
46774
  "optional": true,
@@ -46740,7 +46786,7 @@
46740
46786
  "immutable": true,
46741
46787
  "locationInModule": {
46742
46788
  "filename": "src/javascript/node-project.ts",
46743
- "line": 82
46789
+ "line": 83
46744
46790
  },
46745
46791
  "name": "projenVersion",
46746
46792
  "optional": true,
@@ -46758,7 +46804,7 @@
46758
46804
  "immutable": true,
46759
46805
  "locationInModule": {
46760
46806
  "filename": "src/javascript/node-project.ts",
46761
- "line": 249
46807
+ "line": 250
46762
46808
  },
46763
46809
  "name": "pullRequestTemplate",
46764
46810
  "optional": true,
@@ -46776,7 +46822,7 @@
46776
46822
  "immutable": true,
46777
46823
  "locationInModule": {
46778
46824
  "filename": "src/javascript/node-project.ts",
46779
- "line": 256
46825
+ "line": 257
46780
46826
  },
46781
46827
  "name": "pullRequestTemplateContents",
46782
46828
  "optional": true,
@@ -46799,7 +46845,7 @@
46799
46845
  "immutable": true,
46800
46846
  "locationInModule": {
46801
46847
  "filename": "src/javascript/node-project.ts",
46802
- "line": 142
46848
+ "line": 143
46803
46849
  },
46804
46850
  "name": "release",
46805
46851
  "optional": true,
@@ -46817,7 +46863,7 @@
46817
46863
  "immutable": true,
46818
46864
  "locationInModule": {
46819
46865
  "filename": "src/javascript/node-project.ts",
46820
- "line": 169
46866
+ "line": 170
46821
46867
  },
46822
46868
  "name": "releaseToNpm",
46823
46869
  "optional": true,
@@ -46836,7 +46882,7 @@
46836
46882
  "immutable": true,
46837
46883
  "locationInModule": {
46838
46884
  "filename": "src/javascript/node-project.ts",
46839
- "line": 135
46885
+ "line": 136
46840
46886
  },
46841
46887
  "name": "releaseWorkflow",
46842
46888
  "optional": true,
@@ -46854,7 +46900,7 @@
46854
46900
  "immutable": true,
46855
46901
  "locationInModule": {
46856
46902
  "filename": "src/javascript/node-project.ts",
46857
- "line": 156
46903
+ "line": 157
46858
46904
  },
46859
46905
  "name": "workflowBootstrapSteps",
46860
46906
  "optional": true,
@@ -46877,7 +46923,7 @@
46877
46923
  "immutable": true,
46878
46924
  "locationInModule": {
46879
46925
  "filename": "src/javascript/node-project.ts",
46880
- "line": 163
46926
+ "line": 164
46881
46927
  },
46882
46928
  "name": "workflowGitIdentity",
46883
46929
  "optional": true,
@@ -46895,7 +46941,7 @@
46895
46941
  "immutable": true,
46896
46942
  "locationInModule": {
46897
46943
  "filename": "src/javascript/node-project.ts",
46898
- "line": 176
46944
+ "line": 177
46899
46945
  },
46900
46946
  "name": "workflowNodeVersion",
46901
46947
  "optional": true,
@@ -46913,7 +46959,7 @@
46913
46959
  "immutable": true,
46914
46960
  "locationInModule": {
46915
46961
  "filename": "src/javascript/node-project.ts",
46916
- "line": 183
46962
+ "line": 184
46917
46963
  },
46918
46964
  "name": "workflowPackageCache",
46919
46965
  "optional": true,
@@ -46934,7 +46980,7 @@
46934
46980
  "kind": "enum",
46935
46981
  "locationInModule": {
46936
46982
  "filename": "src/javascript/node-package.ts",
46937
- "line": 1669
46983
+ "line": 1674
46938
46984
  },
46939
46985
  "members": [
46940
46986
  {
@@ -47129,7 +47175,7 @@
47129
47175
  "kind": "interface",
47130
47176
  "locationInModule": {
47131
47177
  "filename": "src/javascript/node-package.ts",
47132
- "line": 1614
47178
+ "line": 1619
47133
47179
  },
47134
47180
  "name": "PeerDependencyOptions",
47135
47181
  "namespace": "javascript",
@@ -47144,7 +47190,7 @@
47144
47190
  "immutable": true,
47145
47191
  "locationInModule": {
47146
47192
  "filename": "src/javascript/node-package.ts",
47147
- "line": 1619
47193
+ "line": 1624
47148
47194
  },
47149
47195
  "name": "pinnedDevDependency",
47150
47196
  "optional": true,
@@ -48224,7 +48270,7 @@
48224
48270
  "kind": "interface",
48225
48271
  "locationInModule": {
48226
48272
  "filename": "src/javascript/node-project.ts",
48227
- "line": 1275
48273
+ "line": 1285
48228
48274
  },
48229
48275
  "name": "RenderWorkflowSetupOptions",
48230
48276
  "namespace": "javascript",
@@ -48240,7 +48286,7 @@
48240
48286
  "immutable": true,
48241
48287
  "locationInModule": {
48242
48288
  "filename": "src/javascript/node-project.ts",
48243
- "line": 1284
48289
+ "line": 1294
48244
48290
  },
48245
48291
  "name": "installStepConfiguration",
48246
48292
  "optional": true,
@@ -48258,7 +48304,7 @@
48258
48304
  "immutable": true,
48259
48305
  "locationInModule": {
48260
48306
  "filename": "src/javascript/node-project.ts",
48261
- "line": 1289
48307
+ "line": 1299
48262
48308
  },
48263
48309
  "name": "mutable",
48264
48310
  "optional": true,
@@ -51225,7 +51271,7 @@
51225
51271
  "kind": "interface",
51226
51272
  "locationInModule": {
51227
51273
  "filename": "src/javascript/node-package.ts",
51228
- "line": 1684
51274
+ "line": 1689
51229
51275
  },
51230
51276
  "name": "YarnBerryOptions",
51231
51277
  "namespace": "javascript",
@@ -51240,7 +51286,7 @@
51240
51286
  "immutable": true,
51241
51287
  "locationInModule": {
51242
51288
  "filename": "src/javascript/node-package.ts",
51243
- "line": 1690
51289
+ "line": 1695
51244
51290
  },
51245
51291
  "name": "version",
51246
51292
  "optional": true,
@@ -51258,7 +51304,7 @@
51258
51304
  "immutable": true,
51259
51305
  "locationInModule": {
51260
51306
  "filename": "src/javascript/node-package.ts",
51261
- "line": 1697
51307
+ "line": 1702
51262
51308
  },
51263
51309
  "name": "yarnRcOptions",
51264
51310
  "optional": true,
@@ -51277,7 +51323,7 @@
51277
51323
  "immutable": true,
51278
51324
  "locationInModule": {
51279
51325
  "filename": "src/javascript/node-package.ts",
51280
- "line": 1705
51326
+ "line": 1710
51281
51327
  },
51282
51328
  "name": "zeroInstalls",
51283
51329
  "optional": true,
@@ -64258,6 +64304,6 @@
64258
64304
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64259
64305
  }
64260
64306
  },
64261
- "version": "0.85.1",
64262
- "fingerprint": "ZpbBWPBfmhSIzbnARrgRhXnor28vU5EH79Zs+Qe3LG8="
64307
+ "version": "0.85.2",
64308
+ "fingerprint": "AxZ/tQJvIKRpNYavbEcZkKRgLv2xpcDTxLvEzM0/vyM="
64263
64309
  }