projen 0.86.0 → 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 (142) hide show
  1. package/.jsii +240 -199
  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.d.ts +15 -4
  22. package/lib/cdk/jsii-project.js +3 -2
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  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 +1 -1
  75. package/lib/javascript/node-project.js +2 -4
  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/bump-version.d.ts +10 -2
  107. package/lib/release/bump-version.js +7 -6
  108. package/lib/release/bump-version.task.js +5 -3
  109. package/lib/release/publisher.d.ts +0 -6
  110. package/lib/release/publisher.js +2 -3
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.d.ts +1 -1
  113. package/lib/release/release.js +2 -2
  114. package/lib/renovatebot.js +1 -1
  115. package/lib/sample-file.d.ts +1 -1
  116. package/lib/sample-file.js +3 -3
  117. package/lib/semver.js +1 -1
  118. package/lib/source-code.js +1 -1
  119. package/lib/task-runtime.js +1 -1
  120. package/lib/task.js +1 -1
  121. package/lib/tasks.js +1 -1
  122. package/lib/testing.js +1 -1
  123. package/lib/textfile.js +1 -1
  124. package/lib/toml.js +1 -1
  125. package/lib/typescript/projenrc-ts.js +1 -1
  126. package/lib/typescript/projenrc.js +1 -1
  127. package/lib/typescript/typescript-typedoc.js +1 -1
  128. package/lib/typescript/typescript.js +6 -6
  129. package/lib/version.d.ts +19 -3
  130. package/lib/version.js +26 -12
  131. package/lib/vscode/devcontainer.js +1 -1
  132. package/lib/vscode/extensions.js +1 -1
  133. package/lib/vscode/launch-config.js +1 -1
  134. package/lib/vscode/settings.js +1 -1
  135. package/lib/vscode/vscode.js +1 -1
  136. package/lib/web/next.js +3 -3
  137. package/lib/web/postcss.js +1 -1
  138. package/lib/web/react.js +4 -4
  139. package/lib/web/tailwind.js +1 -1
  140. package/lib/xmlfile.js +1 -1
  141. package/lib/yaml.js +1 -1
  142. 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": {
