projen 0.86.1 → 0.86.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 (139) hide show
  1. package/.jsii +150 -114
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-backport.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow-job.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflow-steps.js +1 -1
  55. package/lib/github/workflows.js +1 -1
  56. package/lib/gitlab/configuration.js +1 -1
  57. package/lib/gitlab/gitlab-configuration.js +1 -1
  58. package/lib/gitlab/nested-configuration.js +1 -1
  59. package/lib/gitpod.js +1 -1
  60. package/lib/ignore-file.js +1 -1
  61. package/lib/ini.js +1 -1
  62. package/lib/java/java-project.js +1 -1
  63. package/lib/java/junit.js +1 -1
  64. package/lib/java/maven-compile.js +1 -1
  65. package/lib/java/maven-packaging.js +1 -1
  66. package/lib/java/maven-sample.js +1 -1
  67. package/lib/java/pom.js +2 -2
  68. package/lib/java/projenrc.js +1 -1
  69. package/lib/javascript/bundler.js +1 -1
  70. package/lib/javascript/eslint.js +1 -1
  71. package/lib/javascript/jest.js +4 -4
  72. package/lib/javascript/license-checker.js +1 -1
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.js +2 -4
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.js +2 -2
  79. package/lib/javascript/upgrade-dependencies.js +2 -2
  80. package/lib/javascript/yarnrc.js +1 -1
  81. package/lib/json-patch.js +1 -1
  82. package/lib/json.js +1 -1
  83. package/lib/license.js +1 -1
  84. package/lib/logger.js +1 -1
  85. package/lib/makefile.js +1 -1
  86. package/lib/object-file.js +1 -1
  87. package/lib/project-build.js +1 -1
  88. package/lib/project-tree.js +1 -1
  89. package/lib/project.js +1 -1
  90. package/lib/projects.js +1 -1
  91. package/lib/projenrc-json.js +2 -2
  92. package/lib/projenrc.js +1 -1
  93. package/lib/python/pip.js +1 -1
  94. package/lib/python/poetry.js +2 -2
  95. package/lib/python/projenrc.js +1 -1
  96. package/lib/python/pytest-sample.js +1 -1
  97. package/lib/python/pytest.js +1 -1
  98. package/lib/python/python-project.js +1 -1
  99. package/lib/python/python-sample.js +1 -1
  100. package/lib/python/requirements-file.js +1 -1
  101. package/lib/python/setuppy.js +1 -1
  102. package/lib/python/setuptools.js +1 -1
  103. package/lib/python/venv.js +1 -1
  104. package/lib/readme.js +1 -1
  105. package/lib/release/bump-version.d.ts +10 -2
  106. package/lib/release/bump-version.js +7 -6
  107. package/lib/release/bump-version.task.js +5 -3
  108. package/lib/release/publisher.js +1 -1
  109. package/lib/release/release-trigger.js +1 -1
  110. package/lib/release/release.d.ts +1 -1
  111. package/lib/release/release.js +2 -2
  112. package/lib/renovatebot.js +1 -1
  113. package/lib/sample-file.js +2 -2
  114. package/lib/semver.js +1 -1
  115. package/lib/source-code.js +1 -1
  116. package/lib/task-runtime.js +1 -1
  117. package/lib/task.js +1 -1
  118. package/lib/tasks.js +1 -1
  119. package/lib/testing.js +1 -1
  120. package/lib/textfile.js +1 -1
  121. package/lib/toml.js +1 -1
  122. package/lib/typescript/projenrc-ts.js +1 -1
  123. package/lib/typescript/projenrc.js +1 -1
  124. package/lib/typescript/typescript-typedoc.js +1 -1
  125. package/lib/typescript/typescript.js +6 -6
  126. package/lib/version.d.ts +19 -3
  127. package/lib/version.js +26 -12
  128. package/lib/vscode/devcontainer.js +1 -1
  129. package/lib/vscode/extensions.js +1 -1
  130. package/lib/vscode/launch-config.js +1 -1
  131. package/lib/vscode/settings.js +1 -1
  132. package/lib/vscode/vscode.js +1 -1
  133. package/lib/web/next.js +3 -3
  134. package/lib/web/postcss.js +1 -1
  135. package/lib/web/react.js +4 -4
  136. package/lib/web/tailwind.js +1 -1
  137. package/lib/xmlfile.js +1 -1
  138. package/lib/yaml.js +1 -1
  139. package/package.json +2 -2
package/.jsii CHANGED
@@ -8439,7 +8439,7 @@
8439
8439
  "kind": "class",
8440
8440
  "locationInModule": {
8441
8441
  "filename": "src/version.ts",
8442
- "line": 140
8442
+ "line": 178
8443
8443
  },
