@nikovirtala/projen-constructs 0.2.140 → 0.2.141

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 (38) hide show
  1. package/.jsii +495 -267
  2. package/docs/api/assets/icons.js +1 -1
  3. package/docs/api/assets/icons.svg +1 -1
  4. package/docs/api/assets/main.js +3 -3
  5. package/docs/api/assets/search.js +1 -1
  6. package/docs/api/classes/AwsCdkConstructLibraryProject.html +9 -9
  7. package/docs/api/classes/AwsCdkTypeScriptAppProject.html +9 -9
  8. package/docs/api/classes/JsiiProject.html +9 -9
  9. package/docs/api/classes/TypeScriptProject.html +9 -9
  10. package/docs/api/interfaces/AwsCdkConstructLibraryProjectOptions.html +342 -320
  11. package/docs/api/interfaces/AwsCdkTypeScriptAppProjectOptions.html +330 -308
  12. package/docs/api/interfaces/JsiiProjectOptions.html +319 -297
  13. package/docs/api/interfaces/TypeScriptProjectOptions.html +290 -268
  14. package/lib/components/bundle-lambda-function-code.js +3 -3
  15. package/lib/components/colima.js +1 -1
  16. package/lib/components/homebrew.js +1 -1
  17. package/lib/components/lambda-function-construct-generator.js +1 -1
  18. package/lib/components/localstack.js +1 -1
  19. package/lib/components/mise.js +1 -1
  20. package/lib/components/typedoc.js +1 -1
  21. package/lib/components/vitest.js +1 -1
  22. package/lib/project-generator.js +1 -1
  23. package/lib/projects/awscdk-construct-library-options.generated.d.ts +36 -11
  24. package/lib/projects/awscdk-construct-library-options.generated.js +1 -1
  25. package/lib/projects/awscdk-construct-library.generated.js +3 -3
  26. package/lib/projects/awscdk-typescript-app-options.generated.d.ts +36 -11
  27. package/lib/projects/awscdk-typescript-app-options.generated.js +1 -1
  28. package/lib/projects/awscdk-typescript-app.generated.js +3 -3
  29. package/lib/projects/jsii-options.generated.d.ts +36 -11
  30. package/lib/projects/jsii-options.generated.js +1 -1
  31. package/lib/projects/jsii.generated.js +3 -3
  32. package/lib/projects/typescript-options.generated.d.ts +36 -11
  33. package/lib/projects/typescript-options.generated.js +1 -1
  34. package/lib/projects/typescript.generated.js +3 -3
  35. package/lib/versions.json +2 -2
  36. package/node_modules/@jsii/spec/package.json +7 -4
  37. package/package.json +49 -42
  38. package/typedoc.jsonc +1 -1
package/.jsii CHANGED
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@mrgrain/cdk-esbuild": "^5.7.11",
15
- "constructs": "^10.5.1",
16
- "projen": "^0.99.21"
15
+ "constructs": "^10.6.0",
16
+ "projen": "^0.99.62"
17
17
  },
18
18
  "dependencyClosure": {
19
19
  "@aws-cdk/asset-awscli-v1": {
@@ -4180,7 +4180,7 @@
4180
4180
  "stability": "stable"
4181
4181
  },
4182
4182
  "homepage": "https://github.com/nikovirtala/projen-constructs.git",
4183
- "jsiiVersion": "5.9.33 (build 8ebb533)",
4183
+ "jsiiVersion": "5.9.41 (build 8930737)",
4184
4184
  "license": "Apache-2.0",
4185
4185
  "metadata": {
4186
4186
  "jsii": {
@@ -4338,7 +4338,7 @@
4338
4338
  "immutable": true,
4339
4339
  "locationInModule": {
4340
4340
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4341
- "line": 1147
4341
+ "line": 1172
4342
4342
  },
4343
4343
  "name": "name",
4344
4344
  "type": {
@@ -4362,6 +4362,24 @@
4362
4362
  "primitive": "string"
4363
4363
  }
4364
4364
  },
4365
+ {
4366
+ "abstract": true,
4367
+ "docs": {
4368
+ "default": "true",
4369
+ "stability": "experimental",
4370
+ "summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
4371
+ },
4372
+ "immutable": true,
4373
+ "locationInModule": {
4374
+ "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4375
+ "line": 1004
4376
+ },
4377
+ "name": "addPackageManagerToDevEngines",
4378
+ "optional": true,
4379
+ "type": {
4380
+ "primitive": "boolean"
4381
+ }
4382
+ },
4365
4383
  {
4366
4384
  "abstract": true,
4367
4385
  "docs": {
@@ -4373,7 +4391,7 @@
4373
4391
  "immutable": true,
4374
4392
  "locationInModule": {
4375
4393
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4376
- "line": 979
4394
+ "line": 998
4377
4395
  },
4378
4396
  "name": "allowLibraryDependencies",
4379
4397
  "optional": true,
@@ -4445,7 +4463,7 @@
4445
4463
  "immutable": true,
4446
4464
  "locationInModule": {
4447
4465
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4448
- "line": 971
4466
+ "line": 990
4449
4467
  },
4450
4468
  "name": "authorEmail",
4451
4469
  "optional": true,
@@ -4462,7 +4480,7 @@
4462
4480
  "immutable": true,
4463
4481
  "locationInModule": {
4464
4482
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4465
- "line": 966
4483
+ "line": 985
4466
4484
  },
4467
4485
  "name": "authorName",
4468
4486
  "optional": true,
@@ -4479,7 +4497,7 @@
4479
4497
  "immutable": true,
4480
4498
  "locationInModule": {
4481
4499
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4482
- "line": 961
4500
+ "line": 980
4483
4501
  },
4484
4502
  "name": "authorOrganization",
4485
4503
  "optional": true,
@@ -4496,7 +4514,7 @@
4496
4514
  "immutable": true,
4497
4515
  "locationInModule": {
4498
4516
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4499
- "line": 956
4517
+ "line": 975
4500
4518
  },
4501
4519
  "name": "authorUrl",
4502
4520
  "optional": true,
@@ -4514,7 +4532,7 @@
4514
4532
  "immutable": true,
4515
4533
  "locationInModule": {
4516
4534
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4517
- "line": 1065
4535
+ "line": 1090
4518
4536
  },
4519
4537
  "name": "autoApproveOptions",
4520
4538
  "optional": true,
@@ -4551,7 +4569,7 @@
4551
4569
  "immutable": true,
4552
4570
  "locationInModule": {
4553
4571
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4554
- "line": 951
4572
+ "line": 970
4555
4573
  },
4556
4574
  "name": "autoDetectBin",
4557
4575
  "optional": true,
@@ -4570,7 +4588,7 @@
4570
4588
  "immutable": true,
4571
4589
  "locationInModule": {
4572
4590
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4573
- "line": 1059
4591
+ "line": 1084
4574
4592
  },
4575
4593
  "name": "autoMerge",
4576
4594
  "optional": true,
@@ -4589,7 +4607,7 @@
4589
4607
  "immutable": true,
4590
4608
  "locationInModule": {
4591
4609
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4592
- "line": 1051
4610
+ "line": 1076
4593
4611
  },
4594
4612
  "name": "autoMergeOptions",
4595
4613
  "optional": true,
@@ -4607,7 +4625,7 @@
4607
4625
  "immutable": true,
4608
4626
  "locationInModule": {
4609
4627
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4610
- "line": 945
4628
+ "line": 964
4611
4629
  },
4612
4630
  "name": "bin",
4613
4631
  "optional": true,
@@ -4665,7 +4683,7 @@
4665
4683
  "immutable": true,
4666
4684
  "locationInModule": {
4667
4685
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4668
- "line": 937
4686
+ "line": 956
4669
4687
  },
4670
4688
  "name": "bugsEmail",
4671
4689
  "optional": true,
@@ -4682,7 +4700,7 @@
4682
4700
  "immutable": true,
4683
4701
  "locationInModule": {
4684
4702
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4685
- "line": 932
4703
+ "line": 951
4686
4704
  },
4687
4705
  "name": "bugsUrl",
4688
4706
  "optional": true,
@@ -4747,14 +4765,14 @@
4747
4765
  {
4748
4766
  "abstract": true,
4749
4767
  "docs": {
4750
- "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
4768
+ "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
4751
4769
  "stability": "experimental",
4752
4770
  "summary": "List of dependencies to bundle into this module."
4753
4771
  },
4754
4772
  "immutable": true,
4755
4773
  "locationInModule": {
4756
4774
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4757
- "line": 927
4775
+ "line": 946
4758
4776
  },
4759
4777
  "name": "bundledDeps",
4760
4778
  "optional": true,
@@ -4794,7 +4812,7 @@
4794
4812
  "immutable": true,
4795
4813
  "locationInModule": {
4796
4814
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4797
- "line": 912
4815
+ "line": 931
4798
4816
  },
4799
4817
  "name": "bunVersion",
4800
4818
  "optional": true,
@@ -4906,7 +4924,7 @@
4906
4924
  "immutable": true,
4907
4925
  "locationInModule": {
4908
4926
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4909
- "line": 1043
4927
+ "line": 1068
4910
4928
  },
4911
4929
  "name": "clobber",
4912
4930
  "optional": true,
@@ -4925,7 +4943,7 @@
4925
4943
  "immutable": true,
4926
4944
  "locationInModule": {
4927
4945
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4928
- "line": 906
4946
+ "line": 925
4929
4947
  },
4930
4948
  "name": "codeArtifactOptions",
4931
4949
  "optional": true,
@@ -4979,7 +4997,7 @@
4979
4997
  "immutable": true,
4980
4998
  "locationInModule": {
4981
4999
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
4982
- "line": 1140
5000
+ "line": 1165
4983
5001
  },
4984
5002
  "name": "commitGenerated",
4985
5003
  "optional": true,
@@ -5096,6 +5114,25 @@
5096
5114
  "primitive": "string"
5097
5115
  }
5098
5116
  },
5117
+ {
5118
+ "abstract": true,
5119
+ "docs": {
5120
+ "default": "true",
5121
+ "remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
5122
+ "stability": "experimental",
5123
+ "summary": "Automatically delete lockfiles from package managers that are not the active one."
5124
+ },
5125
+ "immutable": true,
5126
+ "locationInModule": {
5127
+ "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5128
+ "line": 918
5129
+ },
5130
+ "name": "deleteOrphanedLockFiles",
5131
+ "optional": true,
5132
+ "type": {
5133
+ "primitive": "boolean"
5134
+ }
5135
+ },
5099
5136
  {
5100
5137
  "abstract": true,
5101
5138
  "docs": {
@@ -5140,14 +5177,14 @@
5140
5177
  "featured": "true"
5141
5178
  },
5142
5179
  "default": "[]",
5143
- "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
5180
+ "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
5144
5181
  "stability": "experimental",
5145
5182
  "summary": "Runtime dependencies of this module."
5146
5183
  },
5147
5184
  "immutable": true,
5148
5185
  "locationInModule": {
5149
5186
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5150
- "line": 899
5187
+ "line": 908
5151
5188
  },
5152
5189
  "name": "deps",
5153
5190
  "optional": true,
@@ -5210,7 +5247,7 @@
5210
5247
  "immutable": true,
5211
5248
  "locationInModule": {
5212
5249
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5213
- "line": 886
5250
+ "line": 895
5214
5251
  },
5215
5252
  "name": "description",
5216
5253
  "optional": true,
@@ -5228,7 +5265,7 @@
5228
5265
  "immutable": true,
5229
5266
  "locationInModule": {
5230
5267
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5231
- "line": 1037
5268
+ "line": 1062
5232
5269
  },
5233
5270
  "name": "devContainer",
5234
5271
  "optional": true,
@@ -5243,14 +5280,14 @@
5243
5280
  "featured": "true"
5244
5281
  },
5245
5282
  "default": "[]",
5246
- "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
5283
+ "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
5247
5284
  "stability": "experimental",
5248
5285
  "summary": "Build dependencies for this module."
5249
5286
  },
5250
5287
  "immutable": true,
5251
5288
  "locationInModule": {
5252
5289
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5253
- "line": 878
5290
+ "line": 887
5254
5291
  },
5255
5292
  "name": "devDeps",
5256
5293
  "optional": true,
@@ -5263,6 +5300,23 @@
5263
5300
  }