@@ -9258,7 +9258,7 @@
9258
9258
  {
9259
9259
  "abstract": true,
9260
9260
  "docs": {
9261
- "remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', { source: path.join(__dirname, '..', 'sample-assets', 'icon.png') });\n```",
9261
+ "remarks": "If your project is Typescript-based and has configured `testdir` to be a\nsubdirectory of `src`, sample files should outside of the `src` directory,\notherwise they may not be copied. For example:\n```\nnew SampleFile(this, 'assets/icon.png', { sourcePath: path.join(__dirname, '..', 'sample-assets', 'icon.png') });\n```",
9262
9262
  "stability": "experimental",
9263
9263
  "summary": "Absolute path to a file to copy the contents from (does not need to be a text file)."
9264
9264
  },
@@ -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,
@@ -17169,14 +17205,15 @@
17169
17205
  {
17170
17206
  "abstract": true,
17171
17207
  "docs": {
17172
- "example": "github.com/owner/repo/subdir",
17208
+ "example": "github.com/owner/repo",
17209
+ "remarks": "The module itself will always be published under a subdirectory named according\nto the `packageName` of the module (e.g. github.com/foo/bar/pkg).",
17173
17210
  "stability": "experimental",
17174
- "summary": "The name of the target go module."
17211
+ "summary": "The name of the target repository in which this module will be published (e.g. github.com/owner/repo)."
17175
17212
  },
17176
17213
  "immutable": true,
17177
17214
  "locationInModule": {
17178
17215
  "filename": "src/cdk/jsii-project.ts",
17179
- "line": 170
17216
+ "line": 172
17180
17217
  },
17181
17218
  "name": "moduleName",
17182
17219
  "type": {
@@ -17186,20 +17223,42 @@
17186
17223
  {
17187
17224
  "abstract": true,
17188
17225
  "docs": {
17189
- "default": "- derived from the module name",
17226
+ "custom": {
17227
+ "projen": "/foo-bar will be projenfoobar)."
17228
+ },
17229
+ "default": "- derived from the JavaScript module name",
17230
+ "remarks": "If not specified, package name will be derived from the JavaScript module name\nby removing non-alphanumeric characters (e.g.",
17190
17231
  "stability": "experimental",
17191
- "summary": "The name of the go package."
17232
+ "summary": "The name of the Go package name."
17192
17233
  },
17193
17234
  "immutable": true,
17194
17235
  "locationInModule": {
17195
17236
  "filename": "src/cdk/jsii-project.ts",
17196
- "line": 177
17237
+ "line": 182
17197
17238
  },
17198
17239
  "name": "packageName",
17199
17240
  "optional": true,
17200
17241
  "type": {
17201
17242
  "primitive": "string"
17202
17243
  }
17244
+ },
17245
+ {
17246
+ "abstract": true,
17247
+ "docs": {
17248
+ "default": "- none",
17249
+ "stability": "experimental",
17250
+ "summary": "A suffix appended at the end of the module version (e.g `\"-devprefix\"`)."
17251
+ },
17252
+ "immutable": true,
17253
+ "locationInModule": {
17254
+ "filename": "src/cdk/jsii-project.ts",
17255
+ "line": 189
17256
+ },
17257
+ "name": "versionSuffix",
17258
+ "optional": true,
17259
+ "type": {
17260
+ "primitive": "string"
17261
+ }
17203
17262
  }
17204
17263
  ],
17205
17264
  "symbolId": "src/cdk/jsii-project:JsiiGoTarget"
@@ -17287,7 +17346,7 @@
17287
17346
  },
17288
17347
  "locationInModule": {
17289
17348
  "filename": "src/cdk/jsii-project.ts",
17290
- "line": 200
17349
+ "line": 212
17291
17350
  },
17292
17351
  "parameters": [
17293
17352
  {
@@ -17301,7 +17360,7 @@
17301
17360
  "kind": "class",
17302
17361
  "locationInModule": {
17303
17362
  "filename": "src/cdk/jsii-project.ts",
17304
- "line": 185
17363
+ "line": 197
17305
17364
  },
17306
17365
  "name": "JsiiProject",
17307
17366
  "namespace": "cdk",
@@ -17313,7 +17372,7 @@
17313
17372
  "immutable": true,
17314
17373
  "locationInModule": {
17315
17374
  "filename": "src/cdk/jsii-project.ts",
17316
- "line": 186
17375
+ "line": 198
17317
17376
  },
17318
17377
  "name": "eslint",
17319
17378
  "optional": true,
@@ -39703,7 +39762,7 @@
39703
39762
  "kind": "enum",
39704
39763
  "locationInModule": {
39705
39764
  "filename": "src/javascript/node-project.ts",
39706
- "line": 360
39765
+ "line": 359
39707
39766
  },
39708
39767
  "members": [
39709
39768
  {
@@ -39739,7 +39798,7 @@
39739
39798
  "kind": "interface",
39740
39799
  "locationInModule": {
39741
39800
  "filename": "src/javascript/node-project.ts",
39742
- "line": 344
39801
+ "line": 343
39743
39802
  },
39744
39803
  "name": "BuildWorkflowOptions",
39745
39804
  "namespace": "javascript",
@@ -39755,7 +39814,7 @@
39755
39814
  "immutable": true,
39756
39815
  "locationInModule": {
39757
39816
  "filename": "src/javascript/node-project.ts",
39758
- "line": 354
39817
+ "line": 353
39759
39818
  },
39760
39819
  "name": "mutableBuild",
39761
39820
  "optional": true,
@@ -45524,7 +45583,7 @@
45524
45583
  },
45525
45584
  "locationInModule": {
45526
45585
  "filename": "src/javascript/node-project.ts",
45527
- "line": 502
45586
+ "line": 501
45528
45587
  },
45529
45588
  "parameters": [
45530
45589
  {
@@ -45538,7 +45597,7 @@
45538
45597
  "kind": "class",
45539
45598
  "locationInModule": {
45540
45599
  "filename": "src/javascript/node-project.ts",
45541
- "line": 377
45600
+ "line": 376
45542
45601
  },
45543
45602
  "methods": [
45544
45603
  {
@@ -45547,7 +45606,7 @@
45547
45606
  },
45548
45607
  "locationInModule": {
45549
45608
  "filename": "src/javascript/node-project.ts",
45550
- "line": 894
45609
+ "line": 892
45551
45610
  },
45552
45611
  "name": "addBins",
45553
45612
  "parameters": [
@@ -45572,7 +45631,7 @@
45572
45631
  },
45573
45632
  "locationInModule": {
45574
45633
  "filename": "src/javascript/node-project.ts",
45575
- "line": 1185
45634
+ "line": 1183
45576
45635
  },
45577
45636
  "name": "addBundledDeps",
45578
45637
  "parameters": [
@@ -45598,7 +45657,7 @@
45598
45657
  },
45599
45658
  "locationInModule": {
45600
45659
  "filename": "src/javascript/node-project.ts",
45601
- "line": 939
45660
+ "line": 937
45602
45661
  },
45603
45662
  "name": "addCompileCommand",
45604
45663
  "parameters": [
@@ -45619,7 +45678,7 @@
45619
45678
  },
45620
45679
  "locationInModule": {
45621
45680
  "filename": "src/javascript/node-project.ts",
45622
- "line": 1139
45681
+ "line": 1137
45623
45682
  },
45624
45683
  "name": "addDeps",
45625
45684
  "parameters": [
@@ -45644,7 +45703,7 @@
45644
45703
  },
45645
45704
  "locationInModule": {
45646
45705
  "filename": "src/javascript/node-project.ts",
45647
- "line": 1152
45706
+ "line": 1150
45648
45707
  },
45649
45708
  "name": "addDevDeps",
45650
45709
  "parameters": [
@@ -45669,7 +45728,7 @@
45669
45728
  },
45670
45729
  "locationInModule": {
45671
45730
  "filename": "src/javascript/node-project.ts",
45672
- "line": 959
45731
+ "line": 957
45673
45732
  },
45674
45733
  "name": "addFields",
45675
45734
  "parameters": [
@@ -45696,7 +45755,7 @@
45696
45755
  },
45697
45756
  "locationInModule": {
45698
45757
  "filename": "src/javascript/node-project.ts",
45699
- "line": 969
45758
+ "line": 967
45700
45759
  },
45701
45760
  "name": "addKeywords",
45702
45761
  "parameters": [
@@ -45723,7 +45782,7 @@
45723
45782
  },
45724
45783
  "locationInModule": {
45725
45784
  "filename": "src/javascript/node-project.ts",
45726
- "line": 1197
45785
+ "line": 1195
45727
45786
  },
45728
45787
  "name": "addPackageIgnore",
45729
45788
  "overrides": "projen.Project",
@@ -45747,7 +45806,7 @@
45747
45806
  },
45748
45807
  "locationInModule": {
45749
45808
  "filename": "src/javascript/node-project.ts",
45750
- "line": 1169
45809
+ "line": 1167
45751
45810
  },
45752
45811
  "name": "addPeerDeps",
45753
45812
  "parameters": [
@@ -45772,7 +45831,7 @@
45772
45831
  },
45773
45832
  "locationInModule": {
45774
45833
  "filename": "src/javascript/node-project.ts",
45775
- "line": 912
45834
+ "line": 910
45776
45835
  },
45777
45836
  "name": "addScripts",
45778
45837
  "parameters": [
@@ -45800,7 +45859,7 @@
45800
45859
  },
45801
45860
  "locationInModule": {
45802
45861
  "filename": "src/javascript/node-project.ts",
45803
- "line": 949
45862
+ "line": 947
45804
45863
  },
45805
45864
  "name": "addTestCommand",
45806
45865
  "parameters": [
@@ -45822,7 +45881,7 @@
45822
45881
  },
45823
45882
  "locationInModule": {
45824
45883
  "filename": "src/javascript/node-project.ts",
45825
- "line": 931
45884
+ "line": 929
45826
45885
  },
45827
45886
  "name": "hasScript",
45828
45887
  "parameters": [
@@ -45849,7 +45908,7 @@
45849
45908
  },
45850
45909
  "locationInModule": {
45851
45910
  "filename": "src/javascript/node-project.ts",
45852
- "line": 922
45911
+ "line": 920
45853
45912
  },
45854
45913
  "name": "removeScript",
45855
45914
  "parameters": [
@@ -45872,7 +45931,7 @@
45872
45931
  },
45873
45932
  "locationInModule": {
45874
45933
  "filename": "src/javascript/node-project.ts",
45875
- "line": 1059
45934
+ "line": 1057
45876
45935
  },
45877
45936
  "name": "renderWorkflowSetup",
45878
45937
  "parameters": [
@@ -45906,7 +45965,7 @@
45906
45965
  },
45907
45966
  "locationInModule": {
45908
45967
  "filename": "src/javascript/node-project.ts",
45909
- "line": 1270
45968
+ "line": 1268
45910
45969
  },
45911
45970
  "name": "runTaskCommand",
45912
45971
  "overrides": "projen.Project",
@@ -45934,7 +45993,7 @@
45934
45993
  },
45935
45994
  "locationInModule": {
45936
45995
  "filename": "src/javascript/node-project.ts",
45937
- "line": 904
45996
+ "line": 902
45938
45997
  },
45939
45998
  "name": "setScript",
45940
45999
  "parameters": [
@@ -45970,7 +46029,7 @@
45970
46029
  "immutable": true,
45971
46030
  "locationInModule": {
45972
46031
  "filename": "src/javascript/node-project.ts",
45973
- "line": 402
46032
+ "line": 401
45974
46033
  },
45975
46034
  "name": "allowLibraryDependencies",
45976
46035
  "type": {
@@ -45986,7 +46045,7 @@
45986
46045
  "immutable": true,
45987
46046
  "locationInModule": {
45988
46047
  "filename": "src/javascript/node-project.ts",
45989
- "line": 485
46048
+ "line": 484
45990
46049
  },
45991
46050
  "name": "artifactsDirectory",
45992
46051
  "type": {
@@ -46001,7 +46060,7 @@
46001
46060
  "immutable": true,
46002
46061
  "locationInModule": {
46003
46062
  "filename": "src/javascript/node-project.ts",
46004
- "line": 490
46063
+ "line": 489
46005
46064
  },
46006
46065
  "name": "artifactsJavascriptDirectory",
46007
46066
  "type": {
@@ -46015,7 +46074,7 @@
46015
46074
  "immutable": true,
46016
46075
  "locationInModule": {
46017
46076
  "filename": "src/javascript/node-project.ts",
46018
- "line": 478
46077
+ "line": 477
46019
46078
  },
46020
46079
  "name": "bundler",
46021
46080
  "type": {
@@ -46030,7 +46089,7 @@
46030
46089
  "immutable": true,
46031
46090
  "locationInModule": {
46032
46091
  "filename": "src/javascript/node-project.ts",
46033
- "line": 409
46092
+ "line": 408
46034
46093
  },
46035
46094
  "name": "entrypoint",
46036
46095
  "type": {
@@ -46045,7 +46104,7 @@
46045
46104
  "immutable": true,
46046
46105
  "locationInModule": {
46047
46106
  "filename": "src/javascript/node-project.ts",
46048
- "line": 474
46107
+ "line": 473
46049
46108
  },
46050
46109
  "name": "manifest",
46051
46110
  "type": {
@@ -46060,7 +46119,7 @@
46060
46119
  "immutable": true,
46061
46120
  "locationInModule": {
46062
46121
  "filename": "src/javascript/node-project.ts",
46063
- "line": 391
46122
+ "line": 390
46064
46123
  },
46065
46124
  "name": "npmrc",
46066
46125
  "type": {
@@ -46075,7 +46134,7 @@
46075
46134
  "immutable": true,
46076
46135
  "locationInModule": {
46077
46136
  "filename": "src/javascript/node-project.ts",
46078
- "line": 381
46137
+ "line": 380
46079
46138
  },
46080
46139
  "name": "package",
46081
46140
  "type": {
@@ -46091,7 +46150,7 @@
46091
46150
  "immutable": true,
46092
46151
  "locationInModule": {
46093
46152
  "filename": "src/javascript/node-project.ts",
46094
- "line": 457
46153
+ "line": 456
46095
46154
  },
46096
46155
  "name": "packageManager",
46097
46156
  "type": {
@@ -46106,7 +46165,7 @@
46106
46165
  "immutable": true,
46107
46166
  "locationInModule": {
46108
46167
  "filename": "src/javascript/node-project.ts",
46109
- "line": 464
46168
+ "line": 463
46110
46169
  },
46111
46170
  "name": "runScriptCommand",
46112
46171
  "type": {
@@ -46120,7 +46179,7 @@
46120
46179
  "immutable": true,
46121
46180
  "locationInModule": {
46122
46181
  "filename": "src/javascript/node-project.ts",
46123
- "line": 497
46182
+ "line": 496
46124
46183
  },
46125
46184
  "name": "workflowBootstrapSteps",
46126
46185
  "protected": true,
@@ -46140,7 +46199,7 @@
46140
46199
  "immutable": true,
46141
46200
  "locationInModule": {
46142
46201
  "filename": "src/javascript/node-project.ts",
46143
- "line": 499
46202
+ "line": 498
46144
46203
  },
46145
46204
  "name": "workflowPackageCache",
46146
46205
  "protected": true,
@@ -46156,7 +46215,7 @@
46156
46215
  "immutable": true,
46157
46216
  "locationInModule": {
46158
46217
  "filename": "src/javascript/node-project.ts",
46159
- "line": 416
46218
+ "line": 415
46160
46219
  },
46161
46220
  "name": "autoMerge",
46162
46221
  "optional": true,
@@ -46173,7 +46232,7 @@
46173
46232
  "immutable": true,
46174
46233
  "locationInModule": {
46175
46234
  "filename": "src/javascript/node-project.ts",
46176
- "line": 421
46235
+ "line": 420
46177
46236
  },
46178
46237
  "name": "buildWorkflow",
46179
46238
  "optional": true,
@@ -46189,7 +46248,7 @@
46189
46248
  "immutable": true,
46190
46249
  "locationInModule": {
46191
46250
  "filename": "src/javascript/node-project.ts",
46192
- "line": 1277
46251
+ "line": 1275
46193
46252
  },
46194
46253
  "name": "buildWorkflowJobId",
46195
46254
  "optional": true,
@@ -46205,7 +46264,7 @@
46205
46264
  "immutable": true,
46206
46265
  "locationInModule": {
46207
46266
  "filename": "src/javascript/node-project.ts",
46208
- "line": 469
46267
+ "line": 468
46209
46268
  },
46210
46269
  "name": "jest",
46211
46270
  "optional": true,
@@ -46221,7 +46280,7 @@
46221
46280
  "immutable": true,
46222
46281
  "locationInModule": {
46223
46282
  "filename": "src/javascript/node-project.ts",
46224
- "line": 446
46283
+ "line": 445
46225
46284
  },
46226
46285
  "name": "maxNodeVersion",
46227
46286
  "optional": true,
@@ -46237,7 +46296,7 @@
46237
46296
  "immutable": true,
46238
46297
  "locationInModule": {
46239
46298
  "filename": "src/javascript/node-project.ts",
46240
- "line": 439
46299
+ "line": 438
46241
46300
  },
46242
46301
  "name": "minNodeVersion",
46243
46302
  "optional": true,
@@ -46252,7 +46311,7 @@
46252
46311
  "immutable": true,
46253
46312
  "locationInModule": {
46254
46313
  "filename": "src/javascript/node-project.ts",
46255
- "line": 450
46314
+ "line": 449
46256
46315
  },
46257
46316
  "name": "nodeVersion",
46258
46317
  "optional": true,
@@ -46269,7 +46328,7 @@
46269
46328
  "immutable": true,
46270
46329
  "locationInModule": {
46271
46330
  "filename": "src/javascript/node-project.ts",
46272
- "line": 386
46331
+ "line": 385
46273
46332
  },
46274
46333
  "name": "npmignore",
46275
46334
  "optional": true,
@@ -46284,7 +46343,7 @@
46284
46343
  "immutable": true,
46285
46344
  "locationInModule": {
46286
46345
  "filename": "src/javascript/node-project.ts",
46287
- "line": 500
46346
+ "line": 499
46288
46347
  },
46289
46348
  "name": "prettier",
46290
46349
  "optional": true,
@@ -46302,7 +46361,7 @@
46302
46361
  "immutable": true,
46303
46362
  "locationInModule": {
46304
46363
  "filename": "src/javascript/node-project.ts",
46305
- "line": 429
46364
+ "line": 428
46306
46365
  },
46307
46366
  "name": "publisher",
46308
46367
  "optional": true,
@@ -46318,7 +46377,7 @@
46318
46377
  "immutable": true,
46319
46378
  "locationInModule": {
46320
46379
  "filename": "src/javascript/node-project.ts",
46321
- "line": 434
46380
+ "line": 433
46322
46381
  },
46323
46382
  "name": "release",
46324
46383
  "optional": true,
@@ -46334,7 +46393,7 @@
46334
46393
  "immutable": true,
46335
46394
  "locationInModule": {
46336
46395
  "filename": "src/javascript/node-project.ts",
46337
- "line": 495
46396
+ "line": 494
46338
46397
  },
46339
46398
  "name": "upgradeWorkflow",
46340
46399
  "optional": true,
@@ -46360,7 +46419,7 @@
46360
46419
  "kind": "interface",
46361
46420
  "locationInModule": {
46362
46421
  "filename": "src/javascript/node-project.ts",
46363
- "line": 60
46422
+ "line": 59
46364
46423
  },
46365
46424
  "name": "NodeProjectOptions",
46366
46425
  "namespace": "javascript",
@@ -46375,7 +46434,7 @@
46375
46434
  "immutable": true,
46376
46435
  "locationInModule": {
46377
46436
  "filename": "src/javascript/node-project.ts",
46378
- "line": 150
46437
+ "line": 149
46379
46438
  },
46380
46439
  "name": "defaultReleaseBranch",
46381
46440
  "type": {
@@ -46392,7 +46451,7 @@
46392
46451
  "immutable": true,
46393
46452
  "locationInModule": {
46394
46453
  "filename": "src/javascript/node-project.ts",
46395
- "line": 313
46454
+ "line": 312
46396
46455
  },
46397
46456
  "name": "artifactsDirectory",
46398
46457
  "optional": true,
@@ -46411,7 +46470,7 @@
46411
46470
  "immutable": true,
46412
46471
  "locationInModule": {
46413
46472
  "filename": "src/javascript/node-project.ts",
46414
- "line": 224
46473
+ "line": 223
46415
46474
  },
46416
46475
  "name": "autoApproveUpgrades",
46417
46476
  "optional": true,
@@ -46429,7 +46488,7 @@
46429
46488
  "immutable": true,
46430
46489
  "locationInModule": {
46431
46490
  "filename": "src/javascript/node-project.ts",
46432
- "line": 96
46491
+ "line": 95
46433
46492
  },
46434
46493
  "name": "buildWorkflow",
46435
46494
  "optional": true,
@@ -46446,7 +46505,7 @@
46446
46505
  "immutable": true,
46447
46506
  "locationInModule": {
46448
46507
  "filename": "src/javascript/node-project.ts",
46449
- "line": 100
46508
+ "line": 99
46450
46509
  },
46451
46510
  "name": "buildWorkflowOptions",
46452
46511
  "optional": true,
@@ -46465,7 +46524,7 @@
46465
46524
  "immutable": true,
46466
46525
  "locationInModule": {
46467
46526
  "filename": "src/javascript/node-project.ts",
46468
- "line": 329
46527
+ "line": 328
46469
46528
  },
46470
46529
  "name": "buildWorkflowTriggers",
46471
46530
  "optional": true,
@@ -46482,7 +46541,7 @@
46482
46541
  "immutable": true,
46483
46542
  "locationInModule": {
46484
46543
  "filename": "src/javascript/node-project.ts",
46485
- "line": 306
46544
+ "line": 305
46486
46545
  },
46487
46546
  "name": "bundlerOptions",
46488
46547
  "optional": true,
@@ -46501,7 +46560,7 @@
46501
46560
  "immutable": true,
46502
46561
  "locationInModule": {
46503
46562
  "filename": "src/javascript/node-project.ts",
46504
- "line": 338
46563
+ "line": 337
46505
46564
  },
46506
46565
  "name": "checkLicenses",
46507
46566
  "optional": true,
@@ -46519,7 +46578,7 @@
46519
46578
  "immutable": true,
46520
46579
  "locationInModule": {
46521
46580
  "filename": "src/javascript/node-project.ts",
46522
- "line": 121
46581
+ "line": 120
46523
46582
  },
46524
46583
  "name": "codeCov",
46525
46584
  "optional": true,
@@ -46537,7 +46596,7 @@
46537
46596
  "immutable": true,
46538
46597
  "locationInModule": {
46539
46598
  "filename": "src/javascript/node-project.ts",
46540
- "line": 128
46599
+ "line": 127
46541
46600
  },
46542
46601
  "name": "codeCovTokenSecret",
46543
46602
  "optional": true,
@@ -46555,7 +46614,7 @@
46555
46614
  "immutable": true,
46556
46615
  "locationInModule": {
46557
46616
  "filename": "src/javascript/node-project.ts",
46558
- "line": 69
46617
+ "line": 68
46559
46618
  },
46560
46619
  "name": "copyrightOwner",
46561
46620
  "optional": true,
@@ -46573,7 +46632,7 @@
46573
46632
  "immutable": true,
46574
46633
  "locationInModule": {
46575
46634
  "filename": "src/javascript/node-project.ts",
46576
- "line": 76
46635
+ "line": 75
46577
46636
  },
46578
46637
  "name": "copyrightPeriod",
46579
46638
  "optional": true,
@@ -46592,7 +46651,7 @@
46592
46651
  "immutable": true,
46593
46652
  "locationInModule": {
46594
46653
  "filename": "src/javascript/node-project.ts",
46595
- "line": 192
46654
+ "line": 191
46596
46655
  },
46597
46656
  "name": "dependabot",
46598
46657
  "optional": true,
@@ -46610,7 +46669,7 @@
46610
46669
  "immutable": true,
46611
46670
  "locationInModule": {
46612
46671
  "filename": "src/javascript/node-project.ts",
46613
- "line": 199
46672
+ "line": 198
46614
46673
  },
46615
46674
  "name": "dependabotOptions",
46616
46675
  "optional": true,
@@ -46629,7 +46688,7 @@
46629
46688
  "immutable": true,
46630
46689
  "locationInModule": {
46631
46690
  "filename": "src/javascript/node-project.ts",
46632
- "line": 207
46691
+ "line": 206
46633
46692
  },
46634
46693
  "name": "depsUpgrade",
46635
46694
  "optional": true,
@@ -46647,7 +46706,7 @@
46647
46706
  "immutable": true,
46648
46707
  "locationInModule": {
46649
46708
  "filename": "src/javascript/node-project.ts",
46650
- "line": 214
46709
+ "line": 213
46651
46710
  },
46652
46711
  "name": "depsUpgradeOptions",
46653
46712
  "optional": true,
@@ -46664,7 +46723,7 @@
46664
46723
  "immutable": true,
46665
46724
  "locationInModule": {
46666
46725
  "filename": "src/javascript/node-project.ts",
46667
- "line": 275
46726
+ "line": 274
46668
46727
  },
46669
46728
  "name": "gitignore",
46670
46729
  "optional": true,
@@ -46687,7 +46746,7 @@
46687
46746
  "immutable": true,
46688
46747
  "locationInModule": {
46689
46748
  "filename": "src/javascript/node-project.ts",
46690
- "line": 281
46749
+ "line": 280
46691
46750
  },
46692
46751
  "name": "jest",
46693
46752
  "optional": true,
@@ -46705,7 +46764,7 @@
46705
46764
  "immutable": true,
46706
46765
  "locationInModule": {
46707
46766
  "filename": "src/javascript/node-project.ts",
46708
- "line": 287
46767
+ "line": 286
46709
46768
  },
46710
46769
  "name": "jestOptions",
46711
46770
  "optional": true,
@@ -46725,7 +46784,7 @@
46725
46784
  "immutable": true,
46726
46785
  "locationInModule": {
46727
46786
  "filename": "src/javascript/node-project.ts",
46728
- "line": 113
46787
+ "line": 112
46729
46788
  },
46730
46789
  "name": "mutableBuild",
46731
46790
  "optional": true,
@@ -46743,7 +46802,7 @@
46743
46802
  "immutable": true,
46744
46803
  "locationInModule": {
46745
46804
  "filename": "src/javascript/node-project.ts",
46746
- "line": 243
46805
+ "line": 242
46747
46806
  },
46748
46807
  "name": "npmignore",
46749
46808
  "optional": true,
@@ -46766,7 +46825,7 @@
46766
46825
  "immutable": true,
46767
46826
  "locationInModule": {
46768
46827
  "filename": "src/javascript/node-project.ts",
46769
- "line": 232
46828
+ "line": 231
46770
46829
  },
46771
46830
  "name": "npmignoreEnabled",
46772
46831
  "optional": true,
@@ -46783,7 +46842,7 @@
46783
46842
  "immutable": true,
46784
46843
  "locationInModule": {
46785
46844
  "filename": "src/javascript/node-project.ts",
46786
- "line": 237
46845
+ "line": 236
46787
46846
  },
46788
46847
  "name": "npmIgnoreOptions",
46789
46848
  "optional": true,
@@ -46801,7 +46860,7 @@
46801
46860
  "immutable": true,
46802
46861
  "locationInModule": {
46803
46862
  "filename": "src/javascript/node-project.ts",
46804
- "line": 321
46863
+ "line": 320
46805
46864
  },
46806
46865
  "name": "package",
46807
46866
  "optional": true,
@@ -46819,7 +46878,7 @@
46819
46878
  "immutable": true,
46820
46879
  "locationInModule": {
46821
46880
  "filename": "src/javascript/node-project.ts",
46822
- "line": 264
46881
+ "line": 263
46823
46882
  },
46824
46883
  "name": "prettier",
46825
46884
  "optional": true,
@@ -46837,7 +46896,7 @@
46837
46896
  "immutable": true,
46838
46897
  "locationInModule": {
46839
46898
  "filename": "src/javascript/node-project.ts",
46840
- "line": 270
46899
+ "line": 269
46841
46900
  },
46842
46901
  "name": "prettierOptions",
46843
46902
  "optional": true,
@@ -46855,7 +46914,7 @@
46855
46914
  "immutable": true,
46856
46915
  "locationInModule": {
46857
46916
  "filename": "src/javascript/node-project.ts",
46858
- "line": 90
46917
+ "line": 89
46859
46918
  },
46860
46919
  "name": "projenDevDependency",
46861
46920
  "optional": true,
@@ -46873,7 +46932,7 @@
46873
46932
  "immutable": true,
46874
46933
  "locationInModule": {
46875
46934
  "filename": "src/javascript/node-project.ts",
46876
- "line": 295
46935
+ "line": 294
46877
46936
  },
46878
46937
  "name": "projenrcJs",
46879
46938
  "optional": true,
@@ -46891,7 +46950,7 @@
46891
46950
  "immutable": true,
46892
46951
  "locationInModule": {
46893
46952
  "filename": "src/javascript/node-project.ts",
46894
- "line": 301
46953
+ "line": 300
46895
46954
  },
46896
46955
  "name": "projenrcJsOptions",
46897
46956
  "optional": true,
@@ -46909,7 +46968,7 @@
46909
46968
  "immutable": true,
46910
46969
  "locationInModule": {
46911
46970
  "filename": "src/javascript/node-project.ts",
46912
- "line": 83
46971
+ "line": 82
46913
46972
  },
46914
46973
  "name": "projenVersion",
46915
46974
  "optional": true,
@@ -46927,7 +46986,7 @@
46927
46986
  "immutable": true,
46928
46987
  "locationInModule": {
46929
46988
  "filename": "src/javascript/node-project.ts",
46930
- "line": 250
46989
+ "line": 249
46931
46990
  },
46932
46991
  "name": "pullRequestTemplate",
46933
46992
  "optional": true,
@@ -46945,7 +47004,7 @@
46945
47004
  "immutable": true,
46946
47005
  "locationInModule": {
46947
47006
  "filename": "src/javascript/node-project.ts",
46948
- "line": 257
47007
+ "line": 256
46949
47008
  },
46950
47009
  "name": "pullRequestTemplateContents",
46951
47010
  "optional": true,
@@ -46968,7 +47027,7 @@
46968
47027
  "immutable": true,
46969
47028
  "locationInModule": {
46970
47029
  "filename": "src/javascript/node-project.ts",
46971
- "line": 143
47030
+ "line": 142
46972
47031
  },
46973
47032
  "name": "release",
46974
47033
  "optional": true,
@@ -46986,7 +47045,7 @@
46986
47045
  "immutable": true,
46987
47046
  "locationInModule": {
46988
47047
  "filename": "src/javascript/node-project.ts",
46989
- "line": 170
47048
+ "line": 169
46990
47049
  },
46991
47050
  "name": "releaseToNpm",
46992
47051
  "optional": true,
@@ -47005,7 +47064,7 @@
47005
47064
  "immutable": true,
47006
47065
  "locationInModule": {
47007
47066
  "filename": "src/javascript/node-project.ts",
47008
- "line": 136
47067
+ "line": 135
47009
47068
  },
47010
47069
  "name": "releaseWorkflow",
47011
47070
  "optional": true,
@@ -47023,7 +47082,7 @@
47023
47082
  "immutable": true,
47024
47083
  "locationInModule": {
47025
47084
  "filename": "src/javascript/node-project.ts",
47026
- "line": 157
47085
+ "line": 156
47027
47086
  },
47028
47087
  "name": "workflowBootstrapSteps",
47029
47088
  "optional": true,
@@ -47046,7 +47105,7 @@
47046
47105
  "immutable": true,
47047
47106
  "locationInModule": {
47048
47107
  "filename": "src/javascript/node-project.ts",
47049
- "line": 164
47108
+ "line": 163
47050
47109
  },
47051
47110
  "name": "workflowGitIdentity",
47052
47111
  "optional": true,
@@ -47064,7 +47123,7 @@
47064
47123
  "immutable": true,
47065
47124
  "locationInModule": {
47066
47125
  "filename": "src/javascript/node-project.ts",
47067
- "line": 177
47126
+ "line": 176
47068
47127
  },
47069
47128
  "name": "workflowNodeVersion",
47070
47129
  "optional": true,
@@ -47082,7 +47141,7 @@
47082
47141
  "immutable": true,
47083
47142
  "locationInModule": {
47084
47143
  "filename": "src/javascript/node-project.ts",
47085
- "line": 184
47144
+ "line": 183
47086
47145
  },
47087
47146
  "name": "workflowPackageCache",
47088
47147
  "optional": true,
@@ -48393,7 +48452,7 @@
48393
48452
  "kind": "interface",
48394
48453
  "locationInModule": {
48395
48454
  "filename": "src/javascript/node-project.ts",
48396
- "line": 1285
48455
+ "line": 1283
48397
48456
  },
48398
48457
  "name": "RenderWorkflowSetupOptions",
48399
48458
  "namespace": "javascript",
@@ -48409,7 +48468,7 @@
48409
48468
  "immutable": true,
48410
48469
  "locationInModule": {
48411
48470
  "filename": "src/javascript/node-project.ts",
48412
- "line": 1294
48471
+ "line": 1292
48413
48472
  },
48414
48473
  "name": "installStepConfiguration",
48415
48474
  "optional": true,
@@ -48427,7 +48486,7 @@
48427
48486
  "immutable": true,
48428
48487
  "locationInModule": {
48429
48488
  "filename": "src/javascript/node-project.ts",
48430
- "line": 1299
48489
+ "line": 1297
48431
48490
  },
48432
48491
  "name": "mutable",
48433
48492
  "optional": true,
@@ -57320,7 +57379,7 @@
57320
57379
  "kind": "enum",
57321
57380
  "locationInModule": {
57322
57381
  "filename": "src/release/publisher.ts",
57323
- "line": 960
57382
+ "line": 959
57324
57383
  },
57325
57384
  "members": [
57326
57385
  {
@@ -57354,7 +57413,7 @@
57354
57413
  "kind": "interface",
57355
57414
  "locationInModule": {
57356
57415
  "filename": "src/release/publisher.ts",
57357
- "line": 978
57416
+ "line": 977
57358
57417
  },
57359
57418
  "name": "CodeArtifactOptions",
57360
57419
  "namespace": "release",
@@ -57370,7 +57429,7 @@
57370
57429
  "immutable": true,
57371
57430
  "locationInModule": {
57372
57431
  "filename": "src/release/publisher.ts",
57373
- "line": 994
57432
+ "line": 993
57374
57433
  },
57375
57434
  "name": "accessKeyIdSecret",
57376
57435
  "optional": true,
@@ -57388,7 +57447,7 @@
57388
57447
  "immutable": true,
57389
57448
  "locationInModule": {
57390
57449
  "filename": "src/release/publisher.ts",
57391
- "line": 984
57450
+ "line": 983
57392
57451
  },
57393
57452
  "name": "authProvider",
57394
57453
  "optional": true,
@@ -57407,7 +57466,7 @@
57407
57466
  "immutable": true,
57408
57467
  "locationInModule": {
57409
57468
  "filename": "src/release/publisher.ts",
57410
- "line": 1014
57469
+ "line": 1013
57411
57470
  },
57412
57471
  "name": "roleToAssume",
57413
57472
  "optional": true,
@@ -57426,7 +57485,7 @@
57426
57485
  "immutable": true,
57427
57486
  "locationInModule": {
57428
57487
  "filename": "src/release/publisher.ts",
57429
- "line": 1005
57488
+ "line": 1004
57430
57489
  },
57431
57490
  "name": "secretAccessKeySecret",
57432
57491
  "optional": true,
@@ -57448,7 +57507,7 @@
57448
57507
  "kind": "interface",
57449
57508
  "locationInModule": {
57450
57509
  "filename": "src/release/publisher.ts",
57451
- "line": 862
57510
+ "line": 861
57452
57511
  },
57453
57512
  "name": "CommonPublishOptions",
57454
57513
  "namespace": "release",
@@ -57463,7 +57522,7 @@
57463
57522
  "immutable": true,
57464
57523
  "locationInModule": {
57465
57524
  "filename": "src/release/publisher.ts",
57466
- "line": 881
57525
+ "line": 880
57467
57526
  },
57468
57527
  "name": "postPublishSteps",
57469
57528
  "optional": true,
@@ -57486,7 +57545,7 @@
57486
57545
  "immutable": true,
57487
57546
  "locationInModule": {
57488
57547
  "filename": "src/release/publisher.ts",
57489
- "line": 872
57548
+ "line": 871
57490
57549
  },
57491
57550
  "name": "prePublishSteps",
57492
57551
  "optional": true,
@@ -57509,7 +57568,7 @@
57509
57568
  "immutable": true,
57510
57569
  "locationInModule": {
57511
57570
  "filename": "src/release/publisher.ts",
57512
- "line": 887
57571
+ "line": 886
57513
57572
  },
57514
57573
  "name": "publishTools",
57515
57574
  "optional": true,
@@ -57574,7 +57633,7 @@
57574
57633
  "kind": "interface",
57575
57634
  "locationInModule": {
57576
57635
  "filename": "src/release/publisher.ts",
57577
- "line": 1289
57636
+ "line": 1281
57578
57637
  },
57579
57638
  "name": "GitHubReleasesPublishOptions",
57580
57639
  "namespace": "release",
@@ -57589,7 +57648,7 @@
57589
57648
  "immutable": true,
57590
57649
  "locationInModule": {
57591
57650
  "filename": "src/release/publisher.ts",
57592
- "line": 1252
57651
+ "line": 1244
57593
57652
  },
57594
57653
  "name": "changelogFile",
57595
57654
  "type": {
@@ -57606,7 +57665,7 @@
57606
57665
  "immutable": true,
57607
57666
  "locationInModule": {
57608
57667
  "filename": "src/release/publisher.ts",
57609
- "line": 1245
57668
+ "line": 1237
57610
57669
  },
57611
57670
  "name": "releaseTagFile",
57612
57671
  "type": {
@@ -57623,7 +57682,7 @@
57623
57682
  "immutable": true,
57624
57683
  "locationInModule": {
57625
57684
  "filename": "src/release/publisher.ts",
57626
- "line": 1238
57685
+ "line": 1230
57627
57686
  },
57628
57687
  "name": "versionFile",
57629
57688
  "type": {
@@ -57644,7 +57703,7 @@
57644
57703
  "kind": "interface",
57645
57704
  "locationInModule": {
57646
57705
  "filename": "src/release/publisher.ts",
57647
- "line": 1296
57706
+ "line": 1288
57648
57707
  },
57649
57708
  "name": "GitPublishOptions",
57650
57709
  "namespace": "release",
@@ -57659,7 +57718,7 @@
57659
57718
  "immutable": true,
57660
57719
  "locationInModule": {
57661
57720
  "filename": "src/release/publisher.ts",
57662
- "line": 1252
57721
+ "line": 1244
57663
57722
  },
57664
57723
  "name": "changelogFile",
57665
57724
  "type": {
@@ -57676,7 +57735,7 @@
57676
57735
  "immutable": true,
57677
57736
  "locationInModule": {
57678
57737
  "filename": "src/release/publisher.ts",
57679
- "line": 1245
57738
+ "line": 1237
57680
57739
  },
57681
57740
  "name": "releaseTagFile",
57682
57741
  "type": {
@@ -57693,7 +57752,7 @@
57693
57752
  "immutable": true,
57694
57753
  "locationInModule": {
57695
57754
  "filename": "src/release/publisher.ts",
57696
- "line": 1238
57755
+ "line": 1230
57697
57756
  },
57698
57757
  "name": "versionFile",
57699
57758
  "type": {
@@ -57710,7 +57769,7 @@
57710
57769
  "immutable": true,
57711
57770
  "locationInModule": {
57712
57771
  "filename": "src/release/publisher.ts",
57713
- "line": 1307
57772
+ "line": 1299
57714
57773
  },
57715
57774
  "name": "gitBranch",
57716
57775
  "optional": true,
@@ -57728,7 +57787,7 @@
57728
57787
  "immutable": true,
57729
57788
  "locationInModule": {
57730
57789
  "filename": "src/release/publisher.ts",
57731
- "line": 1314
57790
+ "line": 1306
57732
57791
  },
57733
57792
  "name": "gitPushCommand",
57734
57793
  "optional": true,
@@ -57745,7 +57804,7 @@
57745
57804
  "immutable": true,
57746
57805
  "locationInModule": {
57747
57806
  "filename": "src/release/publisher.ts",
57748
- "line": 1300
57807
+ "line": 1292
57749
57808
  },
57750
57809
  "name": "projectChangelogFile",
57751
57810
  "optional": true,
@@ -57770,7 +57829,7 @@
57770
57829
  "kind": "interface",
57771
57830
  "locationInModule": {
57772
57831
  "filename": "src/release/publisher.ts",
57773
- "line": 1170
57832
+ "line": 1169
57774
57833
  },
57775
57834
  "name": "GoPublishOptions",
57776
57835
  "namespace": "release",
@@ -57785,7 +57844,7 @@
57785
57844
  "immutable": true,
57786
57845
  "locationInModule": {
57787
57846
  "filename": "src/release/publisher.ts",
57788
- "line": 1210
57847
+ "line": 1202
57789
57848
  },
57790
57849
  "name": "gitBranch",
57791
57850
  "optional": true,
@@ -57803,7 +57862,7 @@
57803
57862
  "immutable": true,
57804
57863
  "locationInModule": {
57805
57864
  "filename": "src/release/publisher.ts",
57806
- "line": 1229
57865
+ "line": 1221
57807
57866
  },
57808
57867
  "name": "gitCommitMessage",
57809
57868
  "optional": true,
@@ -57822,7 +57881,7 @@
57822
57881
  "immutable": true,
57823
57882
  "locationInModule": {
57824
57883
  "filename": "src/release/publisher.ts",
57825
- "line": 1189
57884
+ "line": 1188
57826
57885
  },
57827
57886
  "name": "githubDeployKeySecret",
57828
57887
  "optional": true,
@@ -57830,24 +57889,6 @@
57830
57889
  "primitive": "string"
57831
57890
  }
57832
57891
  },
57833
- {
57834
- "abstract": true,
57835
- "docs": {
57836
- "default": "- derived from `moduleName`",
57837
- "stability": "experimental",
57838
- "summary": "GitHub repository to push to."
57839
- },
57840
- "immutable": true,
57841
- "locationInModule": {
57842
- "filename": "src/release/publisher.ts",
57843
- "line": 1203
57844
- },
57845
- "name": "githubRepo",
57846
- "optional": true,
57847
- "type": {
57848
- "primitive": "string"
57849
- }
57850
- },
57851
57892
  {
57852
57893
  "abstract": true,
57853
57894
  "docs": {
@@ -57859,7 +57900,7 @@
57859
57900
  "immutable": true,
57860
57901
  "locationInModule": {
57861
57902
  "filename": "src/release/publisher.ts",
57862
- "line": 1179
57903
+ "line": 1178
57863
57904
  },
57864
57905
  "name": "githubTokenSecret",
57865
57906
  "optional": true,
@@ -57877,7 +57918,7 @@
57877
57918
  "immutable": true,
57878
57919
  "locationInModule": {
57879
57920
  "filename": "src/release/publisher.ts",
57880
- "line": 1196
57921
+ "line": 1195
57881
57922
  },
57882
57923
  "name": "githubUseSsh",
57883
57924
  "optional": true,
@@ -57895,7 +57936,7 @@
57895
57936
  "immutable": true,
57896
57937
  "locationInModule": {
57897
57938
  "filename": "src/release/publisher.ts",
57898
- "line": 1222
57939
+ "line": 1214
57899
57940
  },
57900
57941
  "name": "gitUserEmail",
57901
57942
  "optional": true,
@@ -57913,7 +57954,7 @@
57913
57954
  "immutable": true,
57914
57955
  "locationInModule": {
57915
57956
  "filename": "src/release/publisher.ts",
57916
- "line": 1216
57957
+ "line": 1208
57917
57958
  },
57918
57959
  "name": "gitUserName",
57919
57960
  "optional": true,
@@ -57938,7 +57979,7 @@
57938
57979
  "kind": "interface",
57939
57980
  "locationInModule": {
57940
57981
  "filename": "src/release/publisher.ts",
57941
- "line": 1165
57982
+ "line": 1164
57942
57983
  },
57943
57984
  "name": "JsiiReleaseGo",
57944
57985
  "namespace": "release",
@@ -57958,7 +57999,7 @@
57958
57999
  "kind": "interface",
57959
58000
  "locationInModule": {
57960
58001
  "filename": "src/release/publisher.ts",
57961
- "line": 1078
58002
+ "line": 1077
57962
58003
  },
57963
58004
  "name": "JsiiReleaseMaven",
57964
58005
  "namespace": "release",
@@ -57978,7 +58019,7 @@
57978
58019
  "kind": "interface",
57979
58020
  "locationInModule": {
57980
58021
  "filename": "src/release/publisher.ts",
57981
- "line": 893
58022
+ "line": 892
57982
58023
  },
57983
58024
  "name": "JsiiReleaseNpm",
57984
58025
  "namespace": "release",
@@ -57998,7 +58039,7 @@
57998
58039
  "kind": "interface",
57999
58040
  "locationInModule": {
58000
58041
  "filename": "src/release/publisher.ts",
58001
- "line": 1056
58042
+ "line": 1055
58002
58043
  },
58003
58044
  "name": "JsiiReleaseNuget",
58004
58045
  "namespace": "release",
@@ -58018,7 +58059,7 @@
58018
58059
  "kind": "interface",
58019
58060
  "locationInModule": {
58020
58061
  "filename": "src/release/publisher.ts",
58021
- "line": 1020
58062
+ "line": 1019
58022
58063
  },
58023
58064
  "name": "JsiiReleasePyPi",
58024
58065
  "namespace": "release",
@@ -58111,7 +58152,7 @@
58111
58152
  "kind": "interface",
58112
58153
  "locationInModule": {
58113
58154
  "filename": "src/release/publisher.ts",
58114
- "line": 1083
58155
+ "line": 1082
58115
58156
  },
58116
58157
  "name": "MavenPublishOptions",
58117
58158
  "namespace": "release",
@@ -58127,7 +58168,7 @@
58127
58168
  "immutable": true,
58128
58169
  "locationInModule": {
58129
58170
  "filename": "src/release/publisher.ts",
58130
- "line": 1089
58171
+ "line": 1088
58131
58172
  },
58132
58173
  "name": "mavenEndpoint",
58133
58174
  "optional": true,
@@ -58147,7 +58188,7 @@
58147
58188
  "immutable": true,
58148
58189
  "locationInModule": {
58149
58190
  "filename": "src/release/publisher.ts",
58150
- "line": 1122
58191
+ "line": 1121
58151
58192
  },
58152
58193
  "name": "mavenGpgPrivateKeyPassphrase",
58153
58194
  "optional": true,
@@ -58167,7 +58208,7 @@
58167
58208
  "immutable": true,
58168
58209
  "locationInModule": {
58169
58210
  "filename": "src/release/publisher.ts",
58170
- "line": 1113
58211
+ "line": 1112
58171
58212
  },
58172
58213
  "name": "mavenGpgPrivateKeySecret",
58173
58214
  "optional": true,
@@ -58187,7 +58228,7 @@
58187
58228
  "immutable": true,
58188
58229
  "locationInModule": {
58189
58230
  "filename": "src/release/publisher.ts",
58190
- "line": 1148
58231
+ "line": 1147
58191
58232
  },
58192
58233
  "name": "mavenPassword",
58193
58234
  "optional": true,
@@ -58205,7 +58246,7 @@
58205
58246
  "immutable": true,
58206
58247
  "locationInModule": {
58207
58248
  "filename": "src/release/publisher.ts",
58208
- "line": 1103
58249
+ "line": 1102
58209
58250
  },
58210
58251
  "name": "mavenRepositoryUrl",
58211
58252
  "optional": true,
@@ -58223,7 +58264,7 @@
58223
58264
  "immutable": true,
58224
58265
  "locationInModule": {
58225
58266
  "filename": "src/release/publisher.ts",
58226
- "line": 1096
58267
+ "line": 1095
58227
58268
  },
58228
58269
  "name": "mavenServerId",
58229
58270
  "optional": true,
@@ -58241,7 +58282,7 @@
58241
58282
  "immutable": true,
58242
58283
  "locationInModule": {
58243
58284
  "filename": "src/release/publisher.ts",
58244
- "line": 1159
58285
+ "line": 1158
58245
58286
  },
58246
58287
  "name": "mavenStagingProfileId",
58247
58288
  "optional": true,
@@ -58261,7 +58302,7 @@
58261
58302
  "immutable": true,
58262
58303
  "locationInModule": {
58263
58304
  "filename": "src/release/publisher.ts",
58264
- "line": 1135
58305
+ "line": 1134
58265
58306
  },
58266
58307
  "name": "mavenUsername",
58267
58308
  "optional": true,
@@ -58286,7 +58327,7 @@
58286
58327
  "kind": "interface",
58287
58328
  "locationInModule": {
58288
58329
  "filename": "src/release/publisher.ts",
58289
- "line": 898
58330
+ "line": 897
58290
58331
  },
58291
58332
  "name": "NpmPublishOptions",
58292
58333
  "namespace": "release",
@@ -58301,7 +58342,7 @@
58301
58342
  "immutable": true,
58302
58343
  "locationInModule": {
58303
58344
  "filename": "src/release/publisher.ts",
58304
- "line": 954
58345
+ "line": 953
58305
58346
  },
58306
58347
  "name": "codeArtifactOptions",
58307
58348
  "optional": true,
@@ -58321,7 +58362,7 @@
58321
58362
  "immutable": true,
58322
58363
  "locationInModule": {
58323
58364
  "filename": "src/release/publisher.ts",
58324
- "line": 916
58365
+ "line": 915
58325
58366
  },
58326
58367
  "name": "distTag",
58327
58368
  "optional": true,
@@ -58341,7 +58382,7 @@
58341
58382
  "immutable": true,
58342
58383
  "locationInModule": {
58343
58384
  "filename": "src/release/publisher.ts",
58344
- "line": 947
58385
+ "line": 946
58345
58386
  },
58346
58387
  "name": "npmProvenance",
58347
58388
  "optional": true,
@@ -58359,7 +58400,7 @@
58359
58400
  "immutable": true,
58360
58401
  "locationInModule": {
58361
58402
  "filename": "src/release/publisher.ts",
58362
- "line": 936
58403
+ "line": 935
58363
58404
  },
58364
58405
  "name": "npmTokenSecret",
58365
58406
  "optional": true,
@@ -58379,7 +58420,7 @@
58379
58420
  "immutable": true,
58380
58421
  "locationInModule": {
58381
58422
  "filename": "src/release/publisher.ts",
58382
- "line": 930
58423
+ "line": 929
58383
58424
  },
58384
58425
  "name": "registry",
58385
58426
  "optional": true,
@@ -58404,7 +58445,7 @@
58404
58445
  "kind": "interface",
58405
58446
  "locationInModule": {
58406
58447
  "filename": "src/release/publisher.ts",
58407
- "line": 1061
58448
+ "line": 1060
58408
58449
  },
58409
58450
  "name": "NugetPublishOptions",
58410
58451
  "namespace": "release",
@@ -58419,7 +58460,7 @@
58419
58460
  "immutable": true,
58420
58461
  "locationInModule": {
58421
58462
  "filename": "src/release/publisher.ts",
58422
- "line": 1067
58463
+ "line": 1066
58423
58464
  },
58424
58465
  "name": "nugetApiKeySecret",
58425
58466
  "optional": true,
@@ -58436,7 +58477,7 @@
58436
58477
  "immutable": true,
58437
58478
  "locationInModule": {
58438
58479
  "filename": "src/release/publisher.ts",
58439
- "line": 1072
58480
+ "line": 1071
58440
58481
  },
58441
58482
  "name": "nugetServer",
58442
58483
  "optional": true,
@@ -59073,7 +59114,7 @@
59073
59114
  "kind": "interface",
59074
59115
  "locationInModule": {
59075
59116
  "filename": "src/release/publisher.ts",
59076
- "line": 1025
59117
+ "line": 1024
59077
59118
  },
59078
59119
  "name": "PyPiPublishOptions",
59079
59120
  "namespace": "release",
@@ -59088,7 +59129,7 @@
59088
59129
  "immutable": true,
59089
59130
  "locationInModule": {
59090
59131
  "filename": "src/release/publisher.ts",
59091
- "line": 1050
59132
+ "line": 1049
59092
59133
  },
59093
59134
  "name": "codeArtifactOptions",
59094
59135
  "optional": true,
@@ -59106,7 +59147,7 @@
59106
59147
  "immutable": true,
59107
59148
  "locationInModule": {
59108
59149
  "filename": "src/release/publisher.ts",
59109
- "line": 1043
59150
+ "line": 1042
59110
59151
  },
59111
59152
  "name": "twinePasswordSecret",
59112
59153
  "optional": true,
@@ -59124,7 +59165,7 @@
59124
59165
  "immutable": true,
59125
59166
  "locationInModule": {
59126
59167
  "filename": "src/release/publisher.ts",
59127
- "line": 1031
59168
+ "line": 1030
59128
59169
  },
59129
59170
  "name": "twineRegistryUrl",
59130
59171
  "optional": true,
@@ -59142,7 +59183,7 @@
59142
59183
  "immutable": true,
59143
59184
  "locationInModule": {
59144
59185
  "filename": "src/release/publisher.ts",
59145
- "line": 1037
59186
+ "line": 1036
59146
59187
  },
59147
59188
  "name": "twineUsernameSecret",
59148
59189
  "optional": true,
@@ -59881,7 +59922,7 @@
59881
59922
  "default": "- standard configuration applicable for GitHub repositories",
59882
59923
  "remarks": "Given values either append to default configuration or overwrite values in it.",
59883
59924
  "stability": "experimental",
59884
- "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."
59885
59926
  },
59886
59927
  "immutable": true,
59887
59928
  "locationInModule": {
@@ -64427,6 +64468,6 @@
64427
64468
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64428
64469
  }
64429
64470
  },
64430
- "version": "0.86.0",
64431
- "fingerprint": "/C08hPTbXFPkU/cozSYd57lxk2Croy3iulNAVvgIniQ="
64471
+ "version": "0.86.2",
64472
+ "fingerprint": "MjxK8KfGSd5Mg2UV6psQWFEr3Q3rzoouZh15S+EvFCU="
64432
64473
  }