projen 0.68.16 → 0.68.18

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 (194) hide show
  1. package/.jsii +160 -143
  2. package/docs/api/API.md +1 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +7 -7
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  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 +5 -5
  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/cleanup.js +6 -7
  33. package/lib/cli/cmds/new.js +2 -2
  34. package/lib/cli/synth.js +4 -4
  35. package/lib/cli/util.js +4 -4
  36. package/lib/component.js +1 -1
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +4 -4
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/dependabot.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-lint.js +1 -1
  53. package/lib/github/stale.js +1 -1
  54. package/lib/github/task-workflow.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/inventory.js +4 -4
  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 +1 -1
  69. package/lib/java/projenrc.js +7 -5
  70. package/lib/javascript/bundler.js +1 -1
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +1 -1
  73. package/lib/javascript/node-package.js +9 -10
  74. package/lib/javascript/node-project.js +3 -2
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +6 -5
  78. package/lib/javascript/typescript-config.js +1 -1
  79. package/lib/javascript/upgrade-dependencies.d.ts +8 -1
  80. package/lib/javascript/upgrade-dependencies.js +9 -10
  81. package/lib/json-patch.js +1 -1
  82. package/lib/json.js +1 -1
  83. package/lib/license.js +3 -3
  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.js +1 -1
  89. package/lib/projects.js +1 -1
  90. package/lib/projenrc-json.js +7 -6
  91. package/lib/projenrc.js +1 -1
  92. package/lib/python/pip.js +1 -1
  93. package/lib/python/poetry.js +2 -2
  94. package/lib/python/projenrc.js +6 -6
  95. package/lib/python/pytest-sample.js +1 -1
  96. package/lib/python/pytest.js +1 -1
  97. package/lib/python/python-project.js +1 -1
  98. package/lib/python/python-sample.js +1 -1
  99. package/lib/python/requirements-file.js +1 -1
  100. package/lib/python/setuppy.js +1 -1
  101. package/lib/python/setuptools.js +1 -1
  102. package/lib/python/venv.js +4 -4
  103. package/lib/readme.js +1 -1
  104. package/lib/release/bump-version.js +12 -12
  105. package/lib/release/publisher.js +1 -1
  106. package/lib/release/release-trigger.js +1 -1
  107. package/lib/release/release.js +1 -1
  108. package/lib/release/reset-version.task.js +2 -3
  109. package/lib/release/tag-version.js +4 -4
  110. package/lib/release/update-changelog.js +5 -5
  111. package/lib/renovatebot.js +1 -1
  112. package/lib/run-projenrc-json.task.js +3 -3
  113. package/lib/run-task.js +1 -1878
  114. package/lib/sample-file.js +6 -6
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-runtime.js +1 -1
  118. package/lib/task.js +1 -1
  119. package/lib/tasks.js +6 -4
  120. package/lib/testing.js +1 -1
  121. package/lib/textfile.js +1 -1
  122. package/lib/toml.js +1 -1
  123. package/lib/typescript/projenrc.js +6 -5
  124. package/lib/typescript/typescript-typedoc.js +1 -1
  125. package/lib/typescript/typescript.js +3 -3
  126. package/lib/util/synth.js +3 -3
  127. package/lib/util.js +14 -14
  128. package/lib/version.js +1 -1
  129. package/lib/vscode/devcontainer.js +1 -1
  130. package/lib/vscode/extensions.js +1 -1
  131. package/lib/vscode/launch-config.js +1 -1
  132. package/lib/vscode/settings.js +1 -1
  133. package/lib/vscode/vscode.js +1 -1
  134. package/lib/web/next.js +3 -3
  135. package/lib/web/postcss.js +1 -1
  136. package/lib/web/react.js +4 -4
  137. package/lib/web/tailwind.js +1 -1
  138. package/lib/xmlfile.js +1 -1
  139. package/lib/yaml.js +1 -1
  140. package/package.json +1 -4
  141. package/node_modules/at-least-node/LICENSE +0 -6
  142. package/node_modules/at-least-node/README.md +0 -25
  143. package/node_modules/at-least-node/index.js +0 -5
  144. package/node_modules/at-least-node/package.json +0 -32
  145. package/node_modules/fs-extra/CHANGELOG.md +0 -902
  146. package/node_modules/fs-extra/LICENSE +0 -15
  147. package/node_modules/fs-extra/README.md +0 -264
  148. package/node_modules/fs-extra/lib/copy/copy.js +0 -232
  149. package/node_modules/fs-extra/lib/copy/index.js +0 -6
  150. package/node_modules/fs-extra/lib/copy-sync/copy-sync.js +0 -166
  151. package/node_modules/fs-extra/lib/copy-sync/index.js +0 -5
  152. package/node_modules/fs-extra/lib/empty/index.js +0 -48
  153. package/node_modules/fs-extra/lib/ensure/file.js +0 -69
  154. package/node_modules/fs-extra/lib/ensure/index.js +0 -23
  155. package/node_modules/fs-extra/lib/ensure/link.js +0 -61
  156. package/node_modules/fs-extra/lib/ensure/symlink-paths.js +0 -99
  157. package/node_modules/fs-extra/lib/ensure/symlink-type.js +0 -31
  158. package/node_modules/fs-extra/lib/ensure/symlink.js +0 -63
  159. package/node_modules/fs-extra/lib/fs/index.js +0 -130
  160. package/node_modules/fs-extra/lib/index.js +0 -27
  161. package/node_modules/fs-extra/lib/json/index.js +0 -16
  162. package/node_modules/fs-extra/lib/json/jsonfile.js +0 -11
  163. package/node_modules/fs-extra/lib/json/output-json-sync.js +0 -12
  164. package/node_modules/fs-extra/lib/json/output-json.js +0 -12
  165. package/node_modules/fs-extra/lib/mkdirs/index.js +0 -14
  166. package/node_modules/fs-extra/lib/mkdirs/make-dir.js +0 -141
  167. package/node_modules/fs-extra/lib/move/index.js +0 -6
  168. package/node_modules/fs-extra/lib/move/move.js +0 -65
  169. package/node_modules/fs-extra/lib/move-sync/index.js +0 -5
  170. package/node_modules/fs-extra/lib/move-sync/move-sync.js +0 -47
  171. package/node_modules/fs-extra/lib/output/index.js +0 -40
  172. package/node_modules/fs-extra/lib/path-exists/index.js +0 -12
  173. package/node_modules/fs-extra/lib/remove/index.js +0 -9
  174. package/node_modules/fs-extra/lib/remove/rimraf.js +0 -302
  175. package/node_modules/fs-extra/lib/util/stat.js +0 -139
  176. package/node_modules/fs-extra/lib/util/utimes.js +0 -26
  177. package/node_modules/fs-extra/package.json +0 -70
  178. package/node_modules/graceful-fs/LICENSE +0 -15
  179. package/node_modules/graceful-fs/README.md +0 -143
  180. package/node_modules/graceful-fs/clone.js +0 -23
  181. package/node_modules/graceful-fs/graceful-fs.js +0 -448
  182. package/node_modules/graceful-fs/legacy-streams.js +0 -118
  183. package/node_modules/graceful-fs/package.json +0 -53
  184. package/node_modules/graceful-fs/polyfills.js +0 -355
  185. package/node_modules/jsonfile/CHANGELOG.md +0 -171
  186. package/node_modules/jsonfile/LICENSE +0 -15
  187. package/node_modules/jsonfile/README.md +0 -230
  188. package/node_modules/jsonfile/index.js +0 -88
  189. package/node_modules/jsonfile/package.json +0 -40
  190. package/node_modules/jsonfile/utils.js +0 -14
  191. package/node_modules/universalify/LICENSE +0 -20
  192. package/node_modules/universalify/README.md +0 -76
  193. package/node_modules/universalify/index.js +0 -24
  194. package/node_modules/universalify/package.json +0 -34