8444
8444
  "methods": [
8445
8445
  {
@@ -8450,7 +8450,7 @@
8450
8450
  },
8451
8451
  "locationInModule": {
8452
8452
  "filename": "src/version.ts",
8453
- "line": 149
8453
+ "line": 187
8454
8454
  },
8455
8455
  "name": "everyCommit",
8456
8456
  "parameters": [
@@ -8482,7 +8482,7 @@
8482
8482
  },
8483
8483
  "locationInModule": {
8484
8484
  "filename": "src/version.ts",
8485
- "line": 196
8485
+ "line": 234
8486
8486
  },
8487
8487
  "name": "exec",
8488
8488
  "parameters": [
@@ -8508,7 +8508,7 @@
8508
8508
  },
8509
8509
  "locationInModule": {
8510
8510
  "filename": "src/version.ts",
8511
- "line": 183
8511
+ "line": 221
8512
8512
  },
8513
8513
  "name": "featuresAndFixes",
8514
8514
  "parameters": [
@@ -8539,7 +8539,7 @@
8539
8539
  },
8540
8540
  "locationInModule": {
8541
8541
  "filename": "src/version.ts",
8542
- "line": 164
8542
+ "line": 202
8543
8543
  },
8544
8544
  "name": "ofType",
8545
8545
  "parameters": [
@@ -8585,7 +8585,7 @@
8585
8585
  },
8586
8586
  "locationInModule": {
8587
8587
  "filename": "src/version.ts",
8588
- "line": 200
8588
+ "line": 238
8589
8589
  },
8590
8590
  "name": "cmd",
8591
8591
  "type": {
@@ -11655,13 +11655,13 @@
11655
11655
  },
11656
11656
  "locationInModule": {
11657
11657
  "filename": "src/version.ts",
11658
- "line": 78
11658
+ "line": 102
11659
11659
  },
11660
11660
  "parameters": [
11661
11661
  {
11662
- "name": "project",
11662
+ "name": "scope",
11663
11663
  "type": {
11664
- "fqn": "projen.Project"
11664
+ "fqn": "constructs.IConstruct"
11665
11665
  }
11666
11666
  },
11667
11667
  {
@@ -11675,19 +11675,20 @@
11675
11675
  "kind": "class",
11676
11676
  "locationInModule": {
11677
11677
  "filename": "src/version.ts",
11678
- "line": 57
11678
+ "line": 72
11679
11679
  },
11680
11680
  "name": "Version",
11681
11681
  "properties": [
11682
11682
  {
11683
11683
  "const": true,
11684
11684
  "docs": {
11685
- "stability": "experimental"
11685
+ "deprecated": "use `version.bumpPackage` on the component instance instead",
11686
+ "stability": "deprecated"
11686
11687
  },
11687
11688
  "immutable": true,
11688
11689
  "locationInModule": {
11689
11690
  "filename": "src/version.ts",
11690
- "line": 58
11691
+ "line": 76
11691
11692
  },
11692
11693
  "name": "STANDARD_VERSION",
11693
11694
  "static": true,
@@ -11695,6 +11696,22 @@
11695
11696
  "primitive": "string"
11696
11697
  }
11697
11698
  },
11699
+ {
11700
+ "docs": {
11701
+ "remarks": "This is a `commit-and-tag-version` compatible package.",
11702
+ "stability": "experimental",
11703
+ "summary": "The package used to bump package versions, as a dependency string."
11704
+ },
11705
+ "immutable": true,
11706
+ "locationInModule": {
11707
+ "filename": "src/version.ts",
11708
+ "line": 100
11709
+ },
11710
+ "name": "bumpPackage",
11711
+ "type": {
11712
+ "primitive": "string"
11713
+ }
11714
+ },
11698
11715
  {
11699
11716
  "docs": {
11700
11717
  "stability": "experimental"
@@ -11702,7 +11719,7 @@
11702
11719
  "immutable": true,
11703
11720
  "locationInModule": {
11704
11721
  "filename": "src/version.ts",
11705
- "line": 60
11722
+ "line": 78
11706
11723
  },
11707
11724
  "name": "bumpTask",
11708
11725
  "type": {
@@ -11717,7 +11734,7 @@
11717
11734
  "immutable": true,
11718
11735
  "locationInModule": {
11719
11736
  "filename": "src/version.ts",
11720
- "line": 66
11737
+ "line": 84
11721
11738
  },
11722
11739
  "name": "changelogFileName",
11723
11740
  "type": {
@@ -11732,7 +11749,7 @@
11732
11749
  "immutable": true,
11733
11750
  "locationInModule": {
11734
11751
  "filename": "src/version.ts",
11735
- "line": 76
11752
+ "line": 94
11736
11753
  },
11737
11754
  "name": "releaseTagFileName",
11738
11755
  "type": {
@@ -11746,7 +11763,7 @@
11746
11763
  "immutable": true,
11747
11764
  "locationInModule": {
11748
11765
  "filename": "src/version.ts",
11749
- "line": 61
11766
+ "line": 79
11750
11767
  },
11751
11768
  "name": "unbumpTask",
11752
11769
  "type": {
@@ -11761,7 +11778,7 @@
11761
11778
  "immutable": true,
11762
11779
  "locationInModule": {
11763
11780
  "filename": "src/version.ts",
11764
- "line": 71
11781
+ "line": 89
11765
11782
  },
11766
11783
  "name": "versionFileName",
11767
11784
  "type": {
@@ -11782,7 +11799,7 @@
11782
11799
  "kind": "interface",
11783
11800
  "locationInModule": {
11784
11801
  "filename": "src/version.ts",
11785
- "line": 24
11802
+ "line": 30
11786
11803
  },
11787
11804
  "name": "VersionOptions",
11788
11805
  "properties": [
@@ -11795,7 +11812,7 @@
11795
11812
  "immutable": true,
11796
11813
  "locationInModule": {
11797
11814
  "filename": "src/version.ts",
11798
- "line": 36
11815
+ "line": 42
11799
11816
  },
11800
11817
  "name": "artifactsDirectory",
11801
11818
  "type": {
@@ -11812,13 +11829,32 @@
11812
11829
  "immutable": true,
11813
11830
  "locationInModule": {
11814
11831
  "filename": "src/version.ts",
11815
- "line": 30
11832
+ "line": 36
11816
11833
  },
11817
11834
  "name": "versionInputFile",
11818
11835
  "type": {
11819
11836
  "primitive": "string"
11820
11837
  }
11821
11838
  },
11839
+ {
11840
+ "abstract": true,
11841
+ "docs": {
11842
+ "default": "\"commit-and-tag-version@12\"",
11843
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
11844
+ "stability": "experimental",
11845
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
11846
+ },
11847
+ "immutable": true,
11848
+ "locationInModule": {
11849
+ "filename": "src/version.ts",
11850
+ "line": 69
11851
+ },
11852
+ "name": "bumpPackage",
11853
+ "optional": true,
11854
+ "type": {
11855
+ "primitive": "string"
11856
+ }
11857
+ },
11822
11858
  {
11823
11859
  "abstract": true,
11824
11860
  "docs": {
@@ -11829,7 +11865,7 @@
11829
11865
  "immutable": true,
11830
11866
  "locationInModule": {
11831
11867
  "filename": "src/version.ts",
11832
- "line": 54
11868
+ "line": 60
11833
11869
  },
11834
11870
  "name": "releasableCommits",
11835
11871
  "optional": true,
@@ -11846,7 +11882,7 @@
11846
11882
  "immutable": true,
11847
11883
  "locationInModule": {
11848
11884
  "filename": "src/version.ts",
11849
- "line": 46
11885
+ "line": 52
11850
11886
  },
11851
11887
  "name": "tagPrefix",
11852
11888
  "optional": true,
@@ -11863,7 +11899,7 @@
11863
11899
  "immutable": true,
11864
11900
  "locationInModule": {
11865
11901
  "filename": "src/version.ts",
11866
- "line": 41
11902
+ "line": 47
11867
11903
  },
11868
11904
  "name": "versionrcOptions",
11869
11905
  "optional": true,
@@ -39726,7 +39762,7 @@
39726
39762
  "kind": "enum",
39727
39763
  "locationInModule": {
39728
39764
  "filename": "src/javascript/node-project.ts",
39729
- "line": 360
39765
+ "line": 359
39730
39766
  },
39731
39767
  "members": [
39732
39768
  {
@@ -39762,7 +39798,7 @@
39762
39798
  "kind": "interface",
39763
39799
  "locationInModule": {
39764
39800
  "filename": "src/javascript/node-project.ts",
39765
- "line": 344
39801
+ "line": 343
39766
39802
  },
39767
39803
  "name": "BuildWorkflowOptions",
39768
39804
  "namespace": "javascript",
@@ -39778,7 +39814,7 @@
39778
39814
  "immutable": true,
39779
39815
  "locationInModule": {
39780
39816
  "filename": "src/javascript/node-project.ts",
39781
- "line": 354
39817
+ "line": 353
39782
39818
  },
39783
39819
  "name": "mutableBuild",
39784
39820
  "optional": true,
@@ -45547,7 +45583,7 @@
45547
45583
  },
45548
45584
  "locationInModule": {
45549
45585
  "filename": "src/javascript/node-project.ts",
45550
- "line": 502
45586
+ "line": 501
45551
45587
  },
45552
45588
  "parameters": [
45553
45589
  {
@@ -45561,7 +45597,7 @@
45561
45597
  "kind": "class",
45562
45598
  "locationInModule": {
45563
45599
  "filename": "src/javascript/node-project.ts",
45564
- "line": 377
45600
+ "line": 376
45565
45601
  },
45566
45602
  "methods": [
45567
45603
  {
@@ -45570,7 +45606,7 @@
45570
45606
  },
45571
45607
  "locationInModule": {
45572
45608
  "filename": "src/javascript/node-project.ts",
45573
- "line": 894
45609
+ "line": 892
45574
45610
  },
45575
45611
  "name": "addBins",
45576
45612
  "parameters": [
@@ -45595,7 +45631,7 @@
45595
45631
  },
45596
45632
  "locationInModule": {
45597
45633
  "filename": "src/javascript/node-project.ts",
45598
- "line": 1185
45634
+ "line": 1183
45599
45635
  },
45600
45636
  "name": "addBundledDeps",
45601
45637
  "parameters": [
@@ -45621,7 +45657,7 @@
45621
45657
  },
45622
45658
  "locationInModule": {
45623
45659
  "filename": "src/javascript/node-project.ts",
45624
- "line": 939
45660
+ "line": 937
45625
45661
  },
45626
45662
  "name": "addCompileCommand",
45627
45663
  "parameters": [
@@ -45642,7 +45678,7 @@
45642
45678
  },
45643
45679
  "locationInModule": {
45644
45680
  "filename": "src/javascript/node-project.ts",
45645
- "line": 1139
45681
+ "line": 1137
45646
45682
  },
45647
45683
  "name": "addDeps",
45648
45684
  "parameters": [
@@ -45667,7 +45703,7 @@
45667
45703
  },
45668
45704
  "locationInModule": {
45669
45705
  "filename": "src/javascript/node-project.ts",
45670
- "line": 1152
45706
+ "line": 1150
45671
45707
  },
45672
45708
  "name": "addDevDeps",
45673
45709
  "parameters": [
@@ -45692,7 +45728,7 @@
45692
45728
  },
45693
45729
  "locationInModule": {
45694
45730
  "filename": "src/javascript/node-project.ts",
45695
- "line": 959
45731
+ "line": 957
45696
45732
  },
45697
45733
  "name": "addFields",
45698
45734
  "parameters": [
@@ -45719,7 +45755,7 @@
45719
45755
  },
45720
45756
  "locationInModule": {
45721
45757
  "filename": "src/javascript/node-project.ts",
45722
- "line": 969
45758
+ "line": 967
45723
45759
  },
45724
45760
  "name": "addKeywords",
45725
45761
  "parameters": [
@@ -45746,7 +45782,7 @@
45746
45782
  },
45747
45783
  "locationInModule": {
45748
45784
  "filename": "src/javascript/node-project.ts",
45749
- "line": 1197
45785
+ "line": 1195
45750
45786
  },
45751
45787
  "name": "addPackageIgnore",
45752
45788
  "overrides": "projen.Project",
@@ -45770,7 +45806,7 @@
45770
45806
  },
45771
45807
  "locationInModule": {
45772
45808
  "filename": "src/javascript/node-project.ts",
45773
- "line": 1169
45809
+ "line": 1167
45774
45810
  },
45775
45811
  "name": "addPeerDeps",
45776
45812
  "parameters": [
@@ -45795,7 +45831,7 @@
45795
45831
  },
45796
45832
  "locationInModule": {
45797
45833
  "filename": "src/javascript/node-project.ts",
45798
- "line": 912
45834
+ "line": 910
45799
45835
  },
45800
45836
  "name": "addScripts",
45801
45837
  "parameters": [
@@ -45823,7 +45859,7 @@
45823
45859
  },
45824
45860
  "locationInModule": {
45825
45861
  "filename": "src/javascript/node-project.ts",
45826
- "line": 949
45862
+ "line": 947
45827
45863
  },
45828
45864
  "name": "addTestCommand",
45829
45865
  "parameters": [
@@ -45845,7 +45881,7 @@
45845
45881
  },
45846
45882
  "locationInModule": {
45847
45883
  "filename": "src/javascript/node-project.ts",
45848
- "line": 931
45884
+ "line": 929
45849
45885
  },
45850
45886
  "name": "hasScript",
45851
45887
  "parameters": [
@@ -45872,7 +45908,7 @@
45872
45908
  },
45873
45909
  "locationInModule": {
45874
45910
  "filename": "src/javascript/node-project.ts",
45875
- "line": 922
45911
+ "line": 920
45876
45912
  },
45877
45913
  "name": "removeScript",
45878
45914
  "parameters": [
@@ -45895,7 +45931,7 @@
45895
45931
  },
45896
45932
  "locationInModule": {
45897
45933
  "filename": "src/javascript/node-project.ts",
45898
- "line": 1059
45934
+ "line": 1057
45899
45935
  },
45900
45936
  "name": "renderWorkflowSetup",
45901
45937
  "parameters": [
@@ -45929,7 +45965,7 @@
45929
45965
  },
45930
45966
  "locationInModule": {
45931
45967
  "filename": "src/javascript/node-project.ts",
45932
- "line": 1270
45968
+ "line": 1268
45933
45969
  },
45934
45970
  "name": "runTaskCommand",
45935
45971
  "overrides": "projen.Project",
@@ -45957,7 +45993,7 @@
45957
45993
  },
45958
45994
  "locationInModule": {
45959
45995
  "filename": "src/javascript/node-project.ts",
45960
- "line": 904
45996
+ "line": 902
45961
45997
  },
45962
45998
  "name": "setScript",
45963
45999
  "parameters": [
@@ -45993,7 +46029,7 @@
45993
46029
  "immutable": true,
45994
46030
  "locationInModule": {
45995
46031
  "filename": "src/javascript/node-project.ts",
45996
- "line": 402
46032
+ "line": 401
45997
46033
  },
45998
46034
  "name": "allowLibraryDependencies",
45999
46035
  "type": {
@@ -46009,7 +46045,7 @@
46009
46045
  "immutable": true,
46010
46046
  "locationInModule": {
46011
46047
  "filename": "src/javascript/node-project.ts",
46012
- "line": 485
46048
+ "line": 484
46013
46049
  },
46014
46050
  "name": "artifactsDirectory",
46015
46051
  "type": {
@@ -46024,7 +46060,7 @@
46024
46060
  "immutable": true,
46025
46061
  "locationInModule": {
46026
46062
  "filename": "src/javascript/node-project.ts",
46027
- "line": 490
46063
+ "line": 489
46028
46064
  },
46029
46065
  "name": "artifactsJavascriptDirectory",
46030
46066
  "type": {
@@ -46038,7 +46074,7 @@
46038
46074
  "immutable": true,
46039
46075
  "locationInModule": {
46040
46076
  "filename": "src/javascript/node-project.ts",
46041
- "line": 478
46077
+ "line": 477
46042
46078
  },
46043
46079
  "name": "bundler",
46044
46080
  "type": {
@@ -46053,7 +46089,7 @@
46053
46089
  "immutable": true,
46054
46090
  "locationInModule": {
46055
46091
  "filename": "src/javascript/node-project.ts",
46056
- "line": 409
46092
+ "line": 408
46057
46093
  },
46058
46094
  "name": "entrypoint",
46059
46095
  "type": {
@@ -46068,7 +46104,7 @@
46068
46104
  "immutable": true,
46069
46105
  "locationInModule": {
46070
46106
  "filename": "src/javascript/node-project.ts",
46071
- "line": 474
46107
+ "line": 473
46072
46108
  },
46073
46109
  "name": "manifest",
46074
46110
  "type": {
@@ -46083,7 +46119,7 @@
46083
46119
  "immutable": true,
46084
46120
  "locationInModule": {
46085
46121
  "filename": "src/javascript/node-project.ts",
46086
- "line": 391
46122
+ "line": 390
46087
46123
  },
46088
46124
  "name": "npmrc",
46089
46125
  "type": {
@@ -46098,7 +46134,7 @@
46098
46134
  "immutable": true,
46099
46135
  "locationInModule": {
46100
46136
  "filename": "src/javascript/node-project.ts",
46101
- "line": 381
46137
+ "line": 380
46102
46138
  },
46103
46139
  "name": "package",
46104
46140
  "type": {
@@ -46114,7 +46150,7 @@
46114
46150
  "immutable": true,
46115
46151
  "locationInModule": {
46116
46152
  "filename": "src/javascript/node-project.ts",
46117
- "line": 457
46153
+ "line": 456
46118
46154
  },
46119
46155
  "name": "packageManager",
46120
46156
  "type": {
@@ -46129,7 +46165,7 @@
46129
46165
  "immutable": true,
46130
46166
  "locationInModule": {
46131
46167
  "filename": "src/javascript/node-project.ts",
46132
- "line": 464
46168
+ "line": 463
46133
46169
  },
46134
46170
  "name": "runScriptCommand",
46135
46171
  "type": {
@@ -46143,7 +46179,7 @@
46143
46179
  "immutable": true,
46144
46180
  "locationInModule": {
46145
46181
  "filename": "src/javascript/node-project.ts",
46146
- "line": 497
46182
+ "line": 496
46147
46183
  },
46148
46184
  "name": "workflowBootstrapSteps",
46149
46185
  "protected": true,
@@ -46163,7 +46199,7 @@
46163
46199
  "immutable": true,
46164
46200
  "locationInModule": {
46165
46201
  "filename": "src/javascript/node-project.ts",
46166
- "line": 499
46202
+ "line": 498
46167
46203
  },
46168
46204
  "name": "workflowPackageCache",
46169
46205
  "protected": true,
@@ -46179,7 +46215,7 @@
46179
46215
  "immutable": true,
46180
46216
  "locationInModule": {
46181
46217
  "filename": "src/javascript/node-project.ts",
46182
- "line": 416
46218
+ "line": 415
46183
46219
  },
46184
46220
  "name": "autoMerge",
46185
46221
  "optional": true,
@@ -46196,7 +46232,7 @@
46196
46232
  "immutable": true,
46197
46233
  "locationInModule": {
46198
46234
  "filename": "src/javascript/node-project.ts",
46199
- "line": 421
46235
+ "line": 420
46200
46236
  },
46201
46237
  "name": "buildWorkflow",
46202
46238
  "optional": true,
@@ -46212,7 +46248,7 @@
46212
46248
  "immutable": true,
46213
46249
  "locationInModule": {
46214
46250
  "filename": "src/javascript/node-project.ts",
46215
- "line": 1277
46251
+ "line": 1275
46216
46252
  },
46217
46253
  "name": "buildWorkflowJobId",
46218
46254
  "optional": true,
@@ -46228,7 +46264,7 @@
46228
46264
  "immutable": true,
46229
46265
  "locationInModule": {
46230
46266
  "filename": "src/javascript/node-project.ts",
46231
- "line": 469
46267
+ "line": 468
46232
46268
  },
46233
46269
  "name": "jest",
46234
46270
  "optional": true,
@@ -46244,7 +46280,7 @@
46244
46280
  "immutable": true,
46245
46281
  "locationInModule": {
46246
46282
  "filename": "src/javascript/node-project.ts",
46247
- "line": 446
46283
+ "line": 445
46248
46284
  },
46249
46285
  "name": "maxNodeVersion",
46250
46286
  "optional": true,
@@ -46260,7 +46296,7 @@
46260
46296
  "immutable": true,
46261
46297
  "locationInModule": {
46262
46298
  "filename": "src/javascript/node-project.ts",
46263
- "line": 439
46299
+ "line": 438
46264
46300
  },
46265
46301
  "name": "minNodeVersion",
46266
46302
  "optional": true,
@@ -46275,7 +46311,7 @@
46275
46311
  "immutable": true,
46276
46312
  "locationInModule": {
46277
46313
  "filename": "src/javascript/node-project.ts",
46278
- "line": 450
46314
+ "line": 449
46279
46315
  },
46280
46316
  "name": "nodeVersion",
46281
46317
  "optional": true,
@@ -46292,7 +46328,7 @@
46292
46328
  "immutable": true,
46293
46329
  "locationInModule": {
46294
46330
  "filename": "src/javascript/node-project.ts",
46295
- "line": 386
46331
+ "line": 385
46296
46332
  },
46297
46333
  "name": "npmignore",
46298
46334
  "optional": true,
@@ -46307,7 +46343,7 @@
46307
46343
  "immutable": true,
46308
46344
  "locationInModule": {
46309
46345
  "filename": "src/javascript/node-project.ts",
46310
- "line": 500
46346
+ "line": 499
46311
46347
  },
46312
46348
  "name": "prettier",
46313
46349
  "optional": true,
@@ -46325,7 +46361,7 @@
46325
46361
  "immutable": true,
46326
46362
  "locationInModule": {
46327
46363
  "filename": "src/javascript/node-project.ts",
46328
- "line": 429
46364
+ "line": 428
46329
46365
  },
46330
46366
  "name": "publisher",
46331
46367
  "optional": true,
@@ -46341,7 +46377,7 @@
46341
46377
  "immutable": true,
46342
46378
  "locationInModule": {
46343
46379
  "filename": "src/javascript/node-project.ts",
46344
- "line": 434
46380
+ "line": 433
46345
46381
  },
46346
46382
  "name": "release",
46347
46383
  "optional": true,
@@ -46357,7 +46393,7 @@
46357
46393
  "immutable": true,
46358
46394
  "locationInModule": {
46359
46395
  "filename": "src/javascript/node-project.ts",
46360
- "line": 495
46396
+ "line": 494
46361
46397
  },
46362
46398
  "name": "upgradeWorkflow",
46363
46399
  "optional": true,
@@ -46383,7 +46419,7 @@
46383
46419
  "kind": "interface",
46384
46420
  "locationInModule": {
46385
46421
  "filename": "src/javascript/node-project.ts",
46386
- "line": 60
46422
+ "line": 59
46387
46423
  },
46388
46424
  "name": "NodeProjectOptions",
46389
46425
  "namespace": "javascript",
@@ -46398,7 +46434,7 @@
46398
46434
  "immutable": true,
46399
46435
  "locationInModule": {
46400
46436
  "filename": "src/javascript/node-project.ts",
46401
- "line": 150
46437
+ "line": 149
46402
46438
  },
46403
46439
  "name": "defaultReleaseBranch",
46404
46440
  "type": {
@@ -46415,7 +46451,7 @@
46415
46451
  "immutable": true,
46416
46452
  "locationInModule": {
46417
46453
  "filename": "src/javascript/node-project.ts",
46418
- "line": 313
46454
+ "line": 312
46419
46455
  },
46420
46456
  "name": "artifactsDirectory",
46421
46457
  "optional": true,
@@ -46434,7 +46470,7 @@
46434
46470
  "immutable": true,
46435
46471
  "locationInModule": {
46436
46472
  "filename": "src/javascript/node-project.ts",
46437
- "line": 224
46473
+ "line": 223
46438
46474
  },
46439
46475
  "name": "autoApproveUpgrades",
46440
46476
  "optional": true,
@@ -46452,7 +46488,7 @@
46452
46488
  "immutable": true,
46453
46489
  "locationInModule": {
46454
46490
  "filename": "src/javascript/node-project.ts",
46455
- "line": 96
46491
+ "line": 95
46456
46492
  },
46457
46493
  "name": "buildWorkflow",
46458
46494
  "optional": true,
@@ -46469,7 +46505,7 @@
46469
46505
  "immutable": true,
46470
46506
  "locationInModule": {
46471
46507
  "filename": "src/javascript/node-project.ts",
46472
- "line": 100
46508
+ "line": 99
46473
46509
  },
46474
46510
  "name": "buildWorkflowOptions",
46475
46511
  "optional": true,
@@ -46488,7 +46524,7 @@
46488
46524
  "immutable": true,
46489
46525
  "locationInModule": {
46490
46526
  "filename": "src/javascript/node-project.ts",
46491
- "line": 329
46527
+ "line": 328
46492
46528
  },
46493
46529
  "name": "buildWorkflowTriggers",
46494
46530
  "optional": true,
@@ -46505,7 +46541,7 @@
46505
46541
  "immutable": true,
46506
46542
  "locationInModule": {
46507
46543
  "filename": "src/javascript/node-project.ts",
46508
- "line": 306
46544
+ "line": 305
46509
46545
  },
46510
46546
  "name": "bundlerOptions",
46511
46547
  "optional": true,
@@ -46524,7 +46560,7 @@
46524
46560
  "immutable": true,
46525
46561
  "locationInModule": {
46526
46562
  "filename": "src/javascript/node-project.ts",
46527
- "line": 338
46563
+ "line": 337
46528
46564
  },
46529
46565
  "name": "checkLicenses",
46530
46566
  "optional": true,
@@ -46542,7 +46578,7 @@
46542
46578
  "immutable": true,
46543
46579
  "locationInModule": {
46544
46580
  "filename": "src/javascript/node-project.ts",
46545
- "line": 121
46581
+ "line": 120
46546
46582
  },
46547
46583
  "name": "codeCov",
46548
46584
  "optional": true,
@@ -46560,7 +46596,7 @@
46560
46596
  "immutable": true,
46561
46597
  "locationInModule": {
46562
46598
  "filename": "src/javascript/node-project.ts",
46563
- "line": 128
46599
+ "line": 127
46564
46600
  },
46565
46601
  "name": "codeCovTokenSecret",
46566
46602
  "optional": true,
@@ -46578,7 +46614,7 @@
46578
46614
  "immutable": true,
46579
46615
  "locationInModule": {
46580
46616
  "filename": "src/javascript/node-project.ts",
46581
- "line": 69
46617
+ "line": 68
46582
46618
  },
46583
46619
  "name": "copyrightOwner",
46584
46620
  "optional": true,
@@ -46596,7 +46632,7 @@
46596
46632
  "immutable": true,
46597
46633
  "locationInModule": {
46598
46634
  "filename": "src/javascript/node-project.ts",
46599
- "line": 76
46635
+ "line": 75
46600
46636
  },
46601
46637
  "name": "copyrightPeriod",
46602
46638
  "optional": true,
@@ -46615,7 +46651,7 @@
46615
46651
  "immutable": true,
46616
46652
  "locationInModule": {
46617
46653
  "filename": "src/javascript/node-project.ts",
46618
- "line": 192
46654
+ "line": 191
46619
46655
  },
46620
46656
  "name": "dependabot",
46621
46657
  "optional": true,
@@ -46633,7 +46669,7 @@
46633
46669
  "immutable": true,
46634
46670
  "locationInModule": {
46635
46671
  "filename": "src/javascript/node-project.ts",
46636
- "line": 199
46672
+ "line": 198
46637
46673
  },
46638
46674
  "name": "dependabotOptions",
46639
46675
  "optional": true,
@@ -46652,7 +46688,7 @@
46652
46688
  "immutable": true,
46653
46689
  "locationInModule": {
46654
46690
  "filename": "src/javascript/node-project.ts",
46655
- "line": 207
46691
+ "line": 206
46656
46692
  },
46657
46693
  "name": "depsUpgrade",
46658
46694
  "optional": true,
@@ -46670,7 +46706,7 @@
46670
46706
  "immutable": true,
46671
46707
  "locationInModule": {
46672
46708
  "filename": "src/javascript/node-project.ts",
46673
- "line": 214
46709
+ "line": 213
46674
46710
  },
46675
46711
  "name": "depsUpgradeOptions",
46676
46712
  "optional": true,
@@ -46687,7 +46723,7 @@
46687
46723
  "immutable": true,
46688
46724
  "locationInModule": {
46689
46725
  "filename": "src/javascript/node-project.ts",
46690
- "line": 275
46726
+ "line": 274
46691
46727
  },
46692
46728
  "name": "gitignore",
46693
46729
  "optional": true,
@@ -46710,7 +46746,7 @@
46710
46746
  "immutable": true,
46711
46747
  "locationInModule": {
46712
46748
  "filename": "src/javascript/node-project.ts",
46713
- "line": 281
46749
+ "line": 280
46714
46750
  },
46715
46751
  "name": "jest",
46716
46752
  "optional": true,
@@ -46728,7 +46764,7 @@
46728
46764
  "immutable": true,
46729
46765
  "locationInModule": {
46730
46766
  "filename": "src/javascript/node-project.ts",
46731
- "line": 287
46767
+ "line": 286
46732
46768
  },
46733
46769
  "name": "jestOptions",
46734
46770
  "optional": true,
@@ -46748,7 +46784,7 @@
46748
46784
  "immutable": true,
46749
46785
  "locationInModule": {
46750
46786
  "filename": "src/javascript/node-project.ts",
46751
- "line": 113
46787
+ "line": 112
46752
46788
  },
46753
46789
  "name": "mutableBuild",
46754
46790
  "optional": true,
@@ -46766,7 +46802,7 @@
46766
46802
  "immutable": true,
46767
46803
  "locationInModule": {
46768
46804
  "filename": "src/javascript/node-project.ts",
46769
- "line": 243
46805
+ "line": 242
46770
46806
  },
46771
46807
  "name": "npmignore",
46772
46808
  "optional": true,
@@ -46789,7 +46825,7 @@
46789
46825
  "immutable": true,
46790
46826
  "locationInModule": {
46791
46827
  "filename": "src/javascript/node-project.ts",
46792
- "line": 232
46828
+ "line": 231
46793
46829
  },
46794
46830
  "name": "npmignoreEnabled",
46795
46831
  "optional": true,
@@ -46806,7 +46842,7 @@
46806
46842
  "immutable": true,
46807
46843
  "locationInModule": {
46808
46844
  "filename": "src/javascript/node-project.ts",
46809
- "line": 237
46845
+ "line": 236
46810
46846
  },
46811
46847
  "name": "npmIgnoreOptions",
46812
46848
  "optional": true,
@@ -46824,7 +46860,7 @@
46824
46860
  "immutable": true,
46825
46861
  "locationInModule": {
46826
46862
  "filename": "src/javascript/node-project.ts",
46827
- "line": 321
46863
+ "line": 320
46828
46864
  },
46829
46865
  "name": "package",
46830
46866
  "optional": true,
@@ -46842,7 +46878,7 @@
46842
46878
  "immutable": true,
46843
46879
  "locationInModule": {
46844
46880
  "filename": "src/javascript/node-project.ts",
46845
- "line": 264
46881
+ "line": 263
46846
46882
  },
46847
46883
  "name": "prettier",
46848
46884
  "optional": true,
@@ -46860,7 +46896,7 @@
46860
46896
  "immutable": true,
46861
46897
  "locationInModule": {
46862
46898
  "filename": "src/javascript/node-project.ts",
46863
- "line": 270
46899
+ "line": 269
46864
46900
  },
46865
46901
  "name": "prettierOptions",
46866
46902
  "optional": true,
@@ -46878,7 +46914,7 @@
46878
46914
  "immutable": true,
46879
46915
  "locationInModule": {
46880
46916
  "filename": "src/javascript/node-project.ts",
46881
- "line": 90
46917
+ "line": 89
46882
46918
  },
46883
46919
  "name": "projenDevDependency",
46884
46920
  "optional": true,
@@ -46896,7 +46932,7 @@
46896
46932
  "immutable": true,
46897
46933
  "locationInModule": {
46898
46934
  "filename": "src/javascript/node-project.ts",
46899
- "line": 295
46935
+ "line": 294
46900
46936
  },
46901
46937
  "name": "projenrcJs",
46902
46938
  "optional": true,
@@ -46914,7 +46950,7 @@
46914
46950
  "immutable": true,
46915
46951
  "locationInModule": {
46916
46952
  "filename": "src/javascript/node-project.ts",
46917
- "line": 301
46953
+ "line": 300
46918
46954
  },
46919
46955
  "name": "projenrcJsOptions",
46920
46956
  "optional": true,
@@ -46932,7 +46968,7 @@
46932
46968
  "immutable": true,
46933
46969
  "locationInModule": {
46934
46970
  "filename": "src/javascript/node-project.ts",
46935
- "line": 83
46971
+ "line": 82
46936
46972
  },
46937
46973
  "name": "projenVersion",
46938
46974
  "optional": true,
@@ -46950,7 +46986,7 @@
46950
46986
  "immutable": true,
46951
46987
  "locationInModule": {
46952
46988
  "filename": "src/javascript/node-project.ts",
46953
- "line": 250
46989
+ "line": 249
46954
46990
  },
46955
46991
  "name": "pullRequestTemplate",
46956
46992
  "optional": true,
@@ -46968,7 +47004,7 @@
46968
47004
  "immutable": true,
46969
47005
  "locationInModule": {
46970
47006
  "filename": "src/javascript/node-project.ts",
46971
- "line": 257
47007
+ "line": 256
46972
47008
  },
46973
47009
  "name": "pullRequestTemplateContents",
46974
47010
  "optional": true,
@@ -46991,7 +47027,7 @@
46991
47027
  "immutable": true,
46992
47028
  "locationInModule": {
46993
47029
  "filename": "src/javascript/node-project.ts",
46994
- "line": 143
47030
+ "line": 142
46995
47031
  },
46996
47032
  "name": "release",
46997
47033
  "optional": true,
@@ -47009,7 +47045,7 @@
47009
47045
  "immutable": true,
47010
47046
  "locationInModule": {
47011
47047
  "filename": "src/javascript/node-project.ts",
47012
- "line": 170
47048
+ "line": 169
47013
47049
  },
47014
47050
  "name": "releaseToNpm",
47015
47051
  "optional": true,
@@ -47028,7 +47064,7 @@
47028
47064
  "immutable": true,
47029
47065
  "locationInModule": {
47030
47066
  "filename": "src/javascript/node-project.ts",
47031
- "line": 136
47067
+ "line": 135
47032
47068
  },
47033
47069
  "name": "releaseWorkflow",
47034
47070
  "optional": true,
@@ -47046,7 +47082,7 @@
47046
47082
  "immutable": true,
47047
47083
  "locationInModule": {
47048
47084
  "filename": "src/javascript/node-project.ts",
47049
- "line": 157
47085
+ "line": 156
47050
47086
  },
47051
47087
  "name": "workflowBootstrapSteps",
47052
47088
  "optional": true,
@@ -47069,7 +47105,7 @@
47069
47105
  "immutable": true,
47070
47106
  "locationInModule": {
47071
47107
  "filename": "src/javascript/node-project.ts",
47072
- "line": 164
47108
+ "line": 163
47073
47109
  },
47074
47110
  "name": "workflowGitIdentity",
47075
47111
  "optional": true,
@@ -47087,7 +47123,7 @@
47087
47123
  "immutable": true,
47088
47124
  "locationInModule": {
47089
47125
  "filename": "src/javascript/node-project.ts",
47090
- "line": 177
47126
+ "line": 176
47091
47127
  },
47092
47128
  "name": "workflowNodeVersion",
47093
47129
  "optional": true,
@@ -47105,7 +47141,7 @@
47105
47141
  "immutable": true,
47106
47142
  "locationInModule": {
47107
47143
  "filename": "src/javascript/node-project.ts",
47108
- "line": 184
47144
+ "line": 183
47109
47145
  },
47110
47146
  "name": "workflowPackageCache",
47111
47147
  "optional": true,
@@ -48416,7 +48452,7 @@
48416
48452
  "kind": "interface",
48417
48453
  "locationInModule": {
48418
48454
  "filename": "src/javascript/node-project.ts",
48419
- "line": 1285
48455
+ "line": 1283
48420
48456
  },
48421
48457
  "name": "RenderWorkflowSetupOptions",
48422
48458
  "namespace": "javascript",
@@ -48432,7 +48468,7 @@
48432
48468
  "immutable": true,
48433
48469
  "locationInModule": {
48434
48470
  "filename": "src/javascript/node-project.ts",
48435
- "line": 1294
48471
+ "line": 1292
48436
48472
  },
48437
48473
  "name": "installStepConfiguration",
48438
48474
  "optional": true,
@@ -48450,7 +48486,7 @@
48450
48486
  "immutable": true,
48451
48487
  "locationInModule": {
48452
48488
  "filename": "src/javascript/node-project.ts",
48453
- "line": 1299
48489
+ "line": 1297
48454
48490
  },
48455
48491
  "name": "mutable",
48456
48492
  "optional": true,
@@ -59886,7 +59922,7 @@
59886
59922
  "default": "- standard configuration applicable for GitHub repositories",
59887
59923
  "remarks": "Given values either append to default configuration or overwrite values in it.",
59888
59924
  "stability": "experimental",
59889
- "summary": "Custom configuration used when creating changelog with standard-version package."
59925
+ "summary": "Custom configuration used when creating changelog with commit-and-tag-version package."
59890
59926
  },
59891
59927
  "immutable": true,
59892
59928
  "locationInModule": {
@@ -64432,6 +64468,6 @@
64432
64468
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64433
64469
  }
64434
64470
  },
64435
- "version": "0.86.1",
64436
- "fingerprint": "bNXzIGdn7LqFSFZ1b27M2ogEaH0mryUU6KXNcKwWvXg="
64471
+ "version": "0.86.2",
64472
+ "fingerprint": "MjxK8KfGSd5Mg2UV6psQWFEr3Q3rzoouZh15S+EvFCU="
64437
64473
  }