5264
5301
  }
5265
5302
  },
5303
+ {
5304
+ "abstract": true,
5305
+ "docs": {
5306
+ "stability": "experimental",
5307
+ "summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
5308
+ },
5309
+ "immutable": true,
5310
+ "locationInModule": {
5311
+ "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5312
+ "line": 870
5313
+ },
5314
+ "name": "devEngines",
5315
+ "optional": true,
5316
+ "type": {
5317
+ "fqn": "projen.javascript.DevEngines"
5318
+ }
5319
+ },
5266
5320
  {
5267
5321
  "abstract": true,
5268
5322
  "docs": {
@@ -5381,7 +5435,7 @@
5381
5435
  "immutable": true,
5382
5436
  "locationInModule": {
5383
5437
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5384
- "line": 861
5438
+ "line": 862
5385
5439
  },
5386
5440
  "name": "entrypoint",
5387
5441
  "optional": true,
@@ -5459,7 +5513,7 @@
5459
5513
  "immutable": true,
5460
5514
  "locationInModule": {
5461
5515
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5462
- "line": 1031
5516
+ "line": 1056
5463
5517
  },
5464
5518
  "name": "github",
5465
5519
  "optional": true,
@@ -5477,7 +5531,7 @@
5477
5531
  "immutable": true,
5478
5532
  "locationInModule": {
5479
5533
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5480
- "line": 1024
5534
+ "line": 1049
5481
5535
  },
5482
5536
  "name": "githubOptions",
5483
5537
  "optional": true,
@@ -5516,7 +5570,7 @@
5516
5570
  "immutable": true,
5517
5571
  "locationInModule": {
5518
5572
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5519
- "line": 1134
5573
+ "line": 1159
5520
5574
  },
5521
5575
  "name": "gitIgnoreOptions",
5522
5576
  "optional": true,
@@ -5533,7 +5587,7 @@
5533
5587
  "immutable": true,
5534
5588
  "locationInModule": {
5535
5589
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5536
- "line": 1129
5590
+ "line": 1154
5537
5591
  },
5538
5592
  "name": "gitOptions",
5539
5593
  "optional": true,
@@ -5551,7 +5605,7 @@
5551
5605
  "immutable": true,
5552
5606
  "locationInModule": {
5553
5607
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5554
- "line": 1018
5608
+ "line": 1043
5555
5609
  },
5556
5610
  "name": "gitpod",
5557
5611
  "optional": true,
@@ -5569,7 +5623,7 @@
5569
5623
  "immutable": true,
5570
5624
  "locationInModule": {
5571
5625
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5572
- "line": 1152
5626
+ "line": 1177
5573
5627
  },
5574
5628
  "name": "homebrew",
5575
5629
  "optional": true,
@@ -5587,7 +5641,7 @@
5587
5641
  "immutable": true,
5588
5642
  "locationInModule": {
5589
5643
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5590
- "line": 1157
5644
+ "line": 1182
5591
5645
  },
5592
5646
  "name": "homebrewOptions",
5593
5647
  "optional": true,
@@ -5604,7 +5658,7 @@
5604
5658
  "immutable": true,
5605
5659
  "locationInModule": {
5606
5660
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5607
- "line": 854
5661
+ "line": 855
5608
5662
  },
5609
5663
  "name": "homepage",
5610
5664
  "optional": true,
@@ -5679,7 +5733,7 @@
5679
5733
  "immutable": true,
5680
5734
  "locationInModule": {
5681
5735
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5682
- "line": 849
5736
+ "line": 850
5683
5737
  },
5684
5738
  "name": "keywords",
5685
5739
  "optional": true,
@@ -5775,7 +5829,7 @@
5775
5829
  "immutable": true,
5776
5830
  "locationInModule": {
5777
5831
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5778
- "line": 844
5832
+ "line": 845
5779
5833
  },
5780
5834
  "name": "license",
5781
5835
  "optional": true,
@@ -5793,7 +5847,7 @@
5793
5847
  "immutable": true,
5794
5848
  "locationInModule": {
5795
5849
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5796
- "line": 836
5850
+ "line": 837
5797
5851
  },
5798
5852
  "name": "licensed",
5799
5853
  "optional": true,
@@ -5811,7 +5865,7 @@
5811
5865
  "immutable": true,
5812
5866
  "locationInModule": {
5813
5867
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5814
- "line": 1124
5868
+ "line": 1149
5815
5869
  },
5816
5870
  "name": "logging",
5817
5871
  "optional": true,
@@ -5849,7 +5903,7 @@
5849
5903
  "immutable": true,
5850
5904
  "locationInModule": {
5851
5905
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5852
- "line": 830
5906
+ "line": 831
5853
5907
  },
5854
5908
  "name": "maxNodeVersion",
5855
5909
  "optional": true,
@@ -5887,7 +5941,7 @@
5887
5941
  "immutable": true,
5888
5942
  "locationInModule": {
5889
5943
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5890
- "line": 819
5944
+ "line": 820
5891
5945
  },
5892
5946
  "name": "minNodeVersion",
5893
5947
  "optional": true,
@@ -5905,7 +5959,7 @@
5905
5959
  "immutable": true,
5906
5960
  "locationInModule": {
5907
5961
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5908
- "line": 1162
5962
+ "line": 1187
5909
5963
  },
5910
5964
  "name": "mise",
5911
5965
  "optional": true,
@@ -5923,7 +5977,7 @@
5923
5977
  "immutable": true,
5924
5978
  "locationInModule": {
5925
5979
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5926
- "line": 1167
5980
+ "line": 1192
5927
5981
  },
5928
5982
  "name": "miseOptions",
5929
5983
  "optional": true,
@@ -5960,7 +6014,7 @@
5960
6014
  "immutable": true,
5961
6015
  "locationInModule": {
5962
6016
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
5963
- "line": 804
6017
+ "line": 805
5964
6018
  },
5965
6019
  "name": "npmAccess",
5966
6020
  "optional": true,
@@ -6033,7 +6087,7 @@
6033
6087
  "immutable": true,
6034
6088
  "locationInModule": {
6035
6089
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6036
- "line": 796
6090
+ "line": 797
6037
6091
  },
6038
6092
  "name": "npmProvenance",
6039
6093
  "optional": true,
@@ -6052,7 +6106,7 @@
6052
6106
  "immutable": true,
6053
6107
  "locationInModule": {
6054
6108
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6055
- "line": 785
6109
+ "line": 786
6056
6110
  },
6057
6111
  "name": "npmRegistryUrl",
6058
6112
  "optional": true,
@@ -6070,7 +6124,7 @@
6070
6124
  "immutable": true,
6071
6125
  "locationInModule": {
6072
6126
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6073
- "line": 778
6127
+ "line": 779
6074
6128
  },
6075
6129
  "name": "npmTokenSecret",
6076
6130
  "optional": true,
@@ -6088,7 +6142,7 @@
6088
6142
  "immutable": true,
6089
6143
  "locationInModule": {
6090
6144
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6091
- "line": 772
6145
+ "line": 773
6092
6146
  },
6093
6147
  "name": "npmTrustedPublishing",
6094
6148
  "optional": true,
@@ -6107,7 +6161,7 @@
6107
6161
  "immutable": true,
6108
6162
  "locationInModule": {
6109
6163
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6110
- "line": 1118
6164
+ "line": 1143
6111
6165
  },
6112
6166
  "name": "outdir",
6113
6167
  "optional": true,
@@ -6136,14 +6190,17 @@
6136
6190
  {
6137
6191
  "abstract": true,
6138
6192
  "docs": {
6139
- "default": "NodePackageManager.YARN_CLASSIC",
6193
+ "custom": {
6194
+ "pjnew": "$PACKAGE_MANAGER"
6195
+ },
6196
+ "default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
6140
6197
  "stability": "experimental",
6141
6198
  "summary": "The Node Package Manager used to execute scripts."
6142
6199
  },
6143
6200
  "immutable": true,
6144
6201
  "locationInModule": {
6145
6202
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6146
- "line": 766
6203
+ "line": 767
6147
6204
  },
6148
6205
  "name": "packageManager",
6149
6206
  "optional": true,
@@ -6181,7 +6238,7 @@
6181
6238
  "immutable": true,
6182
6239
  "locationInModule": {
6183
6240
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6184
- "line": 1107
6241
+ "line": 1132
6185
6242
  },
6186
6243
  "name": "parent",
6187
6244
  "optional": true,
@@ -6233,7 +6290,7 @@
6233
6290
  {
6234
6291
  "abstract": true,
6235
6292
  "docs": {
6236
- "default": "\"9\"",
6293
+ "default": "\"10.33.0\"",
6237
6294
  "stability": "experimental",
6238
6295
  "summary": "The version of PNPM to use if using PNPM as a package manager."
6239
6296
  },
@@ -6299,7 +6356,7 @@
6299
6356
  "immutable": true,
6300
6357
  "locationInModule": {
6301
6358
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6302
- "line": 1102
6359
+ "line": 1127
6303
6360
  },
6304
6361
  "name": "projectTree",
6305
6362
  "optional": true,
@@ -6318,7 +6375,7 @@
6318
6375
  "immutable": true,
6319
6376
  "locationInModule": {
6320
6377
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6321
- "line": 1096
6378
+ "line": 1121
6322
6379
  },
6323
6380
  "name": "projenCommand",
6324
6381
  "optional": true,
@@ -6336,7 +6393,7 @@
6336
6393
  "immutable": true,
6337
6394
  "locationInModule": {
6338
6395
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6339
- "line": 1012
6396
+ "line": 1037
6340
6397
  },
6341
6398
  "name": "projenCredentials",
6342
6399
  "optional": true,
@@ -6390,7 +6447,7 @@
6390
6447
  "immutable": true,
6391
6448
  "locationInModule": {
6392
6449
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6393
- "line": 1089
6450
+ "line": 1114
6394
6451
  },
6395
6452
  "name": "projenrcJson",
6396
6453
  "optional": true,
@@ -6408,7 +6465,7 @@
6408
6465
  "immutable": true,
6409
6466
  "locationInModule": {
6410
6467
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6411
- "line": 1083
6468
+ "line": 1108
6412
6469
  },
6413
6470
  "name": "projenrcJsonOptions",
6414
6471
  "optional": true,
@@ -6650,7 +6707,7 @@
6650
6707
  "immutable": true,
6651
6708
  "locationInModule": {
6652
6709
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6653
- "line": 1006
6710
+ "line": 1031
6654
6711
  },
6655
6712
  "name": "readme",
6656
6713
  "optional": true,
@@ -6902,7 +6959,7 @@
6902
6959
  "immutable": true,
6903
6960
  "locationInModule": {
6904
6961
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6905
- "line": 1077
6962
+ "line": 1102
6906
6963
  },
6907
6964
  "name": "renovatebot",
6908
6965
  "optional": true,
@@ -6920,7 +6977,7 @@
6920
6977
  "immutable": true,
6921
6978
  "locationInModule": {
6922
6979
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
6923
- "line": 1071
6980
+ "line": 1096
6924
6981
  },
6925
6982
  "name": "renovatebotOptions",
6926
6983
  "optional": true,
@@ -7067,7 +7124,7 @@
7067
7124
  "immutable": true,
7068
7125
  "locationInModule": {
7069
7126
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7070
- "line": 1000
7127
+ "line": 1025
7071
7128
  },
7072
7129
  "name": "stale",
7073
7130
  "optional": true,
@@ -7086,7 +7143,7 @@
7086
7143
  "immutable": true,
7087
7144
  "locationInModule": {
7088
7145
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7089
- "line": 993
7146
+ "line": 1018
7090
7147
  },
7091
7148
  "name": "staleOptions",
7092
7149
  "optional": true,
@@ -7220,7 +7277,7 @@
7220
7277
  "immutable": true,
7221
7278
  "locationInModule": {
7222
7279
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7223
- "line": 1172
7280
+ "line": 1197
7224
7281
  },
7225
7282
  "name": "vitest",
7226
7283
  "optional": true,
@@ -7238,7 +7295,7 @@
7238
7295
  "immutable": true,
7239
7296
  "locationInModule": {
7240
7297
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7241
- "line": 1177
7298
+ "line": 1202
7242
7299
  },
7243
7300
  "name": "vitestOptions",
7244
7301
  "optional": true,
@@ -7257,7 +7314,7 @@
7257
7314
  "immutable": true,
7258
7315
  "locationInModule": {
7259
7316
  "filename": "src/projects/awscdk-construct-library-options.generated.ts",
7260
- "line": 986
7317
+ "line": 1011
7261
7318
  },
7262
7319
  "name": "vscode",
7263
7320
  "optional": true,
@@ -7529,13 +7586,31 @@
7529
7586
  "immutable": true,
7530
7587
  "locationInModule": {
7531
7588
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7532
- "line": 1096
7589
+ "line": 1121
7533
7590
  },
7534
7591
  "name": "name",
7535
7592
  "type": {
7536
7593
  "primitive": "string"
7537
7594
  }
7538
7595
  },
7596
+ {
7597
+ "abstract": true,
7598
+ "docs": {
7599
+ "default": "true",
7600
+ "stability": "experimental",
7601
+ "summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
7602
+ },
7603
+ "immutable": true,
7604
+ "locationInModule": {
7605
+ "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7606
+ "line": 953
7607
+ },
7608
+ "name": "addPackageManagerToDevEngines",
7609
+ "optional": true,
7610
+ "type": {
7611
+ "primitive": "boolean"
7612
+ }
7613
+ },
7539
7614
  {
7540
7615
  "abstract": true,
7541
7616
  "docs": {
@@ -7547,7 +7622,7 @@
7547
7622
  "immutable": true,
7548
7623
  "locationInModule": {
7549
7624
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7550
- "line": 928
7625
+ "line": 947
7551
7626
  },
7552
7627
  "name": "allowLibraryDependencies",
7553
7628
  "optional": true,
@@ -7654,7 +7729,7 @@
7654
7729
  "immutable": true,
7655
7730
  "locationInModule": {
7656
7731
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7657
- "line": 920
7732
+ "line": 939
7658
7733
  },
7659
7734
  "name": "authorEmail",
7660
7735
  "optional": true,
@@ -7671,7 +7746,7 @@
7671
7746
  "immutable": true,
7672
7747
  "locationInModule": {
7673
7748
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7674
- "line": 915
7749
+ "line": 934
7675
7750
  },
7676
7751
  "name": "authorName",
7677
7752
  "optional": true,
@@ -7688,7 +7763,7 @@
7688
7763
  "immutable": true,
7689
7764
  "locationInModule": {
7690
7765
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7691
- "line": 910
7766
+ "line": 929
7692
7767
  },
7693
7768
  "name": "authorOrganization",
7694
7769
  "optional": true,
@@ -7705,7 +7780,7 @@
7705
7780
  "immutable": true,
7706
7781
  "locationInModule": {
7707
7782
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7708
- "line": 905
7783
+ "line": 924
7709
7784
  },
7710
7785
  "name": "authorUrl",
7711
7786
  "optional": true,
@@ -7723,7 +7798,7 @@
7723
7798
  "immutable": true,
7724
7799
  "locationInModule": {
7725
7800
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7726
- "line": 1014
7801
+ "line": 1039
7727
7802
  },
7728
7803
  "name": "autoApproveOptions",
7729
7804
  "optional": true,
@@ -7760,7 +7835,7 @@
7760
7835
  "immutable": true,
7761
7836
  "locationInModule": {
7762
7837
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7763
- "line": 900
7838
+ "line": 919
7764
7839
  },
7765
7840
  "name": "autoDetectBin",
7766
7841
  "optional": true,
@@ -7779,7 +7854,7 @@
7779
7854
  "immutable": true,
7780
7855
  "locationInModule": {
7781
7856
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7782
- "line": 1008
7857
+ "line": 1033
7783
7858
  },
7784
7859
  "name": "autoMerge",
7785
7860
  "optional": true,
@@ -7798,7 +7873,7 @@
7798
7873
  "immutable": true,
7799
7874
  "locationInModule": {
7800
7875
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7801
- "line": 1000
7876
+ "line": 1025
7802
7877
  },
7803
7878
  "name": "autoMergeOptions",
7804
7879
  "optional": true,
@@ -7816,7 +7891,7 @@
7816
7891
  "immutable": true,
7817
7892
  "locationInModule": {
7818
7893
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7819
- "line": 894
7894
+ "line": 913
7820
7895
  },
7821
7896
  "name": "bin",
7822
7897
  "optional": true,
@@ -7874,7 +7949,7 @@
7874
7949
  "immutable": true,
7875
7950
  "locationInModule": {
7876
7951
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7877
- "line": 886
7952
+ "line": 905
7878
7953
  },
7879
7954
  "name": "bugsEmail",
7880
7955
  "optional": true,
@@ -7891,7 +7966,7 @@
7891
7966
  "immutable": true,
7892
7967
  "locationInModule": {
7893
7968
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7894
- "line": 881
7969
+ "line": 900
7895
7970
  },
7896
7971
  "name": "bugsUrl",
7897
7972
  "optional": true,
@@ -7975,14 +8050,14 @@
7975
8050
  {
7976
8051
  "abstract": true,
7977
8052
  "docs": {
7978
- "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
8053
+ "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
7979
8054
  "stability": "experimental",
7980
8055
  "summary": "List of dependencies to bundle into this module."
7981
8056
  },
7982
8057
  "immutable": true,
7983
8058
  "locationInModule": {
7984
8059
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
7985
- "line": 876
8060
+ "line": 895
7986
8061
  },
7987
8062
  "name": "bundledDeps",
7988
8063
  "optional": true,
@@ -8022,7 +8097,7 @@
8022
8097
  "immutable": true,
8023
8098
  "locationInModule": {
8024
8099
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8025
- "line": 861
8100
+ "line": 880
8026
8101
  },
8027
8102
  "name": "bunVersion",
8028
8103
  "optional": true,
@@ -8133,7 +8208,7 @@
8133
8208
  "immutable": true,
8134
8209
  "locationInModule": {
8135
8210
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8136
- "line": 992
8211
+ "line": 1017
8137
8212
  },
8138
8213
  "name": "clobber",
8139
8214
  "optional": true,
@@ -8152,7 +8227,7 @@
8152
8227
  "immutable": true,
8153
8228
  "locationInModule": {
8154
8229
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8155
- "line": 855
8230
+ "line": 874
8156
8231
  },
8157
8232
  "name": "codeArtifactOptions",
8158
8233
  "optional": true,
@@ -8206,7 +8281,7 @@
8206
8281
  "immutable": true,
8207
8282
  "locationInModule": {
8208
8283
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8209
- "line": 1089
8284
+ "line": 1114
8210
8285
  },
8211
8286
  "name": "commitGenerated",
8212
8287
  "optional": true,
@@ -8291,6 +8366,25 @@
8291
8366
  "primitive": "string"
8292
8367
  }
8293
8368
  },
8369
+ {
8370
+ "abstract": true,
8371
+ "docs": {
8372
+ "default": "true",
8373
+ "remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
8374
+ "stability": "experimental",
8375
+ "summary": "Automatically delete lockfiles from package managers that are not the active one."
8376
+ },
8377
+ "immutable": true,
8378
+ "locationInModule": {
8379
+ "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8380
+ "line": 867
8381
+ },
8382
+ "name": "deleteOrphanedLockFiles",
8383
+ "optional": true,
8384
+ "type": {
8385
+ "primitive": "boolean"
8386
+ }
8387
+ },
8294
8388
  {
8295
8389
  "abstract": true,
8296
8390
  "docs": {
@@ -8335,14 +8429,14 @@
8335
8429
  "featured": "true"
8336
8430
  },
8337
8431
  "default": "[]",
8338
- "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
8432
+ "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
8339
8433
  "stability": "experimental",
8340
8434
  "summary": "Runtime dependencies of this module."
8341
8435
  },
8342
8436
  "immutable": true,
8343
8437
  "locationInModule": {
8344
8438
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8345
- "line": 848
8439
+ "line": 857
8346
8440
  },
8347
8441
  "name": "deps",
8348
8442
  "optional": true,
@@ -8405,7 +8499,7 @@
8405
8499
  "immutable": true,
8406
8500
  "locationInModule": {
8407
8501
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8408
- "line": 835
8502
+ "line": 844
8409
8503
  },
8410
8504
  "name": "description",
8411
8505
  "optional": true,
@@ -8423,7 +8517,7 @@
8423
8517
  "immutable": true,
8424
8518
  "locationInModule": {
8425
8519
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8426
- "line": 986
8520
+ "line": 1011
8427
8521
  },
8428
8522
  "name": "devContainer",
8429
8523
  "optional": true,
@@ -8438,14 +8532,14 @@
8438
8532
  "featured": "true"
8439
8533
  },
8440
8534
  "default": "[]",
8441
- "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
8535
+ "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
8442
8536
  "stability": "experimental",
8443
8537
  "summary": "Build dependencies for this module."
8444
8538
  },
8445
8539
  "immutable": true,
8446
8540
  "locationInModule": {
8447
8541
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8448
- "line": 827
8542
+ "line": 836
8449
8543
  },
8450
8544
  "name": "devDeps",
8451
8545
  "optional": true,
@@ -8458,6 +8552,23 @@
8458
8552
  }
8459
8553
  }