package/.jsii CHANGED
@@ -17,7 +17,6 @@
17
17
  "comment-json": "4.2.2",
18
18
  "conventional-changelog-config-spec": "^2.1.0",
19
19
  "fast-json-patch": "^3.1.1",
20
- "fs-extra": "^9.1.0",
21
20
  "glob": "^8",
22
21
  "ini": "^2.0.0",
23
22
  "semver": "^7.3.8",
@@ -7583,7 +7582,7 @@
7583
7582
  "kind": "class",
7584
7583
  "locationInModule": {
7585
7584
  "filename": "src/projenrc-json.ts",
7586
- "line": 63
7585
+ "line": 64
7587
7586
  },
7588
7587
  "name": "Projenrc",
7589
7588
  "symbolId": "src/projenrc-json:Projenrc"
@@ -7779,7 +7778,7 @@
7779
7778
  "kind": "interface",
7780
7779
  "locationInModule": {
7781
7780
  "filename": "src/projenrc-json.ts",
7782
- "line": 58
7781
+ "line": 59
7783
7782
  },
7784
7783
  "name": "ProjenrcOptions",
7785
7784
  "symbolId": "src/projenrc-json:ProjenrcOptions"
@@ -35010,7 +35009,7 @@
35010
35009
  "kind": "enum",
35011
35010
  "locationInModule": {
35012
35011
  "filename": "src/javascript/node-package.ts",
35013
- "line": 314
35012
+ "line": 313
35014
35013
  },
