projen 0.98.7 → 0.98.8

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 (141) hide show
  1. package/.jsii +174 -139
  2. package/lib/ai-instructions.js +2 -2
  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 +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +4 -4
  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 +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/auto-queue.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/merge-queue.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-backport.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.js +1 -1
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/biome/biome.js +1 -1
  73. package/lib/javascript/bundler.js +1 -1
  74. package/lib/javascript/eslint.js +1 -1
  75. package/lib/javascript/jest.js +4 -4
  76. package/lib/javascript/license-checker.js +1 -1
  77. package/lib/javascript/node-package.js +16 -17
  78. package/lib/javascript/node-project.js +19 -25
  79. package/lib/javascript/npm-config.js +1 -1
  80. package/lib/javascript/prettier.js +1 -1
  81. package/lib/javascript/projenrc.js +1 -1
  82. package/lib/javascript/typescript-config.js +2 -2
  83. package/lib/javascript/upgrade-dependencies.d.ts +25 -1
  84. package/lib/javascript/upgrade-dependencies.js +113 -39
  85. package/lib/javascript/util.d.ts +13 -0
  86. package/lib/javascript/util.js +24 -1
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/venv.js +1 -1
  111. package/lib/readme.js +1 -1
  112. package/lib/release/publisher.js +1 -1
  113. package/lib/release/release-trigger.js +1 -1
  114. package/lib/release/release.js +1 -1
  115. package/lib/renovatebot.js +1 -1
  116. package/lib/sample-file.js +2 -2
  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.js +2 -2
  130. package/lib/vscode/devcontainer.js +1 -1
  131. package/lib/vscode/extensions.js +1 -1
  132. package/lib/vscode/launch-config.js +1 -1
  133. package/lib/vscode/settings.js +1 -1
  134. package/lib/vscode/vscode.js +1 -1
  135. package/lib/web/next.js +3 -3
  136. package/lib/web/postcss.js +1 -1
  137. package/lib/web/react.js +4 -4
  138. package/lib/web/tailwind.js +1 -1
  139. package/lib/xmlfile.js +1 -1
  140. package/lib/yaml.js +1 -1
  141. package/package.json +1 -1
package/.jsii CHANGED
@@ -42186,7 +42186,7 @@
42186
42186
  "kind": "interface",
42187
42187
  "locationInModule": {
42188
42188
  "filename": "src/javascript/node-project.ts",
42189
- "line": 64
42189
+ "line": 65
42190
42190
  },
42191
42191
  "name": "AuditOptions",
42192
42192
  "namespace": "javascript",
@@ -42201,7 +42201,7 @@
42201
42201
  "immutable": true,
42202
42202
  "locationInModule": {
42203
42203
  "filename": "src/javascript/node-project.ts",
42204
- "line": 69
42204
+ "line": 70
42205
42205
  },
42206
42206
  "name": "level",
42207
42207
  "optional": true,
@@ -42220,7 +42220,7 @@
42220
42220
  "immutable": true,
42221
42221
  "locationInModule": {
42222
42222
  "filename": "src/javascript/node-project.ts",
42223
- "line": 79
42223
+ "line": 80
42224
42224
  },
42225
42225
  "name": "prodOnly",
42226
42226
  "optional": true,
@@ -42239,7 +42239,7 @@
42239
42239
  "immutable": true,
42240
42240
  "locationInModule": {
42241
42241
  "filename": "src/javascript/node-project.ts",
42242
- "line": 90
42242
+ "line": 91
42243
42243
  },
42244
42244
  "name": "runOn",
42245
42245
  "optional": true,
@@ -42260,7 +42260,7 @@
42260
42260
  "kind": "enum",
42261
42261
  "locationInModule": {
42262
42262
  "filename": "src/javascript/node-project.ts",
42263
- "line": 425
42263
+ "line": 426
42264
42264
  },
