projen 0.101.23 → 0.101.25
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.
- package/.jsii +385 -176
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +1 -1
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +3 -3
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/awscdk/private/feature-flags-v2.const.d.ts +1 -1
- package/lib/awscdk/private/feature-flags-v2.const.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +2 -2
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/dependency-review.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/pnpm-workspace-config.d.ts +65 -1
- package/lib/javascript/pnpm-workspace-config.js +42 -4
- package/lib/javascript/pnpm-workspace.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv-config.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.cjs +2 -2
- package/lib/sample-file.js +2 -2
- package/lib/script-runner.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-shell.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-runner.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -54011,7 +54011,7 @@
|
|
|
54011
54011
|
"immutable": true,
|
|
54012
54012
|
"locationInModule": {
|
|
54013
54013
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54014
|
-
"line":
|
|
54014
|
+
"line": 1001
|
|
54015
54015
|
},
|
|
54016
54016
|
"name": "allowBuilds",
|
|
54017
54017
|
"optional": true,
|
|
@@ -54085,6 +54085,25 @@
|
|
|
54085
54085
|
"primitive": "boolean"
|
|
54086
54086
|
}
|
|
54087
54087
|
},
|
|
54088
|
+
{
|
|
54089
|
+
"abstract": true,
|
|
54090
|
+
"docs": {
|
|
54091
|
+
"custom": {
|
|
54092
|
+
"schema": "PnpmWorkspaceYamlSchema#audit"
|
|
54093
|
+
},
|
|
54094
|
+
"stability": "experimental"
|
|
54095
|
+
},
|
|
54096
|
+
"immutable": true,
|
|
54097
|
+
"locationInModule": {
|
|
54098
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54099
|
+
"line": 156
|
|
54100
|
+
},
|
|
54101
|
+
"name": "audit",
|
|
54102
|
+
"optional": true,
|
|
54103
|
+
"type": {
|
|
54104
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaAudit"
|
|
54105
|
+
}
|
|
54106
|
+
},
|
|
54088
54107
|
{
|
|
54089
54108
|
"abstract": true,
|
|
54090
54109
|
"docs": {
|
|
@@ -54096,7 +54115,7 @@
|
|
|
54096
54115
|
"immutable": true,
|
|
54097
54116
|
"locationInModule": {
|
|
54098
54117
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54099
|
-
"line":
|
|
54118
|
+
"line": 161
|
|
54100
54119
|
},
|
|
54101
54120
|
"name": "auditConfig",
|
|
54102
54121
|
"optional": true,
|
|
@@ -54117,7 +54136,7 @@
|
|
|
54117
54136
|
"immutable": true,
|
|
54118
54137
|
"locationInModule": {
|
|
54119
54138
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54120
|
-
"line":
|
|
54139
|
+
"line": 1022
|
|
54121
54140
|
},
|
|
54122
54141
|
"name": "auditLevel",
|
|
54123
54142
|
"optional": true,
|
|
@@ -54137,7 +54156,7 @@
|
|
|
54137
54156
|
"immutable": true,
|
|
54138
54157
|
"locationInModule": {
|
|
54139
54158
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54140
|
-
"line":
|
|
54159
|
+
"line": 488
|
|
54141
54160
|
},
|
|
54142
54161
|
"name": "autoInstallPeers",
|
|
54143
54162
|
"optional": true,
|
|
@@ -54158,7 +54177,7 @@
|
|
|
54158
54177
|
"immutable": true,
|
|
54159
54178
|
"locationInModule": {
|
|
54160
54179
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54161
|
-
"line":
|
|
54180
|
+
"line": 1008
|
|
54162
54181
|
},
|
|
54163
54182
|
"name": "blockExoticSubdeps",
|
|
54164
54183
|
"optional": true,
|
|
@@ -54178,7 +54197,7 @@
|
|
|
54178
54197
|
"immutable": true,
|
|
54179
54198
|
"locationInModule": {
|
|
54180
54199
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54181
|
-
"line":
|
|
54200
|
+
"line": 369
|
|
54182
54201
|
},
|
|
54183
54202
|
"name": "ca",
|
|
54184
54203
|
"optional": true,
|
|
@@ -54198,7 +54217,7 @@
|
|
|
54198
54217
|
"immutable": true,
|
|
54199
54218
|
"locationInModule": {
|
|
54200
54219
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54201
|
-
"line":
|
|
54220
|
+
"line": 790
|
|
54202
54221
|
},
|
|
54203
54222
|
"name": "cacheDir",
|
|
54204
54223
|
"optional": true,
|
|
@@ -54218,7 +54237,7 @@
|
|
|
54218
54237
|
"immutable": true,
|
|
54219
54238
|
"locationInModule": {
|
|
54220
54239
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54221
|
-
"line":
|
|
54240
|
+
"line": 376
|
|
54222
54241
|
},
|
|
54223
54242
|
"name": "cafile",
|
|
54224
54243
|
"optional": true,
|
|
@@ -54313,7 +54332,7 @@
|
|
|
54313
54332
|
"immutable": true,
|
|
54314
54333
|
"locationInModule": {
|
|
54315
54334
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54316
|
-
"line":
|
|
54335
|
+
"line": 383
|
|
54317
54336
|
},
|
|
54318
54337
|
"name": "cert",
|
|
54319
54338
|
"optional": true,
|
|
@@ -54333,7 +54352,7 @@
|
|
|
54333
54352
|
"immutable": true,
|
|
54334
54353
|
"locationInModule": {
|
|
54335
54354
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54336
|
-
"line":
|
|
54355
|
+
"line": 601
|
|
54337
54356
|
},
|
|
54338
54357
|
"name": "childConcurrency",
|
|
54339
54358
|
"optional": true,
|
|
@@ -54373,7 +54392,7 @@
|
|
|
54373
54392
|
"immutable": true,
|
|
54374
54393
|
"locationInModule": {
|
|
54375
54394
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54376
|
-
"line":
|
|
54395
|
+
"line": 516
|
|
54377
54396
|
},
|
|
54378
54397
|
"name": "color",
|
|
54379
54398
|
"optional": true,
|
|
@@ -54394,7 +54413,7 @@
|
|
|
54394
54413
|
"immutable": true,
|
|
54395
54414
|
"locationInModule": {
|
|
54396
54415
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54397
|
-
"line":
|
|
54416
|
+
"line": 151
|
|
54398
54417
|
},
|
|
54399
54418
|
"name": "configDependencies",
|
|
54400
54419
|
"optional": true,
|
|
@@ -54434,7 +54453,7 @@
|
|
|
54434
54453
|
"immutable": true,
|
|
54435
54454
|
"locationInModule": {
|
|
54436
54455
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54437
|
-
"line":
|
|
54456
|
+
"line": 853
|
|
54438
54457
|
},
|
|
54439
54458
|
"name": "dedupeDirectDeps",
|
|
54440
54459
|
"optional": true,
|
|
@@ -54454,7 +54473,7 @@
|
|
|
54454
54473
|
"immutable": true,
|
|
54455
54474
|
"locationInModule": {
|
|
54456
54475
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54457
|
-
"line":
|
|
54476
|
+
"line": 860
|
|
54458
54477
|
},
|
|
54459
54478
|
"name": "dedupeInjectedDeps",
|
|
54460
54479
|
"optional": true,
|
|
@@ -54474,7 +54493,7 @@
|
|
|
54474
54493
|
"immutable": true,
|
|
54475
54494
|
"locationInModule": {
|
|
54476
54495
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54477
|
-
"line":
|
|
54496
|
+
"line": 495
|
|
54478
54497
|
},
|
|
54479
54498
|
"name": "dedupePeerDependents",
|
|
54480
54499
|
"optional": true,
|
|
@@ -54494,7 +54513,7 @@
|
|
|
54494
54513
|
"immutable": true,
|
|
54495
54514
|
"locationInModule": {
|
|
54496
54515
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54497
|
-
"line":
|
|
54516
|
+
"line": 1029
|
|
54498
54517
|
},
|
|
54499
54518
|
"name": "dedupePeers",
|
|
54500
54519
|
"optional": true,
|
|
@@ -54514,7 +54533,7 @@
|
|
|
54514
54533
|
"immutable": true,
|
|
54515
54534
|
"locationInModule": {
|
|
54516
54535
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54517
|
-
"line":
|
|
54536
|
+
"line": 846
|
|
54518
54537
|
},
|
|
54519
54538
|
"name": "deployAllFiles",
|
|
54520
54539
|
"optional": true,
|
|
@@ -54534,7 +54553,7 @@
|
|
|
54534
54553
|
"immutable": true,
|
|
54535
54554
|
"locationInModule": {
|
|
54536
54555
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54537
|
-
"line":
|
|
54556
|
+
"line": 727
|
|
54538
54557
|
},
|
|
54539
54558
|
"name": "disallowWorkspaceCycles",
|
|
54540
54559
|
"optional": true,
|
|
@@ -54554,7 +54573,7 @@
|
|
|
54554
54573
|
"immutable": true,
|
|
54555
54574
|
"locationInModule": {
|
|
54556
54575
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54557
|
-
"line":
|
|
54576
|
+
"line": 285
|
|
54558
54577
|
},
|
|
54559
54578
|
"name": "dlxCacheMaxAge",
|
|
54560
54579
|
"optional": true,
|
|
@@ -54575,7 +54594,7 @@
|
|
|
54575
54594
|
"immutable": true,
|
|
54576
54595
|
"locationInModule": {
|
|
54577
54596
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54578
|
-
"line":
|
|
54597
|
+
"line": 881
|
|
54579
54598
|
},
|
|
54580
54599
|
"name": "embedReadme",
|
|
54581
54600
|
"optional": true,
|
|
@@ -54595,7 +54614,7 @@
|
|
|
54595
54614
|
"immutable": true,
|
|
54596
54615
|
"locationInModule": {
|
|
54597
54616
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54598
|
-
"line":
|
|
54617
|
+
"line": 313
|
|
54599
54618
|
},
|
|
54600
54619
|
"name": "enableGlobalVirtualStore",
|
|
54601
54620
|
"optional": true,
|
|
@@ -54615,7 +54634,7 @@
|
|
|
54615
54634
|
"immutable": true,
|
|
54616
54635
|
"locationInModule": {
|
|
54617
54636
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54618
|
-
"line":
|
|
54637
|
+
"line": 250
|
|
54619
54638
|
},
|
|
54620
54639
|
"name": "enableModulesDir",
|
|
54621
54640
|
"optional": true,
|
|
@@ -54635,7 +54654,7 @@
|
|
|
54635
54654
|
"immutable": true,
|
|
54636
54655
|
"locationInModule": {
|
|
54637
54656
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54638
|
-
"line":
|
|
54657
|
+
"line": 930
|
|
54639
54658
|
},
|
|
54640
54659
|
"name": "enablePrePostScripts",
|
|
54641
54660
|
"optional": true,
|
|
@@ -54655,7 +54674,7 @@
|
|
|
54655
54674
|
"immutable": true,
|
|
54656
54675
|
"locationInModule": {
|
|
54657
54676
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54658
|
-
"line":
|
|
54677
|
+
"line": 552
|
|
54659
54678
|
},
|
|
54660
54679
|
"name": "engineStrict",
|
|
54661
54680
|
"optional": true,
|
|
@@ -54674,7 +54693,7 @@
|
|
|
54674
54693
|
"immutable": true,
|
|
54675
54694
|
"locationInModule": {
|
|
54676
54695
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54677
|
-
"line":
|
|
54696
|
+
"line": 187
|
|
54678
54697
|
},
|
|
54679
54698
|
"name": "executionEnv",
|
|
54680
54699
|
"optional": true,
|
|
@@ -54694,7 +54713,7 @@
|
|
|
54694
54713
|
"immutable": true,
|
|
54695
54714
|
"locationInModule": {
|
|
54696
54715
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54697
|
-
"line":
|
|
54716
|
+
"line": 839
|
|
54698
54717
|
},
|
|
54699
54718
|
"name": "extendNodePath",
|
|
54700
54719
|
"optional": true,
|
|
@@ -54714,7 +54733,7 @@
|
|
|
54714
54733
|
"immutable": true,
|
|
54715
54734
|
"locationInModule": {
|
|
54716
54735
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54717
|
-
"line":
|
|
54736
|
+
"line": 741
|
|
54718
54737
|
},
|
|
54719
54738
|
"name": "failIfNoMatch",
|
|
54720
54739
|
"optional": true,
|
|
@@ -54734,7 +54753,7 @@
|
|
|
54734
54753
|
"immutable": true,
|
|
54735
54754
|
"locationInModule": {
|
|
54736
54755
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54737
|
-
"line":
|
|
54756
|
+
"line": 453
|
|
54738
54757
|
},
|
|
54739
54758
|
"name": "fetchRetries",
|
|
54740
54759
|
"optional": true,
|
|
@@ -54754,7 +54773,7 @@
|
|
|
54754
54773
|
"immutable": true,
|
|
54755
54774
|
"locationInModule": {
|
|
54756
54775
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54757
|
-
"line":
|
|
54776
|
+
"line": 460
|
|
54758
54777
|
},
|
|
54759
54778
|
"name": "fetchRetryFactor",
|
|
54760
54779
|
"optional": true,
|
|
@@ -54774,7 +54793,7 @@
|
|
|
54774
54793
|
"immutable": true,
|
|
54775
54794
|
"locationInModule": {
|
|
54776
54795
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54777
|
-
"line":
|
|
54796
|
+
"line": 474
|
|
54778
54797
|
},
|
|
54779
54798
|
"name": "fetchRetryMaxtimeout",
|
|
54780
54799
|
"optional": true,
|
|
@@ -54794,7 +54813,7 @@
|
|
|
54794
54813
|
"immutable": true,
|
|
54795
54814
|
"locationInModule": {
|
|
54796
54815
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54797
|
-
"line":
|
|
54816
|
+
"line": 467
|
|
54798
54817
|
},
|
|
54799
54818
|
"name": "fetchRetryMintimeout",
|
|
54800
54819
|
"optional": true,
|
|
@@ -54814,7 +54833,7 @@
|
|
|
54814
54833
|
"immutable": true,
|
|
54815
54834
|
"locationInModule": {
|
|
54816
54835
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54817
|
-
"line":
|
|
54836
|
+
"line": 481
|
|
54818
54837
|
},
|
|
54819
54838
|
"name": "fetchTimeout",
|
|
54820
54839
|
"optional": true,
|
|
@@ -54835,7 +54854,7 @@
|
|
|
54835
54854
|
"immutable": true,
|
|
54836
54855
|
"locationInModule": {
|
|
54837
54856
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54838
|
-
"line":
|
|
54857
|
+
"line": 748
|
|
54839
54858
|
},
|
|
54840
54859
|
"name": "forceLegacyDeploy",
|
|
54841
54860
|
"optional": true,
|
|
@@ -54855,7 +54874,7 @@
|
|
|
54855
54874
|
"immutable": true,
|
|
54856
54875
|
"locationInModule": {
|
|
54857
54876
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54858
|
-
"line":
|
|
54877
|
+
"line": 341
|
|
54859
54878
|
},
|
|
54860
54879
|
"name": "gitBranchLockfile",
|
|
54861
54880
|
"optional": true,
|
|
@@ -54875,7 +54894,7 @@
|
|
|
54875
54894
|
"immutable": true,
|
|
54876
54895
|
"locationInModule": {
|
|
54877
54896
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54878
|
-
"line":
|
|
54897
|
+
"line": 874
|
|
54879
54898
|
},
|
|
54880
54899
|
"name": "gitChecks",
|
|
54881
54900
|
"optional": true,
|
|
@@ -54895,7 +54914,7 @@
|
|
|
54895
54914
|
"immutable": true,
|
|
54896
54915
|
"locationInModule": {
|
|
54897
54916
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54898
|
-
"line":
|
|
54917
|
+
"line": 397
|
|
54899
54918
|
},
|
|
54900
54919
|
"name": "gitShallowHosts",
|
|
54901
54920
|
"optional": true,
|
|
@@ -54920,7 +54939,7 @@
|
|
|
54920
54939
|
"immutable": true,
|
|
54921
54940
|
"locationInModule": {
|
|
54922
54941
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54923
|
-
"line":
|
|
54942
|
+
"line": 776
|
|
54924
54943
|
},
|
|
54925
54944
|
"name": "globalBinDir",
|
|
54926
54945
|
"optional": true,
|
|
@@ -54940,7 +54959,7 @@
|
|
|
54940
54959
|
"immutable": true,
|
|
54941
54960
|
"locationInModule": {
|
|
54942
54961
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54943
|
-
"line":
|
|
54962
|
+
"line": 769
|
|
54944
54963
|
},
|
|
54945
54964
|
"name": "globalDir",
|
|
54946
54965
|
"optional": true,
|
|
@@ -54961,7 +54980,7 @@
|
|
|
54961
54980
|
"immutable": true,
|
|
54962
54981
|
"locationInModule": {
|
|
54963
54982
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54964
|
-
"line":
|
|
54983
|
+
"line": 909
|
|
54965
54984
|
},
|
|
54966
54985
|
"name": "globalPnpmfile",
|
|
54967
54986
|
"optional": true,
|
|
@@ -54981,7 +55000,7 @@
|
|
|
54981
55000
|
"immutable": true,
|
|
54982
55001
|
"locationInModule": {
|
|
54983
55002
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
54984
|
-
"line":
|
|
55003
|
+
"line": 194
|
|
54985
55004
|
},
|
|
54986
55005
|
"name": "hoist",
|
|
54987
55006
|
"optional": true,
|
|
@@ -55002,7 +55021,7 @@
|
|
|
55002
55021
|
"immutable": true,
|
|
55003
55022
|
"locationInModule": {
|
|
55004
55023
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55005
|
-
"line":
|
|
55024
|
+
"line": 1092
|
|
55006
55025
|
},
|
|
55007
55026
|
"name": "hoistingLimits",
|
|
55008
55027
|
"optional": true,
|
|
@@ -55022,7 +55041,7 @@
|
|
|
55022
55041
|
"immutable": true,
|
|
55023
55042
|
"locationInModule": {
|
|
55024
55043
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55025
|
-
"line":
|
|
55044
|
+
"line": 208
|
|
55026
55045
|
},
|
|
55027
55046
|
"name": "hoistPattern",
|
|
55028
55047
|
"optional": true,
|
|
@@ -55047,7 +55066,7 @@
|
|
|
55047
55066
|
"immutable": true,
|
|
55048
55067
|
"locationInModule": {
|
|
55049
55068
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55050
|
-
"line":
|
|
55069
|
+
"line": 201
|
|
55051
55070
|
},
|
|
55052
55071
|
"name": "hoistWorkspacePackages",
|
|
55053
55072
|
"optional": true,
|
|
@@ -55068,7 +55087,7 @@
|
|
|
55068
55087
|
"immutable": true,
|
|
55069
55088
|
"locationInModule": {
|
|
55070
55089
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55071
|
-
"line":
|
|
55090
|
+
"line": 404
|
|
55072
55091
|
},
|
|
55073
55092
|
"name": "httpsProxy",
|
|
55074
55093
|
"optional": true,
|
|
@@ -55089,7 +55108,7 @@
|
|
|
55089
55108
|
"immutable": true,
|
|
55090
55109
|
"locationInModule": {
|
|
55091
55110
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55092
|
-
"line":
|
|
55111
|
+
"line": 818
|
|
55093
55112
|
},
|
|
55094
55113
|
"name": "ignoreCompatibilityDb",
|
|
55095
55114
|
"optional": true,
|
|
@@ -55135,7 +55154,7 @@
|
|
|
55135
55154
|
"immutable": true,
|
|
55136
55155
|
"locationInModule": {
|
|
55137
55156
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55138
|
-
"line":
|
|
55157
|
+
"line": 594
|
|
55139
55158
|
},
|
|
55140
55159
|
"name": "ignoreDepScripts",
|
|
55141
55160
|
"optional": true,
|
|
@@ -55155,7 +55174,7 @@
|
|
|
55155
55174
|
"immutable": true,
|
|
55156
55175
|
"locationInModule": {
|
|
55157
55176
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55158
|
-
"line":
|
|
55177
|
+
"line": 182
|
|
55159
55178
|
},
|
|
55160
55179
|
"name": "ignoredOptionalDependencies",
|
|
55161
55180
|
"optional": true,
|
|
@@ -55202,7 +55221,7 @@
|
|
|
55202
55221
|
"immutable": true,
|
|
55203
55222
|
"locationInModule": {
|
|
55204
55223
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55205
|
-
"line":
|
|
55224
|
+
"line": 916
|
|
55206
55225
|
},
|
|
55207
55226
|
"name": "ignorePnpmfile",
|
|
55208
55227
|
"optional": true,
|
|
@@ -55222,7 +55241,7 @@
|
|
|
55222
55241
|
"immutable": true,
|
|
55223
55242
|
"locationInModule": {
|
|
55224
55243
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55225
|
-
"line":
|
|
55244
|
+
"line": 587
|
|
55226
55245
|
},
|
|
55227
55246
|
"name": "ignoreScripts",
|
|
55228
55247
|
"optional": true,
|
|
@@ -55242,7 +55261,7 @@
|
|
|
55242
55261
|
"immutable": true,
|
|
55243
55262
|
"locationInModule": {
|
|
55244
55263
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55245
|
-
"line":
|
|
55264
|
+
"line": 713
|
|
55246
55265
|
},
|
|
55247
55266
|
"name": "ignoreWorkspaceCycles",
|
|
55248
55267
|
"optional": true,
|
|
@@ -55262,7 +55281,7 @@
|
|
|
55262
55281
|
"immutable": true,
|
|
55263
55282
|
"locationInModule": {
|
|
55264
55283
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55265
|
-
"line":
|
|
55284
|
+
"line": 720
|
|
55266
55285
|
},
|
|
55267
55286
|
"name": "ignoreWorkspaceRootCheck",
|
|
55268
55287
|
"optional": true,
|
|
@@ -55282,7 +55301,7 @@
|
|
|
55282
55301
|
"immutable": true,
|
|
55283
55302
|
"locationInModule": {
|
|
55284
55303
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55285
|
-
"line":
|
|
55304
|
+
"line": 706
|
|
55286
55305
|
},
|
|
55287
55306
|
"name": "includeWorkspaceRoot",
|
|
55288
55307
|
"optional": true,
|
|
@@ -55302,7 +55321,7 @@
|
|
|
55302
55321
|
"immutable": true,
|
|
55303
55322
|
"locationInModule": {
|
|
55304
55323
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55305
|
-
"line":
|
|
55324
|
+
"line": 671
|
|
55306
55325
|
},
|
|
55307
55326
|
"name": "injectWorkspacePackages",
|
|
55308
55327
|
"optional": true,
|
|
@@ -55322,7 +55341,7 @@
|
|
|
55322
55341
|
"immutable": true,
|
|
55323
55342
|
"locationInModule": {
|
|
55324
55343
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55325
|
-
"line":
|
|
55344
|
+
"line": 390
|
|
55326
55345
|
},
|
|
55327
55346
|
"name": "key",
|
|
55328
55347
|
"optional": true,
|
|
@@ -55342,7 +55361,7 @@
|
|
|
55342
55361
|
"immutable": true,
|
|
55343
55362
|
"locationInModule": {
|
|
55344
55363
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55345
|
-
"line":
|
|
55364
|
+
"line": 664
|
|
55346
55365
|
},
|
|
55347
55366
|
"name": "linkWorkspacePackages",
|
|
55348
55367
|
"optional": true,
|
|
@@ -55362,7 +55381,7 @@
|
|
|
55362
55381
|
"immutable": true,
|
|
55363
55382
|
"locationInModule": {
|
|
55364
55383
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55365
|
-
"line":
|
|
55384
|
+
"line": 418
|
|
55366
55385
|
},
|
|
55367
55386
|
"name": "localAddress",
|
|
55368
55387
|
"optional": true,
|
|
@@ -55382,7 +55401,7 @@
|
|
|
55382
55401
|
"immutable": true,
|
|
55383
55402
|
"locationInModule": {
|
|
55384
55403
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55385
|
-
"line":
|
|
55404
|
+
"line": 320
|
|
55386
55405
|
},
|
|
55387
55406
|
"name": "lockfile",
|
|
55388
55407
|
"optional": true,
|
|
@@ -55402,7 +55421,7 @@
|
|
|
55402
55421
|
"immutable": true,
|
|
55403
55422
|
"locationInModule": {
|
|
55404
55423
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55405
|
-
"line":
|
|
55424
|
+
"line": 334
|
|
55406
55425
|
},
|
|
55407
55426
|
"name": "lockfileIncludeTarballUrl",
|
|
55408
55427
|
"optional": true,
|
|
@@ -55422,7 +55441,7 @@
|
|
|
55422
55441
|
"immutable": true,
|
|
55423
55442
|
"locationInModule": {
|
|
55424
55443
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55425
|
-
"line":
|
|
55444
|
+
"line": 523
|
|
55426
55445
|
},
|
|
55427
55446
|
"name": "loglevel",
|
|
55428
55447
|
"optional": true,
|
|
@@ -55442,7 +55461,7 @@
|
|
|
55442
55461
|
"immutable": true,
|
|
55443
55462
|
"locationInModule": {
|
|
55444
55463
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55445
|
-
"line":
|
|
55464
|
+
"line": 580
|
|
55446
55465
|
},
|
|
55447
55466
|
"name": "managePackageManagerVersions",
|
|
55448
55467
|
"optional": true,
|
|
@@ -55462,7 +55481,7 @@
|
|
|
55462
55481
|
"immutable": true,
|
|
55463
55482
|
"locationInModule": {
|
|
55464
55483
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55465
|
-
"line":
|
|
55484
|
+
"line": 425
|
|
55466
55485
|
},
|
|
55467
55486
|
"name": "maxsockets",
|
|
55468
55487
|
"optional": true,
|
|
@@ -55482,7 +55501,7 @@
|
|
|
55482
55501
|
"immutable": true,
|
|
55483
55502
|
"locationInModule": {
|
|
55484
55503
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55485
|
-
"line":
|
|
55504
|
+
"line": 348
|
|
55486
55505
|
},
|
|
55487
55506
|
"name": "mergeGitBranchLockfilesBranchPattern",
|
|
55488
55507
|
"optional": true,
|
|
@@ -55508,7 +55527,7 @@
|
|
|
55508
55527
|
"immutable": true,
|
|
55509
55528
|
"locationInModule": {
|
|
55510
55529
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55511
|
-
"line":
|
|
55530
|
+
"line": 958
|
|
55512
55531
|
},
|
|
55513
55532
|
"name": "minimumReleaseAge",
|
|
55514
55533
|
"optional": true,
|
|
@@ -55529,7 +55548,7 @@
|
|
|
55529
55548
|
"immutable": true,
|
|
55530
55549
|
"locationInModule": {
|
|
55531
55550
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55532
|
-
"line":
|
|
55551
|
+
"line": 965
|
|
55533
55552
|
},
|
|
55534
55553
|
"name": "minimumReleaseAgeExclude",
|
|
55535
55554
|
"optional": true,
|
|
@@ -55555,7 +55574,7 @@
|
|
|
55555
55574
|
"immutable": true,
|
|
55556
55575
|
"locationInModule": {
|
|
55557
55576
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55558
|
-
"line":
|
|
55577
|
+
"line": 1043
|
|
55559
55578
|
},
|
|
55560
55579
|
"name": "minimumReleaseAgeIgnoreMissingTime",
|
|
55561
55580
|
"optional": true,
|
|
@@ -55576,7 +55595,7 @@
|
|
|
55576
55595
|
"immutable": true,
|
|
55577
55596
|
"locationInModule": {
|
|
55578
55597
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55579
|
-
"line":
|
|
55598
|
+
"line": 973
|
|
55580
55599
|
},
|
|
55581
55600
|
"name": "minimumReleaseAgeStrict",
|
|
55582
55601
|
"optional": true,
|
|
@@ -55596,7 +55615,7 @@
|
|
|
55596
55615
|
"immutable": true,
|
|
55597
55616
|
"locationInModule": {
|
|
55598
55617
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55599
|
-
"line":
|
|
55618
|
+
"line": 278
|
|
55600
55619
|
},
|
|
55601
55620
|
"name": "modulesCacheMaxAge",
|
|
55602
55621
|
"optional": true,
|
|
@@ -55616,7 +55635,7 @@
|
|
|
55616
55635
|
"immutable": true,
|
|
55617
55636
|
"locationInModule": {
|
|
55618
55637
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55619
|
-
"line":
|
|
55638
|
+
"line": 229
|
|
55620
55639
|
},
|
|
55621
55640
|
"name": "modulesDir",
|
|
55622
55641
|
"optional": true,
|
|
@@ -55636,7 +55655,7 @@
|
|
|
55636
55655
|
"immutable": true,
|
|
55637
55656
|
"locationInModule": {
|
|
55638
55657
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55639
|
-
"line":
|
|
55658
|
+
"line": 446
|
|
55640
55659
|
},
|
|
55641
55660
|
"name": "networkConcurrency",
|
|
55642
55661
|
"optional": true,
|
|
@@ -55681,7 +55700,7 @@
|
|
|
55681
55700
|
"immutable": true,
|
|
55682
55701
|
"locationInModule": {
|
|
55683
55702
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55684
|
-
"line":
|
|
55703
|
+
"line": 1078
|
|
55685
55704
|
},
|
|
55686
55705
|
"name": "nodeDownloadMirrors",
|
|
55687
55706
|
"optional": true,
|
|
@@ -55706,7 +55725,7 @@
|
|
|
55706
55725
|
"immutable": true,
|
|
55707
55726
|
"locationInModule": {
|
|
55708
55727
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55709
|
-
"line":
|
|
55728
|
+
"line": 236
|
|
55710
55729
|
},
|
|
55711
55730
|
"name": "nodeLinker",
|
|
55712
55731
|
"optional": true,
|
|
@@ -55726,7 +55745,7 @@
|
|
|
55726
55745
|
"immutable": true,
|
|
55727
55746
|
"locationInModule": {
|
|
55728
55747
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55729
|
-
"line":
|
|
55748
|
+
"line": 629
|
|
55730
55749
|
},
|
|
55731
55750
|
"name": "nodeOptions",
|
|
55732
55751
|
"optional": true,
|
|
@@ -55746,7 +55765,7 @@
|
|
|
55746
55765
|
"immutable": true,
|
|
55747
55766
|
"locationInModule": {
|
|
55748
55767
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55749
|
-
"line":
|
|
55768
|
+
"line": 657
|
|
55750
55769
|
},
|
|
55751
55770
|
"name": "nodeVersion",
|
|
55752
55771
|
"optional": true,
|
|
@@ -55766,7 +55785,7 @@
|
|
|
55766
55785
|
"immutable": true,
|
|
55767
55786
|
"locationInModule": {
|
|
55768
55787
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55769
|
-
"line":
|
|
55788
|
+
"line": 432
|
|
55770
55789
|
},
|
|
55771
55790
|
"name": "noproxy",
|
|
55772
55791
|
"optional": true,
|
|
@@ -55786,7 +55805,7 @@
|
|
|
55786
55805
|
"immutable": true,
|
|
55787
55806
|
"locationInModule": {
|
|
55788
55807
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55789
|
-
"line":
|
|
55808
|
+
"line": 559
|
|
55790
55809
|
},
|
|
55791
55810
|
"name": "npmPath",
|
|
55792
55811
|
"optional": true,
|
|
@@ -55807,7 +55826,7 @@
|
|
|
55807
55826
|
"immutable": true,
|
|
55808
55827
|
"locationInModule": {
|
|
55809
55828
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55810
|
-
"line":
|
|
55829
|
+
"line": 1036
|
|
55811
55830
|
},
|
|
55812
55831
|
"name": "npmrcAuthFile",
|
|
55813
55832
|
"optional": true,
|
|
@@ -55873,7 +55892,7 @@
|
|
|
55873
55892
|
"immutable": true,
|
|
55874
55893
|
"locationInModule": {
|
|
55875
55894
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55876
|
-
"line":
|
|
55895
|
+
"line": 867
|
|
55877
55896
|
},
|
|
55878
55897
|
"name": "optimisticRepeatInstall",
|
|
55879
55898
|
"optional": true,
|
|
@@ -55933,7 +55952,7 @@
|
|
|
55933
55952
|
"immutable": true,
|
|
55934
55953
|
"locationInModule": {
|
|
55935
55954
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55936
|
-
"line":
|
|
55955
|
+
"line": 271
|
|
55937
55956
|
},
|
|
55938
55957
|
"name": "packageImportMethod",
|
|
55939
55958
|
"optional": true,
|
|
@@ -55953,7 +55972,7 @@
|
|
|
55953
55972
|
"immutable": true,
|
|
55954
55973
|
"locationInModule": {
|
|
55955
55974
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55956
|
-
"line":
|
|
55975
|
+
"line": 566
|
|
55957
55976
|
},
|
|
55958
55977
|
"name": "packageManagerStrict",
|
|
55959
55978
|
"optional": true,
|
|
@@ -55973,7 +55992,7 @@
|
|
|
55973
55992
|
"immutable": true,
|
|
55974
55993
|
"locationInModule": {
|
|
55975
55994
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
55976
|
-
"line":
|
|
55995
|
+
"line": 573
|
|
55977
55996
|
},
|
|
55978
55997
|
"name": "packageManagerStrictVersion",
|
|
55979
55998
|
"optional": true,
|
|
@@ -56044,7 +56063,7 @@
|
|
|
56044
56063
|
"immutable": true,
|
|
56045
56064
|
"locationInModule": {
|
|
56046
56065
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56047
|
-
"line":
|
|
56066
|
+
"line": 923
|
|
56048
56067
|
},
|
|
56049
56068
|
"name": "patchesDir",
|
|
56050
56069
|
"optional": true,
|
|
@@ -56084,7 +56103,7 @@
|
|
|
56084
56103
|
"immutable": true,
|
|
56085
56104
|
"locationInModule": {
|
|
56086
56105
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56087
|
-
"line":
|
|
56106
|
+
"line": 355
|
|
56088
56107
|
},
|
|
56089
56108
|
"name": "peersSuffixMaxLength",
|
|
56090
56109
|
"optional": true,
|
|
@@ -56104,7 +56123,7 @@
|
|
|
56104
56123
|
"immutable": true,
|
|
56105
56124
|
"locationInModule": {
|
|
56106
56125
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56107
|
-
"line":
|
|
56126
|
+
"line": 1064
|
|
56108
56127
|
},
|
|
56109
56128
|
"name": "pmOnFail",
|
|
56110
56129
|
"optional": true,
|
|
@@ -56124,7 +56143,7 @@
|
|
|
56124
56143
|
"immutable": true,
|
|
56125
56144
|
"locationInModule": {
|
|
56126
56145
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56127
|
-
"line":
|
|
56146
|
+
"line": 902
|
|
56128
56147
|
},
|
|
56129
56148
|
"name": "pnpmfile",
|
|
56130
56149
|
"optional": true,
|
|
@@ -56144,7 +56163,7 @@
|
|
|
56144
56163
|
"immutable": true,
|
|
56145
56164
|
"locationInModule": {
|
|
56146
56165
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56147
|
-
"line":
|
|
56166
|
+
"line": 327
|
|
56148
56167
|
},
|
|
56149
56168
|
"name": "preferFrozenLockfile",
|
|
56150
56169
|
"optional": true,
|
|
@@ -56165,7 +56184,7 @@
|
|
|
56165
56184
|
"immutable": true,
|
|
56166
56185
|
"locationInModule": {
|
|
56167
56186
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56168
|
-
"line":
|
|
56187
|
+
"line": 980
|
|
56169
56188
|
},
|
|
56170
56189
|
"name": "preferOffline",
|
|
56171
56190
|
"optional": true,
|
|
@@ -56185,7 +56204,7 @@
|
|
|
56185
56204
|
"immutable": true,
|
|
56186
56205
|
"locationInModule": {
|
|
56187
56206
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56188
|
-
"line":
|
|
56207
|
+
"line": 811
|
|
56189
56208
|
},
|
|
56190
56209
|
"name": "preferSymlinkedExecutables",
|
|
56191
56210
|
"optional": true,
|
|
@@ -56205,7 +56224,7 @@
|
|
|
56205
56224
|
"immutable": true,
|
|
56206
56225
|
"locationInModule": {
|
|
56207
56226
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56208
|
-
"line":
|
|
56227
|
+
"line": 685
|
|
56209
56228
|
},
|
|
56210
56229
|
"name": "preferWorkspacePackages",
|
|
56211
56230
|
"optional": true,
|
|
@@ -56225,7 +56244,7 @@
|
|
|
56225
56244
|
"immutable": true,
|
|
56226
56245
|
"locationInModule": {
|
|
56227
56246
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56228
|
-
"line":
|
|
56247
|
+
"line": 895
|
|
56229
56248
|
},
|
|
56230
56249
|
"name": "provenance",
|
|
56231
56250
|
"optional": true,
|
|
@@ -56246,7 +56265,7 @@
|
|
|
56246
56265
|
"immutable": true,
|
|
56247
56266
|
"locationInModule": {
|
|
56248
56267
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56249
|
-
"line":
|
|
56268
|
+
"line": 411
|
|
56250
56269
|
},
|
|
56251
56270
|
"name": "proxy",
|
|
56252
56271
|
"optional": true,
|
|
@@ -56266,7 +56285,7 @@
|
|
|
56266
56285
|
"immutable": true,
|
|
56267
56286
|
"locationInModule": {
|
|
56268
56287
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56269
|
-
"line":
|
|
56288
|
+
"line": 215
|
|
56270
56289
|
},
|
|
56271
56290
|
"name": "publicHoistPattern",
|
|
56272
56291
|
"optional": true,
|
|
@@ -56291,7 +56310,7 @@
|
|
|
56291
56310
|
"immutable": true,
|
|
56292
56311
|
"locationInModule": {
|
|
56293
56312
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56294
|
-
"line":
|
|
56313
|
+
"line": 888
|
|
56295
56314
|
},
|
|
56296
56315
|
"name": "publishBranch",
|
|
56297
56316
|
"optional": true,
|
|
@@ -56311,7 +56330,7 @@
|
|
|
56311
56330
|
"immutable": true,
|
|
56312
56331
|
"locationInModule": {
|
|
56313
56332
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56314
|
-
"line":
|
|
56333
|
+
"line": 545
|
|
56315
56334
|
},
|
|
56316
56335
|
"name": "recursiveInstall",
|
|
56317
56336
|
"optional": true,
|
|
@@ -56331,7 +56350,7 @@
|
|
|
56331
56350
|
"immutable": true,
|
|
56332
56351
|
"locationInModule": {
|
|
56333
56352
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56334
|
-
"line":
|
|
56353
|
+
"line": 1050
|
|
56335
56354
|
},
|
|
56336
56355
|
"name": "registries",
|
|
56337
56356
|
"optional": true,
|
|
@@ -56356,7 +56375,7 @@
|
|
|
56356
56375
|
"immutable": true,
|
|
56357
56376
|
"locationInModule": {
|
|
56358
56377
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56359
|
-
"line":
|
|
56378
|
+
"line": 362
|
|
56360
56379
|
},
|
|
56361
56380
|
"name": "registry",
|
|
56362
56381
|
"optional": true,
|
|
@@ -56376,7 +56395,7 @@
|
|
|
56376
56395
|
"immutable": true,
|
|
56377
56396
|
"locationInModule": {
|
|
56378
56397
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56379
|
-
"line":
|
|
56398
|
+
"line": 832
|
|
56380
56399
|
},
|
|
56381
56400
|
"name": "registrySupportsTimeField",
|
|
56382
56401
|
"optional": true,
|
|
@@ -56397,7 +56416,7 @@
|
|
|
56397
56416
|
"immutable": true,
|
|
56398
56417
|
"locationInModule": {
|
|
56399
56418
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56400
|
-
"line":
|
|
56419
|
+
"line": 531
|
|
56401
56420
|
},
|
|
56402
56421
|
"name": "reporter",
|
|
56403
56422
|
"optional": true,
|
|
@@ -56417,7 +56436,7 @@
|
|
|
56417
56436
|
"immutable": true,
|
|
56418
56437
|
"locationInModule": {
|
|
56419
56438
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56420
|
-
"line":
|
|
56439
|
+
"line": 168
|
|
56421
56440
|
},
|
|
56422
56441
|
"name": "requiredScripts",
|
|
56423
56442
|
"optional": true,
|
|
@@ -56442,7 +56461,7 @@
|
|
|
56442
56461
|
"immutable": true,
|
|
56443
56462
|
"locationInModule": {
|
|
56444
56463
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56445
|
-
"line":
|
|
56464
|
+
"line": 825
|
|
56446
56465
|
},
|
|
56447
56466
|
"name": "resolutionMode",
|
|
56448
56467
|
"optional": true,
|
|
@@ -56462,7 +56481,7 @@
|
|
|
56462
56481
|
"immutable": true,
|
|
56463
56482
|
"locationInModule": {
|
|
56464
56483
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56465
|
-
"line":
|
|
56484
|
+
"line": 509
|
|
56466
56485
|
},
|
|
56467
56486
|
"name": "resolvePeersFromWorkspaceRoot",
|
|
56468
56487
|
"optional": true,
|
|
@@ -56482,7 +56501,7 @@
|
|
|
56482
56501
|
"immutable": true,
|
|
56483
56502
|
"locationInModule": {
|
|
56484
56503
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56485
|
-
"line":
|
|
56504
|
+
"line": 1071
|
|
56486
56505
|
},
|
|
56487
56506
|
"name": "runtimeOnFail",
|
|
56488
56507
|
"optional": true,
|
|
@@ -56502,7 +56521,7 @@
|
|
|
56502
56521
|
"immutable": true,
|
|
56503
56522
|
"locationInModule": {
|
|
56504
56523
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56505
|
-
"line":
|
|
56524
|
+
"line": 951
|
|
56506
56525
|
},
|
|
56507
56526
|
"name": "saveExact",
|
|
56508
56527
|
"optional": true,
|
|
@@ -56522,7 +56541,7 @@
|
|
|
56522
56541
|
"immutable": true,
|
|
56523
56542
|
"locationInModule": {
|
|
56524
56543
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56525
|
-
"line":
|
|
56544
|
+
"line": 755
|
|
56526
56545
|
},
|
|
56527
56546
|
"name": "savePrefix",
|
|
56528
56547
|
"optional": true,
|
|
@@ -56542,7 +56561,7 @@
|
|
|
56542
56561
|
"immutable": true,
|
|
56543
56562
|
"locationInModule": {
|
|
56544
56563
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56545
|
-
"line":
|
|
56564
|
+
"line": 699
|
|
56546
56565
|
},
|
|
56547
56566
|
"name": "saveWorkspaceProtocol",
|
|
56548
56567
|
"optional": true,
|
|
@@ -56562,7 +56581,7 @@
|
|
|
56562
56581
|
"immutable": true,
|
|
56563
56582
|
"locationInModule": {
|
|
56564
56583
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56565
|
-
"line":
|
|
56584
|
+
"line": 937
|
|
56566
56585
|
},
|
|
56567
56586
|
"name": "scriptShell",
|
|
56568
56587
|
"optional": true,
|
|
@@ -56582,7 +56601,7 @@
|
|
|
56582
56601
|
"immutable": true,
|
|
56583
56602
|
"locationInModule": {
|
|
56584
56603
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56585
|
-
"line":
|
|
56604
|
+
"line": 222
|
|
56586
56605
|
},
|
|
56587
56606
|
"name": "shamefullyHoist",
|
|
56588
56607
|
"optional": true,
|
|
@@ -56602,7 +56621,7 @@
|
|
|
56602
56621
|
"immutable": true,
|
|
56603
56622
|
"locationInModule": {
|
|
56604
56623
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56605
|
-
"line":
|
|
56624
|
+
"line": 692
|
|
56606
56625
|
},
|
|
56607
56626
|
"name": "sharedWorkspaceLockfile",
|
|
56608
56627
|
"optional": true,
|
|
@@ -56622,7 +56641,7 @@
|
|
|
56622
56641
|
"immutable": true,
|
|
56623
56642
|
"locationInModule": {
|
|
56624
56643
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56625
|
-
"line":
|
|
56644
|
+
"line": 944
|
|
56626
56645
|
},
|
|
56627
56646
|
"name": "shellEmulator",
|
|
56628
56647
|
"optional": true,
|
|
@@ -56642,7 +56661,7 @@
|
|
|
56642
56661
|
"immutable": true,
|
|
56643
56662
|
"locationInModule": {
|
|
56644
56663
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56645
|
-
"line":
|
|
56664
|
+
"line": 608
|
|
56646
56665
|
},
|
|
56647
56666
|
"name": "sideEffectsCache",
|
|
56648
56667
|
"optional": true,
|
|
@@ -56662,7 +56681,7 @@
|
|
|
56662
56681
|
"immutable": true,
|
|
56663
56682
|
"locationInModule": {
|
|
56664
56683
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56665
|
-
"line":
|
|
56684
|
+
"line": 615
|
|
56666
56685
|
},
|
|
56667
56686
|
"name": "sideEffectsCacheReadonly",
|
|
56668
56687
|
"optional": true,
|
|
@@ -56682,7 +56701,7 @@
|
|
|
56682
56701
|
"immutable": true,
|
|
56683
56702
|
"locationInModule": {
|
|
56684
56703
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56685
|
-
"line":
|
|
56704
|
+
"line": 783
|
|
56686
56705
|
},
|
|
56687
56706
|
"name": "stateDir",
|
|
56688
56707
|
"optional": true,
|
|
@@ -56702,7 +56721,7 @@
|
|
|
56702
56721
|
"immutable": true,
|
|
56703
56722
|
"locationInModule": {
|
|
56704
56723
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56705
|
-
"line":
|
|
56724
|
+
"line": 292
|
|
56706
56725
|
},
|
|
56707
56726
|
"name": "storeDir",
|
|
56708
56727
|
"optional": true,
|
|
@@ -56722,7 +56741,7 @@
|
|
|
56722
56741
|
"immutable": true,
|
|
56723
56742
|
"locationInModule": {
|
|
56724
56743
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56725
|
-
"line":
|
|
56744
|
+
"line": 643
|
|
56726
56745
|
},
|
|
56727
56746
|
"name": "strictDepBuilds",
|
|
56728
56747
|
"optional": true,
|
|
@@ -56742,7 +56761,7 @@
|
|
|
56742
56761
|
"immutable": true,
|
|
56743
56762
|
"locationInModule": {
|
|
56744
56763
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56745
|
-
"line":
|
|
56764
|
+
"line": 502
|
|
56746
56765
|
},
|
|
56747
56766
|
"name": "strictPeerDependencies",
|
|
56748
56767
|
"optional": true,
|
|
@@ -56762,7 +56781,7 @@
|
|
|
56762
56781
|
"immutable": true,
|
|
56763
56782
|
"locationInModule": {
|
|
56764
56783
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56765
|
-
"line":
|
|
56784
|
+
"line": 439
|
|
56766
56785
|
},
|
|
56767
56786
|
"name": "strictSsl",
|
|
56768
56787
|
"optional": true,
|
|
@@ -56782,7 +56801,7 @@
|
|
|
56782
56801
|
"immutable": true,
|
|
56783
56802
|
"locationInModule": {
|
|
56784
56803
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56785
|
-
"line":
|
|
56804
|
+
"line": 306
|
|
56786
56805
|
},
|
|
56787
56806
|
"name": "strictStorePkgContentCheck",
|
|
56788
56807
|
"optional": true,
|
|
@@ -56802,7 +56821,7 @@
|
|
|
56802
56821
|
"immutable": true,
|
|
56803
56822
|
"locationInModule": {
|
|
56804
56823
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56805
|
-
"line":
|
|
56824
|
+
"line": 175
|
|
56806
56825
|
},
|
|
56807
56826
|
"name": "supportedArchitectures",
|
|
56808
56827
|
"optional": true,
|
|
@@ -56823,7 +56842,7 @@
|
|
|
56823
56842
|
"immutable": true,
|
|
56824
56843
|
"locationInModule": {
|
|
56825
56844
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56826
|
-
"line":
|
|
56845
|
+
"line": 243
|
|
56827
56846
|
},
|
|
56828
56847
|
"name": "symlink",
|
|
56829
56848
|
"optional": true,
|
|
@@ -56843,7 +56862,7 @@
|
|
|
56843
56862
|
"immutable": true,
|
|
56844
56863
|
"locationInModule": {
|
|
56845
56864
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56846
|
-
"line":
|
|
56865
|
+
"line": 678
|
|
56847
56866
|
},
|
|
56848
56867
|
"name": "syncInjectedDepsAfterScripts",
|
|
56849
56868
|
"optional": true,
|
|
@@ -56868,7 +56887,7 @@
|
|
|
56868
56887
|
"immutable": true,
|
|
56869
56888
|
"locationInModule": {
|
|
56870
56889
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56871
|
-
"line":
|
|
56890
|
+
"line": 762
|
|
56872
56891
|
},
|
|
56873
56892
|
"name": "tag",
|
|
56874
56893
|
"optional": true,
|
|
@@ -56889,7 +56908,7 @@
|
|
|
56889
56908
|
"immutable": true,
|
|
56890
56909
|
"locationInModule": {
|
|
56891
56910
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56892
|
-
"line":
|
|
56911
|
+
"line": 1085
|
|
56893
56912
|
},
|
|
56894
56913
|
"name": "trustLockfile",
|
|
56895
56914
|
"optional": true,
|
|
@@ -56910,7 +56929,7 @@
|
|
|
56910
56929
|
"immutable": true,
|
|
56911
56930
|
"locationInModule": {
|
|
56912
56931
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56913
|
-
"line":
|
|
56932
|
+
"line": 987
|
|
56914
56933
|
},
|
|
56915
56934
|
"name": "trustPolicy",
|
|
56916
56935
|
"optional": true,
|
|
@@ -56930,7 +56949,7 @@
|
|
|
56930
56949
|
"immutable": true,
|
|
56931
56950
|
"locationInModule": {
|
|
56932
56951
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56933
|
-
"line":
|
|
56952
|
+
"line": 994
|
|
56934
56953
|
},
|
|
56935
56954
|
"name": "trustPolicyExclude",
|
|
56936
56955
|
"optional": true,
|
|
@@ -56956,7 +56975,7 @@
|
|
|
56956
56975
|
"immutable": true,
|
|
56957
56976
|
"locationInModule": {
|
|
56958
56977
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56959
|
-
"line":
|
|
56978
|
+
"line": 1015
|
|
56960
56979
|
},
|
|
56961
56980
|
"name": "trustPolicyIgnoreAfter",
|
|
56962
56981
|
"optional": true,
|
|
@@ -56977,7 +56996,7 @@
|
|
|
56977
56996
|
"immutable": true,
|
|
56978
56997
|
"locationInModule": {
|
|
56979
56998
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56980
|
-
"line":
|
|
56999
|
+
"line": 622
|
|
56981
57000
|
},
|
|
56982
57001
|
"name": "unsafePerm",
|
|
56983
57002
|
"optional": true,
|
|
@@ -56989,7 +57008,7 @@
|
|
|
56989
57008
|
"abstract": true,
|
|
56990
57009
|
"docs": {
|
|
56991
57010
|
"custom": {
|
|
56992
|
-
"schema": "PnpmWorkspaceYamlSchema#
|
|
57011
|
+
"schema": "PnpmWorkspaceYamlSchema#update"
|
|
56993
57012
|
},
|
|
56994
57013
|
"stability": "experimental"
|
|
56995
57014
|
},
|
|
@@ -56998,6 +57017,25 @@
|
|
|
56998
57017
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
56999
57018
|
"line": 139
|
|
57000
57019
|
},
|
|
57020
|
+
"name": "update",
|
|
57021
|
+
"optional": true,
|
|
57022
|
+
"type": {
|
|
57023
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaUpdate"
|
|
57024
|
+
}
|
|
57025
|
+
},
|
|
57026
|
+
{
|
|
57027
|
+
"abstract": true,
|
|
57028
|
+
"docs": {
|
|
57029
|
+
"custom": {
|
|
57030
|
+
"schema": "PnpmWorkspaceYamlSchema#updateConfig"
|
|
57031
|
+
},
|
|
57032
|
+
"stability": "experimental"
|
|
57033
|
+
},
|
|
57034
|
+
"immutable": true,
|
|
57035
|
+
"locationInModule": {
|
|
57036
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57037
|
+
"line": 144
|
|
57038
|
+
},
|
|
57001
57039
|
"name": "updateConfig",
|
|
57002
57040
|
"optional": true,
|
|
57003
57041
|
"type": {
|
|
@@ -57016,7 +57054,7 @@
|
|
|
57016
57054
|
"immutable": true,
|
|
57017
57055
|
"locationInModule": {
|
|
57018
57056
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57019
|
-
"line":
|
|
57057
|
+
"line": 804
|
|
57020
57058
|
},
|
|
57021
57059
|
"name": "updateNotifier",
|
|
57022
57060
|
"optional": true,
|
|
@@ -57036,7 +57074,7 @@
|
|
|
57036
57074
|
"immutable": true,
|
|
57037
57075
|
"locationInModule": {
|
|
57038
57076
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57039
|
-
"line":
|
|
57077
|
+
"line": 538
|
|
57040
57078
|
},
|
|
57041
57079
|
"name": "useBetaCli",
|
|
57042
57080
|
"optional": true,
|
|
@@ -57056,7 +57094,7 @@
|
|
|
57056
57094
|
"immutable": true,
|
|
57057
57095
|
"locationInModule": {
|
|
57058
57096
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57059
|
-
"line":
|
|
57097
|
+
"line": 650
|
|
57060
57098
|
},
|
|
57061
57099
|
"name": "useNodeVersion",
|
|
57062
57100
|
"optional": true,
|
|
@@ -57076,7 +57114,7 @@
|
|
|
57076
57114
|
"immutable": true,
|
|
57077
57115
|
"locationInModule": {
|
|
57078
57116
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57079
|
-
"line":
|
|
57117
|
+
"line": 797
|
|
57080
57118
|
},
|
|
57081
57119
|
"name": "useStderr",
|
|
57082
57120
|
"optional": true,
|
|
@@ -57096,7 +57134,7 @@
|
|
|
57096
57134
|
"immutable": true,
|
|
57097
57135
|
"locationInModule": {
|
|
57098
57136
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57099
|
-
"line":
|
|
57137
|
+
"line": 636
|
|
57100
57138
|
},
|
|
57101
57139
|
"name": "verifyDepsBeforeRun",
|
|
57102
57140
|
"optional": true,
|
|
@@ -57116,7 +57154,7 @@
|
|
|
57116
57154
|
"immutable": true,
|
|
57117
57155
|
"locationInModule": {
|
|
57118
57156
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57119
|
-
"line":
|
|
57157
|
+
"line": 299
|
|
57120
57158
|
},
|
|
57121
57159
|
"name": "verifyStoreIntegrity",
|
|
57122
57160
|
"optional": true,
|
|
@@ -57136,7 +57174,7 @@
|
|
|
57136
57174
|
"immutable": true,
|
|
57137
57175
|
"locationInModule": {
|
|
57138
57176
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57139
|
-
"line":
|
|
57177
|
+
"line": 257
|
|
57140
57178
|
},
|
|
57141
57179
|
"name": "virtualStoreDir",
|
|
57142
57180
|
"optional": true,
|
|
@@ -57156,7 +57194,7 @@
|
|
|
57156
57194
|
"immutable": true,
|
|
57157
57195
|
"locationInModule": {
|
|
57158
57196
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57159
|
-
"line":
|
|
57197
|
+
"line": 264
|
|
57160
57198
|
},
|
|
57161
57199
|
"name": "virtualStoreDirMaxLength",
|
|
57162
57200
|
"optional": true,
|
|
@@ -57177,7 +57215,7 @@
|
|
|
57177
57215
|
"immutable": true,
|
|
57178
57216
|
"locationInModule": {
|
|
57179
57217
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57180
|
-
"line":
|
|
57218
|
+
"line": 1057
|
|
57181
57219
|
},
|
|
57182
57220
|
"name": "virtualStoreOnly",
|
|
57183
57221
|
"optional": true,
|
|
@@ -57198,7 +57236,7 @@
|
|
|
57198
57236
|
"immutable": true,
|
|
57199
57237
|
"locationInModule": {
|
|
57200
57238
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57201
|
-
"line":
|
|
57239
|
+
"line": 734
|
|
57202
57240
|
},
|
|
57203
57241
|
"name": "workspaceConcurrency",
|
|
57204
57242
|
"optional": true,
|
|
@@ -57209,6 +57247,72 @@
|
|
|
57209
57247
|
],
|
|
57210
57248
|
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchema"
|
|
57211
57249
|
},
|
|
57250
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaAudit": {
|
|
57251
|
+
"assembly": "projen",
|
|
57252
|
+
"datatype": true,
|
|
57253
|
+
"docs": {
|
|
57254
|
+
"custom": {
|
|
57255
|
+
"schema": "PnpmWorkspaceYamlSchemaAudit"
|
|
57256
|
+
},
|
|
57257
|
+
"stability": "experimental"
|
|
57258
|
+
},
|
|
57259
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaAudit",
|
|
57260
|
+
"kind": "interface",
|
|
57261
|
+
"locationInModule": {
|
|
57262
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57263
|
+
"line": 1403
|
|
57264
|
+
},
|
|
57265
|
+
"name": "PnpmWorkspaceYamlSchemaAudit",
|
|
57266
|
+
"namespace": "javascript",
|
|
57267
|
+
"properties": [
|
|
57268
|
+
{
|
|
57269
|
+
"abstract": true,
|
|
57270
|
+
"docs": {
|
|
57271
|
+
"custom": {
|
|
57272
|
+
"schema": "PnpmWorkspaceYamlSchemaAudit#ignore"
|
|
57273
|
+
},
|
|
57274
|
+
"stability": "experimental",
|
|
57275
|
+
"summary": "A list of GHSA codes that will be ignored by pnpm audit."
|
|
57276
|
+
},
|
|
57277
|
+
"immutable": true,
|
|
57278
|
+
"locationInModule": {
|
|
57279
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57280
|
+
"line": 1416
|
|
57281
|
+
},
|
|
57282
|
+
"name": "ignore",
|
|
57283
|
+
"optional": true,
|
|
57284
|
+
"type": {
|
|
57285
|
+
"collection": {
|
|
57286
|
+
"elementtype": {
|
|
57287
|
+
"primitive": "string"
|
|
57288
|
+
},
|
|
57289
|
+
"kind": "array"
|
|
57290
|
+
}
|
|
57291
|
+
}
|
|
57292
|
+
},
|
|
57293
|
+
{
|
|
57294
|
+
"abstract": true,
|
|
57295
|
+
"docs": {
|
|
57296
|
+
"custom": {
|
|
57297
|
+
"schema": "PnpmWorkspaceYamlSchemaAudit#level"
|
|
57298
|
+
},
|
|
57299
|
+
"stability": "experimental",
|
|
57300
|
+
"summary": "Only print advisories with severity greater than or equal to this level."
|
|
57301
|
+
},
|
|
57302
|
+
"immutable": true,
|
|
57303
|
+
"locationInModule": {
|
|
57304
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57305
|
+
"line": 1409
|
|
57306
|
+
},
|
|
57307
|
+
"name": "level",
|
|
57308
|
+
"optional": true,
|
|
57309
|
+
"type": {
|
|
57310
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaAuditLevel"
|
|
57311
|
+
}
|
|
57312
|
+
}
|
|
57313
|
+
],
|
|
57314
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaAudit"
|
|
57315
|
+
},
|
|
57212
57316
|
"projen.javascript.PnpmWorkspaceYamlSchemaAuditConfig": {
|
|
57213
57317
|
"assembly": "projen",
|
|
57214
57318
|
"datatype": true,
|
|
@@ -57222,7 +57326,7 @@
|
|
|
57222
57326
|
"kind": "interface",
|
|
57223
57327
|
"locationInModule": {
|
|
57224
57328
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57225
|
-
"line":
|
|
57329
|
+
"line": 1438
|
|
57226
57330
|
},
|
|
57227
57331
|
"name": "PnpmWorkspaceYamlSchemaAuditConfig",
|
|
57228
57332
|
"namespace": "javascript",
|
|
@@ -57239,7 +57343,7 @@
|
|
|
57239
57343
|
"immutable": true,
|
|
57240
57344
|
"locationInModule": {
|
|
57241
57345
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57242
|
-
"line":
|
|
57346
|
+
"line": 1444
|
|
57243
57347
|
},
|
|
57244
57348
|
"name": "ignoreCves",
|
|
57245
57349
|
"optional": true,
|
|
@@ -57264,7 +57368,7 @@
|
|
|
57264
57368
|
"immutable": true,
|
|
57265
57369
|
"locationInModule": {
|
|
57266
57370
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57267
|
-
"line":
|
|
57371
|
+
"line": 1451
|
|
57268
57372
|
},
|
|
57269
57373
|
"name": "ignoreGhsas",
|
|
57270
57374
|
"optional": true,
|
|
@@ -57286,15 +57390,14 @@
|
|
|
57286
57390
|
"custom": {
|
|
57287
57391
|
"schema": "PnpmWorkspaceYamlSchemaAuditLevel"
|
|
57288
57392
|
},
|
|
57289
|
-
"remarks": "When set to 'low', all vulnerabilities are reported. When set to 'moderate', 'high', or 'critical', only vulnerabilities with that severity or higher are reported.",
|
|
57290
57393
|
"stability": "experimental",
|
|
57291
|
-
"summary": "
|
|
57394
|
+
"summary": "Only print advisories with severity greater than or equal to this level."
|
|
57292
57395
|
},
|
|
57293
57396
|
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaAuditLevel",
|
|
57294
57397
|
"kind": "enum",
|
|
57295
57398
|
"locationInModule": {
|
|
57296
57399
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57297
|
-
"line":
|
|
57400
|
+
"line": 1692
|
|
57298
57401
|
},
|
|
57299
57402
|
"members": [
|
|
57300
57403
|
{
|
|
@@ -57343,7 +57446,7 @@
|
|
|
57343
57446
|
"kind": "enum",
|
|
57344
57447
|
"locationInModule": {
|
|
57345
57448
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57346
|
-
"line":
|
|
57449
|
+
"line": 1270
|
|
57347
57450
|
},
|
|
57348
57451
|
"members": [
|
|
57349
57452
|
{
|
|
@@ -57385,7 +57488,7 @@
|
|
|
57385
57488
|
"kind": "enum",
|
|
57386
57489
|
"locationInModule": {
|
|
57387
57490
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57388
|
-
"line":
|
|
57491
|
+
"line": 1573
|
|
57389
57492
|
},
|
|
57390
57493
|
"members": [
|
|
57391
57494
|
{
|
|
@@ -57427,7 +57530,7 @@
|
|
|
57427
57530
|
"kind": "interface",
|
|
57428
57531
|
"locationInModule": {
|
|
57429
57532
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57430
|
-
"line":
|
|
57533
|
+
"line": 1512
|
|
57431
57534
|
},
|
|
57432
57535
|
"name": "PnpmWorkspaceYamlSchemaExecutionEnv",
|
|
57433
57536
|
"namespace": "javascript",
|
|
@@ -57444,7 +57547,7 @@
|
|
|
57444
57547
|
"immutable": true,
|
|
57445
57548
|
"locationInModule": {
|
|
57446
57549
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57447
|
-
"line":
|
|
57550
|
+
"line": 1518
|
|
57448
57551
|
},
|
|
57449
57552
|
"name": "nodeVersion",
|
|
57450
57553
|
"optional": true,
|
|
@@ -57469,7 +57572,7 @@
|
|
|
57469
57572
|
"kind": "enum",
|
|
57470
57573
|
"locationInModule": {
|
|
57471
57574
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57472
|
-
"line":
|
|
57575
|
+
"line": 1740
|
|
57473
57576
|
},
|
|
57474
57577
|
"members": [
|
|
57475
57578
|
{
|
|
@@ -57511,7 +57614,7 @@
|
|
|
57511
57614
|
"kind": "class",
|
|
57512
57615
|
"locationInModule": {
|
|
57513
57616
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57514
|
-
"line":
|
|
57617
|
+
"line": 1620
|
|
57515
57618
|
},
|
|
57516
57619
|
"methods": [
|
|
57517
57620
|
{
|
|
@@ -57520,7 +57623,7 @@
|
|
|
57520
57623
|
},
|
|
57521
57624
|
"locationInModule": {
|
|
57522
57625
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57523
|
-
"line":
|
|
57626
|
+
"line": 1621
|
|
57524
57627
|
},
|
|
57525
57628
|
"name": "fromBoolean",
|
|
57526
57629
|
"parameters": [
|
|
@@ -57544,7 +57647,7 @@
|
|
|
57544
57647
|
},
|
|
57545
57648
|
"locationInModule": {
|
|
57546
57649
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57547
|
-
"line":
|
|
57650
|
+
"line": 1624
|
|
57548
57651
|
},
|
|
57549
57652
|
"name": "fromString",
|
|
57550
57653
|
"parameters": [
|
|
@@ -57573,7 +57676,7 @@
|
|
|
57573
57676
|
"immutable": true,
|
|
57574
57677
|
"locationInModule": {
|
|
57575
57678
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57576
|
-
"line":
|
|
57679
|
+
"line": 1627
|
|
57577
57680
|
},
|
|
57578
57681
|
"name": "value",
|
|
57579
57682
|
"type": {
|
|
@@ -57605,7 +57708,7 @@
|
|
|
57605
57708
|
"kind": "enum",
|
|
57606
57709
|
"locationInModule": {
|
|
57607
57710
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57608
|
-
"line":
|
|
57711
|
+
"line": 1587
|
|
57609
57712
|
},
|
|
57610
57713
|
"members": [
|
|
57611
57714
|
{
|
|
@@ -57654,7 +57757,7 @@
|
|
|
57654
57757
|
"kind": "enum",
|
|
57655
57758
|
"locationInModule": {
|
|
57656
57759
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57657
|
-
"line":
|
|
57760
|
+
"line": 1541
|
|
57658
57761
|
},
|
|
57659
57762
|
"members": [
|
|
57660
57763
|
{
|
|
@@ -57696,7 +57799,7 @@
|
|
|
57696
57799
|
"kind": "enum",
|
|
57697
57800
|
"locationInModule": {
|
|
57698
57801
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57699
|
-
"line":
|
|
57802
|
+
"line": 1555
|
|
57700
57803
|
},
|
|
57701
57804
|
"members": [
|
|
57702
57805
|
{
|
|
@@ -57752,7 +57855,7 @@
|
|
|
57752
57855
|
"kind": "interface",
|
|
57753
57856
|
"locationInModule": {
|
|
57754
57857
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57755
|
-
"line":
|
|
57858
|
+
"line": 1282
|
|
57756
57859
|
},
|
|
57757
57860
|
"name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
|
|
57758
57861
|
"namespace": "javascript",
|
|
@@ -57769,7 +57872,7 @@
|
|
|
57769
57872
|
"immutable": true,
|
|
57770
57873
|
"locationInModule": {
|
|
57771
57874
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57772
|
-
"line":
|
|
57875
|
+
"line": 1302
|
|
57773
57876
|
},
|
|
57774
57877
|
"name": "allowAny",
|
|
57775
57878
|
"optional": true,
|
|
@@ -57794,7 +57897,7 @@
|
|
|
57794
57897
|
"immutable": true,
|
|
57795
57898
|
"locationInModule": {
|
|
57796
57899
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57797
|
-
"line":
|
|
57900
|
+
"line": 1295
|
|
57798
57901
|
},
|
|
57799
57902
|
"name": "allowedVersions",
|
|
57800
57903
|
"optional": true,
|
|
@@ -57814,7 +57917,7 @@
|
|
|
57814
57917
|
"immutable": true,
|
|
57815
57918
|
"locationInModule": {
|
|
57816
57919
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57817
|
-
"line":
|
|
57920
|
+
"line": 1288
|
|
57818
57921
|
},
|
|
57819
57922
|
"name": "ignoreMissing",
|
|
57820
57923
|
"optional": true,
|
|
@@ -57843,7 +57946,7 @@
|
|
|
57843
57946
|
"kind": "enum",
|
|
57844
57947
|
"locationInModule": {
|
|
57845
57948
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57846
|
-
"line":
|
|
57949
|
+
"line": 1708
|
|
57847
57950
|
},
|
|
57848
57951
|
"members": [
|
|
57849
57952
|
{
|
|
@@ -57893,7 +57996,7 @@
|
|
|
57893
57996
|
"kind": "enum",
|
|
57894
57997
|
"locationInModule": {
|
|
57895
57998
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57896
|
-
"line":
|
|
57999
|
+
"line": 1604
|
|
57897
58000
|
},
|
|
57898
58001
|
"members": [
|
|
57899
58002
|
{
|
|
@@ -57942,7 +58045,7 @@
|
|
|
57942
58045
|
"kind": "enum",
|
|
57943
58046
|
"locationInModule": {
|
|
57944
58047
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57945
|
-
"line":
|
|
58048
|
+
"line": 1666
|
|
57946
58049
|
},
|
|
57947
58050
|
"members": [
|
|
57948
58051
|
{
|
|
@@ -57984,7 +58087,7 @@
|
|
|
57984
58087
|
"kind": "enum",
|
|
57985
58088
|
"locationInModule": {
|
|
57986
58089
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
57987
|
-
"line":
|
|
58090
|
+
"line": 1724
|
|
57988
58091
|
},
|
|
57989
58092
|
"members": [
|
|
57990
58093
|
{
|
|
@@ -58033,7 +58136,7 @@
|
|
|
58033
58136
|
"kind": "enum",
|
|
58034
58137
|
"locationInModule": {
|
|
58035
58138
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58036
|
-
"line":
|
|
58139
|
+
"line": 1652
|
|
58037
58140
|
},
|
|
58038
58141
|
"members": [
|
|
58039
58142
|
{
|
|
@@ -58075,7 +58178,7 @@
|
|
|
58075
58178
|
"kind": "class",
|
|
58076
58179
|
"locationInModule": {
|
|
58077
58180
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58078
|
-
"line":
|
|
58181
|
+
"line": 1636
|
|
58079
58182
|
},
|
|
58080
58183
|
"methods": [
|
|
58081
58184
|
{
|
|
@@ -58084,7 +58187,7 @@
|
|
|
58084
58187
|
},
|
|
58085
58188
|
"locationInModule": {
|
|
58086
58189
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58087
|
-
"line":
|
|
58190
|
+
"line": 1637
|
|
58088
58191
|
},
|
|
58089
58192
|
"name": "fromBoolean",
|
|
58090
58193
|
"parameters": [
|
|
@@ -58108,7 +58211,7 @@
|
|
|
58108
58211
|
},
|
|
58109
58212
|
"locationInModule": {
|
|
58110
58213
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58111
|
-
"line":
|
|
58214
|
+
"line": 1640
|
|
58112
58215
|
},
|
|
58113
58216
|
"name": "fromString",
|
|
58114
58217
|
"parameters": [
|
|
@@ -58137,7 +58240,7 @@
|
|
|
58137
58240
|
"immutable": true,
|
|
58138
58241
|
"locationInModule": {
|
|
58139
58242
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58140
|
-
"line":
|
|
58243
|
+
"line": 1643
|
|
58141
58244
|
},
|
|
58142
58245
|
"name": "value",
|
|
58143
58246
|
"type": {
|
|
@@ -58170,7 +58273,7 @@
|
|
|
58170
58273
|
"kind": "interface",
|
|
58171
58274
|
"locationInModule": {
|
|
58172
58275
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58173
|
-
"line":
|
|
58276
|
+
"line": 1475
|
|
58174
58277
|
},
|
|
58175
58278
|
"name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
|
|
58176
58279
|
"namespace": "javascript",
|
|
@@ -58186,7 +58289,7 @@
|
|
|
58186
58289
|
"immutable": true,
|
|
58187
58290
|
"locationInModule": {
|
|
58188
58291
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58189
|
-
"line":
|
|
58292
|
+
"line": 1484
|
|
58190
58293
|
},
|
|
58191
58294
|
"name": "cpu",
|
|
58192
58295
|
"optional": true,
|
|
@@ -58210,7 +58313,7 @@
|
|
|
58210
58313
|
"immutable": true,
|
|
58211
58314
|
"locationInModule": {
|
|
58212
58315
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58213
|
-
"line":
|
|
58316
|
+
"line": 1489
|
|
58214
58317
|
},
|
|
58215
58318
|
"name": "libc",
|
|
58216
58319
|
"optional": true,
|
|
@@ -58234,7 +58337,7 @@
|
|
|
58234
58337
|
"immutable": true,
|
|
58235
58338
|
"locationInModule": {
|
|
58236
58339
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58237
|
-
"line":
|
|
58340
|
+
"line": 1479
|
|
58238
58341
|
},
|
|
58239
58342
|
"name": "os",
|
|
58240
58343
|
"optional": true,
|
|
@@ -58264,7 +58367,7 @@
|
|
|
58264
58367
|
"kind": "enum",
|
|
58265
58368
|
"locationInModule": {
|
|
58266
58369
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58267
|
-
"line":
|
|
58370
|
+
"line": 1680
|
|
58268
58371
|
},
|
|
58269
58372
|
"members": [
|
|
58270
58373
|
{
|
|
@@ -58286,6 +58389,112 @@
|
|
|
58286
58389
|
"namespace": "javascript",
|
|
58287
58390
|
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaTrustPolicy"
|
|
58288
58391
|
},
|
|
58392
|
+
"projen.javascript.PnpmWorkspaceYamlSchemaUpdate": {
|
|
58393
|
+
"assembly": "projen",
|
|
58394
|
+
"datatype": true,
|
|
58395
|
+
"docs": {
|
|
58396
|
+
"custom": {
|
|
58397
|
+
"schema": "PnpmWorkspaceYamlSchemaUpdate"
|
|
58398
|
+
},
|
|
58399
|
+
"stability": "experimental"
|
|
58400
|
+
},
|
|
58401
|
+
"fqn": "projen.javascript.PnpmWorkspaceYamlSchemaUpdate",
|
|
58402
|
+
"kind": "interface",
|
|
58403
|
+
"locationInModule": {
|
|
58404
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58405
|
+
"line": 1325
|
|
58406
|
+
},
|
|
58407
|
+
"name": "PnpmWorkspaceYamlSchemaUpdate",
|
|
58408
|
+
"namespace": "javascript",
|
|
58409
|
+
"properties": [
|
|
58410
|
+
{
|
|
58411
|
+
"abstract": true,
|
|
58412
|
+
"docs": {
|
|
58413
|
+
"custom": {
|
|
58414
|
+
"schema": "PnpmWorkspaceYamlSchemaUpdate#changeset"
|
|
58415
|
+
},
|
|
58416
|
+
"stability": "experimental",
|
|
58417
|
+
"summary": "When true, pnpm update writes a change intent after updating workspace manifests."
|
|
58418
|
+
},
|
|
58419
|
+
"immutable": true,
|
|
58420
|
+
"locationInModule": {
|
|
58421
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58422
|
+
"line": 1338
|
|
58423
|
+
},
|
|
58424
|
+
"name": "changeset",
|
|
58425
|
+
"optional": true,
|
|
58426
|
+
"type": {
|
|
58427
|
+
"primitive": "boolean"
|
|
58428
|
+
}
|
|
58429
|
+
},
|
|
58430
|
+
{
|
|
58431
|
+
"abstract": true,
|
|
58432
|
+
"docs": {
|
|
58433
|
+
"custom": {
|
|
58434
|
+
"schema": "PnpmWorkspaceYamlSchemaUpdate#githubActions"
|
|
58435
|
+
},
|
|
58436
|
+
"stability": "experimental",
|
|
58437
|
+
"summary": "When true, pnpm update and pnpm outdated also check the GitHub Actions referenced by the repository's workflow files."
|
|
58438
|
+
},
|
|
58439
|
+
"immutable": true,
|
|
58440
|
+
"locationInModule": {
|
|
58441
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58442
|
+
"line": 1345
|
|
58443
|
+
},
|
|
58444
|
+
"name": "githubActions",
|
|
58445
|
+
"optional": true,
|
|
58446
|
+
"type": {
|
|
58447
|
+
"primitive": "boolean"
|
|
58448
|
+
}
|
|
58449
|
+
},
|
|
58450
|
+
{
|
|
58451
|
+
"abstract": true,
|
|
58452
|
+
"docs": {
|
|
58453
|
+
"custom": {
|
|
58454
|
+
"schema": "PnpmWorkspaceYamlSchemaUpdate#githubActionsServer"
|
|
58455
|
+
},
|
|
58456
|
+
"stability": "experimental",
|
|
58457
|
+
"summary": "The base URL of the GitHub server that hosts the repositories of the GitHub Actions referenced by the workflow files."
|
|
58458
|
+
},
|
|
58459
|
+
"immutable": true,
|
|
58460
|
+
"locationInModule": {
|
|
58461
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58462
|
+
"line": 1352
|
|
58463
|
+
},
|
|
58464
|
+
"name": "githubActionsServer",
|
|
58465
|
+
"optional": true,
|
|
58466
|
+
"type": {
|
|
58467
|
+
"primitive": "string"
|
|
58468
|
+
}
|
|
58469
|
+
},
|
|
58470
|
+
{
|
|
58471
|
+
"abstract": true,
|
|
58472
|
+
"docs": {
|
|
58473
|
+
"custom": {
|
|
58474
|
+
"schema": "PnpmWorkspaceYamlSchemaUpdate#ignoreDeps"
|
|
58475
|
+
},
|
|
58476
|
+
"stability": "experimental",
|
|
58477
|
+
"summary": "A list of dependency name patterns that pnpm update and pnpm outdated should skip."
|
|
58478
|
+
},
|
|
58479
|
+
"immutable": true,
|
|
58480
|
+
"locationInModule": {
|
|
58481
|
+
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58482
|
+
"line": 1331
|
|
58483
|
+
},
|
|
58484
|
+
"name": "ignoreDeps",
|
|
58485
|
+
"optional": true,
|
|
58486
|
+
"type": {
|
|
58487
|
+
"collection": {
|
|
58488
|
+
"elementtype": {
|
|
58489
|
+
"primitive": "string"
|
|
58490
|
+
},
|
|
58491
|
+
"kind": "array"
|
|
58492
|
+
}
|
|
58493
|
+
}
|
|
58494
|
+
}
|
|
58495
|
+
],
|
|
58496
|
+
"symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaUpdate"
|
|
58497
|
+
},
|
|
58289
58498
|
"projen.javascript.PnpmWorkspaceYamlSchemaUpdateConfig": {
|
|
58290
58499
|
"assembly": "projen",
|
|
58291
58500
|
"datatype": true,
|
|
@@ -58299,7 +58508,7 @@
|
|
|
58299
58508
|
"kind": "interface",
|
|
58300
58509
|
"locationInModule": {
|
|
58301
58510
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58302
|
-
"line":
|
|
58511
|
+
"line": 1376
|
|
58303
58512
|
},
|
|
58304
58513
|
"name": "PnpmWorkspaceYamlSchemaUpdateConfig",
|
|
58305
58514
|
"namespace": "javascript",
|
|
@@ -58316,7 +58525,7 @@
|
|
|
58316
58525
|
"immutable": true,
|
|
58317
58526
|
"locationInModule": {
|
|
58318
58527
|
"filename": "src/javascript/pnpm-workspace-config.ts",
|
|
58319
|
-
"line":
|
|
58528
|
+
"line": 1382
|
|
58320
58529
|
},
|
|
58321
58530
|
"name": "ignoreDependencies",
|
|
58322
58531
|
"optional": true,
|
|
@@ -89837,6 +90046,6 @@
|
|
|
89837
90046
|
"usedFeatures": [
|
|
89838
90047
|
"class-covariant-overrides"
|
|
89839
90048
|
],
|
|
89840
|
-
"version": "0.101.
|
|
89841
|
-
"fingerprint": "
|
|
90049
|
+
"version": "0.101.25",
|
|
90050
|
+
"fingerprint": "zL4d1r+yVkLhs/Th6ITwbX82PRMMa5NWQqP93Ap/PvQ="
|
|
89842
90051
|
}
|