35015
35014
  "members": [
35016
35015
  {
@@ -35044,7 +35043,7 @@
35044
35043
  "kind": "interface",
35045
35044
  "locationInModule": {
35046
35045
  "filename": "src/javascript/node-package.ts",
35047
- "line": 332
35046
+ "line": 331
35048
35047
  },
35049
35048
  "name": "CodeArtifactOptions",
35050
35049
  "namespace": "javascript",
@@ -35060,7 +35059,7 @@
35060
35059
  "immutable": true,
35061
35060
  "locationInModule": {
35062
35061
  "filename": "src/javascript/node-package.ts",
35063
- "line": 349
35062
+ "line": 348
35064
35063
  },
35065
35064
  "name": "accessKeyIdSecret",
35066
35065
  "optional": true,
@@ -35078,7 +35077,7 @@
35078
35077
  "immutable": true,
35079
35078
  "locationInModule": {
35080
35079
  "filename": "src/javascript/node-package.ts",
35081
- "line": 338
35080
+ "line": 337
35082
35081
  },
35083
35082
  "name": "authProvider",
35084
35083
  "optional": true,
@@ -35097,7 +35096,7 @@
35097
35096
  "immutable": true,
35098
35097
  "locationInModule": {
35099
35098
  "filename": "src/javascript/node-package.ts",
35100
- "line": 369
35099
+ "line": 368
35101
35100
  },
35102
35101
  "name": "roleToAssume",
35103
35102
  "optional": true,
@@ -35116,7 +35115,7 @@
35116
35115
  "immutable": true,
35117
35116
  "locationInModule": {
35118
35117
  "filename": "src/javascript/node-package.ts",
35119
- "line": 360
35118
+ "line": 359
35120
35119
  },
35121
35120
  "name": "secretAccessKeySecret",
35122
35121
  "optional": true,
@@ -38007,7 +38006,7 @@
38007
38006
  },
38008
38007
  "locationInModule": {
38009
38008
  "filename": "src/javascript/node-package.ts",
38010
- "line": 499
38009
+ "line": 498
38011
38010
  },
38012
38011
  "parameters": [
38013
38012
  {
@@ -38028,7 +38027,7 @@
38028
38027
  "kind": "class",
38029
38028
  "locationInModule": {
38030
38029
  "filename": "src/javascript/node-package.ts",
38031
- "line": 392
38030
+ "line": 391
38032
38031
  },
38033
38032
  "methods": [
38034
38033
  {
@@ -38037,7 +38036,7 @@
38037
38036
  },
38038
38037
  "locationInModule": {
38039
38038
  "filename": "src/javascript/node-package.ts",
38040
- "line": 715
38039
+ "line": 714
38041
38040
  },
38042
38041
  "name": "addBin",
38043
38042
  "parameters": [
@@ -38062,7 +38061,7 @@
38062
38061
  },
38063
38062
  "locationInModule": {
38064
38063
  "filename": "src/javascript/node-package.ts",
38065
- "line": 684
38064
+ "line": 683
38066
38065
  },
38067
38066
  "name": "addBundledDeps",
38068
38067
  "parameters": [
@@ -38087,7 +38086,7 @@
38087
38086
  },
38088
38087
  "locationInModule": {
38089
38088
  "filename": "src/javascript/node-package.ts",
38090
- "line": 624
38089
+ "line": 623
38091
38090
  },
38092
38091
  "name": "addDeps",
38093
38092
  "parameters": [
@@ -38112,7 +38111,7 @@
38112
38111
  },
38113
38112
  "locationInModule": {
38114
38113
  "filename": "src/javascript/node-package.ts",
38115
- "line": 639
38114
+ "line": 638
38116
38115
  },
38117
38116
  "name": "addDevDeps",
38118
38117
  "parameters": [
@@ -38137,7 +38136,7 @@
38137
38136
  },
38138
38137
  "locationInModule": {
38139
38138
  "filename": "src/javascript/node-package.ts",
38140
- "line": 701
38139
+ "line": 700
38141
38140
  },
38142
38141
  "name": "addEngine",
38143
38142
  "parameters": [
@@ -38171,7 +38170,7 @@
38171
38170
  },
38172
38171
  "locationInModule": {
38173
38172
  "filename": "src/javascript/node-package.ts",
38174
- "line": 754
38173
+ "line": 753
38175
38174
  },
38176
38175
  "name": "addField",
38177
38176
  "parameters": [
@@ -38202,7 +38201,7 @@
38202
38201
  },
38203
38202
  "locationInModule": {
38204
38203
  "filename": "src/javascript/node-package.ts",
38205
- "line": 709
38204
+ "line": 708
38206
38205
  },
38207
38206
  "name": "addKeywords",
38208
38207
  "parameters": [
@@ -38226,7 +38225,7 @@
38226
38225
  },
38227
38226
  "locationInModule": {
38228
38227
  "filename": "src/javascript/node-package.ts",
38229
- "line": 774
38228
+ "line": 773
38230
38229
  },
38231
38230
  "name": "addPackageResolutions",
38232
38231
  "parameters": [
@@ -38252,7 +38251,7 @@
38252
38251
  },
38253
38252
  "locationInModule": {
38254
38253
  "filename": "src/javascript/node-package.ts",
38255
- "line": 658
38254
+ "line": 657
38256
38255
  },
38257
38256
  "name": "addPeerDeps",
38258
38257
  "parameters": [
@@ -38277,7 +38276,7 @@
38277
38276
  },
38278
38277
  "locationInModule": {
38279
38278
  "filename": "src/javascript/node-package.ts",
38280
- "line": 762
38279
+ "line": 761
38281
38280
  },
38282
38281
  "name": "addVersion",
38283
38282
  "parameters": [
@@ -38300,7 +38299,7 @@
38300
38299
  },
38301
38300
  "locationInModule": {
38302
38301
  "filename": "src/javascript/node-package.ts",
38303
- "line": 744
38302
+ "line": 743
38304
38303
  },
38305
38304
  "name": "hasScript",
38306
38305
  "parameters": [
@@ -38328,7 +38327,7 @@
38328
38327
  },
38329
38328
  "locationInModule": {
38330
38329
  "filename": "src/javascript/node-package.ts",
38331
- "line": 852
38330
+ "line": 851
38332
38331
  },
38333
38332
  "name": "postSynthesize",
38334
38333
  "overrides": "projen.Component"
@@ -38340,7 +38339,7 @@
38340
38339
  },
38341
38340
  "locationInModule": {
38342
38341
  "filename": "src/javascript/node-package.ts",
38343
- "line": 847
38342
+ "line": 846
38344
38343
  },
38345
38344
  "name": "preSynthesize",
38346
38345
  "overrides": "projen.Component"
@@ -38352,7 +38351,7 @@
38352
38351
  },
38353
38352
  "locationInModule": {
38354
38353
  "filename": "src/javascript/node-package.ts",
38355
- "line": 735
38354
+ "line": 734
38356
38355
  },
38357
38356
  "name": "removeScript",
38358
38357
  "parameters": [
@@ -38374,7 +38373,7 @@
38374
38373
  },
38375
38374
  "locationInModule": {
38376
38375
  "filename": "src/javascript/node-package.ts",
38377
- "line": 801
38376
+ "line": 800
38378
38377
  },
38379
38378
  "name": "renderUpgradePackagesCommand",
38380
38379
  "parameters": [
@@ -38415,7 +38414,7 @@
38415
38414
  },
38416
38415
  "locationInModule": {
38417
38416
  "filename": "src/javascript/node-package.ts",
38418
- "line": 727
38417
+ "line": 726
38419
38418
  },
38420
38419
  "name": "setScript",
38421
38420
  "parameters": [
@@ -38451,7 +38450,7 @@
38451
38450
  "immutable": true,
38452
38451
  "locationInModule": {
38453
38452
  "filename": "src/javascript/node-package.ts",
38454
- "line": 406
38453
+ "line": 405
38455
38454
  },
38456
38455
  "name": "allowLibraryDependencies",
38457
38456
  "type": {
@@ -38466,7 +38465,7 @@
38466
38465
  "immutable": true,
38467
38466
  "locationInModule": {
38468
38467
  "filename": "src/javascript/node-package.ts",
38469
- "line": 401
38468
+ "line": 400
38470
38469
  },
38471
38470
  "name": "entrypoint",
38472
38471
  "type": {
@@ -38481,7 +38480,7 @@
38481
38480
  "immutable": true,
38482
38481
  "locationInModule": {
38483
38482
  "filename": "src/javascript/node-package.ts",
38484
- "line": 794
38483
+ "line": 793
38485
38484
  },
38486
38485
  "name": "installAndUpdateLockfileCommand",
38487
38486
  "type": {
@@ -38496,7 +38495,7 @@
38496
38495
  "immutable": true,
38497
38496
  "locationInModule": {
38498
38497
  "filename": "src/javascript/node-package.ts",
38499
- "line": 490
38498
+ "line": 489
38500
38499
  },
38501
38500
  "name": "installCiTask",
38502
38501
  "type": {
@@ -38511,7 +38510,7 @@
38511
38510
  "immutable": true,
38512
38511
  "locationInModule": {
38513
38512
  "filename": "src/javascript/node-package.ts",
38514
- "line": 787
38513
+ "line": 786
38515
38514
  },
38516
38515
  "name": "installCommand",
38517
38516
  "type": {
@@ -38526,7 +38525,7 @@
38526
38525
  "immutable": true,
38527
38526
  "locationInModule": {
38528
38527
  "filename": "src/javascript/node-package.ts",
38529
- "line": 485
38528
+ "line": 484
38530
38529
  },
38531
38530
  "name": "installTask",
38532
38531
  "type": {
@@ -38541,7 +38540,7 @@
38541
38540
  "immutable": true,
38542
38541
  "locationInModule": {
38543
38542
  "filename": "src/javascript/node-package.ts",
38544
- "line": 480
38543
+ "line": 479
38545
38544
  },
38546
38545
  "name": "lockFile",
38547
38546
  "type": {
@@ -38556,7 +38555,7 @@
38556
38555
  "immutable": true,
38557
38556
  "locationInModule": {
38558
38557
  "filename": "src/javascript/node-package.ts",
38559
- "line": 416
38558
+ "line": 415
38560
38559
  },
38561
38560
  "name": "manifest",
38562
38561
  "type": {
@@ -38571,7 +38570,7 @@
38571
38570
  "immutable": true,
38572
38571
  "locationInModule": {
38573
38572
  "filename": "src/javascript/node-package.ts",
38574
- "line": 475
38573
+ "line": 474
38575
38574
  },
38576
38575
  "name": "npmAccess",
38577
38576
  "type": {
@@ -38586,7 +38585,7 @@
38586
38585
  "immutable": true,
38587
38586
  "locationInModule": {
38588
38587
  "filename": "src/javascript/node-package.ts",
38589
- "line": 450
38588
+ "line": 449
38590
38589
  },
38591
38590
  "name": "npmRegistry",
38592
38591
  "type": {
@@ -38601,7 +38600,7 @@
38601
38600
  "immutable": true,
38602
38601
  "locationInModule": {
38603
38602
  "filename": "src/javascript/node-package.ts",
38604
- "line": 445
38603
+ "line": 444
38605
38604
  },
38606
38605
  "name": "npmRegistryUrl",
38607
38606
  "type": {
@@ -38616,7 +38615,7 @@
38616
38615
  "immutable": true,
38617
38616
  "locationInModule": {
38618
38617
  "filename": "src/javascript/node-package.ts",
38619
- "line": 411
38618
+ "line": 410
38620
38619
  },
38621
38620
  "name": "packageManager",
38622
38621
  "type": {
@@ -38631,7 +38630,7 @@
38631
38630
  "immutable": true,
38632
38631
  "locationInModule": {
38633
38632
  "filename": "src/javascript/node-package.ts",
38634
- "line": 396
38633
+ "line": 395
38635
38634
  },
38636
38635
  "name": "packageName",
38637
38636
  "type": {
@@ -38646,7 +38645,7 @@
38646
38645
  "immutable": true,
38647
38646
  "locationInModule": {
38648
38647
  "filename": "src/javascript/node-package.ts",
38649
- "line": 874
38648
+ "line": 873
38650
38649
  },
38651
38650
  "name": "projenCommand",
38652
38651
  "type": {
@@ -38663,7 +38662,7 @@
38663
38662
  "immutable": true,
38664
38663
  "locationInModule": {
38665
38664
  "filename": "src/javascript/node-package.ts",
38666
- "line": 463
38665
+ "line": 462
38667
38666
  },
38668
38667
  "name": "codeArtifactOptions",
38669
38668
  "optional": true,
@@ -38680,7 +38679,7 @@
38680
38679
  "immutable": true,
38681
38680
  "locationInModule": {
38682
38681
  "filename": "src/javascript/node-package.ts",
38683
- "line": 440
38682
+ "line": 439
38684
38683
  },
38685
38684
  "name": "license",
38686
38685
  "optional": true,
@@ -38697,7 +38696,7 @@
38697
38696
  "immutable": true,
38698
38697
  "locationInModule": {
38699
38698
  "filename": "src/javascript/node-package.ts",
38700
- "line": 428
38699
+ "line": 427
38701
38700
  },
38702
38701
  "name": "maxNodeVersion",
38703
38702
  "optional": true,
@@ -38714,7 +38713,7 @@
38714
38713
  "immutable": true,
38715
38714
  "locationInModule": {
38716
38715
  "filename": "src/javascript/node-package.ts",
38717
- "line": 422
38716
+ "line": 421
38718
38717
  },
38719
38718
  "name": "minNodeVersion",
38720
38719
  "optional": true,
@@ -38730,7 +38729,7 @@
38730
38729
  "immutable": true,
38731
38730
  "locationInModule": {
38732
38731
  "filename": "src/javascript/node-package.ts",
38733
- "line": 455
38732
+ "line": 454
38734
38733
  },
38735
38734
  "name": "npmTokenSecret",
38736
38735
  "optional": true,
@@ -38747,7 +38746,7 @@
38747
38746
  "immutable": true,
38748
38747
  "locationInModule": {
38749
38748
  "filename": "src/javascript/node-package.ts",
38750
- "line": 435
38749
+ "line": 434
38751
38750
  },
38752
38751
  "name": "pnpmVersion",
38753
38752
  "optional": true,
@@ -38764,7 +38763,7 @@
38764
38763
  "immutable": true,
38765
38764
  "locationInModule": {
38766
38765
  "filename": "src/javascript/node-package.ts",
38767
- "line": 470
38766
+ "line": 469
38768
38767
  },
38769
38768
  "name": "scopedPackagesOptions",
38770
38769
  "optional": true,
@@ -38790,7 +38789,7 @@
38790
38789
  "kind": "enum",
38791
38790
  "locationInModule": {
38792
38791
  "filename": "src/javascript/node-package.ts",
38793
- "line": 1471
38792
+ "line": 1470
38794
38793
  },
38795
38794
  "members": [
38796
38795
  {
@@ -38836,7 +38835,7 @@
38836
38835
  "kind": "interface",
38837
38836
  "locationInModule": {
38838
38837
  "filename": "src/javascript/node-package.ts",
38839
- "line": 32
38838
+ "line": 31
38840
38839
  },
38841
38840
  "name": "NodePackageOptions",
38842
38841
  "namespace": "javascript",
@@ -38852,7 +38851,7 @@
38852
38851
  "immutable": true,
38853
38852
  "locationInModule": {
38854
38853
  "filename": "src/javascript/node-package.ts",
38855
- "line": 126
38854
+ "line": 125
38856
38855
  },
38857
38856
  "name": "allowLibraryDependencies",
38858
38857
  "optional": true,
@@ -38869,7 +38868,7 @@
38869
38868
  "immutable": true,
38870
38869
  "locationInModule": {
38871
38870
  "filename": "src/javascript/node-package.ts",
38872
- "line": 194
38871
+ "line": 193
38873
38872
  },
38874
38873
  "name": "authorEmail",
38875
38874
  "optional": true,
@@ -38886,7 +38885,7 @@
38886
38885
  "immutable": true,
38887
38886
  "locationInModule": {
38888
38887
  "filename": "src/javascript/node-package.ts",
38889
- "line": 189
38888
+ "line": 188
38890
38889
  },
38891
38890
  "name": "authorName",
38892
38891
  "optional": true,
@@ -38903,7 +38902,7 @@
38903
38902
  "immutable": true,
38904
38903
  "locationInModule": {
38905
38904
  "filename": "src/javascript/node-package.ts",
38906
- "line": 204
38905
+ "line": 203
38907
38906
  },
38908
38907
  "name": "authorOrganization",
38909
38908
  "optional": true,
@@ -38920,7 +38919,7 @@
38920
38919
  "immutable": true,
38921
38920
  "locationInModule": {
38922
38921
  "filename": "src/javascript/node-package.ts",
38923
- "line": 199
38922
+ "line": 198
38924
38923
  },
38925
38924
  "name": "authorUrl",
38926
38925
  "optional": true,
@@ -38938,7 +38937,7 @@
38938
38937
  "immutable": true,
38939
38938
  "locationInModule": {
38940
38939
  "filename": "src/javascript/node-package.ts",
38941
- "line": 157
38940
+ "line": 156
38942
38941
  },
38943
38942
  "name": "autoDetectBin",
38944
38943
  "optional": true,
@@ -38956,7 +38955,7 @@
38956
38955
  "immutable": true,
38957
38956
  "locationInModule": {
38958
38957
  "filename": "src/javascript/node-package.ts",
38959
- "line": 149
38958
+ "line": 148
38960
38959
  },
38961
38960
  "name": "bin",
38962
38961
  "optional": true,
@@ -38978,7 +38977,7 @@
38978
38977
  "immutable": true,
38979
38978
  "locationInModule": {
38980
38979
  "filename": "src/javascript/node-package.ts",
38981
- "line": 277
38980
+ "line": 276
38982
38981
  },
38983
38982
  "name": "bugsEmail",
38984
38983
  "optional": true,
@@ -38995,7 +38994,7 @@
38995
38994
  "immutable": true,
38996
38995
  "locationInModule": {
38997
38996
  "filename": "src/javascript/node-package.ts",
38998
- "line": 272
38997
+ "line": 271
38999
38998
  },
39000
38999
  "name": "bugsUrl",
39001
39000
  "optional": true,
@@ -39013,7 +39012,7 @@
39013
39012
  "immutable": true,
39014
39013
  "locationInModule": {
39015
39014
  "filename": "src/javascript/node-package.ts",
39016
- "line": 112
39015
+ "line": 111
39017
39016
  },
39018
39017
  "name": "bundledDeps",
39019
39018
  "optional": true,
@@ -39037,7 +39036,7 @@
39037
39036
  "immutable": true,
39038
39037
  "locationInModule": {
39039
39038
  "filename": "src/javascript/node-package.ts",
39040
- "line": 301
39039
+ "line": 300
39041
39040
  },
39042
39041
  "name": "codeArtifactOptions",
39043
39042
  "optional": true,
@@ -39060,7 +39059,7 @@
39060
39059
  "immutable": true,
39061
39060
  "locationInModule": {
39062
39061
  "filename": "src/javascript/node-package.ts",
39063
- "line": 61
39062
+ "line": 60
39064
39063
  },
39065
39064
  "name": "deps",
39066
39065
  "optional": true,
@@ -39086,7 +39085,7 @@
39086
39085
  "immutable": true,
39087
39086
  "locationInModule": {
39088
39087
  "filename": "src/javascript/node-package.ts",
39089
- "line": 45
39088
+ "line": 44
39090
39089
  },
39091
39090
  "name": "description",
39092
39091
  "optional": true,
@@ -39109,7 +39108,7 @@
39109
39108
  "immutable": true,
39110
39109
  "locationInModule": {
39111
39110
  "filename": "src/javascript/node-package.ts",
39112
- "line": 79
39111
+ "line": 78
39113
39112
  },
39114
39113
  "name": "devDeps",
39115
39114
  "optional": true,
@@ -39133,7 +39132,7 @@
39133
39132
  "immutable": true,
39134
39133
  "locationInModule": {
39135
39134
  "filename": "src/javascript/node-package.ts",
39136
- "line": 140
39135
+ "line": 139
39137
39136
  },
39138
39137
  "name": "entrypoint",
39139
39138
  "optional": true,
@@ -39150,7 +39149,7 @@
39150
39149
  "immutable": true,
39151
39150
  "locationInModule": {
39152
39151
  "filename": "src/javascript/node-package.ts",
39153
- "line": 209
39152
+ "line": 208
39154
39153
  },
39155
39154
  "name": "homepage",
39156
39155
  "optional": true,
@@ -39167,7 +39166,7 @@
39167
39166
  "immutable": true,
39168
39167
  "locationInModule": {
39169
39168
  "filename": "src/javascript/node-package.ts",
39170
- "line": 131
39169
+ "line": 130
39171
39170
  },
39172
39171
  "name": "keywords",
39173
39172
  "optional": true,
@@ -39191,7 +39190,7 @@
39191
39190
  "immutable": true,
39192
39191
  "locationInModule": {
39193
39192
  "filename": "src/javascript/node-package.ts",
39194
- "line": 244
39193
+ "line": 243
39195
39194
  },
39196
39195
  "name": "license",
39197
39196
  "optional": true,
@@ -39209,7 +39208,7 @@
39209
39208
  "immutable": true,
39210
39209
  "locationInModule": {
39211
39210
  "filename": "src/javascript/node-package.ts",
39212
- "line": 251
39211
+ "line": 250
39213
39212
  },
39214
39213
  "name": "licensed",
39215
39214
  "optional": true,
@@ -39227,7 +39226,7 @@
39227
39226
  "immutable": true,
39228
39227
  "locationInModule": {
39229
39228
  "filename": "src/javascript/node-package.ts",
39230
- "line": 228
39229
+ "line": 227
39231
39230
  },
39232
39231
  "name": "maxNodeVersion",
39233
39232
  "optional": true,
@@ -39245,7 +39244,7 @@
39245
39244
  "immutable": true,
39246
39245
  "locationInModule": {
39247
39246
  "filename": "src/javascript/node-package.ts",
39248
- "line": 221
39247
+ "line": 220
39249
39248
  },
39250
39249
  "name": "minNodeVersion",
39251
39250
  "optional": true,
@@ -39263,7 +39262,7 @@
39263
39262
  "immutable": true,
39264
39263
  "locationInModule": {
39265
39264
  "filename": "src/javascript/node-package.ts",
39266
- "line": 286
39265
+ "line": 285
39267
39266
  },
39268
39267
  "name": "npmAccess",
39269
39268
  "optional": true,
@@ -39282,7 +39281,7 @@
39282
39281
  "immutable": true,
39283
39282
  "locationInModule": {
39284
39283
  "filename": "src/javascript/node-package.ts",
39285
- "line": 267
39284
+ "line": 266
39286
39285
  },
39287
39286
  "name": "npmRegistry",
39288
39287
  "optional": true,
@@ -39301,7 +39300,7 @@
39301
39300
  "immutable": true,
39302
39301
  "locationInModule": {
39303
39302
  "filename": "src/javascript/node-package.ts",
39304
- "line": 260
39303
+ "line": 259
39305
39304
  },
39306
39305
  "name": "npmRegistryUrl",
39307
39306
  "optional": true,
@@ -39319,7 +39318,7 @@
39319
39318
  "immutable": true,
39320
39319
  "locationInModule": {
39321
39320
  "filename": "src/javascript/node-package.ts",
39322
- "line": 293
39321
+ "line": 292
39323
39322
  },
39324
39323
  "name": "npmTokenSecret",
39325
39324
  "optional": true,
@@ -39337,7 +39336,7 @@
39337
39336
  "immutable": true,
39338
39337
  "locationInModule": {
39339
39338
  "filename": "src/javascript/node-package.ts",
39340
- "line": 172
39339
+ "line": 171
39341
39340
  },
39342
39341
  "name": "packageManager",
39343
39342
  "optional": true,
@@ -39358,7 +39357,7 @@
39358
39357
  "immutable": true,
39359
39358
  "locationInModule": {
39360
39359
  "filename": "src/javascript/node-package.ts",
39361
- "line": 38
39360
+ "line": 37
39362
39361
  },
39363
39362
  "name": "packageName",
39364
39363
  "optional": true,
@@ -39375,7 +39374,7 @@
39375
39374
  "immutable": true,
39376
39375
  "locationInModule": {
39377
39376
  "filename": "src/javascript/node-package.ts",
39378
- "line": 117
39377
+ "line": 116
39379
39378
  },
39380
39379
  "name": "peerDependencyOptions",
39381
39380
  "optional": true,
@@ -39394,7 +39393,7 @@
39394
39393
  "immutable": true,
39395
39394
  "locationInModule": {
39396
39395
  "filename": "src/javascript/node-package.ts",
39397
- "line": 98
39396
+ "line": 97
39398
39397
  },
39399
39398
  "name": "peerDeps",
39400
39399
  "optional": true,
@@ -39417,7 +39416,7 @@
39417
39416
  "immutable": true,
39418
39417
  "locationInModule": {
39419
39418
  "filename": "src/javascript/node-package.ts",
39420
- "line": 235
39419
+ "line": 234
39421
39420
  },
39422
39421
  "name": "pnpmVersion",
39423
39422
  "optional": true,
@@ -39435,7 +39434,7 @@
39435
39434
  "immutable": true,
39436
39435
  "locationInModule": {
39437
39436
  "filename": "src/javascript/node-package.ts",
39438
- "line": 178
39437
+ "line": 177
39439
39438
  },
39440
39439
  "name": "repository",
39441
39440
  "optional": true,
@@ -39452,7 +39451,7 @@
39452
39451
  "immutable": true,
39453
39452
  "locationInModule": {
39454
39453
  "filename": "src/javascript/node-package.ts",
39455
- "line": 184
39454
+ "line": 183
39456
39455
  },
39457
39456
  "name": "repositoryDirectory",
39458
39457
  "optional": true,
@@ -39470,7 +39469,7 @@
39470
39469
  "immutable": true,
39471
39470
  "locationInModule": {
39472
39471
  "filename": "src/javascript/node-package.ts",
39473
- "line": 308
39472
+ "line": 307
39474
39473
  },
39475
39474
  "name": "scopedPackagesOptions",
39476
39475
  "optional": true,
@@ -39494,7 +39493,7 @@
39494
39493
  "immutable": true,
39495
39494
  "locationInModule": {
39496
39495
  "filename": "src/javascript/node-package.ts",
39497
- "line": 165
39496
+ "line": 164
39498
39497
  },
39499
39498
  "name": "scripts",
39500
39499
  "optional": true,
@@ -39516,7 +39515,7 @@
39516
39515
  "immutable": true,
39517
39516
  "locationInModule": {
39518
39517
  "filename": "src/javascript/node-package.ts",
39519
- "line": 214
39518
+ "line": 213
39520
39519
  },
39521
39520
  "name": "stability",
39522
39521
  "optional": true,
@@ -39567,7 +39566,7 @@
39567
39566
  },
39568
39567
  "locationInModule": {
39569
39568
  "filename": "src/javascript/node-project.ts",
39570
- "line": 759
39569
+ "line": 760
39571
39570
  },
39572
39571
  "name": "addBins",
39573
39572
  "parameters": [
@@ -39592,7 +39591,7 @@
39592
39591
  },
39593
39592
  "locationInModule": {
39594
39593
  "filename": "src/javascript/node-project.ts",
39595
- "line": 1010
39594
+ "line": 1011
39596
39595
  },
39597
39596
  "name": "addBundledDeps",
39598
39597
  "parameters": [
@@ -39618,7 +39617,7 @@
39618
39617
  },
39619
39618
  "locationInModule": {
39620
39619
  "filename": "src/javascript/node-project.ts",
39621
- "line": 793
39620
+ "line": 794
39622
39621
  },
39623
39622
  "name": "addCompileCommand",
39624
39623
  "parameters": [
@@ -39639,7 +39638,7 @@
39639
39638
  },
39640
39639
  "locationInModule": {
39641
39640
  "filename": "src/javascript/node-project.ts",
39642
- "line": 964
39641
+ "line": 965
39643
39642
  },
39644
39643
  "name": "addDeps",
39645
39644
  "parameters": [
@@ -39664,7 +39663,7 @@
39664
39663
  },
39665
39664
  "locationInModule": {
39666
39665
  "filename": "src/javascript/node-project.ts",
39667
- "line": 977
39666
+ "line": 978
39668
39667
  },
39669
39668
  "name": "addDevDeps",
39670
39669
  "parameters": [
@@ -39689,7 +39688,7 @@
39689
39688
  },
39690
39689
  "locationInModule": {
39691
39690
  "filename": "src/javascript/node-project.ts",
39692
- "line": 813
39691
+ "line": 814
39693
39692
  },
39694
39693
  "name": "addFields",
39695
39694
  "parameters": [
@@ -39716,7 +39715,7 @@
39716
39715
  },
39717
39716
  "locationInModule": {
39718
39717
  "filename": "src/javascript/node-project.ts",
39719
- "line": 823
39718
+ "line": 824
39720
39719
  },
39721
39720
  "name": "addKeywords",
39722
39721
  "parameters": [
@@ -39741,7 +39740,7 @@
39741
39740
  },
39742
39741
  "locationInModule": {
39743
39742
  "filename": "src/javascript/node-project.ts",
39744
- "line": 1014
39743
+ "line": 1015
39745
39744
  },
39746
39745
  "name": "addPackageIgnore",
39747
39746
  "overrides": "projen.Project",
@@ -39762,7 +39761,7 @@
39762
39761
  },
39763
39762
  "locationInModule": {
39764
39763
  "filename": "src/javascript/node-project.ts",
39765
- "line": 994
39764
+ "line": 995
39766
39765
  },
39767
39766
  "name": "addPeerDeps",
39768
39767
  "parameters": [
@@ -39788,7 +39787,7 @@
39788
39787
  },
39789
39788
  "locationInModule": {
39790
39789
  "filename": "src/javascript/node-project.ts",
39791
- "line": 803
39790
+ "line": 804
39792
39791
  },
39793
39792
  "name": "addTestCommand",
39794
39793
  "parameters": [
@@ -39809,7 +39808,7 @@
39809
39808
  },
39810
39809
  "locationInModule": {
39811
39810
  "filename": "src/javascript/node-project.ts",
39812
- "line": 785
39811
+ "line": 786
39813
39812
  },
39814
39813
  "name": "hasScript",
39815
39814
  "parameters": [
@@ -39836,7 +39835,7 @@
39836
39835
  },
39837
39836
  "locationInModule": {
39838
39837
  "filename": "src/javascript/node-project.ts",
39839
- "line": 777
39838
+ "line": 778
39840
39839
  },
39841
39840
  "name": "removeScript",
39842
39841
  "parameters": [
@@ -39859,7 +39858,7 @@
39859
39858
  },
39860
39859
  "locationInModule": {
39861
39860
  "filename": "src/javascript/node-project.ts",
39862
- "line": 913
39861
+ "line": 914
39863
39862
  },
39864
39863
  "name": "renderWorkflowSetup",
39865
39864
  "parameters": [
@@ -39893,7 +39892,7 @@
39893
39892
  },
39894
39893
  "locationInModule": {
39895
39894
  "filename": "src/javascript/node-project.ts",
39896
- "line": 1087
39895
+ "line": 1088
39897
39896
  },
39898
39897
  "name": "runTaskCommand",
39899
39898
  "overrides": "projen.Project",
@@ -39921,7 +39920,7 @@
39921
39920
  },
39922
39921
  "locationInModule": {
39923
39922
  "filename": "src/javascript/node-project.ts",
39924
- "line": 769
39923
+ "line": 770
39925
39924
  },
39926
39925
  "name": "setScript",
39927
39926
  "parameters": [
@@ -40146,7 +40145,7 @@
40146
40145
  "immutable": true,
40147
40146
  "locationInModule": {
40148
40147
  "filename": "src/javascript/node-project.ts",
40149
- "line": 1094
40148
+ "line": 1095
40150
40149
  },
40151
40150
  "name": "buildWorkflowJobId",
40152
40151
  "optional": true,
@@ -41004,7 +41003,7 @@
41004
41003
  "kind": "enum",
41005
41004
  "locationInModule": {
41006
41005
  "filename": "src/javascript/node-package.ts",
41007
- "line": 1496
41006
+ "line": 1495
41008
41007
  },
41009
41008
  "members": [
41010
41009
  {
@@ -41181,7 +41180,7 @@
41181
41180
  "kind": "interface",
41182
41181
  "locationInModule": {
41183
41182
  "filename": "src/javascript/node-package.ts",
41184
- "line": 1460
41183
+ "line": 1459
41185
41184
  },
41186
41185
  "name": "PeerDependencyOptions",
41187
41186
  "namespace": "javascript",
@@ -41196,7 +41195,7 @@
41196
41195
  "immutable": true,
41197
41196
  "locationInModule": {
41198
41197
  "filename": "src/javascript/node-package.ts",
41199
- "line": 1465
41198
+ "line": 1464
41200
41199
  },
41201
41200
  "name": "pinnedDevDependency",
41202
41201
  "optional": true,
@@ -42272,7 +42271,7 @@
42272
42271
  "kind": "interface",
42273
42272
  "locationInModule": {
42274
42273
  "filename": "src/javascript/node-project.ts",
42275
- "line": 1102
42274
+ "line": 1103
42276
42275
  },
42277
42276
  "name": "RenderWorkflowSetupOptions",
42278
42277
  "namespace": "javascript",
@@ -42287,7 +42286,7 @@
42287
42286
  "immutable": true,
42288
42287
  "locationInModule": {
42289
42288
  "filename": "src/javascript/node-project.ts",
42290
- "line": 1107
42289
+ "line": 1108
42291
42290
  },
42292
42291
  "name": "mutable",
42293
42292
  "optional": true,
@@ -42309,7 +42308,7 @@
42309
42308
  "kind": "interface",
42310
42309
  "locationInModule": {
42311
42310
  "filename": "src/javascript/node-package.ts",
42312
- "line": 375
42311
+ "line": 374
42313
42312
  },
42314
42313
  "name": "ScopedPackagesOptions",
42315
42314
  "namespace": "javascript",
@@ -42323,7 +42322,7 @@
42323
42322
  "immutable": true,
42324
42323
  "locationInModule": {
42325
42324
  "filename": "src/javascript/node-package.ts",
42326
- "line": 386
42325
+ "line": 385
42327
42326
  },
42328
42327
  "name": "registryUrl",
42329
42328
  "type": {
@@ -42340,7 +42339,7 @@
42340
42339
  "immutable": true,
42341
42340
  "locationInModule": {
42342
42341
  "filename": "src/javascript/node-package.ts",
42343
- "line": 381
42342
+ "line": 380
42344
42343
  },
42345
42344
  "name": "scope",
42346
42345
  "type": {
@@ -43634,7 +43633,7 @@
43634
43633
  },
43635
43634
  "locationInModule": {
43636
43635
  "filename": "src/javascript/upgrade-dependencies.ts",
43637
- "line": 118
43636
+ "line": 124
43638
43637
  },
43639
43638
  "parameters": [
43640
43639
  {
@@ -43655,7 +43654,7 @@
43655
43654
  "kind": "class",
43656
43655
  "locationInModule": {
43657
43656
  "filename": "src/javascript/upgrade-dependencies.ts",
43658
- "line": 90
43657
+ "line": 95
43659
43658
  },
43660
43659
  "methods": [
43661
43660
  {
@@ -43665,7 +43664,7 @@
43665
43664
  },
43666
43665
  "locationInModule": {
43667
43666
  "filename": "src/javascript/upgrade-dependencies.ts",
43668
- "line": 174
43667
+ "line": 184
43669
43668
  },
43670
43669
  "name": "addPostBuildSteps",
43671
43670
  "parameters": [
@@ -43694,7 +43693,7 @@
43694
43693
  "immutable": true,
43695
43694
  "locationInModule": {
43696
43695
  "filename": "src/javascript/upgrade-dependencies.ts",
43697
- "line": 113
43696
+ "line": 118
43698
43697
  },
43699
43698
  "name": "postUpgradeTask",
43700
43699
  "type": {
@@ -43709,7 +43708,7 @@
43709
43708
  "immutable": true,
43710
43709
  "locationInModule": {
43711
43710
  "filename": "src/javascript/upgrade-dependencies.ts",
43712
- "line": 108
43711
+ "line": 113
43713
43712
  },
43714
43713
  "name": "upgradeTask",
43715
43714
  "type": {
@@ -43725,7 +43724,7 @@
43725
43724
  "immutable": true,
43726
43725
  "locationInModule": {
43727
43726
  "filename": "src/javascript/upgrade-dependencies.ts",
43728
- "line": 94
43727
+ "line": 99
43729
43728
  },
43730
43729
  "name": "workflows",
43731
43730
  "type": {
@@ -43744,7 +43743,7 @@
43744
43743
  },
43745
43744
  "locationInModule": {
43746
43745
  "filename": "src/javascript/upgrade-dependencies.ts",
43747
- "line": 103
43746
+ "line": 108
43748
43747
  },
43749
43748
  "name": "containerOptions",
43750
43749
  "optional": true,
@@ -43766,7 +43765,7 @@
43766
43765
  "kind": "interface",
43767
43766
  "locationInModule": {
43768
43767
  "filename": "src/javascript/upgrade-dependencies.ts",
43769
- "line": 31
43768
+ "line": 36
43770
43769
  },
43771
43770
  "name": "UpgradeDependenciesOptions",
43772
43771
  "namespace": "javascript",
@@ -43781,7 +43780,7 @@
43781
43780
  "immutable": true,
43782
43781
  "locationInModule": {
43783
43782
  "filename": "src/javascript/upgrade-dependencies.ts",
43784
- "line": 37
43783
+ "line": 42
43785
43784
  },
43786
43785
  "name": "exclude",
43787
43786
  "optional": true,
@@ -43804,7 +43803,7 @@
43804
43803
  "immutable": true,
43805
43804
  "locationInModule": {
43806
43805
  "filename": "src/javascript/upgrade-dependencies.ts",
43807
- "line": 44
43806
+ "line": 49
43808
43807
  },
43809
43808
  "name": "include",
43810
43809
  "optional": true,
@@ -43827,7 +43826,7 @@
43827
43826
  "immutable": true,
43828
43827
  "locationInModule": {
43829
43828
  "filename": "src/javascript/upgrade-dependencies.ts",
43830
- "line": 77
43829
+ "line": 82
43831
43830
  },
43832
43831
  "name": "pullRequestTitle",
43833
43832
  "optional": true,
@@ -43845,7 +43844,7 @@
43845
43844
  "immutable": true,
43846
43845
  "locationInModule": {
43847
43846
  "filename": "src/javascript/upgrade-dependencies.ts",
43848
- "line": 84
43847
+ "line": 89
43849
43848
  },
43850
43849
  "name": "signoff",
43851
43850
  "optional": true,
@@ -43864,7 +43863,7 @@
43864
43863
  "immutable": true,
43865
43864
  "locationInModule": {
43866
43865
  "filename": "src/javascript/upgrade-dependencies.ts",
43867
- "line": 70
43866
+ "line": 75
43868
43867
  },
43869
43868
  "name": "taskName",
43870
43869
  "optional": true,
@@ -43883,7 +43882,7 @@
43883
43882
  "immutable": true,
43884
43883
  "locationInModule": {
43885
43884
  "filename": "src/javascript/upgrade-dependencies.ts",
43886
- "line": 55
43885
+ "line": 60
43887
43886
  },
43888
43887
  "name": "workflow",
43889
43888
  "optional": true,
@@ -43902,7 +43901,7 @@
43902
43901
  "immutable": true,
43903
43902
  "locationInModule": {
43904
43903
  "filename": "src/javascript/upgrade-dependencies.ts",
43905
- "line": 62
43904
+ "line": 67
43906
43905
  },
43907
43906
  "name": "workflowOptions",
43908
43907
  "optional": true,
@@ -43923,7 +43922,7 @@
43923
43922
  "kind": "class",
43924
43923
  "locationInModule": {
43925
43924
  "filename": "src/javascript/upgrade-dependencies.ts",
43926
- "line": 495
43925
+ "line": 505
43927
43926
  },
43928
43927
  "methods": [
43929
43928
  {
@@ -43933,7 +43932,7 @@
43933
43932
  },
43934
43933
  "locationInModule": {
43935
43934
  "filename": "src/javascript/upgrade-dependencies.ts",
43936
- "line": 530
43935
+ "line": 540
43937
43936
  },
43938
43937
  "name": "expressions",
43939
43938
  "parameters": [
@@ -43969,7 +43968,7 @@
43969
43968
  "immutable": true,
43970
43969
  "locationInModule": {
43971
43970
  "filename": "src/javascript/upgrade-dependencies.ts",
43972
- "line": 504
43971
+ "line": 514
43973
43972
  },
43974
43973
  "name": "DAILY",
43975
43974
  "static": true,
@@ -43986,7 +43985,7 @@
43986
43985
  "immutable": true,
43987
43986
  "locationInModule": {
43988
43987
  "filename": "src/javascript/upgrade-dependencies.ts",
43989
- "line": 523
43988
+ "line": 533
43990
43989
  },
43991
43990
  "name": "MONTHLY",
43992
43991
  "static": true,
@@ -44003,7 +44002,7 @@
44003
44002
  "immutable": true,
44004
44003
  "locationInModule": {
44005
44004
  "filename": "src/javascript/upgrade-dependencies.ts",
44006
- "line": 499
44005
+ "line": 509
44007
44006
  },
44008
44007
  "name": "NEVER",
44009
44008
  "static": true,
@@ -44020,7 +44019,7 @@
44020
44019
  "immutable": true,
44021
44020
  "locationInModule": {
44022
44021
  "filename": "src/javascript/upgrade-dependencies.ts",
44023
- "line": 509
44022
+ "line": 519
44024
44023
  },
44025
44024
  "name": "WEEKDAY",
44026
44025
  "static": true,
@@ -44037,7 +44036,7 @@
44037
44036
  "immutable": true,
44038
44037
  "locationInModule": {
44039
44038
  "filename": "src/javascript/upgrade-dependencies.ts",
44040
- "line": 516
44039
+ "line": 526
44041
44040
  },
44042
44041
  "name": "WEEKLY",
44043
44042
  "static": true,
@@ -44052,7 +44051,7 @@
44052
44051
  "immutable": true,
44053
44052
  "locationInModule": {
44054
44053
  "filename": "src/javascript/upgrade-dependencies.ts",
44055
- "line": 534
44054
+ "line": 544
44056
44055
  },
44057
44056
  "name": "cron",
44058
44057
  "type": {
@@ -44078,7 +44077,7 @@
44078
44077
  "kind": "interface",
44079
44078
  "locationInModule": {
44080
44079
  "filename": "src/javascript/upgrade-dependencies.ts",
44081
- "line": 430
44080
+ "line": 433
44082
44081
  },
44083
44082
  "name": "UpgradeDependenciesWorkflowOptions",
44084
44083
  "namespace": "javascript",
@@ -44093,7 +44092,7 @@
44093
44092
  "immutable": true,
44094
44093
  "locationInModule": {
44095
44094
  "filename": "src/javascript/upgrade-dependencies.ts",
44096
- "line": 463
44095
+ "line": 466
44097
44096
  },
44098
44097
  "name": "assignees",
44099
44098
  "optional": true,
@@ -44116,7 +44115,7 @@
44116
44115
  "immutable": true,
44117
44116
  "locationInModule": {
44118
44117
  "filename": "src/javascript/upgrade-dependencies.ts",
44119
- "line": 477
44118
+ "line": 480
44120
44119
  },
44121
44120
  "name": "branches",
44122
44121
  "optional": true,
@@ -44139,7 +44138,7 @@
44139
44138
  "immutable": true,
44140
44139
  "locationInModule": {
44141
44140
  "filename": "src/javascript/upgrade-dependencies.ts",
44142
- "line": 470
44141
+ "line": 473
44143
44142
  },
44144
44143
  "name": "container",
44145
44144
  "optional": true,
@@ -44160,7 +44159,7 @@
44160
44159
  "immutable": true,
44161
44160
  "locationInModule": {
44162
44161
  "filename": "src/javascript/upgrade-dependencies.ts",
44163
- "line": 483
44162
+ "line": 486
44164
44163
  },
44165
44164
  "name": "gitIdentity",
44166
44165
  "optional": true,
@@ -44178,7 +44177,7 @@
44178
44177
  "immutable": true,
44179
44178
  "locationInModule": {
44180
44179
  "filename": "src/javascript/upgrade-dependencies.ts",
44181
- "line": 456
44180
+ "line": 459
44182
44181
  },
44183
44182
  "name": "labels",
44184
44183
  "optional": true,
@@ -44191,6 +44190,24 @@
44191
44190
  }
44192
44191
  }
44193
44192
  },
44193
+ {
44194
+ "abstract": true,
44195
+ "docs": {
44196
+ "default": "`{ contents: JobPermission.READ }`",
44197
+ "stability": "experimental",
44198
+ "summary": "Permissions granted to the upgrade job To limit job permissions for `contents`, the desired permissions have to be explicitly set, e.g.: `{ contents: JobPermission.NONE }`."
44199
+ },
44200
+ "immutable": true,
44201
+ "locationInModule": {
44202
+ "filename": "src/javascript/upgrade-dependencies.ts",
44203
+ "line": 499
44204
+ },
44205
+ "name": "permissions",
44206
+ "optional": true,
44207
+ "type": {
44208
+ "fqn": "projen.github.workflows.JobPermissions"
44209
+ }
44210
+ },
44194
44211
  {
44195
44212
  "abstract": true,
44196
44213
  "docs": {
@@ -44203,7 +44220,7 @@
44203
44220
  "immutable": true,
44204
44221
  "locationInModule": {
44205
44222
  "filename": "src/javascript/upgrade-dependencies.ts",
44206
- "line": 449
44223
+ "line": 452
44207
44224
  },
44208
44225
  "name": "projenCredentials",
44209
44226
  "optional": true,
@@ -44221,7 +44238,7 @@
44221
44238
  "immutable": true,
44222
44239
  "locationInModule": {
44223
44240
  "filename": "src/javascript/upgrade-dependencies.ts",
44224
- "line": 489
44241
+ "line": 492
44225
44242
  },
44226
44243
  "name": "runsOn",
44227
44244
  "optional": true,
@@ -44244,7 +44261,7 @@
44244
44261
  "immutable": true,
44245
44262
  "locationInModule": {
44246
44263
  "filename": "src/javascript/upgrade-dependencies.ts",
44247
- "line": 436
44264
+ "line": 439
44248
44265
  },
44249
44266
  "name": "schedule",
44250
44267
  "optional": true,
@@ -52750,6 +52767,6 @@
52750
52767
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52751
52768
  }
52752
52769
  },
52753
- "version": "0.68.16",
52754
- "fingerprint": "O0DMG0UEMjYJYlCJBARvQlLeZkCBHB0+JyUmtd+hBMs="
52770
+ "version": "0.68.18",
52771
+ "fingerprint": "pnXVIUBHhD+RXll042ATNnzC36Vjz+PG4tuLjeY8BiE="
52755
52772
  }