8460
8554
  },
8555
+ {
8556
+ "abstract": true,
8557
+ "docs": {
8558
+ "stability": "experimental",
8559
+ "summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
8560
+ },
8561
+ "immutable": true,
8562
+ "locationInModule": {
8563
+ "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8564
+ "line": 819
8565
+ },
8566
+ "name": "devEngines",
8567
+ "optional": true,
8568
+ "type": {
8569
+ "fqn": "projen.javascript.DevEngines"
8570
+ }
8571
+ },
8461
8572
  {
8462
8573
  "abstract": true,
8463
8574
  "docs": {
@@ -8558,7 +8669,7 @@
8558
8669
  "immutable": true,
8559
8670
  "locationInModule": {
8560
8671
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8561
- "line": 810
8672
+ "line": 811
8562
8673
  },
8563
8674
  "name": "entrypoint",
8564
8675
  "optional": true,
@@ -8631,7 +8742,7 @@
8631
8742
  "immutable": true,
8632
8743
  "locationInModule": {
8633
8744
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8634
- "line": 980
8745
+ "line": 1005
8635
8746
  },
8636
8747
  "name": "github",
8637
8748
  "optional": true,
@@ -8649,7 +8760,7 @@
8649
8760
  "immutable": true,
8650
8761
  "locationInModule": {
8651
8762
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8652
- "line": 973
8763
+ "line": 998
8653
8764
  },
8654
8765
  "name": "githubOptions",
8655
8766
  "optional": true,
@@ -8688,7 +8799,7 @@
8688
8799
  "immutable": true,
8689
8800
  "locationInModule": {
8690
8801
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8691
- "line": 1083
8802
+ "line": 1108
8692
8803
  },
8693
8804
  "name": "gitIgnoreOptions",
8694
8805
  "optional": true,
@@ -8705,7 +8816,7 @@
8705
8816
  "immutable": true,
8706
8817
  "locationInModule": {
8707
8818
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8708
- "line": 1078
8819
+ "line": 1103
8709
8820
  },
8710
8821
  "name": "gitOptions",
8711
8822
  "optional": true,
@@ -8723,7 +8834,7 @@
8723
8834
  "immutable": true,
8724
8835
  "locationInModule": {
8725
8836
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8726
- "line": 967
8837
+ "line": 992
8727
8838
  },
8728
8839
  "name": "gitpod",
8729
8840
  "optional": true,
@@ -8741,7 +8852,7 @@
8741
8852
  "immutable": true,
8742
8853
  "locationInModule": {
8743
8854
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8744
- "line": 1101
8855
+ "line": 1126
8745
8856
  },
8746
8857
  "name": "homebrew",
8747
8858
  "optional": true,
@@ -8759,7 +8870,7 @@
8759
8870
  "immutable": true,
8760
8871
  "locationInModule": {
8761
8872
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8762
- "line": 1106
8873
+ "line": 1131
8763
8874
  },
8764
8875
  "name": "homebrewOptions",
8765
8876
  "optional": true,
@@ -8776,7 +8887,7 @@
8776
8887
  "immutable": true,
8777
8888
  "locationInModule": {
8778
8889
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8779
- "line": 803
8890
+ "line": 804
8780
8891
  },
8781
8892
  "name": "homepage",
8782
8893
  "optional": true,
@@ -8829,7 +8940,7 @@
8829
8940
  "immutable": true,
8830
8941
  "locationInModule": {
8831
8942
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8832
- "line": 798
8943
+ "line": 799
8833
8944
  },
8834
8945
  "name": "keywords",
8835
8946
  "optional": true,
@@ -8925,7 +9036,7 @@
8925
9036
  "immutable": true,
8926
9037
  "locationInModule": {
8927
9038
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8928
- "line": 793
9039
+ "line": 794
8929
9040
  },
8930
9041
  "name": "license",
8931
9042
  "optional": true,
@@ -8943,7 +9054,7 @@
8943
9054
  "immutable": true,
8944
9055
  "locationInModule": {
8945
9056
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8946
- "line": 785
9057
+ "line": 786
8947
9058
  },
8948
9059
  "name": "licensed",
8949
9060
  "optional": true,
@@ -8961,7 +9072,7 @@
8961
9072
  "immutable": true,
8962
9073
  "locationInModule": {
8963
9074
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
8964
- "line": 1073
9075
+ "line": 1098
8965
9076
  },
8966
9077
  "name": "logging",
8967
9078
  "optional": true,
@@ -8999,7 +9110,7 @@
8999
9110
  "immutable": true,
9000
9111
  "locationInModule": {
9001
9112
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9002
- "line": 779
9113
+ "line": 780
9003
9114
  },
9004
9115
  "name": "maxNodeVersion",
9005
9116
  "optional": true,
@@ -9037,7 +9148,7 @@
9037
9148
  "immutable": true,
9038
9149
  "locationInModule": {
9039
9150
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9040
- "line": 768
9151
+ "line": 769
9041
9152
  },
9042
9153
  "name": "minNodeVersion",
9043
9154
  "optional": true,
@@ -9055,7 +9166,7 @@
9055
9166
  "immutable": true,
9056
9167
  "locationInModule": {
9057
9168
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9058
- "line": 1111
9169
+ "line": 1136
9059
9170
  },
9060
9171
  "name": "mise",
9061
9172
  "optional": true,
@@ -9073,7 +9184,7 @@
9073
9184
  "immutable": true,
9074
9185
  "locationInModule": {
9075
9186
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9076
- "line": 1116
9187
+ "line": 1141
9077
9188
  },
9078
9189
  "name": "miseOptions",
9079
9190
  "optional": true,
@@ -9110,7 +9221,7 @@
9110
9221
  "immutable": true,
9111
9222
  "locationInModule": {
9112
9223
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9113
- "line": 753
9224
+ "line": 754
9114
9225
  },
9115
9226
  "name": "npmAccess",
9116
9227
  "optional": true,
@@ -9183,7 +9294,7 @@
9183
9294
  "immutable": true,
9184
9295
  "locationInModule": {
9185
9296
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9186
- "line": 745
9297
+ "line": 746
9187
9298
  },
9188
9299
  "name": "npmProvenance",
9189
9300
  "optional": true,
@@ -9202,7 +9313,7 @@
9202
9313
  "immutable": true,
9203
9314
  "locationInModule": {
9204
9315
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9205
- "line": 734
9316
+ "line": 735
9206
9317
  },
9207
9318
  "name": "npmRegistryUrl",
9208
9319
  "optional": true,
@@ -9220,7 +9331,7 @@
9220
9331
  "immutable": true,
9221
9332
  "locationInModule": {
9222
9333
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9223
- "line": 727
9334
+ "line": 728
9224
9335
  },
9225
9336
  "name": "npmTokenSecret",
9226
9337
  "optional": true,
@@ -9238,7 +9349,7 @@
9238
9349
  "immutable": true,
9239
9350
  "locationInModule": {
9240
9351
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9241
- "line": 721
9352
+ "line": 722
9242
9353
  },
9243
9354
  "name": "npmTrustedPublishing",
9244
9355
  "optional": true,
@@ -9257,7 +9368,7 @@
9257
9368
  "immutable": true,
9258
9369
  "locationInModule": {
9259
9370
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9260
- "line": 1067
9371
+ "line": 1092
9261
9372
  },
9262
9373
  "name": "outdir",
9263
9374
  "optional": true,
@@ -9286,14 +9397,17 @@
9286
9397
  {
9287
9398
  "abstract": true,
9288
9399
  "docs": {
9289
- "default": "NodePackageManager.YARN_CLASSIC",
9400
+ "custom": {
9401
+ "pjnew": "$PACKAGE_MANAGER"
9402
+ },
9403
+ "default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
9290
9404
  "stability": "experimental",
9291
9405
  "summary": "The Node Package Manager used to execute scripts."
9292
9406
  },
9293
9407
  "immutable": true,
9294
9408
  "locationInModule": {
9295
9409
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9296
- "line": 715
9410
+ "line": 716
9297
9411
  },
9298
9412
  "name": "packageManager",
9299
9413
  "optional": true,
@@ -9331,7 +9445,7 @@
9331
9445
  "immutable": true,
9332
9446
  "locationInModule": {
9333
9447
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9334
- "line": 1056
9448
+ "line": 1081
9335
9449
  },
9336
9450
  "name": "parent",
9337
9451
  "optional": true,
@@ -9383,7 +9497,7 @@
9383
9497
  {
9384
9498
  "abstract": true,
9385
9499
  "docs": {
9386
- "default": "\"9\"",
9500
+ "default": "\"10.33.0\"",
9387
9501
  "stability": "experimental",
9388
9502
  "summary": "The version of PNPM to use if using PNPM as a package manager."
9389
9503
  },
@@ -9449,7 +9563,7 @@
9449
9563
  "immutable": true,
9450
9564
  "locationInModule": {
9451
9565
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9452
- "line": 1051
9566
+ "line": 1076
9453
9567
  },
9454
9568
  "name": "projectTree",
9455
9569
  "optional": true,
@@ -9468,7 +9582,7 @@
9468
9582
  "immutable": true,
9469
9583
  "locationInModule": {
9470
9584
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9471
- "line": 1045
9585
+ "line": 1070
9472
9586
  },
9473
9587
  "name": "projenCommand",
9474
9588
  "optional": true,
@@ -9486,7 +9600,7 @@
9486
9600
  "immutable": true,
9487
9601
  "locationInModule": {
9488
9602
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9489
- "line": 961
9603
+ "line": 986
9490
9604
  },
9491
9605
  "name": "projenCredentials",
9492
9606
  "optional": true,
@@ -9540,7 +9654,7 @@
9540
9654
  "immutable": true,
9541
9655
  "locationInModule": {
9542
9656
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9543
- "line": 1038
9657
+ "line": 1063
9544
9658
  },
9545
9659
  "name": "projenrcJson",
9546
9660
  "optional": true,
@@ -9558,7 +9672,7 @@
9558
9672
  "immutable": true,
9559
9673
  "locationInModule": {
9560
9674
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9561
- "line": 1032
9675
+ "line": 1057
9562
9676
  },
9563
9677
  "name": "projenrcJsonOptions",
9564
9678
  "optional": true,
@@ -9728,7 +9842,7 @@
9728
9842
  "immutable": true,
9729
9843
  "locationInModule": {
9730
9844
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9731
- "line": 955
9845
+ "line": 980
9732
9846
  },
9733
9847
  "name": "readme",
9734
9848
  "optional": true,
@@ -9980,7 +10094,7 @@
9980
10094
  "immutable": true,
9981
10095
  "locationInModule": {
9982
10096
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
9983
- "line": 1026
10097
+ "line": 1051
9984
10098
  },
9985
10099
  "name": "renovatebot",
9986
10100
  "optional": true,
@@ -9998,7 +10112,7 @@
9998
10112
  "immutable": true,
9999
10113
  "locationInModule": {
10000
10114
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10001
- "line": 1020
10115
+ "line": 1045
10002
10116
  },
10003
10117
  "name": "renovatebotOptions",
10004
10118
  "optional": true,
@@ -10146,7 +10260,7 @@
10146
10260
  "immutable": true,
10147
10261
  "locationInModule": {
10148
10262
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10149
- "line": 949
10263
+ "line": 974
10150
10264
  },
10151
10265
  "name": "stale",
10152
10266
  "optional": true,
@@ -10165,7 +10279,7 @@
10165
10279
  "immutable": true,
10166
10280
  "locationInModule": {
10167
10281
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10168
- "line": 942
10282
+ "line": 967
10169
10283
  },
10170
10284
  "name": "staleOptions",
10171
10285
  "optional": true,
@@ -10299,7 +10413,7 @@
10299
10413
  "immutable": true,
10300
10414
  "locationInModule": {
10301
10415
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10302
- "line": 1121
10416
+ "line": 1146
10303
10417
  },
10304
10418
  "name": "vitest",
10305
10419
  "optional": true,
@@ -10317,7 +10431,7 @@
10317
10431
  "immutable": true,
10318
10432
  "locationInModule": {
10319
10433
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10320
- "line": 1126
10434
+ "line": 1151
10321
10435
  },
10322
10436
  "name": "vitestOptions",
10323
10437
  "optional": true,
@@ -10336,7 +10450,7 @@
10336
10450
  "immutable": true,
10337
10451
  "locationInModule": {
10338
10452
  "filename": "src/projects/awscdk-typescript-app-options.generated.ts",
10339
- "line": 935
10453
+ "line": 960
10340
10454
  },
10341
10455
  "name": "vscode",
10342
10456
  "optional": true,
@@ -11688,7 +11802,7 @@
11688
11802
  "immutable": true,
11689
11803
  "locationInModule": {
11690
11804
  "filename": "src/projects/jsii-options.generated.ts",
11691
- "line": 1053
11805
+ "line": 1078
11692
11806
  },
11693
11807
  "name": "name",
11694
11808
  "type": {
@@ -11712,6 +11826,24 @@
11712
11826
  "primitive": "string"
11713
11827
  }
11714
11828
  },
11829
+ {
11830
+ "abstract": true,
11831
+ "docs": {
11832
+ "default": "true",
11833
+ "stability": "experimental",
11834
+ "summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
11835
+ },
11836
+ "immutable": true,
11837
+ "locationInModule": {
11838
+ "filename": "src/projects/jsii-options.generated.ts",
11839
+ "line": 910
11840
+ },
11841
+ "name": "addPackageManagerToDevEngines",
11842
+ "optional": true,
11843
+ "type": {
11844
+ "primitive": "boolean"
11845
+ }
11846
+ },
11715
11847
  {
11716
11848
  "abstract": true,
11717
11849
  "docs": {
@@ -11723,7 +11855,7 @@
11723
11855
  "immutable": true,
11724
11856
  "locationInModule": {
11725
11857
  "filename": "src/projects/jsii-options.generated.ts",
11726
- "line": 885
11858
+ "line": 904
11727
11859
  },
11728
11860
  "name": "allowLibraryDependencies",
11729
11861
  "optional": true,
@@ -11795,7 +11927,7 @@
11795
11927
  "immutable": true,
11796
11928
  "locationInModule": {
11797
11929
  "filename": "src/projects/jsii-options.generated.ts",
11798
- "line": 877
11930
+ "line": 896
11799
11931
  },
11800
11932
  "name": "authorEmail",
11801
11933
  "optional": true,
@@ -11812,7 +11944,7 @@
11812
11944
  "immutable": true,
11813
11945
  "locationInModule": {
11814
11946
  "filename": "src/projects/jsii-options.generated.ts",
11815
- "line": 872
11947
+ "line": 891
11816
11948
  },
11817
11949
  "name": "authorName",
11818
11950
  "optional": true,
@@ -11829,7 +11961,7 @@
11829
11961
  "immutable": true,
11830
11962
  "locationInModule": {
11831
11963
  "filename": "src/projects/jsii-options.generated.ts",
11832
- "line": 867
11964
+ "line": 886
11833
11965
  },
11834
11966
  "name": "authorOrganization",
11835
11967
  "optional": true,
@@ -11846,7 +11978,7 @@
11846
11978
  "immutable": true,
11847
11979
  "locationInModule": {
11848
11980
  "filename": "src/projects/jsii-options.generated.ts",
11849
- "line": 862
11981
+ "line": 881
11850
11982
  },
11851
11983
  "name": "authorUrl",
11852
11984
  "optional": true,
@@ -11864,7 +11996,7 @@
11864
11996
  "immutable": true,
11865
11997
  "locationInModule": {
11866
11998
  "filename": "src/projects/jsii-options.generated.ts",
11867
- "line": 971
11999
+ "line": 996
11868
12000
  },
11869
12001
  "name": "autoApproveOptions",
11870
12002
  "optional": true,
@@ -11901,7 +12033,7 @@
11901
12033
  "immutable": true,
11902
12034
  "locationInModule": {
11903
12035
  "filename": "src/projects/jsii-options.generated.ts",
11904
- "line": 857
12036
+ "line": 876
11905
12037
  },
11906
12038
  "name": "autoDetectBin",
11907
12039
  "optional": true,
@@ -11920,7 +12052,7 @@
11920
12052
  "immutable": true,
11921
12053
  "locationInModule": {
11922
12054
  "filename": "src/projects/jsii-options.generated.ts",
11923
- "line": 965
12055
+ "line": 990
11924
12056
  },
11925
12057
  "name": "autoMerge",
11926
12058
  "optional": true,
@@ -11939,7 +12071,7 @@
11939
12071
  "immutable": true,
11940
12072
  "locationInModule": {
11941
12073
  "filename": "src/projects/jsii-options.generated.ts",
11942
- "line": 957
12074
+ "line": 982
11943
12075
  },
11944
12076
  "name": "autoMergeOptions",
11945
12077
  "optional": true,
@@ -11957,7 +12089,7 @@
11957
12089
  "immutable": true,
11958
12090
  "locationInModule": {
11959
12091
  "filename": "src/projects/jsii-options.generated.ts",
11960
- "line": 851
12092
+ "line": 870
11961
12093
  },
11962
12094
  "name": "bin",
11963
12095
  "optional": true,
@@ -12015,7 +12147,7 @@
12015
12147
  "immutable": true,
12016
12148
  "locationInModule": {
12017
12149
  "filename": "src/projects/jsii-options.generated.ts",
12018
- "line": 843
12150
+ "line": 862
12019
12151
  },
12020
12152
  "name": "bugsEmail",
12021
12153
  "optional": true,
@@ -12032,7 +12164,7 @@
12032
12164
  "immutable": true,
12033
12165
  "locationInModule": {
12034
12166
  "filename": "src/projects/jsii-options.generated.ts",
12035
- "line": 838
12167
+ "line": 857
12036
12168
  },
12037
12169
  "name": "bugsUrl",
12038
12170
  "optional": true,
@@ -12097,14 +12229,14 @@
12097
12229
  {
12098
12230
  "abstract": true,
12099
12231
  "docs": {
12100
- "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
12232
+ "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
12101
12233
  "stability": "experimental",
12102
12234
  "summary": "List of dependencies to bundle into this module."
12103
12235
  },
12104
12236
  "immutable": true,
12105
12237
  "locationInModule": {
12106
12238
  "filename": "src/projects/jsii-options.generated.ts",
12107
- "line": 833
12239
+ "line": 852
12108
12240
  },
12109
12241
  "name": "bundledDeps",
12110
12242
  "optional": true,
@@ -12144,7 +12276,7 @@
12144
12276
  "immutable": true,
12145
12277
  "locationInModule": {
12146
12278
  "filename": "src/projects/jsii-options.generated.ts",
12147
- "line": 818
12279
+ "line": 837
12148
12280
  },
12149
12281
  "name": "bunVersion",
12150
12282
  "optional": true,
@@ -12181,7 +12313,7 @@
12181
12313
  "immutable": true,
12182
12314
  "locationInModule": {
12183
12315
  "filename": "src/projects/jsii-options.generated.ts",
12184
- "line": 949
12316
+ "line": 974
12185
12317
  },
12186
12318
  "name": "clobber",
12187
12319
  "optional": true,
@@ -12200,7 +12332,7 @@
12200
12332
  "immutable": true,
12201
12333
  "locationInModule": {
12202
12334
  "filename": "src/projects/jsii-options.generated.ts",
12203
- "line": 812
12335
+ "line": 831
12204
12336
  },
12205
12337
  "name": "codeArtifactOptions",
12206
12338
  "optional": true,
@@ -12254,7 +12386,7 @@
12254
12386
  "immutable": true,
12255
12387
  "locationInModule": {
12256
12388
  "filename": "src/projects/jsii-options.generated.ts",
12257
- "line": 1046
12389
+ "line": 1071
12258
12390
  },
12259
12391
  "name": "commitGenerated",
12260
12392
  "optional": true,
@@ -12353,6 +12485,25 @@
12353
12485
  "primitive": "string"
12354
12486
  }
12355
12487
  },
12488
+ {
12489
+ "abstract": true,
12490
+ "docs": {
12491
+ "default": "true",
12492
+ "remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
12493
+ "stability": "experimental",
12494
+ "summary": "Automatically delete lockfiles from package managers that are not the active one."
12495
+ },
12496
+ "immutable": true,
12497
+ "locationInModule": {
12498
+ "filename": "src/projects/jsii-options.generated.ts",
12499
+ "line": 824
12500
+ },
12501
+ "name": "deleteOrphanedLockFiles",
12502
+ "optional": true,
12503
+ "type": {
12504
+ "primitive": "boolean"
12505
+ }
12506
+ },
12356
12507
  {
12357
12508
  "abstract": true,
12358
12509
  "docs": {
@@ -12397,14 +12548,14 @@
12397
12548
  "featured": "true"
12398
12549
  },
12399
12550
  "default": "[]",
12400
- "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
12551
+ "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
12401
12552
  "stability": "experimental",
12402
12553
  "summary": "Runtime dependencies of this module."
12403
12554
  },
12404
12555
  "immutable": true,
12405
12556
  "locationInModule": {
12406
12557
  "filename": "src/projects/jsii-options.generated.ts",
12407
- "line": 805
12558
+ "line": 814
12408
12559
  },
12409
12560
  "name": "deps",
12410
12561
  "optional": true,
@@ -12467,7 +12618,7 @@
12467
12618
  "immutable": true,
12468
12619
  "locationInModule": {
12469
12620
  "filename": "src/projects/jsii-options.generated.ts",
12470
- "line": 792
12621
+ "line": 801
12471
12622
  },
12472
12623
  "name": "description",
12473
12624
  "optional": true,
@@ -12485,7 +12636,7 @@
12485
12636
  "immutable": true,
12486
12637
  "locationInModule": {
12487
12638
  "filename": "src/projects/jsii-options.generated.ts",
12488
- "line": 943
12639
+ "line": 968
12489
12640
  },
12490
12641
  "name": "devContainer",
12491
12642
  "optional": true,
@@ -12500,14 +12651,14 @@
12500
12651
  "featured": "true"
12501
12652
  },
12502
12653
  "default": "[]",
12503
- "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
12654
+ "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
12504
12655
  "stability": "experimental",
12505
12656
  "summary": "Build dependencies for this module."
12506
12657
  },
12507
12658
  "immutable": true,
12508
12659
  "locationInModule": {
12509
12660
  "filename": "src/projects/jsii-options.generated.ts",
12510
- "line": 784
12661
+ "line": 793
12511
12662
  },
12512
12663
  "name": "devDeps",
12513
12664
  "optional": true,
@@ -12520,6 +12671,23 @@
12520
12671
  }
12521
12672
  }