42265
42265
  "members": [
42266
42266
  {
@@ -42560,7 +42560,7 @@
42560
42560
  "kind": "interface",
42561
42561
  "locationInModule": {
42562
42562
  "filename": "src/javascript/node-project.ts",
42563
- "line": 409
42563
+ "line": 410
42564
42564
  },
42565
42565
  "name": "BuildWorkflowOptions",
42566
42566
  "namespace": "javascript",
@@ -42576,7 +42576,7 @@
42576
42576
  "immutable": true,
42577
42577
  "locationInModule": {
42578
42578
  "filename": "src/javascript/node-project.ts",
42579
- "line": 419
42579
+ "line": 420
42580
42580
  },
42581
42581
  "name": "mutableBuild",
42582
42582
  "optional": true,
@@ -48442,7 +48442,7 @@
48442
48442
  },
48443
48443
  "locationInModule": {
48444
48444
  "filename": "src/javascript/node-project.ts",
48445
- "line": 572
48445
+ "line": 573
48446
48446
  },
48447
48447
  "parameters": [
48448
48448
  {
@@ -48456,7 +48456,7 @@
48456
48456
  "kind": "class",
48457
48457
  "locationInModule": {
48458
48458
  "filename": "src/javascript/node-project.ts",
48459
- "line": 442
48459
+ "line": 443
48460
48460
  },
48461
48461
  "methods": [
48462
48462
  {
@@ -48465,7 +48465,7 @@
48465
48465
  },
48466
48466
  "locationInModule": {
48467
48467
  "filename": "src/javascript/node-project.ts",
48468
- "line": 1029
48468
+ "line": 1030
48469
48469
  },
48470
48470
  "name": "addBins",
48471
48471
  "parameters": [
@@ -48490,7 +48490,7 @@
48490
48490
  },
48491
48491
  "locationInModule": {
48492
48492
  "filename": "src/javascript/node-project.ts",
48493
- "line": 1321
48493
+ "line": 1315
48494
48494
  },
48495
48495
  "name": "addBundledDeps",
48496
48496
  "parameters": [
@@ -48516,7 +48516,7 @@
48516
48516
  },
48517
48517
  "locationInModule": {
48518
48518
  "filename": "src/javascript/node-project.ts",
48519
- "line": 1074
48519
+ "line": 1075
48520
48520
  },
48521
48521
  "name": "addCompileCommand",
48522
48522
  "parameters": [
@@ -48537,7 +48537,7 @@
48537
48537
  },
48538
48538
  "locationInModule": {
48539
48539
  "filename": "src/javascript/node-project.ts",
48540
- "line": 1275
48540
+ "line": 1269
48541
48541
  },
48542
48542
  "name": "addDeps",
48543
48543
  "parameters": [
@@ -48562,7 +48562,7 @@
48562
48562
  },
48563
48563
  "locationInModule": {
48564
48564
  "filename": "src/javascript/node-project.ts",
48565
- "line": 1288
48565
+ "line": 1282
48566
48566
  },
48567
48567
  "name": "addDevDeps",
48568
48568
  "parameters": [
@@ -48587,7 +48587,7 @@
48587
48587
  },
48588
48588
  "locationInModule": {
48589
48589
  "filename": "src/javascript/node-project.ts",
48590
- "line": 1094
48590
+ "line": 1095
48591
48591
  },
48592
48592
  "name": "addFields",
48593
48593
  "parameters": [
@@ -48614,7 +48614,7 @@
48614
48614
  },
48615
48615
  "locationInModule": {
48616
48616
  "filename": "src/javascript/node-project.ts",
48617
- "line": 1104
48617
+ "line": 1105
48618
48618
  },
48619
48619
  "name": "addKeywords",
48620
48620
  "parameters": [
@@ -48641,7 +48641,7 @@
48641
48641
  },
48642
48642
  "locationInModule": {
48643
48643
  "filename": "src/javascript/node-project.ts",
48644
- "line": 1333
48644
+ "line": 1327
48645
48645
  },
48646
48646
  "name": "addPackageIgnore",
48647
48647
  "overrides": "projen.Project",
@@ -48665,7 +48665,7 @@
48665
48665
  },
48666
48666
  "locationInModule": {
48667
48667
  "filename": "src/javascript/node-project.ts",
48668
- "line": 1305
48668
+ "line": 1299
48669
48669
  },
48670
48670
  "name": "addPeerDeps",
48671
48671
  "parameters": [
@@ -48690,7 +48690,7 @@
48690
48690
  },
48691
48691
  "locationInModule": {
48692
48692
  "filename": "src/javascript/node-project.ts",
48693
- "line": 1047
48693
+ "line": 1048
48694
48694
  },
48695
48695
  "name": "addScripts",
48696
48696
  "parameters": [
@@ -48718,7 +48718,7 @@
48718
48718
  },
48719
48719
  "locationInModule": {
48720
48720
  "filename": "src/javascript/node-project.ts",
48721
- "line": 1084
48721
+ "line": 1085
48722
48722
  },
48723
48723
  "name": "addTestCommand",
48724
48724
  "parameters": [
@@ -48740,7 +48740,7 @@
48740
48740
  },
48741
48741
  "locationInModule": {
48742
48742
  "filename": "src/javascript/node-project.ts",
48743
- "line": 1066
48743
+ "line": 1067
48744
48744
  },
48745
48745
  "name": "hasScript",
48746
48746
  "parameters": [
@@ -48767,7 +48767,7 @@
48767
48767
  },
48768
48768
  "locationInModule": {
48769
48769
  "filename": "src/javascript/node-project.ts",
48770
- "line": 1057
48770
+ "line": 1058
48771
48771
  },
48772
48772
  "name": "removeScript",
48773
48773
  "parameters": [
@@ -48790,7 +48790,7 @@
48790
48790
  },
48791
48791
  "locationInModule": {
48792
48792
  "filename": "src/javascript/node-project.ts",
48793
- "line": 1194
48793
+ "line": 1195
48794
48794
  },
48795
48795
  "name": "renderWorkflowSetup",
48796
48796
  "parameters": [
@@ -48824,7 +48824,7 @@
48824
48824
  },
48825
48825
  "locationInModule": {
48826
48826
  "filename": "src/javascript/node-project.ts",
48827
- "line": 1406
48827
+ "line": 1400
48828
48828
  },
48829
48829
  "name": "runTaskCommand",
48830
48830
  "overrides": "projen.Project",
@@ -48852,7 +48852,7 @@
48852
48852
  },
48853
48853
  "locationInModule": {
48854
48854
  "filename": "src/javascript/node-project.ts",
48855
- "line": 1039
48855
+ "line": 1040
48856
48856
  },
48857
48857
  "name": "setScript",
48858
48858
  "parameters": [
@@ -48888,7 +48888,7 @@
48888
48888
  "immutable": true,
48889
48889
  "locationInModule": {
48890
48890
  "filename": "src/javascript/node-project.ts",
48891
- "line": 467
48891
+ "line": 468
48892
48892
  },
48893
48893
  "name": "allowLibraryDependencies",
48894
48894
  "type": {
@@ -48904,7 +48904,7 @@
48904
48904
  "immutable": true,
48905
48905
  "locationInModule": {
48906
48906
  "filename": "src/javascript/node-project.ts",
48907
- "line": 554
48907
+ "line": 555
48908
48908
  },
48909
48909
  "name": "artifactsDirectory",
48910
48910
  "type": {
@@ -48919,7 +48919,7 @@
48919
48919
  "immutable": true,
48920
48920
  "locationInModule": {
48921
48921
  "filename": "src/javascript/node-project.ts",
48922
- "line": 559
48922
+ "line": 560
48923
48923
  },
48924
48924
  "name": "artifactsJavascriptDirectory",
48925
48925
  "type": {
@@ -48933,7 +48933,7 @@
48933
48933
  "immutable": true,
48934
48934
  "locationInModule": {
48935
48935
  "filename": "src/javascript/node-project.ts",
48936
- "line": 547
48936
+ "line": 548
48937
48937
  },
48938
48938
  "name": "bundler",
48939
48939
  "type": {
@@ -48948,7 +48948,7 @@
48948
48948
  "immutable": true,
48949
48949
  "locationInModule": {
48950
48950
  "filename": "src/javascript/node-project.ts",
48951
- "line": 474
48951
+ "line": 475
48952
48952
  },
48953
48953
  "name": "entrypoint",
48954
48954
  "type": {
@@ -48963,7 +48963,7 @@
48963
48963
  "immutable": true,
48964
48964
  "locationInModule": {
48965
48965
  "filename": "src/javascript/node-project.ts",
48966
- "line": 543
48966
+ "line": 544
48967
48967
  },
48968
48968
  "name": "manifest",
48969
48969
  "type": {
@@ -48978,7 +48978,7 @@
48978
48978
  "immutable": true,
48979
48979
  "locationInModule": {
48980
48980
  "filename": "src/javascript/node-project.ts",
48981
- "line": 456
48981
+ "line": 457
48982
48982
  },
48983
48983
  "name": "npmrc",
48984
48984
  "type": {
@@ -48993,7 +48993,7 @@
48993
48993
  "immutable": true,
48994
48994
  "locationInModule": {
48995
48995
  "filename": "src/javascript/node-project.ts",
48996
- "line": 446
48996
+ "line": 447
48997
48997
  },
48998
48998
  "name": "package",
48999
48999
  "type": {
@@ -49009,7 +49009,7 @@
49009
49009
  "immutable": true,
49010
49010
  "locationInModule": {
49011
49011
  "filename": "src/javascript/node-project.ts",
49012
- "line": 526
49012
+ "line": 527
49013
49013
  },
49014
49014
  "name": "packageManager",
49015
49015
  "type": {
@@ -49024,7 +49024,7 @@
49024
49024
  "immutable": true,
49025
49025
  "locationInModule": {
49026
49026
  "filename": "src/javascript/node-project.ts",
49027
- "line": 533
49027
+ "line": 534
49028
49028
  },
49029
49029
  "name": "runScriptCommand",
49030
49030
  "type": {
@@ -49038,7 +49038,7 @@
49038
49038
  "immutable": true,
49039
49039
  "locationInModule": {
49040
49040
  "filename": "src/javascript/node-project.ts",
49041
- "line": 566
49041
+ "line": 567
49042
49042
  },
49043
49043
  "name": "workflowBootstrapSteps",
49044
49044
  "protected": true,
@@ -49058,7 +49058,7 @@
49058
49058
  "immutable": true,
49059
49059
  "locationInModule": {
49060
49060
  "filename": "src/javascript/node-project.ts",
49061
- "line": 568
49061
+ "line": 569
49062
49062
  },
49063
49063
  "name": "workflowPackageCache",
49064
49064
  "protected": true,
@@ -49074,7 +49074,7 @@
49074
49074
  "immutable": true,
49075
49075
  "locationInModule": {
49076
49076
  "filename": "src/javascript/node-project.ts",
49077
- "line": 481
49077
+ "line": 482
49078
49078
  },
49079
49079
  "name": "autoMerge",
49080
49080
  "optional": true,
@@ -49089,7 +49089,7 @@
49089
49089
  "immutable": true,
49090
49090
  "locationInModule": {
49091
49091
  "filename": "src/javascript/node-project.ts",
49092
- "line": 570
49092
+ "line": 571
49093
49093
  },
49094
49094
  "name": "biome",
49095
49095
  "optional": true,
@@ -49106,7 +49106,7 @@
49106
49106
  "immutable": true,
49107
49107
  "locationInModule": {
49108
49108
  "filename": "src/javascript/node-project.ts",
49109
- "line": 486
49109
+ "line": 487
49110
49110
  },
49111
49111
  "name": "buildWorkflow",
49112
49112
  "optional": true,
@@ -49122,7 +49122,7 @@
49122
49122
  "immutable": true,
49123
49123
  "locationInModule": {
49124
49124
  "filename": "src/javascript/node-project.ts",
49125
- "line": 1413
49125
+ "line": 1407
49126
49126
  },
49127
49127
  "name": "buildWorkflowJobId",
49128
49128
  "optional": true,
@@ -49138,7 +49138,7 @@
49138
49138
  "immutable": true,
49139
49139
  "locationInModule": {
49140
49140
  "filename": "src/javascript/node-project.ts",
49141
- "line": 538
49141
+ "line": 539
49142
49142
  },
49143
49143
  "name": "jest",
49144
49144
  "optional": true,
@@ -49155,7 +49155,7 @@
49155
49155
  "immutable": true,
49156
49156
  "locationInModule": {
49157
49157
  "filename": "src/javascript/node-project.ts",
49158
- "line": 515
49158
+ "line": 516
49159
49159
  },
49160
49160
  "name": "maxNodeVersion",
49161
49161
  "optional": true,
@@ -49172,7 +49172,7 @@
49172
49172
  "immutable": true,
49173
49173
  "locationInModule": {
49174
49174
  "filename": "src/javascript/node-project.ts",
49175
- "line": 506
49175
+ "line": 507
49176
49176
  },
49177
49177
  "name": "minNodeVersion",
49178
49178
  "optional": true,
@@ -49187,7 +49187,7 @@
49187
49187
  "immutable": true,
49188
49188
  "locationInModule": {
49189
49189
  "filename": "src/javascript/node-project.ts",
49190
- "line": 519
49190
+ "line": 520
49191
49191
  },
49192
49192
  "name": "nodeVersion",
49193
49193
  "optional": true,
@@ -49204,7 +49204,7 @@
49204
49204
  "immutable": true,
49205
49205
  "locationInModule": {
49206
49206
  "filename": "src/javascript/node-project.ts",
49207
- "line": 451
49207
+ "line": 452
49208
49208
  },
49209
49209
  "name": "npmignore",
49210
49210
  "optional": true,
@@ -49219,7 +49219,7 @@
49219
49219
  "immutable": true,
49220
49220
  "locationInModule": {
49221
49221
  "filename": "src/javascript/node-project.ts",
49222
- "line": 569
49222
+ "line": 570
49223
49223
  },
49224
49224
  "name": "prettier",
49225
49225
  "optional": true,
@@ -49237,7 +49237,7 @@
49237
49237
  "immutable": true,
49238
49238
  "locationInModule": {
49239
49239
  "filename": "src/javascript/node-project.ts",
49240
- "line": 494
49240
+ "line": 495
49241
49241
  },
49242
49242
  "name": "publisher",
49243
49243
  "optional": true,
@@ -49253,7 +49253,7 @@
49253
49253
  "immutable": true,
49254
49254
  "locationInModule": {
49255
49255
  "filename": "src/javascript/node-project.ts",
49256
- "line": 499
49256
+ "line": 500
49257
49257
  },
49258
49258
  "name": "release",
49259
49259
  "optional": true,
@@ -49269,7 +49269,7 @@
49269
49269
  "immutable": true,
49270
49270
  "locationInModule": {
49271
49271
  "filename": "src/javascript/node-project.ts",
49272
- "line": 564
49272
+ "line": 565
49273
49273
  },
49274
49274
  "name": "upgradeWorkflow",
49275
49275
  "optional": true,
@@ -49295,7 +49295,7 @@
49295
49295
  "kind": "interface",
49296
49296
  "locationInModule": {
49297
49297
  "filename": "src/javascript/node-project.ts",
49298
- "line": 93
49298
+ "line": 94
49299
49299
  },
49300
49300
  "name": "NodeProjectOptions",
49301
49301
  "namespace": "javascript",
@@ -49310,7 +49310,7 @@
49310
49310
  "immutable": true,
49311
49311
  "locationInModule": {
49312
49312
  "filename": "src/javascript/node-project.ts",
49313
- "line": 183
49313
+ "line": 184
49314
49314
  },
49315
49315
  "name": "defaultReleaseBranch",
49316
49316
  "type": {
@@ -49327,7 +49327,7 @@
49327
49327
  "immutable": true,
49328
49328
  "locationInModule": {
49329
49329
  "filename": "src/javascript/node-project.ts",
49330
- "line": 348
49330
+ "line": 349
49331
49331
  },
49332
49332
  "name": "artifactsDirectory",
49333
49333
  "optional": true,
@@ -49346,7 +49346,7 @@
49346
49346
  "immutable": true,
49347
49347
  "locationInModule": {
49348
49348
  "filename": "src/javascript/node-project.ts",
49349
- "line": 397
49349
+ "line": 398
49350
49350
  },
49351
49351
  "name": "auditDeps",
49352
49352
  "optional": true,
@@ -49364,7 +49364,7 @@
49364
49364
  "immutable": true,
49365
49365
  "locationInModule": {
49366
49366
  "filename": "src/javascript/node-project.ts",
49367
- "line": 403
49367
+ "line": 404
49368
49368
  },
49369
49369
  "name": "auditDepsOptions",
49370
49370
  "optional": true,
@@ -49383,7 +49383,7 @@
49383
49383
  "immutable": true,
49384
49384
  "locationInModule": {
49385
49385
  "filename": "src/javascript/node-project.ts",
49386
- "line": 259
49386
+ "line": 260
49387
49387
  },
49388
49388
  "name": "autoApproveUpgrades",
49389
49389
  "optional": true,
@@ -49401,7 +49401,7 @@
49401
49401
  "immutable": true,
49402
49402
  "locationInModule": {
49403
49403
  "filename": "src/javascript/node-project.ts",
49404
- "line": 380
49404
+ "line": 381
49405
49405
  },
49406
49406
  "name": "biome",
49407
49407
  "optional": true,
@@ -49419,7 +49419,7 @@
49419
49419
  "immutable": true,
49420
49420
  "locationInModule": {
49421
49421
  "filename": "src/javascript/node-project.ts",
49422
- "line": 386
49422
+ "line": 387
49423
49423
  },
49424
49424
  "name": "biomeOptions",
49425
49425
  "optional": true,
@@ -49437,7 +49437,7 @@
49437
49437
  "immutable": true,
49438
49438
  "locationInModule": {
49439
49439
  "filename": "src/javascript/node-project.ts",
49440
- "line": 129
49440
+ "line": 130
49441
49441
  },
49442
49442
  "name": "buildWorkflow",
49443
49443
  "optional": true,
@@ -49454,7 +49454,7 @@
49454
49454
  "immutable": true,
49455
49455
  "locationInModule": {
49456
49456
  "filename": "src/javascript/node-project.ts",
49457
- "line": 133
49457
+ "line": 134
49458
49458
  },
49459
49459
  "name": "buildWorkflowOptions",
49460
49460
  "optional": true,
@@ -49473,7 +49473,7 @@
49473
49473
  "immutable": true,
49474
49474
  "locationInModule": {
49475
49475
  "filename": "src/javascript/node-project.ts",
49476
- "line": 364
49476
+ "line": 365
49477
49477
  },
49478
49478
  "name": "buildWorkflowTriggers",
49479
49479
  "optional": true,
@@ -49490,7 +49490,7 @@
49490
49490
  "immutable": true,
49491
49491
  "locationInModule": {
49492
49492
  "filename": "src/javascript/node-project.ts",
49493
- "line": 341
49493
+ "line": 342
49494
49494
  },
49495
49495
  "name": "bundlerOptions",
49496
49496
  "optional": true,
@@ -49509,7 +49509,7 @@
49509
49509
  "immutable": true,
49510
49510
  "locationInModule": {
49511
49511
  "filename": "src/javascript/node-project.ts",
49512
- "line": 373
49512
+ "line": 374
49513
49513
  },
49514
49514
  "name": "checkLicenses",
49515
49515
  "optional": true,
@@ -49527,7 +49527,7 @@
49527
49527
  "immutable": true,
49528
49528
  "locationInModule": {
49529
49529
  "filename": "src/javascript/node-project.ts",
49530
- "line": 154
49530
+ "line": 155
49531
49531
  },
49532
49532
  "name": "codeCov",
49533
49533
  "optional": true,
@@ -49545,7 +49545,7 @@
49545
49545
  "immutable": true,
49546
49546
  "locationInModule": {
49547
49547
  "filename": "src/javascript/node-project.ts",
49548
- "line": 161
49548
+ "line": 162
49549
49549
  },
49550
49550
  "name": "codeCovTokenSecret",
49551
49551
  "optional": true,
@@ -49563,7 +49563,7 @@
49563
49563
  "immutable": true,
49564
49564
  "locationInModule": {
49565
49565
  "filename": "src/javascript/node-project.ts",
49566
- "line": 102
49566
+ "line": 103
49567
49567
  },
49568
49568
  "name": "copyrightOwner",
49569
49569
  "optional": true,
@@ -49581,7 +49581,7 @@
49581
49581
  "immutable": true,
49582
49582
  "locationInModule": {
49583
49583
  "filename": "src/javascript/node-project.ts",
49584
- "line": 109
49584
+ "line": 110
49585
49585
  },
49586
49586
  "name": "copyrightPeriod",
49587
49587
  "optional": true,
@@ -49600,7 +49600,7 @@
49600
49600
  "immutable": true,
49601
49601
  "locationInModule": {
49602
49602
  "filename": "src/javascript/node-project.ts",
49603
- "line": 227
49603
+ "line": 228
49604
49604
  },
49605
49605
  "name": "dependabot",
49606
49606
  "optional": true,
@@ -49618,7 +49618,7 @@
49618
49618
  "immutable": true,
49619
49619
  "locationInModule": {
49620
49620
  "filename": "src/javascript/node-project.ts",
49621
- "line": 234
49621
+ "line": 235
49622
49622
  },
49623
49623
  "name": "dependabotOptions",
49624
49624
  "optional": true,
@@ -49637,7 +49637,7 @@
49637
49637
  "immutable": true,
49638
49638
  "locationInModule": {
49639
49639
  "filename": "src/javascript/node-project.ts",
49640
- "line": 242
49640
+ "line": 243
49641
49641
  },
49642
49642
  "name": "depsUpgrade",
49643
49643
  "optional": true,
@@ -49655,7 +49655,7 @@
49655
49655
  "immutable": true,
49656
49656
  "locationInModule": {
49657
49657
  "filename": "src/javascript/node-project.ts",
49658
- "line": 249
49658
+ "line": 250
49659
49659
  },
49660
49660
  "name": "depsUpgradeOptions",
49661
49661
  "optional": true,
@@ -49672,7 +49672,7 @@
49672
49672
  "immutable": true,
49673
49673
  "locationInModule": {
49674
49674
  "filename": "src/javascript/node-project.ts",
49675
- "line": 310
49675
+ "line": 311
49676
49676
  },
49677
49677
  "name": "gitignore",
49678
49678
  "optional": true,
@@ -49695,7 +49695,7 @@
49695
49695
  "immutable": true,
49696
49696
  "locationInModule": {
49697
49697
  "filename": "src/javascript/node-project.ts",
49698
- "line": 316
49698
+ "line": 317
49699
49699
  },
49700
49700
  "name": "jest",
49701
49701
  "optional": true,
@@ -49713,7 +49713,7 @@
49713
49713
  "immutable": true,
49714
49714
  "locationInModule": {
49715
49715
  "filename": "src/javascript/node-project.ts",
49716
- "line": 322
49716
+ "line": 323
49717
49717
  },
49718
49718
  "name": "jestOptions",
49719
49719
  "optional": true,
@@ -49733,7 +49733,7 @@
49733
49733
  "immutable": true,
49734
49734
  "locationInModule": {
49735
49735
  "filename": "src/javascript/node-project.ts",
49736
- "line": 146
49736
+ "line": 147
49737
49737
  },
49738
49738
  "name": "mutableBuild",
49739
49739
  "optional": true,
@@ -49751,7 +49751,7 @@
49751
49751
  "immutable": true,
49752
49752
  "locationInModule": {
49753
49753
  "filename": "src/javascript/node-project.ts",
49754
- "line": 278
49754
+ "line": 279
49755
49755
  },
49756
49756
  "name": "npmignore",
49757
49757
  "optional": true,
@@ -49774,7 +49774,7 @@
49774
49774
  "immutable": true,
49775
49775
  "locationInModule": {
49776
49776
  "filename": "src/javascript/node-project.ts",
49777
- "line": 267
49777
+ "line": 268
49778
49778
  },
49779
49779
  "name": "npmignoreEnabled",
49780
49780
  "optional": true,
@@ -49791,7 +49791,7 @@
49791
49791
  "immutable": true,
49792
49792
  "locationInModule": {
49793
49793
  "filename": "src/javascript/node-project.ts",
49794
- "line": 272
49794
+ "line": 273
49795
49795
  },
49796
49796
  "name": "npmIgnoreOptions",
49797
49797
  "optional": true,
@@ -49809,7 +49809,7 @@
49809
49809
  "immutable": true,
49810
49810
  "locationInModule": {
49811
49811
  "filename": "src/javascript/node-project.ts",
49812
- "line": 356
49812
+ "line": 357
49813
49813
  },
49814
49814
  "name": "package",
49815
49815
  "optional": true,
@@ -49827,7 +49827,7 @@
49827
49827
  "immutable": true,
49828
49828
  "locationInModule": {
49829
49829
  "filename": "src/javascript/node-project.ts",
49830
- "line": 299
49830
+ "line": 300
49831
49831
  },
49832
49832
  "name": "prettier",
49833
49833
  "optional": true,
@@ -49845,7 +49845,7 @@
49845
49845
  "immutable": true,
49846
49846
  "locationInModule": {
49847
49847
  "filename": "src/javascript/node-project.ts",
49848
- "line": 305
49848
+ "line": 306
49849
49849
  },
49850
49850
  "name": "prettierOptions",
49851
49851
  "optional": true,
@@ -49863,7 +49863,7 @@
49863
49863
  "immutable": true,
49864
49864
  "locationInModule": {
49865
49865
  "filename": "src/javascript/node-project.ts",
49866
- "line": 123
49866
+ "line": 124
49867
49867
  },
49868
49868
  "name": "projenDevDependency",
49869
49869
  "optional": true,
@@ -49881,7 +49881,7 @@
49881
49881
  "immutable": true,
49882
49882
  "locationInModule": {
49883
49883
  "filename": "src/javascript/node-project.ts",
49884
- "line": 330
49884
+ "line": 331
49885
49885
  },
49886
49886
  "name": "projenrcJs",
49887
49887
  "optional": true,
@@ -49899,7 +49899,7 @@
49899
49899
  "immutable": true,
49900
49900
  "locationInModule": {
49901
49901
  "filename": "src/javascript/node-project.ts",
49902
- "line": 336
49902
+ "line": 337
49903
49903
  },
49904
49904
  "name": "projenrcJsOptions",
49905
49905
  "optional": true,
@@ -49917,7 +49917,7 @@
49917
49917
  "immutable": true,
49918
49918
  "locationInModule": {
49919
49919
  "filename": "src/javascript/node-project.ts",
49920
- "line": 116
49920
+ "line": 117
49921
49921
  },
49922
49922
  "name": "projenVersion",
49923
49923
  "optional": true,
@@ -49935,7 +49935,7 @@
49935
49935
  "immutable": true,
49936
49936
  "locationInModule": {
49937
49937
  "filename": "src/javascript/node-project.ts",
49938
- "line": 285
49938
+ "line": 286
49939
49939
  },
49940
49940
  "name": "pullRequestTemplate",
49941
49941
  "optional": true,
@@ -49953,7 +49953,7 @@
49953
49953
  "immutable": true,
49954
49954
  "locationInModule": {
49955
49955
  "filename": "src/javascript/node-project.ts",
49956
- "line": 292
49956
+ "line": 293
49957
49957
  },
49958
49958
  "name": "pullRequestTemplateContents",
49959
49959
  "optional": true,
@@ -49976,7 +49976,7 @@
49976
49976
  "immutable": true,
49977
49977
  "locationInModule": {
49978
49978
  "filename": "src/javascript/node-project.ts",
49979
- "line": 176
49979
+ "line": 177
49980
49980
  },
49981
49981
  "name": "release",
49982
49982
  "optional": true,
@@ -49994,7 +49994,7 @@
49994
49994
  "immutable": true,
49995
49995
  "locationInModule": {
49996
49996
  "filename": "src/javascript/node-project.ts",
49997
- "line": 203
49997
+ "line": 204
49998
49998
  },
49999
49999
  "name": "releaseToNpm",
50000
50000
  "optional": true,
@@ -50013,7 +50013,7 @@
50013
50013
  "immutable": true,
50014
50014
  "locationInModule": {
50015
50015
  "filename": "src/javascript/node-project.ts",
50016
- "line": 169
50016
+ "line": 170
50017
50017
  },
50018
50018
  "name": "releaseWorkflow",
50019
50019
  "optional": true,
@@ -50031,7 +50031,7 @@
50031
50031
  "immutable": true,
50032
50032
  "locationInModule": {
50033
50033
  "filename": "src/javascript/node-project.ts",
50034
- "line": 190
50034
+ "line": 191
50035
50035
  },
50036
50036
  "name": "workflowBootstrapSteps",
50037
50037
  "optional": true,
@@ -50054,7 +50054,7 @@
50054
50054
  "immutable": true,
50055
50055
  "locationInModule": {
50056
50056
  "filename": "src/javascript/node-project.ts",
50057
- "line": 197
50057
+ "line": 198
50058
50058
  },
50059
50059
  "name": "workflowGitIdentity",
50060
50060
  "optional": true,
@@ -50073,7 +50073,7 @@
50073
50073
  "immutable": true,
50074
50074
  "locationInModule": {
50075
50075
  "filename": "src/javascript/node-project.ts",
50076
- "line": 212
50076
+ "line": 213
50077
50077
  },
50078
50078
  "name": "workflowNodeVersion",
50079
50079
  "optional": true,
@@ -50091,7 +50091,7 @@
50091
50091
  "immutable": true,
50092
50092
  "locationInModule": {
50093
50093
  "filename": "src/javascript/node-project.ts",
50094
- "line": 219
50094
+ "line": 220
50095
50095
  },
50096
50096
  "name": "workflowPackageCache",
50097
50097
  "optional": true,
@@ -51402,7 +51402,7 @@
51402
51402
  "kind": "interface",
51403
51403
  "locationInModule": {
51404
51404
  "filename": "src/javascript/node-project.ts",
51405
- "line": 1529
51405
+ "line": 1523
51406
51406
  },
51407
51407
  "name": "RenderWorkflowSetupOptions",
51408
51408
  "namespace": "javascript",
@@ -51418,7 +51418,7 @@
51418
51418
  "immutable": true,
51419
51419
  "locationInModule": {
51420
51420
  "filename": "src/javascript/node-project.ts",
51421
- "line": 1538
51421
+ "line": 1532
51422
51422
  },
51423
51423
  "name": "installStepConfiguration",
51424
51424
  "optional": true,
@@ -51436,7 +51436,7 @@
51436
51436
  "immutable": true,
51437
51437
  "locationInModule": {
51438
51438
  "filename": "src/javascript/node-project.ts",
51439
- "line": 1543
51439
+ "line": 1537
51440
51440
  },
51441
51441
  "name": "mutable",
51442
51442
  "optional": true,
@@ -53620,7 +53620,7 @@
53620
53620
  },
53621
53621
  "locationInModule": {
53622
53622
  "filename": "src/javascript/upgrade-dependencies.ts",
53623
- "line": 170
53623
+ "line": 193
53624
53624
  },
53625
53625
  "parameters": [
53626
53626
  {
@@ -53641,7 +53641,7 @@
53641
53641
  "kind": "class",
53642
53642
  "locationInModule": {
53643
53643
  "filename": "src/javascript/upgrade-dependencies.ts",
53644
- "line": 137
53644
+ "line": 159
53645
53645
  },
53646
53646
  "methods": [
53647
53647
  {
@@ -53651,7 +53651,7 @@
53651
53651
  },
53652
53652
  "locationInModule": {
53653
53653
  "filename": "src/javascript/upgrade-dependencies.ts",
53654
- "line": 242
53654
+ "line": 300
53655
53655
  },
53656
53656
  "name": "addPostBuildSteps",
53657
53657
  "parameters": [
@@ -53680,13 +53680,28 @@
53680
53680
  "immutable": true,
53681
53681
  "locationInModule": {
53682
53682
  "filename": "src/javascript/upgrade-dependencies.ts",
53683
- "line": 160
53683
+ "line": 183
53684
53684
  },
53685
53685
  "name": "postUpgradeTask",
53686
53686
  "type": {
53687
53687
  "fqn": "projen.Task"
53688
53688
  }
53689
53689
  },
53690
+ {
53691
+ "docs": {
53692
+ "stability": "experimental"
53693
+ },
53694
+ "immutable": true,
53695
+ "locationInModule": {
53696
+ "filename": "src/javascript/upgrade-dependencies.ts",
53697
+ "line": 165
53698
+ },
53699
+ "name": "project",
53700
+ "overrides": "projen.Component",
53701
+ "type": {
53702
+ "fqn": "projen.javascript.NodeProject"
53703
+ }
53704
+ },
53690
53705
  {
53691
53706
  "docs": {
53692
53707
  "stability": "experimental",
@@ -53695,7 +53710,7 @@
53695
53710
  "immutable": true,
53696
53711
  "locationInModule": {
53697
53712
  "filename": "src/javascript/upgrade-dependencies.ts",
53698
- "line": 155
53713
+ "line": 178
53699
53714
  },
53700
53715
  "name": "upgradeTask",
53701
53716
  "type": {
@@ -53711,7 +53726,7 @@
53711
53726
  "immutable": true,
53712
53727
  "locationInModule": {
53713
53728
  "filename": "src/javascript/upgrade-dependencies.ts",
53714
- "line": 141
53729
+ "line": 163
53715
53730
  },
53716
53731
  "name": "workflows",
53717
53732
  "type": {
@@ -53730,7 +53745,7 @@
53730
53745
  },
53731
53746
  "locationInModule": {
53732
53747
  "filename": "src/javascript/upgrade-dependencies.ts",
53733
- "line": 150
53748
+ "line": 173
53734
53749
  },
53735
53750
  "name": "containerOptions",
53736
53751
  "optional": true,
@@ -53752,11 +53767,31 @@
53752
53767
  "kind": "interface",
53753
53768
  "locationInModule": {
53754
53769
  "filename": "src/javascript/upgrade-dependencies.ts",
53755
- "line": 32
53770
+ "line": 33
53756
53771
  },
53757
53772
  "name": "UpgradeDependenciesOptions",
53758
53773
  "namespace": "javascript",
53759
53774
  "properties": [
53775
+ {
53776
+ "abstract": true,
53777
+ "docs": {
53778
+ "default": "- No cooldown period.",
53779
+ "remarks": "This may provide some protection against supply chain attacks, simply by avoiding\nnewly published packages that may be malicious. It gives the ecosystem more time\nto detect malicious packages. However it comes at the cost of updating other\npackages slower, which might also contain vulnerabilities or bugs in need of a fix.\n\nThe cooldown period applies to both npm-check-updates discovery\nand the package manager update command.",
53780
+ "see": "https://yarnpkg.com/configuration/yarnrc#npmMinimalAgeGate",
53781
+ "stability": "experimental",
53782
+ "summary": "Exclude package versions published within the specified number of days."
53783
+ },
53784
+ "immutable": true,
53785
+ "locationInModule": {
53786
+ "filename": "src/javascript/upgrade-dependencies.ts",
53787
+ "line": 153
53788
+ },
53789
+ "name": "cooldown",
53790
+ "optional": true,
53791
+ "type": {
53792
+ "primitive": "number"
53793
+ }
53794
+ },
53760
53795
  {
53761
53796
  "abstract": true,
53762
53797
  "docs": {
@@ -53767,7 +53802,7 @@
53767
53802
  "immutable": true,
53768
53803
  "locationInModule": {
53769
53804
  "filename": "src/javascript/upgrade-dependencies.ts",
53770
- "line": 38
53805
+ "line": 39
53771
53806
  },
53772
53807
  "name": "exclude",
53773
53808
  "optional": true,
@@ -53790,7 +53825,7 @@
53790
53825
  "immutable": true,
53791
53826
  "locationInModule": {
53792
53827
  "filename": "src/javascript/upgrade-dependencies.ts",
53793
- "line": 45
53828
+ "line": 46
53794
53829
  },
53795
53830
  "name": "include",
53796
53831
  "optional": true,
@@ -53815,7 +53850,7 @@
53815
53850
  "immutable": true,
53816
53851
  "locationInModule": {
53817
53852
  "filename": "src/javascript/upgrade-dependencies.ts",
53818
- "line": 77
53853
+ "line": 78
53819
53854
  },
53820
53855
  "name": "includeDeprecatedVersions",
53821
53856
  "optional": true,
@@ -53833,7 +53868,7 @@
53833
53868
  "immutable": true,
53834
53869
  "locationInModule": {
53835
53870
  "filename": "src/javascript/upgrade-dependencies.ts",
53836
- "line": 110
53871
+ "line": 111
53837
53872
  },
53838
53873
  "name": "pullRequestTitle",
53839
53874
  "optional": true,
@@ -53853,7 +53888,7 @@
53853
53888
  "immutable": true,
53854
53889
  "locationInModule": {
53855
53890
  "filename": "src/javascript/upgrade-dependencies.ts",
53856
- "line": 66
53891
+ "line": 67
53857
53892
  },
53858
53893
  "name": "satisfyPeerDependencies",
53859
53894
  "optional": true,
@@ -53871,7 +53906,7 @@
53871
53906
  "immutable": true,
53872
53907
  "locationInModule": {
53873
53908
  "filename": "src/javascript/upgrade-dependencies.ts",
53874
- "line": 117
53909
+ "line": 118
53875
53910
  },
53876
53911
  "name": "semanticCommit",
53877
53912
  "optional": true,
@@ -53889,7 +53924,7 @@
53889
53924
  "immutable": true,
53890
53925
  "locationInModule": {
53891
53926
  "filename": "src/javascript/upgrade-dependencies.ts",
53892
- "line": 124
53927
+ "line": 125
53893
53928
  },
53894
53929
  "name": "signoff",
53895
53930
  "optional": true,
@@ -53908,7 +53943,7 @@
53908
53943
  "immutable": true,
53909
53944
  "locationInModule": {
53910
53945
  "filename": "src/javascript/upgrade-dependencies.ts",
53911
- "line": 54
53946
+ "line": 55
53912
53947
  },
53913
53948
  "name": "target",
53914
53949
  "optional": true,
@@ -53927,7 +53962,7 @@
53927
53962
  "immutable": true,
53928
53963
  "locationInModule": {
53929
53964
  "filename": "src/javascript/upgrade-dependencies.ts",
53930
- "line": 103
53965
+ "line": 104
53931
53966
  },
53932
53967
  "name": "taskName",
53933
53968
  "optional": true,
@@ -53945,7 +53980,7 @@
53945
53980
  "immutable": true,
53946
53981
  "locationInModule": {
53947
53982
  "filename": "src/javascript/upgrade-dependencies.ts",
53948
- "line": 131
53983
+ "line": 132
53949
53984
  },
53950
53985
  "name": "types",
53951
53986
  "optional": true,
@@ -53969,7 +54004,7 @@
53969
54004
  "immutable": true,
53970
54005
  "locationInModule": {
53971
54006
  "filename": "src/javascript/upgrade-dependencies.ts",
53972
- "line": 88
54007
+ "line": 89
53973
54008
  },
53974
54009
  "name": "workflow",
53975
54010
  "optional": true,
@@ -53988,7 +54023,7 @@
53988
54023
  "immutable": true,
53989
54024
  "locationInModule": {
53990
54025
  "filename": "src/javascript/upgrade-dependencies.ts",
53991
- "line": 95
54026
+ "line": 96
53992
54027
  },
53993
54028
  "name": "workflowOptions",
53994
54029
  "optional": true,
@@ -54009,7 +54044,7 @@
54009
54044
  "kind": "class",
54010
54045
  "locationInModule": {
54011
54046
  "filename": "src/javascript/upgrade-dependencies.ts",
54012
- "line": 637
54047
+ "line": 752
54013
54048
  },
54014
54049
  "methods": [
54015
54050
  {
@@ -54019,7 +54054,7 @@
54019
54054
  },
54020
54055
  "locationInModule": {
54021
54056
  "filename": "src/javascript/upgrade-dependencies.ts",
54022
- "line": 672
54057
+ "line": 787
54023
54058
  },
54024
54059
  "name": "expressions",
54025
54060
  "parameters": [
@@ -54055,7 +54090,7 @@
54055
54090
  "immutable": true,
54056
54091
  "locationInModule": {
54057
54092
  "filename": "src/javascript/upgrade-dependencies.ts",
54058
- "line": 646
54093
+ "line": 761
54059
54094
  },
54060
54095
  "name": "DAILY",
54061
54096
  "static": true,
@@ -54072,7 +54107,7 @@
54072
54107
  "immutable": true,
54073
54108
  "locationInModule": {
54074
54109
  "filename": "src/javascript/upgrade-dependencies.ts",
54075
- "line": 665
54110
+ "line": 780
54076
54111
  },
54077
54112
  "name": "MONTHLY",
54078
54113
  "static": true,
@@ -54089,7 +54124,7 @@
54089
54124
  "immutable": true,
54090
54125
  "locationInModule": {
54091
54126
  "filename": "src/javascript/upgrade-dependencies.ts",
54092
- "line": 641
54127
+ "line": 756
54093
54128
  },
54094
54129
  "name": "NEVER",
54095
54130
  "static": true,
@@ -54106,7 +54141,7 @@
54106
54141
  "immutable": true,
54107
54142
  "locationInModule": {
54108
54143
  "filename": "src/javascript/upgrade-dependencies.ts",
54109
- "line": 651
54144
+ "line": 766
54110
54145
  },
54111
54146
  "name": "WEEKDAY",
54112
54147
  "static": true,
@@ -54123,7 +54158,7 @@
54123
54158
  "immutable": true,
54124
54159
  "locationInModule": {
54125
54160
  "filename": "src/javascript/upgrade-dependencies.ts",
54126
- "line": 658
54161
+ "line": 773
54127
54162
  },
54128
54163
  "name": "WEEKLY",
54129
54164
  "static": true,
@@ -54138,7 +54173,7 @@
54138
54173
  "immutable": true,
54139
54174
  "locationInModule": {
54140
54175
  "filename": "src/javascript/upgrade-dependencies.ts",
54141
- "line": 676
54176
+ "line": 791
54142
54177
  },
54143
54178
  "name": "cron",
54144
54179
  "type": {
@@ -54164,7 +54199,7 @@
54164
54199
  "kind": "interface",
54165
54200
  "locationInModule": {
54166
54201
  "filename": "src/javascript/upgrade-dependencies.ts",
54167
- "line": 549
54202
+ "line": 664
54168
54203
  },
54169
54204
  "name": "UpgradeDependenciesWorkflowOptions",
54170
54205
  "namespace": "javascript",
@@ -54179,7 +54214,7 @@
54179
54214
  "immutable": true,
54180
54215
  "locationInModule": {
54181
54216
  "filename": "src/javascript/upgrade-dependencies.ts",
54182
- "line": 582
54217
+ "line": 697
54183
54218
  },
54184
54219
  "name": "assignees",
54185
54220
  "optional": true,
@@ -54202,7 +54237,7 @@
54202
54237
  "immutable": true,
54203
54238
  "locationInModule": {
54204
54239
  "filename": "src/javascript/upgrade-dependencies.ts",
54205
- "line": 596
54240
+ "line": 711
54206
54241
  },
54207
54242
  "name": "branches",
54208
54243
  "optional": true,
@@ -54225,7 +54260,7 @@
54225
54260
  "immutable": true,
54226
54261
  "locationInModule": {
54227
54262
  "filename": "src/javascript/upgrade-dependencies.ts",
54228
- "line": 589
54263
+ "line": 704
54229
54264
  },
54230
54265
  "name": "container",
54231
54266
  "optional": true,
@@ -54243,7 +54278,7 @@
54243
54278
  "immutable": true,
54244
54279
  "locationInModule": {
54245
54280
  "filename": "src/javascript/upgrade-dependencies.ts",
54246
- "line": 631
54281
+ "line": 746
54247
54282
  },
54248
54283
  "name": "env",
54249
54284
  "optional": true,
@@ -54266,7 +54301,7 @@
54266
54301
  "immutable": true,
54267
54302
  "locationInModule": {
54268
54303
  "filename": "src/javascript/upgrade-dependencies.ts",
54269
- "line": 602
54304
+ "line": 717
54270
54305
  },
54271
54306
  "name": "gitIdentity",
54272
54307
  "optional": true,
@@ -54284,7 +54319,7 @@
54284
54319
  "immutable": true,
54285
54320
  "locationInModule": {
54286
54321
  "filename": "src/javascript/upgrade-dependencies.ts",
54287
- "line": 575
54322
+ "line": 690
54288
54323
  },
54289
54324
  "name": "labels",
54290
54325
  "optional": true,
@@ -54307,7 +54342,7 @@
54307
54342
  "immutable": true,
54308
54343
  "locationInModule": {
54309
54344
  "filename": "src/javascript/upgrade-dependencies.ts",
54310
- "line": 624
54345
+ "line": 739
54311
54346
  },
54312
54347
  "name": "permissions",
54313
54348
  "optional": true,
@@ -54327,7 +54362,7 @@
54327
54362
  "immutable": true,
54328
54363
  "locationInModule": {
54329
54364
  "filename": "src/javascript/upgrade-dependencies.ts",
54330
- "line": 568
54365
+ "line": 683
54331
54366
  },
54332
54367
  "name": "projenCredentials",
54333
54368
  "optional": true,
@@ -54349,7 +54384,7 @@
54349
54384
  "immutable": true,
54350
54385
  "locationInModule": {
54351
54386
  "filename": "src/javascript/upgrade-dependencies.ts",
54352
- "line": 610
54387
+ "line": 725
54353
54388
  },
54354
54389
  "name": "runsOn",
54355
54390
  "optional": true,
@@ -54375,7 +54410,7 @@
54375
54410
  "immutable": true,
54376
54411
  "locationInModule": {
54377
54412
  "filename": "src/javascript/upgrade-dependencies.ts",
54378
- "line": 617
54413
+ "line": 732
54379
54414
  },
54380
54415
  "name": "runsOnGroup",
54381
54416
  "optional": true,
@@ -54393,7 +54428,7 @@
54393
54428
  "immutable": true,
54394
54429
  "locationInModule": {
54395
54430
  "filename": "src/javascript/upgrade-dependencies.ts",
54396
- "line": 555
54431
+ "line": 670
54397
54432
  },
54398
54433
  "name": "schedule",
54399
54434
  "optional": true,
@@ -73273,6 +73308,6 @@
73273
73308
  "usedFeatures": [
73274
73309
  "class-covariant-overrides"
73275
73310
  ],
73276
- "version": "0.98.7",
73277
- "fingerprint": "x6ZyrNmhPLFArYYjoVyIrjfXftu3JlhSYAslGcyGBEA="
73311
+ "version": "0.98.8",
73312
+ "fingerprint": "91Tw0tYWbnJaVkIPK+vO1elFWaQinNrl11ESkY+NGp8="
73278
73313
  }