12522
12673
  },
12674
+ {
12675
+ "abstract": true,
12676
+ "docs": {
12677
+ "stability": "experimental",
12678
+ "summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
12679
+ },
12680
+ "immutable": true,
12681
+ "locationInModule": {
12682
+ "filename": "src/projects/jsii-options.generated.ts",
12683
+ "line": 776
12684
+ },
12685
+ "name": "devEngines",
12686
+ "optional": true,
12687
+ "type": {
12688
+ "fqn": "projen.javascript.DevEngines"
12689
+ }
12690
+ },
12523
12691
  {
12524
12692
  "abstract": true,
12525
12693
  "docs": {
@@ -12620,7 +12788,7 @@
12620
12788
  "immutable": true,
12621
12789
  "locationInModule": {
12622
12790
  "filename": "src/projects/jsii-options.generated.ts",
12623
- "line": 767
12791
+ "line": 768
12624
12792
  },
12625
12793
  "name": "entrypoint",
12626
12794
  "optional": true,
@@ -12680,7 +12848,7 @@
12680
12848
  "immutable": true,
12681
12849
  "locationInModule": {
12682
12850
  "filename": "src/projects/jsii-options.generated.ts",
12683
- "line": 937
12851
+ "line": 962
12684
12852
  },
12685
12853
  "name": "github",
12686
12854
  "optional": true,
@@ -12698,7 +12866,7 @@
12698
12866
  "immutable": true,
12699
12867
  "locationInModule": {
12700
12868
  "filename": "src/projects/jsii-options.generated.ts",
12701
- "line": 930
12869
+ "line": 955
12702
12870
  },
12703
12871
  "name": "githubOptions",
12704
12872
  "optional": true,
@@ -12737,7 +12905,7 @@
12737
12905
  "immutable": true,
12738
12906
  "locationInModule": {
12739
12907
  "filename": "src/projects/jsii-options.generated.ts",
12740
- "line": 1040
12908
+ "line": 1065
12741
12909
  },
12742
12910
  "name": "gitIgnoreOptions",
12743
12911
  "optional": true,
@@ -12754,7 +12922,7 @@
12754
12922
  "immutable": true,
12755
12923
  "locationInModule": {
12756
12924
  "filename": "src/projects/jsii-options.generated.ts",
12757
- "line": 1035
12925
+ "line": 1060
12758
12926
  },
12759
12927
  "name": "gitOptions",
12760
12928
  "optional": true,
@@ -12772,7 +12940,7 @@
12772
12940
  "immutable": true,
12773
12941
  "locationInModule": {
12774
12942
  "filename": "src/projects/jsii-options.generated.ts",
12775
- "line": 924
12943
+ "line": 949
12776
12944
  },
12777
12945
  "name": "gitpod",
12778
12946
  "optional": true,
@@ -12790,7 +12958,7 @@
12790
12958
  "immutable": true,
12791
12959
  "locationInModule": {
12792
12960
  "filename": "src/projects/jsii-options.generated.ts",
12793
- "line": 1058
12961
+ "line": 1083
12794
12962
  },
12795
12963
  "name": "homebrew",
12796
12964
  "optional": true,
@@ -12808,7 +12976,7 @@
12808
12976
  "immutable": true,
12809
12977
  "locationInModule": {
12810
12978
  "filename": "src/projects/jsii-options.generated.ts",
12811
- "line": 1063
12979
+ "line": 1088
12812
12980
  },
12813
12981
  "name": "homebrewOptions",
12814
12982
  "optional": true,
@@ -12825,7 +12993,7 @@
12825
12993
  "immutable": true,
12826
12994
  "locationInModule": {
12827
12995
  "filename": "src/projects/jsii-options.generated.ts",
12828
- "line": 760
12996
+ "line": 761
12829
12997
  },
12830
12998
  "name": "homepage",
12831
12999
  "optional": true,
@@ -12882,7 +13050,7 @@
12882
13050
  "immutable": true,
12883
13051
  "locationInModule": {
12884
13052
  "filename": "src/projects/jsii-options.generated.ts",
12885
- "line": 755
13053
+ "line": 756
12886
13054
  },
12887
13055
  "name": "keywords",
12888
13056
  "optional": true,
@@ -12924,7 +13092,7 @@
12924
13092
  "immutable": true,
12925
13093
  "locationInModule": {
12926
13094
  "filename": "src/projects/jsii-options.generated.ts",
12927
- "line": 750
13095
+ "line": 751
12928
13096
  },
12929
13097
  "name": "license",
12930
13098
  "optional": true,
@@ -12942,7 +13110,7 @@
12942
13110
  "immutable": true,
12943
13111
  "locationInModule": {
12944
13112
  "filename": "src/projects/jsii-options.generated.ts",
12945
- "line": 742
13113
+ "line": 743
12946
13114
  },
12947
13115
  "name": "licensed",
12948
13116
  "optional": true,
@@ -12960,7 +13128,7 @@
12960
13128
  "immutable": true,
12961
13129
  "locationInModule": {
12962
13130
  "filename": "src/projects/jsii-options.generated.ts",
12963
- "line": 1030
13131
+ "line": 1055
12964
13132
  },
12965
13133
  "name": "logging",
12966
13134
  "optional": true,
@@ -12998,7 +13166,7 @@
12998
13166
  "immutable": true,
12999
13167
  "locationInModule": {
13000
13168
  "filename": "src/projects/jsii-options.generated.ts",
13001
- "line": 736
13169
+ "line": 737
13002
13170
  },
13003
13171
  "name": "maxNodeVersion",
13004
13172
  "optional": true,
@@ -13036,7 +13204,7 @@
13036
13204
  "immutable": true,
13037
13205
  "locationInModule": {
13038
13206
  "filename": "src/projects/jsii-options.generated.ts",
13039
- "line": 725
13207
+ "line": 726
13040
13208
  },
13041
13209
  "name": "minNodeVersion",
13042
13210
  "optional": true,
@@ -13054,7 +13222,7 @@
13054
13222
  "immutable": true,
13055
13223
  "locationInModule": {
13056
13224
  "filename": "src/projects/jsii-options.generated.ts",
13057
- "line": 1068
13225
+ "line": 1093
13058
13226
  },
13059
13227
  "name": "mise",
13060
13228
  "optional": true,
@@ -13072,7 +13240,7 @@
13072
13240
  "immutable": true,
13073
13241
  "locationInModule": {
13074
13242
  "filename": "src/projects/jsii-options.generated.ts",
13075
- "line": 1073
13243
+ "line": 1098
13076
13244
  },
13077
13245
  "name": "miseOptions",
13078
13246
  "optional": true,
@@ -13109,7 +13277,7 @@
13109
13277
  "immutable": true,
13110
13278
  "locationInModule": {
13111
13279
  "filename": "src/projects/jsii-options.generated.ts",
13112
- "line": 710
13280
+ "line": 711
13113
13281
  },
13114
13282
  "name": "npmAccess",
13115
13283
  "optional": true,
@@ -13182,7 +13350,7 @@
13182
13350
  "immutable": true,
13183
13351
  "locationInModule": {
13184
13352
  "filename": "src/projects/jsii-options.generated.ts",
13185
- "line": 702
13353
+ "line": 703
13186
13354
  },
13187
13355
  "name": "npmProvenance",
13188
13356
  "optional": true,
@@ -13201,7 +13369,7 @@
13201
13369
  "immutable": true,
13202
13370
  "locationInModule": {
13203
13371
  "filename": "src/projects/jsii-options.generated.ts",
13204
- "line": 691
13372
+ "line": 692
13205
13373
  },
13206
13374
  "name": "npmRegistryUrl",
13207
13375
  "optional": true,
@@ -13219,7 +13387,7 @@
13219
13387
  "immutable": true,
13220
13388
  "locationInModule": {
13221
13389
  "filename": "src/projects/jsii-options.generated.ts",
13222
- "line": 684
13390
+ "line": 685
13223
13391
  },
13224
13392
  "name": "npmTokenSecret",
13225
13393
  "optional": true,
@@ -13237,7 +13405,7 @@
13237
13405
  "immutable": true,
13238
13406
  "locationInModule": {
13239
13407
  "filename": "src/projects/jsii-options.generated.ts",
13240
- "line": 678
13408
+ "line": 679
13241
13409
  },
13242
13410
  "name": "npmTrustedPublishing",
13243
13411
  "optional": true,
@@ -13256,7 +13424,7 @@
13256
13424
  "immutable": true,
13257
13425
  "locationInModule": {
13258
13426
  "filename": "src/projects/jsii-options.generated.ts",
13259
- "line": 1024
13427
+ "line": 1049
13260
13428
  },
13261
13429
  "name": "outdir",
13262
13430
  "optional": true,
@@ -13285,14 +13453,17 @@
13285
13453
  {
13286
13454
  "abstract": true,
13287
13455
  "docs": {
13288
- "default": "NodePackageManager.YARN_CLASSIC",
13456
+ "custom": {
13457
+ "pjnew": "$PACKAGE_MANAGER"
13458
+ },
13459
+ "default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
13289
13460
  "stability": "experimental",
13290
13461
  "summary": "The Node Package Manager used to execute scripts."
13291
13462
  },
13292
13463
  "immutable": true,
13293
13464
  "locationInModule": {
13294
13465
  "filename": "src/projects/jsii-options.generated.ts",
13295
- "line": 672
13466
+ "line": 673
13296
13467
  },
13297
13468
  "name": "packageManager",
13298
13469
  "optional": true,
@@ -13330,7 +13501,7 @@
13330
13501
  "immutable": true,
13331
13502
  "locationInModule": {
13332
13503
  "filename": "src/projects/jsii-options.generated.ts",
13333
- "line": 1013
13504
+ "line": 1038
13334
13505
  },
13335
13506
  "name": "parent",
13336
13507
  "optional": true,
@@ -13382,7 +13553,7 @@
13382
13553
  {
13383
13554
  "abstract": true,
13384
13555
  "docs": {
13385
- "default": "\"9\"",
13556
+ "default": "\"10.33.0\"",
13386
13557
  "stability": "experimental",
13387
13558
  "summary": "The version of PNPM to use if using PNPM as a package manager."
13388
13559
  },
@@ -13448,7 +13619,7 @@
13448
13619
  "immutable": true,
13449
13620
  "locationInModule": {
13450
13621
  "filename": "src/projects/jsii-options.generated.ts",
13451
- "line": 1008
13622
+ "line": 1033
13452
13623
  },
13453
13624
  "name": "projectTree",
13454
13625
  "optional": true,
@@ -13467,7 +13638,7 @@
13467
13638
  "immutable": true,
13468
13639
  "locationInModule": {
13469
13640
  "filename": "src/projects/jsii-options.generated.ts",
13470
- "line": 1002
13641
+ "line": 1027
13471
13642
  },
13472
13643
  "name": "projenCommand",
13473
13644
  "optional": true,
@@ -13485,7 +13656,7 @@
13485
13656
  "immutable": true,
13486
13657
  "locationInModule": {
13487
13658
  "filename": "src/projects/jsii-options.generated.ts",
13488
- "line": 918
13659
+ "line": 943
13489
13660
  },
13490
13661
  "name": "projenCredentials",
13491
13662
  "optional": true,
@@ -13539,7 +13710,7 @@
13539
13710
  "immutable": true,
13540
13711
  "locationInModule": {
13541
13712
  "filename": "src/projects/jsii-options.generated.ts",
13542
- "line": 995
13713
+ "line": 1020
13543
13714
  },
13544
13715
  "name": "projenrcJson",
13545
13716
  "optional": true,
@@ -13557,7 +13728,7 @@
13557
13728
  "immutable": true,
13558
13729
  "locationInModule": {
13559
13730
  "filename": "src/projects/jsii-options.generated.ts",
13560
- "line": 989
13731
+ "line": 1014
13561
13732
  },
13562
13733
  "name": "projenrcJsonOptions",
13563
13734
  "optional": true,
@@ -13799,7 +13970,7 @@
13799
13970
  "immutable": true,
13800
13971
  "locationInModule": {
13801
13972
  "filename": "src/projects/jsii-options.generated.ts",
13802
- "line": 912
13973
+ "line": 937
13803
13974
  },
13804
13975
  "name": "readme",
13805
13976
  "optional": true,
@@ -14051,7 +14222,7 @@
14051
14222
  "immutable": true,
14052
14223
  "locationInModule": {
14053
14224
  "filename": "src/projects/jsii-options.generated.ts",
14054
- "line": 983
14225
+ "line": 1008
14055
14226
  },
14056
14227
  "name": "renovatebot",
14057
14228
  "optional": true,
@@ -14069,7 +14240,7 @@
14069
14240
  "immutable": true,
14070
14241
  "locationInModule": {
14071
14242
  "filename": "src/projects/jsii-options.generated.ts",
14072
- "line": 977
14243
+ "line": 1002
14073
14244
  },
14074
14245
  "name": "renovatebotOptions",
14075
14246
  "optional": true,
@@ -14198,7 +14369,7 @@
14198
14369
  "immutable": true,
14199
14370
  "locationInModule": {
14200
14371
  "filename": "src/projects/jsii-options.generated.ts",
14201
- "line": 906
14372
+ "line": 931
14202
14373
  },
14203
14374
  "name": "stale",
14204
14375
  "optional": true,
@@ -14217,7 +14388,7 @@
14217
14388
  "immutable": true,
14218
14389
  "locationInModule": {
14219
14390
  "filename": "src/projects/jsii-options.generated.ts",
14220
- "line": 899
14391
+ "line": 924
14221
14392
  },
14222
14393
  "name": "staleOptions",
14223
14394
  "optional": true,
@@ -14308,7 +14479,7 @@
14308
14479
  "immutable": true,
14309
14480
  "locationInModule": {
14310
14481
  "filename": "src/projects/jsii-options.generated.ts",
14311
- "line": 1088
14482
+ "line": 1113
14312
14483
  },
14313
14484
  "name": "typeDoc",
14314
14485
  "optional": true,
@@ -14326,7 +14497,7 @@
14326
14497
  "immutable": true,
14327
14498
  "locationInModule": {
14328
14499
  "filename": "src/projects/jsii-options.generated.ts",
14329
- "line": 1093
14500
+ "line": 1118
14330
14501
  },
14331
14502
  "name": "typeDocOptions",
14332
14503
  "optional": true,
@@ -14387,7 +14558,7 @@
14387
14558
  "immutable": true,
14388
14559
  "locationInModule": {
14389
14560
  "filename": "src/projects/jsii-options.generated.ts",
14390
- "line": 1078
14561
+ "line": 1103
14391
14562
  },
14392
14563
  "name": "vitest",
14393
14564
  "optional": true,
@@ -14405,7 +14576,7 @@
14405
14576
  "immutable": true,
14406
14577
  "locationInModule": {
14407
14578
  "filename": "src/projects/jsii-options.generated.ts",
14408
- "line": 1083
14579
+ "line": 1108
14409
14580
  },
14410
14581
  "name": "vitestOptions",
14411
14582
  "optional": true,
@@ -14424,7 +14595,7 @@
14424
14595
  "immutable": true,
14425
14596
  "locationInModule": {
14426
14597
  "filename": "src/projects/jsii-options.generated.ts",
14427
- "line": 892
14598
+ "line": 917
14428
14599
  },
14429
14600
  "name": "vscode",
14430
14601
  "optional": true,
@@ -16927,13 +17098,31 @@
16927
17098
  "immutable": true,
16928
17099
  "locationInModule": {
16929
17100
  "filename": "src/projects/typescript-options.generated.ts",
16930
- "line": 957
17101
+ "line": 982
16931
17102
  },
16932
17103
  "name": "name",
16933
17104
  "type": {
16934
17105
  "primitive": "string"
16935
17106
  }
16936
17107
  },
17108
+ {
17109
+ "abstract": true,
17110
+ "docs": {
17111
+ "default": "true",
17112
+ "stability": "experimental",
17113
+ "summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
17114
+ },
17115
+ "immutable": true,
17116
+ "locationInModule": {
17117
+ "filename": "src/projects/typescript-options.generated.ts",
17118
+ "line": 814
17119
+ },
17120
+ "name": "addPackageManagerToDevEngines",
17121
+ "optional": true,
17122
+ "type": {
17123
+ "primitive": "boolean"
17124
+ }
17125
+ },
16937
17126
  {
16938
17127
  "abstract": true,
16939
17128
  "docs": {
@@ -16945,7 +17134,7 @@
16945
17134
  "immutable": true,
16946
17135
  "locationInModule": {
16947
17136
  "filename": "src/projects/typescript-options.generated.ts",
16948
- "line": 789
17137
+ "line": 808
16949
17138
  },
16950
17139
  "name": "allowLibraryDependencies",
16951
17140
  "optional": true,
@@ -17017,7 +17206,7 @@
17017
17206
  "immutable": true,
17018
17207
  "locationInModule": {
17019
17208
  "filename": "src/projects/typescript-options.generated.ts",
17020
- "line": 781
17209
+ "line": 800
17021
17210
  },
17022
17211
  "name": "authorEmail",
17023
17212
  "optional": true,
@@ -17034,7 +17223,7 @@
17034
17223
  "immutable": true,
17035
17224
  "locationInModule": {
17036
17225
  "filename": "src/projects/typescript-options.generated.ts",
17037
- "line": 776
17226
+ "line": 795
17038
17227
  },
17039
17228
  "name": "authorName",
17040
17229
  "optional": true,
@@ -17051,7 +17240,7 @@
17051
17240
  "immutable": true,
17052
17241
  "locationInModule": {
17053
17242
  "filename": "src/projects/typescript-options.generated.ts",
17054
- "line": 771
17243
+ "line": 790
17055
17244
  },
17056
17245
  "name": "authorOrganization",
17057
17246
  "optional": true,
@@ -17068,7 +17257,7 @@
17068
17257
  "immutable": true,
17069
17258
  "locationInModule": {
17070
17259
  "filename": "src/projects/typescript-options.generated.ts",
17071
- "line": 766
17260
+ "line": 785
17072
17261
  },
17073
17262
  "name": "authorUrl",
17074
17263
  "optional": true,
@@ -17086,7 +17275,7 @@
17086
17275
  "immutable": true,
17087
17276
  "locationInModule": {
17088
17277
  "filename": "src/projects/typescript-options.generated.ts",
17089
- "line": 875
17278
+ "line": 900
17090
17279
  },
17091
17280
  "name": "autoApproveOptions",
17092
17281
  "optional": true,
@@ -17123,7 +17312,7 @@
17123
17312
  "immutable": true,
17124
17313
  "locationInModule": {
17125
17314
  "filename": "src/projects/typescript-options.generated.ts",
17126
- "line": 761
17315
+ "line": 780
17127
17316
  },
17128
17317
  "name": "autoDetectBin",
17129
17318
  "optional": true,
@@ -17142,7 +17331,7 @@
17142
17331
  "immutable": true,
17143
17332
  "locationInModule": {
17144
17333
  "filename": "src/projects/typescript-options.generated.ts",
17145
- "line": 869
17334
+ "line": 894
17146
17335
  },
17147
17336
  "name": "autoMerge",
17148
17337
  "optional": true,
@@ -17161,7 +17350,7 @@
17161
17350
  "immutable": true,
17162
17351
  "locationInModule": {
17163
17352
  "filename": "src/projects/typescript-options.generated.ts",
17164
- "line": 861
17353
+ "line": 886
17165
17354
  },
17166
17355
  "name": "autoMergeOptions",
17167
17356
  "optional": true,
@@ -17179,7 +17368,7 @@
17179
17368
  "immutable": true,
17180
17369
  "locationInModule": {
17181
17370
  "filename": "src/projects/typescript-options.generated.ts",
17182
- "line": 755
17371
+ "line": 774
17183
17372
  },
17184
17373
  "name": "bin",
17185
17374
  "optional": true,
@@ -17237,7 +17426,7 @@
17237
17426
  "immutable": true,
17238
17427
  "locationInModule": {
17239
17428
  "filename": "src/projects/typescript-options.generated.ts",
17240
- "line": 747
17429
+ "line": 766
17241
17430
  },
17242
17431
  "name": "bugsEmail",
17243
17432
  "optional": true,
@@ -17254,7 +17443,7 @@
17254
17443
  "immutable": true,
17255
17444
  "locationInModule": {
17256
17445
  "filename": "src/projects/typescript-options.generated.ts",
17257
- "line": 742
17446
+ "line": 761
17258
17447
  },
17259
17448
  "name": "bugsUrl",
17260
17449
  "optional": true,
@@ -17319,14 +17508,14 @@
17319
17508
  {
17320
17509
  "abstract": true,
17321
17510
  "docs": {
17322
- "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
17511
+ "remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
17323
17512
  "stability": "experimental",
17324
17513
  "summary": "List of dependencies to bundle into this module."
17325
17514
  },
17326
17515
  "immutable": true,
17327
17516
  "locationInModule": {
17328
17517
  "filename": "src/projects/typescript-options.generated.ts",
17329
- "line": 737
17518
+ "line": 756
17330
17519
  },
17331
17520
  "name": "bundledDeps",
17332
17521
  "optional": true,
@@ -17366,7 +17555,7 @@
17366
17555
  "immutable": true,
17367
17556
  "locationInModule": {
17368
17557
  "filename": "src/projects/typescript-options.generated.ts",
17369
- "line": 722
17558
+ "line": 741
17370
17559
  },
17371
17560
  "name": "bunVersion",
17372
17561
  "optional": true,
@@ -17403,7 +17592,7 @@
17403
17592
  "immutable": true,
17404
17593
  "locationInModule": {
17405
17594
  "filename": "src/projects/typescript-options.generated.ts",
17406
- "line": 853
17595
+ "line": 878
17407
17596
  },
17408
17597
  "name": "clobber",
17409
17598
  "optional": true,
@@ -17422,7 +17611,7 @@
17422
17611
  "immutable": true,
17423
17612
  "locationInModule": {
17424
17613
  "filename": "src/projects/typescript-options.generated.ts",
17425
- "line": 716
17614
+ "line": 735
17426
17615
  },
17427
17616
  "name": "codeArtifactOptions",
17428
17617
  "optional": true,
@@ -17476,7 +17665,7 @@
17476
17665
  "immutable": true,
17477
17666
  "locationInModule": {
17478
17667
  "filename": "src/projects/typescript-options.generated.ts",
17479
- "line": 950
17668
+ "line": 975
17480
17669
  },
17481
17670
  "name": "commitGenerated",
17482
17671
  "optional": true,
@@ -17520,6 +17709,25 @@
17520
17709
  "primitive": "string"
17521
17710
  }
17522
17711
  },
17712
+ {
17713
+ "abstract": true,
17714
+ "docs": {
17715
+ "default": "true",
17716
+ "remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
17717
+ "stability": "experimental",
17718
+ "summary": "Automatically delete lockfiles from package managers that are not the active one."
17719
+ },
17720
+ "immutable": true,
17721
+ "locationInModule": {
17722
+ "filename": "src/projects/typescript-options.generated.ts",
17723
+ "line": 728
17724
+ },
17725
+ "name": "deleteOrphanedLockFiles",
17726
+ "optional": true,
17727
+ "type": {
17728
+ "primitive": "boolean"
17729
+ }
17730
+ },
17523
17731
  {
17524
17732
  "abstract": true,
17525
17733
  "docs": {
@@ -17564,14 +17772,14 @@
17564
17772
  "featured": "true"
17565
17773
  },
17566
17774
  "default": "[]",
17567
- "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
17775
+ "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
17568
17776
  "stability": "experimental",
17569
17777
  "summary": "Runtime dependencies of this module."
17570
17778
  },
17571
17779
  "immutable": true,
17572
17780
  "locationInModule": {
17573
17781
  "filename": "src/projects/typescript-options.generated.ts",
17574
- "line": 709
17782
+ "line": 718
17575
17783
  },
17576
17784
  "name": "deps",
17577
17785
  "optional": true,
@@ -17634,7 +17842,7 @@
17634
17842
  "immutable": true,
17635
17843
  "locationInModule": {
17636
17844
  "filename": "src/projects/typescript-options.generated.ts",
17637
- "line": 696
17845
+ "line": 705
17638
17846
  },
17639
17847
  "name": "description",
17640
17848
  "optional": true,
@@ -17652,7 +17860,7 @@
17652
17860
  "immutable": true,
17653
17861
  "locationInModule": {
17654
17862
  "filename": "src/projects/typescript-options.generated.ts",
17655
- "line": 847
17863
+ "line": 872
17656
17864
  },
17657
17865
  "name": "devContainer",
17658
17866
  "optional": true,
@@ -17667,14 +17875,14 @@
17667
17875
  "featured": "true"
17668
17876
  },
17669
17877
  "default": "[]",
17670
- "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
17878
+ "remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
17671
17879
  "stability": "experimental",
17672
17880
  "summary": "Build dependencies for this module."
17673
17881
  },
17674
17882
  "immutable": true,
17675
17883
  "locationInModule": {
17676
17884
  "filename": "src/projects/typescript-options.generated.ts",
17677
- "line": 688
17885
+ "line": 697
17678
17886
  },
17679
17887
  "name": "devDeps",
17680
17888
  "optional": true,
@@ -17687,6 +17895,23 @@
17687
17895
  }
17688
17896
  }
17689
17897
  },
17898
+ {
17899
+ "abstract": true,
17900
+ "docs": {
17901
+ "stability": "experimental",
17902
+ "summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
17903
+ },
17904
+ "immutable": true,
17905
+ "locationInModule": {
17906
+ "filename": "src/projects/typescript-options.generated.ts",
17907
+ "line": 680
17908
+ },
17909
+ "name": "devEngines",
17910
+ "optional": true,
17911
+ "type": {
17912
+ "fqn": "projen.javascript.DevEngines"
17913
+ }
17914
+ },
17690
17915
  {
17691
17916
  "abstract": true,
17692
17917
  "docs": {
@@ -17769,7 +17994,7 @@
17769
17994
  "immutable": true,
17770
17995
  "locationInModule": {
17771
17996
  "filename": "src/projects/typescript-options.generated.ts",
17772
- "line": 671
17997
+ "line": 672
17773
17998
  },
17774
17999
  "name": "entrypoint",
17775
18000
  "optional": true,
@@ -17806,7 +18031,7 @@
17806
18031
  "immutable": true,
17807
18032
  "locationInModule": {
17808
18033
  "filename": "src/projects/typescript-options.generated.ts",
17809
- "line": 841
18034
+ "line": 866
17810
18035
  },
17811
18036
  "name": "github",
17812
18037
  "optional": true,
@@ -17824,7 +18049,7 @@
17824
18049
  "immutable": true,
17825
18050
  "locationInModule": {
17826
18051
  "filename": "src/projects/typescript-options.generated.ts",
17827
- "line": 834
18052
+ "line": 859
17828
18053
  },
17829
18054
  "name": "githubOptions",
17830
18055
  "optional": true,
@@ -17863,7 +18088,7 @@
17863
18088
  "immutable": true,
17864
18089
  "locationInModule": {
17865
18090
  "filename": "src/projects/typescript-options.generated.ts",
17866
- "line": 944
18091
+ "line": 969
17867
18092
  },
17868
18093
  "name": "gitIgnoreOptions",
17869
18094
  "optional": true,
@@ -17880,7 +18105,7 @@
17880
18105
  "immutable": true,
17881
18106
  "locationInModule": {
17882
18107
  "filename": "src/projects/typescript-options.generated.ts",
17883
- "line": 939
18108
+ "line": 964
17884
18109
  },
17885
18110
  "name": "gitOptions",
17886
18111
  "optional": true,
@@ -17898,7 +18123,7 @@
17898
18123
  "immutable": true,
17899
18124
  "locationInModule": {
17900
18125
  "filename": "src/projects/typescript-options.generated.ts",
17901
- "line": 828
18126
+ "line": 853
17902
18127
  },
17903
18128
  "name": "gitpod",
17904
18129
  "optional": true,
@@ -17916,7 +18141,7 @@
17916
18141
  "immutable": true,
17917
18142
  "locationInModule": {
17918
18143
  "filename": "src/projects/typescript-options.generated.ts",
17919
- "line": 962
18144
+ "line": 987
17920
18145
  },
17921
18146
  "name": "homebrew",
17922
18147
  "optional": true,
@@ -17934,7 +18159,7 @@
17934
18159
  "immutable": true,
17935
18160
  "locationInModule": {
17936
18161
  "filename": "src/projects/typescript-options.generated.ts",
17937
- "line": 967
18162
+ "line": 992
17938
18163
  },
17939
18164
  "name": "homebrewOptions",
17940
18165
  "optional": true,
@@ -17951,7 +18176,7 @@
17951
18176
  "immutable": true,
17952
18177
  "locationInModule": {
17953
18178
  "filename": "src/projects/typescript-options.generated.ts",
17954
- "line": 664
18179
+ "line": 665
17955
18180
  },
17956
18181
  "name": "homepage",
17957
18182
  "optional": true,
@@ -17986,7 +18211,7 @@
17986
18211
  "immutable": true,
17987
18212
  "locationInModule": {
17988
18213
  "filename": "src/projects/typescript-options.generated.ts",
17989
- "line": 659
18214
+ "line": 660
17990
18215
  },
17991
18216
  "name": "keywords",
17992
18217
  "optional": true,
@@ -18028,7 +18253,7 @@
18028
18253
  "immutable": true,
18029
18254
  "locationInModule": {
18030
18255
  "filename": "src/projects/typescript-options.generated.ts",
18031
- "line": 654
18256
+ "line": 655
18032
18257
  },
18033
18258
  "name": "license",
18034
18259
  "optional": true,
@@ -18046,7 +18271,7 @@
18046
18271
  "immutable": true,
18047
18272
  "locationInModule": {
18048
18273
  "filename": "src/projects/typescript-options.generated.ts",
18049
- "line": 646
18274
+ "line": 647
18050
18275
  },
18051
18276
  "name": "licensed",
18052
18277
  "optional": true,
@@ -18064,7 +18289,7 @@
18064
18289
  "immutable": true,
18065
18290
  "locationInModule": {
18066
18291
  "filename": "src/projects/typescript-options.generated.ts",
18067
- "line": 934
18292
+ "line": 959
18068
18293
  },
18069
18294
  "name": "logging",
18070
18295
  "optional": true,
@@ -18102,7 +18327,7 @@
18102
18327
  "immutable": true,
18103
18328
  "locationInModule": {
18104
18329
  "filename": "src/projects/typescript-options.generated.ts",
18105
- "line": 640
18330
+ "line": 641
18106
18331
  },
18107
18332
  "name": "maxNodeVersion",
18108
18333
  "optional": true,
@@ -18140,7 +18365,7 @@
18140
18365
  "immutable": true,
18141
18366
  "locationInModule": {
18142
18367
  "filename": "src/projects/typescript-options.generated.ts",
18143
- "line": 629
18368
+ "line": 630
18144
18369
  },
18145
18370
  "name": "minNodeVersion",
18146
18371
  "optional": true,
@@ -18158,7 +18383,7 @@
18158
18383
  "immutable": true,
18159
18384
  "locationInModule": {
18160
18385
  "filename": "src/projects/typescript-options.generated.ts",
18161
- "line": 972
18386
+ "line": 997
18162
18387
  },
18163
18388
  "name": "mise",
18164
18389
  "optional": true,
@@ -18176,7 +18401,7 @@
18176
18401
  "immutable": true,
18177
18402
  "locationInModule": {
18178
18403
  "filename": "src/projects/typescript-options.generated.ts",
18179
- "line": 977
18404
+ "line": 1002
18180
18405
  },
18181
18406
  "name": "miseOptions",
18182
18407
  "optional": true,
@@ -18213,7 +18438,7 @@
18213
18438
  "immutable": true,
18214
18439
  "locationInModule": {
18215
18440
  "filename": "src/projects/typescript-options.generated.ts",
18216
- "line": 614
18441
+ "line": 615
18217
18442
  },
18218
18443
  "name": "npmAccess",
18219
18444
  "optional": true,
@@ -18286,7 +18511,7 @@
18286
18511
  "immutable": true,
18287
18512
  "locationInModule": {
18288
18513
  "filename": "src/projects/typescript-options.generated.ts",
18289
- "line": 606
18514
+ "line": 607
18290
18515
  },
18291
18516
  "name": "npmProvenance",
18292
18517
  "optional": true,
@@ -18305,7 +18530,7 @@
18305
18530
  "immutable": true,
18306
18531
  "locationInModule": {
18307
18532
  "filename": "src/projects/typescript-options.generated.ts",
18308
- "line": 595
18533
+ "line": 596
18309
18534
  },
18310
18535
  "name": "npmRegistryUrl",
18311
18536
  "optional": true,
@@ -18323,7 +18548,7 @@
18323
18548
  "immutable": true,
18324
18549
  "locationInModule": {
18325
18550
  "filename": "src/projects/typescript-options.generated.ts",
18326
- "line": 588
18551
+ "line": 589
18327
18552
  },
18328
18553
  "name": "npmTokenSecret",
18329
18554
  "optional": true,
@@ -18341,7 +18566,7 @@
18341
18566
  "immutable": true,
18342
18567
  "locationInModule": {
18343
18568
  "filename": "src/projects/typescript-options.generated.ts",
18344
- "line": 582
18569
+ "line": 583
18345
18570
  },
18346
18571
  "name": "npmTrustedPublishing",
18347
18572
  "optional": true,
@@ -18360,7 +18585,7 @@
18360
18585
  "immutable": true,
18361
18586
  "locationInModule": {
18362
18587
  "filename": "src/projects/typescript-options.generated.ts",
18363
- "line": 928
18588
+ "line": 953
18364
18589
  },
18365
18590
  "name": "outdir",
18366
18591
  "optional": true,
@@ -18389,14 +18614,17 @@
18389
18614
  {
18390
18615
  "abstract": true,
18391
18616
  "docs": {
18392
- "default": "NodePackageManager.YARN_CLASSIC",
18617
+ "custom": {
18618
+ "pjnew": "$PACKAGE_MANAGER"
18619
+ },
18620
+ "default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
18393
18621
  "stability": "experimental",
18394
18622
  "summary": "The Node Package Manager used to execute scripts."
18395
18623
  },
18396
18624
  "immutable": true,
18397
18625
  "locationInModule": {
18398
18626
  "filename": "src/projects/typescript-options.generated.ts",
18399
- "line": 576
18627
+ "line": 577
18400
18628
  },
18401
18629
  "name": "packageManager",
18402
18630
  "optional": true,
@@ -18434,7 +18662,7 @@
18434
18662
  "immutable": true,
18435
18663
  "locationInModule": {
18436
18664
  "filename": "src/projects/typescript-options.generated.ts",
18437
- "line": 917
18665
+ "line": 942
18438
18666
  },
18439
18667
  "name": "parent",
18440
18668
  "optional": true,
@@ -18486,7 +18714,7 @@
18486
18714
  {
18487
18715
  "abstract": true,
18488
18716
  "docs": {
18489
- "default": "\"9\"",
18717
+ "default": "\"10.33.0\"",
18490
18718
  "stability": "experimental",
18491
18719
  "summary": "The version of PNPM to use if using PNPM as a package manager."
18492
18720
  },
@@ -18552,7 +18780,7 @@
18552
18780
  "immutable": true,
18553
18781
  "locationInModule": {
18554
18782
  "filename": "src/projects/typescript-options.generated.ts",
18555
- "line": 912
18783
+ "line": 937
18556
18784
  },
18557
18785
  "name": "projectTree",
18558
18786
  "optional": true,
@@ -18571,7 +18799,7 @@
18571
18799
  "immutable": true,
18572
18800
  "locationInModule": {
18573
18801
  "filename": "src/projects/typescript-options.generated.ts",
18574
- "line": 906
18802
+ "line": 931
18575
18803
  },
18576
18804
  "name": "projenCommand",
18577
18805
  "optional": true,
@@ -18589,7 +18817,7 @@
18589
18817
  "immutable": true,
18590
18818
  "locationInModule": {
18591
18819
  "filename": "src/projects/typescript-options.generated.ts",
18592
- "line": 822
18820
+ "line": 847
18593
18821
  },
18594
18822
  "name": "projenCredentials",
18595
18823
  "optional": true,
@@ -18643,7 +18871,7 @@
18643
18871
  "immutable": true,
18644
18872
  "locationInModule": {
18645
18873
  "filename": "src/projects/typescript-options.generated.ts",
18646
- "line": 899
18874
+ "line": 924
18647
18875
  },
18648
18876
  "name": "projenrcJson",
18649
18877
  "optional": true,
@@ -18661,7 +18889,7 @@
18661
18889
  "immutable": true,
18662
18890
  "locationInModule": {
18663
18891
  "filename": "src/projects/typescript-options.generated.ts",
18664
- "line": 893
18892
+ "line": 918
18665
18893
  },
18666
18894
  "name": "projenrcJsonOptions",
18667
18895
  "optional": true,
@@ -18831,7 +19059,7 @@
18831
19059
  "immutable": true,
18832
19060
  "locationInModule": {
18833
19061
  "filename": "src/projects/typescript-options.generated.ts",
18834
- "line": 816
19062
+ "line": 841
18835
19063
  },
18836
19064
  "name": "readme",
18837
19065
  "optional": true,
@@ -19083,7 +19311,7 @@
19083
19311
  "immutable": true,
19084
19312
  "locationInModule": {
19085
19313
  "filename": "src/projects/typescript-options.generated.ts",
19086
- "line": 887
19314
+ "line": 912
19087
19315
  },
19088
19316
  "name": "renovatebot",
19089
19317
  "optional": true,
@@ -19101,7 +19329,7 @@
19101
19329
  "immutable": true,
19102
19330
  "locationInModule": {
19103
19331
  "filename": "src/projects/typescript-options.generated.ts",
19104
- "line": 881
19332
+ "line": 906
19105
19333
  },
19106
19334
  "name": "renovatebotOptions",
19107
19335
  "optional": true,
@@ -19213,7 +19441,7 @@
19213
19441
  "immutable": true,
19214
19442
  "locationInModule": {
19215
19443
  "filename": "src/projects/typescript-options.generated.ts",
19216
- "line": 810
19444
+ "line": 835
19217
19445
  },
19218
19446
  "name": "stale",
19219
19447
  "optional": true,
@@ -19232,7 +19460,7 @@
19232
19460
  "immutable": true,
19233
19461
  "locationInModule": {
19234
19462
  "filename": "src/projects/typescript-options.generated.ts",
19235
- "line": 803
19463
+ "line": 828
19236
19464
  },
19237
19465
  "name": "staleOptions",
19238
19466
  "optional": true,
@@ -19366,7 +19594,7 @@
19366
19594
  "immutable": true,
19367
19595
  "locationInModule": {
19368
19596
  "filename": "src/projects/typescript-options.generated.ts",
19369
- "line": 982
19597
+ "line": 1007
19370
19598
  },
19371
19599
  "name": "vitest",
19372
19600
  "optional": true,
@@ -19384,7 +19612,7 @@
19384
19612
  "immutable": true,
19385
19613
  "locationInModule": {
19386
19614
  "filename": "src/projects/typescript-options.generated.ts",
19387
- "line": 987
19615
+ "line": 1012
19388
19616
  },
19389
19617
  "name": "vitestOptions",
19390
19618
  "optional": true,
@@ -19403,7 +19631,7 @@
19403
19631
  "immutable": true,
19404
19632
  "locationInModule": {
19405
19633
  "filename": "src/projects/typescript-options.generated.ts",
19406
- "line": 796
19634
+ "line": 821
19407
19635
  },
19408
19636
  "name": "vscode",
19409
19637
  "optional": true,
@@ -20318,6 +20546,6 @@
20318
20546
  "symbolId": "src/components/vitest:VitestOptions"
20319
20547
  }
20320
20548
  },
20321
- "version": "0.2.140",
20322
- "fingerprint": "BEMUHQasNUUEPWAAxoWXqZMp4Aak3uZQ9G6+HUpkRrM="
20549
+ "version": "0.2.141",
20550
+ "fingerprint": "henm8Fa+b+G1VYV0ceZ8ACwdXpc64RDhbrjAIYpmEjE="
20323
20551
  }