@teambit/dependency-resolver 1.0.310 → 1.0.312

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.
@@ -2093,7 +2093,8 @@
2093
2093
  "character": 3
2094
2094
  },
2095
2095
  "raw": "/**\n * Name of the package manager\n */",
2096
- "comment": "Name of the package manager"
2096
+ "comment": "Name of the package manager",
2097
+ "tags": []
2097
2098
  },
2098
2099
  "signature": "(property) PackageManager.name: string",
2099
2100
  "name": "name",
@@ -2678,7 +2679,8 @@
2678
2679
  "character": 3
2679
2680
  },
2680
2681
  "raw": "/**\n * Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\n * again, with a different context.\n * If the package manager is not capable of doing so, we want to disable the deduping.\n */",
2681
- "comment": "Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\nagain, with a different context.\nIf the package manager is not capable of doing so, we want to disable the deduping."
2682
+ "comment": "Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\nagain, with a different context.\nIf the package manager is not capable of doing so, we want to disable the deduping.",
2683
+ "tags": []
2682
2684
  },
2683
2685
  "signature": "(property) PackageManager.supportsDedupingOnExistingRoot?: (() => boolean) | undefined",
2684
2686
  "name": "supportsDedupingOnExistingRoot",
@@ -2720,7 +2722,8 @@
2720
2722
  "character": 3
2721
2723
  },
2722
2724
  "raw": "/**\n * Returns \"dependencies\" entries for \".bit_roots\".\n * These entries tell the package manager from where to the local components should be installed.\n */",
2723
- "comment": "Returns \"dependencies\" entries for \".bit_roots\".\nThese entries tell the package manager from where to the local components should be installed."
2725
+ "comment": "Returns \"dependencies\" entries for \".bit_roots\".\nThese entries tell the package manager from where to the local components should be installed.",
2726
+ "tags": []
2724
2727
  },
2725
2728
  "signature": "(method) PackageManager.getWorkspaceDepsOfBitRoots(manifests: ProjectManifest[]): Record<string, string>",
2726
2729
  "name": "getWorkspaceDepsOfBitRoots",
@@ -2964,7 +2967,8 @@
2964
2967
  "character": 3
2965
2968
  },
2966
2969
  "raw": "/**\n * decide whether to dedup dependencies.\n */",
2967
- "comment": "decide whether to dedup dependencies."
2970
+ "comment": "decide whether to dedup dependencies.",
2971
+ "tags": []
2968
2972
  },
2969
2973
  "signature": "(property) dedupe?: boolean | undefined",
2970
2974
  "name": "dedupe",
@@ -3155,7 +3159,8 @@
3155
3159
  "character": 3
3156
3160
  },
3157
3161
  "raw": "/**\n * When false, the package manager will not write the node_modules directory\n */",
3158
- "comment": "When false, the package manager will not write the node_modules directory"
3162
+ "comment": "When false, the package manager will not write the node_modules directory",
3163
+ "tags": []
3159
3164
  },
3160
3165
  "signature": "(property) enableModulesDir?: boolean | undefined",
3161
3166
  "name": "enableModulesDir",
@@ -3593,7 +3598,8 @@
3593
3598
  "character": 3
3594
3599
  },
3595
3600
  "raw": "/**\n * e.g. when running `bit install` through the web or the IDE, not from the CLI.\n */",
3596
- "comment": "e.g. when running `bit install` through the web or the IDE, not from the CLI."
3601
+ "comment": "e.g. when running `bit install` through the web or the IDE, not from the CLI.",
3602
+ "tags": []
3597
3603
  },
3598
3604
  "signature": "(property) optimizeReportForNonTerminal?: boolean | undefined",
3599
3605
  "name": "optimizeReportForNonTerminal",
@@ -3623,7 +3629,8 @@
3623
3629
  "character": 3
3624
3630
  },
3625
3631
  "raw": "/**\n * Sets the frequency of updating the progress output in milliseconds.\n * E.g., if this is set to 1000, then the progress will be updated every second.\n */",
3626
- "comment": "Sets the frequency of updating the progress output in milliseconds.\nE.g., if this is set to 1000, then the progress will be updated every second."
3632
+ "comment": "Sets the frequency of updating the progress output in milliseconds.\nE.g., if this is set to 1000, then the progress will be updated every second.",
3633
+ "tags": []
3627
3634
  },
3628
3635
  "signature": "(property) throttleProgress?: number | undefined",
3629
3636
  "name": "throttleProgress",
@@ -3693,7 +3700,8 @@
3693
3700
  "character": 3
3694
3701
  },
3695
3702
  "raw": "/**\n * Do installation using lockfile only. Ignore the component manifests.\n */",
3696
- "comment": "Do installation using lockfile only. Ignore the component manifests."
3703
+ "comment": "Do installation using lockfile only. Ignore the component manifests.",
3704
+ "tags": []
3697
3705
  },
3698
3706
  "signature": "(property) ignorePackageManifest?: boolean | undefined",
3699
3707
  "name": "ignorePackageManifest",
@@ -3723,7 +3731,8 @@
3723
3731
  "character": 3
3724
3732
  },
3725
3733
  "raw": "/**\n * When enabled, installation by the package manager will be skipped\n * but all the options will be calculated and the rebuild function will be returned.\n * We use this option for a performance optimization in Ripple CI.\n */",
3726
- "comment": "When enabled, installation by the package manager will be skipped\nbut all the options will be calculated and the rebuild function will be returned.\nWe use this option for a performance optimization in Ripple CI."
3734
+ "comment": "When enabled, installation by the package manager will be skipped\nbut all the options will be calculated and the rebuild function will be returned.\nWe use this option for a performance optimization in Ripple CI.",
3735
+ "tags": []
3727
3736
  },
3728
3737
  "signature": "(property) dryRun?: boolean | undefined",
3729
3738
  "name": "dryRun",
@@ -3773,7 +3782,8 @@
3773
3782
  "character": 3
3774
3783
  },
3775
3784
  "raw": "/**\n * When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\n * This is something we need in capsules.\n */",
3776
- "comment": "When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\nThis is something we need in capsules."
3785
+ "comment": "When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\nThis is something we need in capsules.",
3786
+ "tags": []
3777
3787
  },
3778
3788
  "signature": "(property) hoistWorkspacePackages?: boolean | undefined",
3779
3789
  "name": "hoistWorkspacePackages",
@@ -3803,7 +3813,8 @@
3803
3813
  "character": 3
3804
3814
  },
3805
3815
  "raw": "/**\n * Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\n * By default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\n * you can use this option to exclusively hoist the phantom dependencies (recommended).\n */",
3806
- "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended)."
3816
+ "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended).",
3817
+ "tags": []
3807
3818
  },
3808
3819
  "signature": "(property) hoistPatterns?: string[] | undefined",
3809
3820
  "name": "hoistPatterns",
@@ -3841,7 +3852,8 @@
3841
3852
  "character": 3
3842
3853
  },
3843
3854
  "raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
3844
- "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
3855
+ "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules",
3856
+ "tags": []
3845
3857
  },
3846
3858
  "signature": "(property) hoistInjectedDependencies?: boolean | undefined",
3847
3859
  "name": "hoistInjectedDependencies",
@@ -3871,7 +3883,8 @@
3871
3883
  "character": 3
3872
3884
  },
3873
3885
  "raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
3874
- "comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
3886
+ "comment": "Tells pnpm to automatically install peer dependencies. It is true by default.",
3887
+ "tags": []
3875
3888
  },
3876
3889
  "signature": "(property) autoInstallPeers?: boolean | undefined",
3877
3890
  "name": "autoInstallPeers",
@@ -4180,7 +4193,8 @@
4180
4193
  "character": 3
4181
4194
  },
4182
4195
  "raw": "/**\n * choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\n * and 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\n * and totally removes the need of a 'node_modules' directory in your project.\n */",
4183
- "comment": "choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\nand 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\nand totally removes the need of a 'node_modules' directory in your project."
4196
+ "comment": "choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\nand 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\nand totally removes the need of a 'node_modules' directory in your project.",
4197
+ "tags": []
4184
4198
  },
4185
4199
  "signature": "(property) DependencyResolverWorkspaceConfig.packageManager: string",
4186
4200
  "name": "packageManager",
@@ -4210,7 +4224,8 @@
4210
4224
  "character": 3
4211
4225
  },
4212
4226
  "raw": "/**\n * A proxy server for out going network requests by the package manager\n * Used for both http and https requests (unless the httpsProxy is defined)\n */",
4213
- "comment": "A proxy server for out going network requests by the package manager\nUsed for both http and https requests (unless the httpsProxy is defined)"
4227
+ "comment": "A proxy server for out going network requests by the package manager\nUsed for both http and https requests (unless the httpsProxy is defined)",
4228
+ "tags": []
4214
4229
  },
4215
4230
  "signature": "(property) DependencyResolverWorkspaceConfig.proxy?: string | undefined",
4216
4231
  "name": "proxy",
@@ -4240,7 +4255,8 @@
4240
4255
  "character": 3
4241
4256
  },
4242
4257
  "raw": "/**\n * A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\n * Use this in case you want different proxy for http and https requests.\n */",
4243
- "comment": "A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\nUse this in case you want different proxy for http and https requests."
4258
+ "comment": "A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\nUse this in case you want different proxy for http and https requests.",
4259
+ "tags": []
4244
4260
  },
4245
4261
  "signature": "(property) DependencyResolverWorkspaceConfig.httpsProxy?: string | undefined",
4246
4262
  "name": "httpsProxy",
@@ -4270,7 +4286,8 @@
4270
4286
  "character": 3
4271
4287
  },
4272
4288
  "raw": "/**\n * A path to a file containing one or multiple Certificate Authority signing certificates.\n * allows for multiple CA's, as well as for the CA information to be stored in a file on disk.\n */",
4273
- "comment": "A path to a file containing one or multiple Certificate Authority signing certificates.\nallows for multiple CA's, as well as for the CA information to be stored in a file on disk."
4289
+ "comment": "A path to a file containing one or multiple Certificate Authority signing certificates.\nallows for multiple CA's, as well as for the CA information to be stored in a file on disk.",
4290
+ "tags": []
4274
4291
  },
4275
4292
  "signature": "(property) DependencyResolverWorkspaceConfig.ca?: string | undefined",
4276
4293
  "name": "ca",
@@ -4300,7 +4317,8 @@
4300
4317
  "character": 3
4301
4318
  },
4302
4319
  "raw": "/**\n * Whether or not to do SSL key validation when making requests to the registry via https\n */",
4303
- "comment": "Whether or not to do SSL key validation when making requests to the registry via https"
4320
+ "comment": "Whether or not to do SSL key validation when making requests to the registry via https",
4321
+ "tags": []
4304
4322
  },
4305
4323
  "signature": "(property) DependencyResolverWorkspaceConfig.strictSsl?: string | undefined",
4306
4324
  "name": "strictSsl",
@@ -4330,7 +4348,8 @@
4330
4348
  "character": 3
4331
4349
  },
4332
4350
  "raw": "/**\n * A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\n * cert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\n * It is not the path to a certificate file (and there is no \"certfile\" option).\n */",
4333
- "comment": "A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\ncert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\nIt is not the path to a certificate file (and there is no \"certfile\" option)."
4351
+ "comment": "A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\ncert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\nIt is not the path to a certificate file (and there is no \"certfile\" option).",
4352
+ "tags": []
4334
4353
  },
4335
4354
  "signature": "(property) DependencyResolverWorkspaceConfig.cert?: string | undefined",
4336
4355
  "name": "cert",
@@ -4360,7 +4379,8 @@
4360
4379
  "character": 3
4361
4380
  },
4362
4381
  "raw": "/**\n * A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\n * key=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\n * It is not the path to a key file (and there is no \"keyfile\" option).\n */",
4363
- "comment": "A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\nkey=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\nIt is not the path to a key file (and there is no \"keyfile\" option)."
4382
+ "comment": "A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\nkey=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\nIt is not the path to a key file (and there is no \"keyfile\" option).",
4383
+ "tags": []
4364
4384
  },
4365
4385
  "signature": "(property) DependencyResolverWorkspaceConfig.key?: string | undefined",
4366
4386
  "name": "key",
@@ -4390,7 +4410,8 @@
4390
4410
  "character": 3
4391
4411
  },
4392
4412
  "raw": "/**\n * A comma-separated string of domain extensions that a proxy should not be used for.\n */",
4393
- "comment": "A comma-separated string of domain extensions that a proxy should not be used for."
4413
+ "comment": "A comma-separated string of domain extensions that a proxy should not be used for.",
4414
+ "tags": []
4394
4415
  },
4395
4416
  "signature": "(property) DependencyResolverWorkspaceConfig.noProxy?: string | undefined",
4396
4417
  "name": "noProxy",
@@ -4420,7 +4441,8 @@
4420
4441
  "character": 3
4421
4442
  },
4422
4443
  "raw": "/**\n * The IP address of the local interface to use when making connections to the npm registry.\n */",
4423
- "comment": "The IP address of the local interface to use when making connections to the npm registry."
4444
+ "comment": "The IP address of the local interface to use when making connections to the npm registry.",
4445
+ "tags": []
4424
4446
  },
4425
4447
  "signature": "(property) DependencyResolverWorkspaceConfig.localAddress?: string | undefined",
4426
4448
  "name": "localAddress",
@@ -4450,7 +4472,8 @@
4450
4472
  "character": 3
4451
4473
  },
4452
4474
  "raw": "/**\n * How many times to retry if Bit fails to fetch from the registry.\n */",
4453
- "comment": "How many times to retry if Bit fails to fetch from the registry."
4475
+ "comment": "How many times to retry if Bit fails to fetch from the registry.",
4476
+ "tags": []
4454
4477
  },
4455
4478
  "signature": "(property) DependencyResolverWorkspaceConfig.fetchRetries?: number | undefined",
4456
4479
  "name": "fetchRetries",
@@ -4708,7 +4731,8 @@
4708
4731
  "character": 3
4709
4732
  },
4710
4733
  "raw": "/**\n * This is similar to overrides, but will only affect installation in capsules.\n * In case overrides is configured and this not, the regular overrides will affect capsules as well.\n * in case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace.\n */",
4711
- "comment": "This is similar to overrides, but will only affect installation in capsules.\nIn case overrides is configured and this not, the regular overrides will affect capsules as well.\nin case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace."
4734
+ "comment": "This is similar to overrides, but will only affect installation in capsules.\nIn case overrides is configured and this not, the regular overrides will affect capsules as well.\nin case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace.",
4735
+ "tags": []
4712
4736
  },
4713
4737
  "signature": "(property) DependencyResolverWorkspaceConfig.capsulesOverrides?: Record<string, string> | undefined",
4714
4738
  "name": "capsulesOverrides",
@@ -4919,7 +4943,8 @@
4919
4943
  "character": 3
4920
4944
  },
4921
4945
  "raw": "/**\n * When false, Bit will create a shared node_modules directory for all components in a capsule.\n */",
4922
- "comment": "When false, Bit will create a shared node_modules directory for all components in a capsule."
4946
+ "comment": "When false, Bit will create a shared node_modules directory for all components in a capsule.",
4947
+ "tags": []
4923
4948
  },
4924
4949
  "signature": "(property) DependencyResolverWorkspaceConfig.isolatedCapsules?: boolean | undefined",
4925
4950
  "name": "isolatedCapsules",
@@ -4977,7 +5002,8 @@
4977
5002
  "character": 3
4978
5003
  },
4979
5004
  "raw": "/**\n * If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server.\n */",
4980
- "comment": "If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server."
5005
+ "comment": "If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server.",
5006
+ "tags": []
4981
5007
  },
4982
5008
  "signature": "(property) DependencyResolverWorkspaceConfig.preferOffline?: boolean | undefined",
4983
5009
  "name": "preferOffline",
@@ -5007,7 +5033,8 @@
5007
5033
  "character": 3
5008
5034
  },
5009
5035
  "raw": "/**\n * When true, components in capsules are symlinked into their own node_modules.\n */",
5010
- "comment": "When true, components in capsules are symlinked into their own node_modules."
5036
+ "comment": "When true, components in capsules are symlinked into their own node_modules.",
5037
+ "tags": []
5011
5038
  },
5012
5039
  "signature": "(property) DependencyResolverWorkspaceConfig.capsuleSelfReference?: boolean | undefined",
5013
5040
  "name": "capsuleSelfReference",
@@ -5037,7 +5064,8 @@
5037
5064
  "character": 3
5038
5065
  },
5039
5066
  "raw": "/**\n * Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\n * By default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\n * you can use this option to exclusively hoist the phantom dependencies (recommended).\n */",
5040
- "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended)."
5067
+ "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended).",
5068
+ "tags": []
5041
5069
  },
5042
5070
  "signature": "(property) DependencyResolverWorkspaceConfig.hoistPatterns?: string[] | undefined",
5043
5071
  "name": "hoistPatterns",
@@ -5075,7 +5103,8 @@
5075
5103
  "character": 3
5076
5104
  },
5077
5105
  "raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
5078
- "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
5106
+ "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules",
5107
+ "tags": []
5079
5108
  },
5080
5109
  "signature": "(property) DependencyResolverWorkspaceConfig.hoistInjectedDependencies?: boolean | undefined",
5081
5110
  "name": "hoistInjectedDependencies",
@@ -5105,7 +5134,8 @@
5105
5134
  "character": 3
5106
5135
  },
5107
5136
  "raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
5108
- "comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
5137
+ "comment": "Tells pnpm to automatically install peer dependencies. It is true by default.",
5138
+ "tags": []
5109
5139
  },
5110
5140
  "signature": "(property) DependencyResolverWorkspaceConfig.autoInstallPeers?: boolean | undefined",
5111
5141
  "name": "autoInstallPeers",
@@ -5516,7 +5546,8 @@
5516
5546
  "character": 3
5517
5547
  },
5518
5548
  "raw": "/**\n * Save list of envs that doesn't contains env.jsonc file\n * this is used to show warning / instuctions to the user\n */",
5519
- "comment": "Save list of envs that doesn't contains env.jsonc file\nthis is used to show warning / instuctions to the user"
5549
+ "comment": "Save list of envs that doesn't contains env.jsonc file\nthis is used to show warning / instuctions to the user",
5550
+ "tags": []
5520
5551
  },
5521
5552
  "signature": "(property) DependencyResolverMain.envsWithoutManifest: Set<string>",
5522
5553
  "name": "envsWithoutManifest",
@@ -5547,7 +5578,8 @@
5547
5578
  "character": 3
5548
5579
  },
5549
5580
  "raw": "/**\n * This function is a temporary workaround for installation in capsules with pnpm.\n * Currently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\n * Install runs several times in the same capsule and pnpm removes deps from the previous runs.\n *\n * This workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\n * To fix this issue we'll either have to switch to root components or try to change pnpm code.\n *\n * Here is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410\n */",
5550
- "comment": "This function is a temporary workaround for installation in capsules with pnpm.\nCurrently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\nInstall runs several times in the same capsule and pnpm removes deps from the previous runs.\n\nThis workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\nTo fix this issue we'll either have to switch to root components or try to change pnpm code.\n\nHere is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410"
5581
+ "comment": "This function is a temporary workaround for installation in capsules with pnpm.\nCurrently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\nInstall runs several times in the same capsule and pnpm removes deps from the previous runs.\n\nThis workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\nTo fix this issue we'll either have to switch to root components or try to change pnpm code.\n\nHere is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410",
5582
+ "tags": []
5551
5583
  },
5552
5584
  "signature": "(method) DependencyResolverMain.supportsDedupingOnExistingRoot(): boolean",
5553
5585
  "name": "supportsDedupingOnExistingRoot",
@@ -5746,7 +5778,8 @@
5746
5778
  "character": 3
5747
5779
  },
5748
5780
  "raw": "/**\n * register a new package manager to the dependency resolver.\n */",
5749
- "comment": "register a new package manager to the dependency resolver."
5781
+ "comment": "register a new package manager to the dependency resolver.",
5782
+ "tags": []
5750
5783
  },
5751
5784
  "signature": "(method) DependencyResolverMain.registerPackageManager(packageManager: PackageManager): void",
5752
5785
  "name": "registerPackageManager",
@@ -6463,7 +6496,8 @@
6463
6496
  "character": 3
6464
6497
  },
6465
6498
  "raw": "/**\n * returns only the dependencies that are bit-components.\n */",
6466
- "comment": "returns only the dependencies that are bit-components."
6499
+ "comment": "returns only the dependencies that are bit-components.",
6500
+ "tags": []
6467
6501
  },
6468
6502
  "signature": "(method) DependencyResolverMain.getComponentDependencies(component: IComponent): ComponentDependency[]",
6469
6503
  "name": "getComponentDependencies",
@@ -6577,7 +6611,8 @@
6577
6611
  "character": 3
6578
6612
  },
6579
6613
  "raw": "/**\n * Getting the merged workspace policy (from dep resolver config and others like root package.json)\n */",
6580
- "comment": "Getting the merged workspace policy (from dep resolver config and others like root package.json)"
6614
+ "comment": "Getting the merged workspace policy (from dep resolver config and others like root package.json)",
6615
+ "tags": []
6581
6616
  },
6582
6617
  "signature": "(method) DependencyResolverMain.getWorkspacePolicy(): WorkspacePolicy",
6583
6618
  "name": "getWorkspacePolicy",
@@ -7206,7 +7241,8 @@
7206
7241
  "character": 3
7207
7242
  },
7208
7243
  "raw": "/**\n * get the package name of a component.\n */",
7209
- "comment": "get the package name of a component."
7244
+ "comment": "get the package name of a component.",
7245
+ "tags": []
7210
7246
  },
7211
7247
  "signature": "(method) DependencyResolverMain.getPackageName(component: Component): string",
7212
7248
  "name": "getPackageName",
@@ -7441,7 +7477,8 @@
7441
7477
  "character": 3
7442
7478
  },
7443
7479
  "raw": "/**\n * returns the package path in the /node_modules/ folder\n * In case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API\n */",
7444
- "comment": "returns the package path in the /node_modules/ folder\nIn case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API"
7480
+ "comment": "returns the package path in the /node_modules/ folder\nIn case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API",
7481
+ "tags": []
7445
7482
  },
7446
7483
  "signature": "(method) DependencyResolverMain.getModulePath(component: Component): string",
7447
7484
  "name": "getModulePath",
@@ -7497,7 +7534,8 @@
7497
7534
  "character": 3
7498
7535
  },
7499
7536
  "raw": "/**\n * get a component dependency installer.\n */",
7500
- "comment": "get a component dependency installer."
7537
+ "comment": "get a component dependency installer.",
7538
+ "tags": []
7501
7539
  },
7502
7540
  "signature": "(method) DependencyResolverMain.getInstaller(options?: GetInstallerOptions): DependencyInstaller",
7503
7541
  "name": "getInstaller",
@@ -7551,7 +7589,8 @@
7551
7589
  "character": 3
7552
7590
  },
7553
7591
  "raw": "/**\n * get a component dependency linker.\n */",
7554
- "comment": "get a component dependency linker."
7592
+ "comment": "get a component dependency linker.",
7593
+ "tags": []
7555
7594
  },
7556
7595
  "signature": "(method) DependencyResolverMain.getLinker(options?: GetLinkerOptions): DependencyLinker",
7557
7596
  "name": "getLinker",
@@ -7734,7 +7773,8 @@
7734
7773
  "character": 3
7735
7774
  },
7736
7775
  "raw": "/**\n * these ids should not be in the dependencyResolver policy normally.\n * one exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n *\n * returns component-ids string without a version.\n */",
7737
- "comment": "these ids should not be in the dependencyResolver policy normally.\none exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n\nreturns component-ids string without a version."
7776
+ "comment": "these ids should not be in the dependencyResolver policy normally.\none exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n\nreturns component-ids string without a version.",
7777
+ "tags": []
7738
7778
  },
7739
7779
  "signature": "(method) DependencyResolverMain.getCompIdsThatShouldNotBeInPolicy(): string[]",
7740
7780
  "name": "getCompIdsThatShouldNotBeInPolicy",
@@ -7773,7 +7813,8 @@
7773
7813
  "character": 3
7774
7814
  },
7775
7815
  "raw": "/**\n * return the system configured package manager. by default pnpm.\n */",
7776
- "comment": "return the system configured package manager. by default pnpm."
7816
+ "comment": "return the system configured package manager. by default pnpm.",
7817
+ "tags": []
7777
7818
  },
7778
7819
  "signature": "(method) DependencyResolverMain.getSystemPackageManager(): PackageManager",
7779
7820
  "name": "getSystemPackageManager",
@@ -7874,7 +7915,8 @@
7874
7915
  "character": 3
7875
7916
  },
7876
7917
  "raw": "/**\n * Return the peer dependencies and their ranges that may be installed\n * without causing unmet peer dependency issues in some of the dependencies.\n */",
7877
- "comment": "Return the peer dependencies and their ranges that may be installed\nwithout causing unmet peer dependency issues in some of the dependencies."
7918
+ "comment": "Return the peer dependencies and their ranges that may be installed\nwithout causing unmet peer dependency issues in some of the dependencies.",
7919
+ "tags": []
7878
7920
  },
7879
7921
  "signature": "(method) DependencyResolverMain.getMissingPeerDependencies(rootDir: string, rootPolicy: WorkspacePolicy, componentDirectoryMap: ComponentMap<string>, options: PackageManagerGetPeerDependencyIssuesOptions): Promise<Record<string, string>>",
7880
7922
  "name": "getMissingPeerDependencies",
@@ -8252,7 +8294,8 @@
8252
8294
  "character": 3
8253
8295
  },
8254
8296
  "raw": "/**\n * register new dependencies policies\n */",
8255
- "comment": "register new dependencies policies"
8297
+ "comment": "register new dependencies policies",
8298
+ "tags": []
8256
8299
  },
8257
8300
  "signature": "(method) DependencyResolverMain.registerDependenciesPolicies(policy: VariantPolicyConfigObject): void",
8258
8301
  "name": "registerDependenciesPolicies",
@@ -8304,7 +8347,8 @@
8304
8347
  "character": 3
8305
8348
  },
8306
8349
  "raw": "/**\n * register new dependencies policies\n */",
8307
- "comment": "register new dependencies policies"
8350
+ "comment": "register new dependencies policies",
8351
+ "tags": []
8308
8352
  },
8309
8353
  "signature": "(method) DependencyResolverMain.registerRootPolicy(policy: WorkspacePolicy): void",
8310
8354
  "name": "registerRootPolicy",
@@ -8520,6 +8564,7 @@
8520
8564
  "character": 3
8521
8565
  },
8522
8566
  "raw": "/**\n * @deprecated use getEnvPolicyFromEnvId instead (it's the same)\n */",
8567
+ "comment": "",
8523
8568
  "tags": [
8524
8569
  {
8525
8570
  "__schema": "TagSchema",
@@ -8802,7 +8847,8 @@
8802
8847
  "character": 3
8803
8848
  },
8804
8849
  "raw": "/**\n * Merge policy from parent and child env.jsonc files\n * The rule is that for each type of dependency (dev, runtime, peer) we check each item.\n * if a dep with a name exists on the child we will take the entire object from the child (including the version,\n * supported range, force etc')\n * if a dep exists with a version value \"-\" we will remove it from the policy\n */",
8805
- "comment": "Merge policy from parent and child env.jsonc files\nThe rule is that for each type of dependency (dev, runtime, peer) we check each item.\nif a dep with a name exists on the child we will take the entire object from the child (including the version,\nsupported range, force etc')\nif a dep exists with a version value \"-\" we will remove it from the policy"
8850
+ "comment": "Merge policy from parent and child env.jsonc files\nThe rule is that for each type of dependency (dev, runtime, peer) we check each item.\nif a dep with a name exists on the child we will take the entire object from the child (including the version,\nsupported range, force etc')\nif a dep exists with a version value \"-\" we will remove it from the policy",
8851
+ "tags": []
8806
8852
  },
8807
8853
  "signature": "(method) DependencyResolverMain.mergeEnvManifestPolicy(parent: EnvJsonc, child: EnvJsonc): Object",
8808
8854
  "name": "mergeEnvManifestPolicy",
@@ -9262,7 +9308,8 @@
9262
9308
  "character": 3
9263
9309
  },
9264
9310
  "raw": "/**\n * These are the policies that the env itself defines for itself.\n * So policies installed only locally for the env, not to any components that use the env.\n */",
9265
- "comment": "These are the policies that the env itself defines for itself.\nSo policies installed only locally for the env, not to any components that use the env."
9311
+ "comment": "These are the policies that the env itself defines for itself.\nSo policies installed only locally for the env, not to any components that use the env.",
9312
+ "tags": []
9266
9313
  },
9267
9314
  "signature": "(method) DependencyResolverMain.getPoliciesFromEnvForItself(id: ComponentID, legacyFiles?: SourceFile[]): Promise<VariantPolicy | undefined>",
9268
9315
  "name": "getPoliciesFromEnvForItself",
@@ -9448,7 +9495,8 @@
9448
9495
  "character": 3
9449
9496
  },
9450
9497
  "raw": "/**\n * Register a new dependency detector. Detectors allow to extend Bit's dependency detection\n * mechanism to support new file extensions and types.\n */",
9451
- "comment": "Register a new dependency detector. Detectors allow to extend Bit's dependency detection\nmechanism to support new file extensions and types."
9498
+ "comment": "Register a new dependency detector. Detectors allow to extend Bit's dependency detection\nmechanism to support new file extensions and types.",
9499
+ "tags": []
9452
9500
  },
9453
9501
  "signature": "(method) DependencyResolverMain.registerDetector(detector: DependencyDetector): this",
9454
9502
  "name": "registerDetector",
@@ -9500,7 +9548,8 @@
9500
9548
  "character": 3
9501
9549
  },
9502
9550
  "raw": "/**\n * This function called on component load in order to calculate the custom\n * dependency detectors from an env, which is got by extension data list.\n * Do not use this function for other purposes.\n */",
9503
- "comment": "This function called on component load in order to calculate the custom\ndependency detectors from an env, which is got by extension data list.\nDo not use this function for other purposes."
9551
+ "comment": "This function called on component load in order to calculate the custom\ndependency detectors from an env, which is got by extension data list.\nDo not use this function for other purposes.",
9552
+ "tags": []
9504
9553
  },
9505
9554
  "signature": "(method) DependencyResolverMain.calcComponentEnvDepDetectors(extensions: ExtensionDataList): Promise<DependencyDetector[] | null>",
9506
9555
  "name": "calcComponentEnvDepDetectors",
@@ -9734,7 +9783,8 @@
9734
9783
  "character": 3
9735
9784
  },
9736
9785
  "raw": "/**\n * Return a list of outdated policy dependencies.\n */",
9737
- "comment": "Return a list of outdated policy dependencies."
9786
+ "comment": "Return a list of outdated policy dependencies.",
9787
+ "tags": []
9738
9788
  },
9739
9789
  "signature": "(method) DependencyResolverMain.getOutdatedPkgsFromPolicies({ rootDir, variantPoliciesByPatterns, componentPolicies, components, patterns, forceVersionBump, }: {\n rootDir: string;\n variantPoliciesByPatterns: Record<string, VariantPolicyConfigObject>;\n componentPolicies: Array<{\n componentId: ComponentID;\n policy: any;\n }>;\n components: Component[];\n patterns?: string[];\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n}): Promise<MergedOutdatedPkg[] | null>",
9740
9790
  "name": "getOutdatedPkgsFromPolicies",
@@ -10337,7 +10387,8 @@
10337
10387
  "character": 3
10338
10388
  },
10339
10389
  "raw": "/**\n * Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\"\n */",
10340
- "comment": "Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\""
10390
+ "comment": "Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\"",
10391
+ "tags": []
10341
10392
  },
10342
10393
  "signature": "(method) DependencyResolverMain.getOutdatedPkgs<T>({ rootDir, forceVersionBump, }: {\n rootDir: string;\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n}, pkgs: Array<{\n name: string;\n currentRange: string;\n source: 'variants' | 'component' | 'rootPolicy' | 'component-model';\n} & T>): Promise<Array<{\n name: string;\n currentRange: string;\n latestRange: string;\n} & T>>",
10343
10394
  "name": "getOutdatedPkgs",
@@ -10801,7 +10852,8 @@
10801
10852
  "character": 3
10802
10853
  },
10803
10854
  "raw": "/**\n * Update the specified packages to their latest versions in all policies;\n * root polcies, variant pocilicies, and component configuration policies (component.json).\n */",
10804
- "comment": "Update the specified packages to their latest versions in all policies;\nroot polcies, variant pocilicies, and component configuration policies (component.json)."
10855
+ "comment": "Update the specified packages to their latest versions in all policies;\nroot polcies, variant pocilicies, and component configuration policies (component.json).",
10856
+ "tags": []
10805
10857
  },
10806
10858
  "signature": "(method) DependencyResolverMain.applyUpdates(outdatedPkgs: Array<Omit<OutdatedPkg, 'currentRange'>>, options: {\n variantPoliciesByPatterns: Record<string, any>;\n}): {\n updatedVariants: string[];\n updatedComponents: UpdatedComponent[];\n}",
10807
10859
  "name": "applyUpdates",
@@ -12024,6 +12076,7 @@
12024
12076
  "character": 3
12025
12077
  },
12026
12078
  "raw": "/**\n * @param componentIdStr complete string include the scope and the version\n */",
12079
+ "comment": "",
12027
12080
  "tags": [
12028
12081
  {
12029
12082
  "__schema": "PropertyLikeTagSchema",
@@ -16075,7 +16128,8 @@
16075
16128
  "character": 1
16076
16129
  },
16077
16130
  "raw": "/**\n * Allowed values are valid semver values and the \"-\" sign.\n */",
16078
- "comment": "Allowed values are valid semver values and the \"-\" sign."
16131
+ "comment": "Allowed values are valid semver values and the \"-\" sign.",
16132
+ "tags": []
16079
16133
  },
16080
16134
  "signature": "type SemverVersion = string",
16081
16135
  "name": "SemverVersion",
@@ -16888,7 +16942,8 @@
16888
16942
  "character": 3
16889
16943
  },
16890
16944
  "raw": "/**\n * Create an object ready for package manager installation\n * this is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)\n */",
16891
- "comment": "Create an object ready for package manager installation\nthis is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)"
16945
+ "comment": "Create an object ready for package manager installation\nthis is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)",
16946
+ "tags": []
16892
16947
  },
16893
16948
  "signature": "(method) WorkspacePolicy.toManifest(): WorkspacePolicyManifest",
16894
16949
  "name": "toManifest",
@@ -17362,7 +17417,8 @@
17362
17417
  "character": 3
17363
17418
  },
17364
17419
  "raw": "/**\n * Return a hash of all the peers names and their version\n * This useful when you want to compare 2 envs\n */",
17365
- "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs"
17420
+ "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs",
17421
+ "tags": []
17366
17422
  },
17367
17423
  "signature": "(method) VariantPolicy.hashNameVersion(): string",
17368
17424
  "name": "hashNameVersion",
@@ -17509,7 +17565,8 @@
17509
17565
  "character": 3
17510
17566
  },
17511
17567
  "raw": "/**\n * Filter only deps which should be resolved from the env\n */",
17512
- "comment": "Filter only deps which should be resolved from the env"
17568
+ "comment": "Filter only deps which should be resolved from the env",
17569
+ "tags": []
17513
17570
  },
17514
17571
  "signature": "(method) VariantPolicy.getResolvedFromEnv(): VariantPolicy",
17515
17572
  "name": "getResolvedFromEnv",
@@ -18789,7 +18846,8 @@
18789
18846
  "character": 3
18790
18847
  },
18791
18848
  "raw": "/**\n * Return a hash of all the peers names and their version\n * This useful when you want to compare 2 envs\n */",
18792
- "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs"
18849
+ "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs",
18850
+ "tags": []
18793
18851
  },
18794
18852
  "signature": "(method) VariantPolicy.hashNameVersion(): string"
18795
18853
  },
@@ -18936,7 +18994,8 @@
18936
18994
  "character": 3
18937
18995
  },
18938
18996
  "raw": "/**\n * Filter only deps which should be resolved from the env\n */",
18939
- "comment": "Filter only deps which should be resolved from the env"
18997
+ "comment": "Filter only deps which should be resolved from the env",
18998
+ "tags": []
18940
18999
  },
18941
19000
  "signature": "(method) VariantPolicy.getResolvedFromEnv(): VariantPolicy"
18942
19001
  },
@@ -19871,7 +19930,8 @@
19871
19930
  "character": 1
19872
19931
  },
19873
19932
  "raw": "/**\n * Allowed values are valid semver values and the \"-\" sign.\n */",
19874
- "comment": "Allowed values are valid semver values and the \"-\" sign."
19933
+ "comment": "Allowed values are valid semver values and the \"-\" sign.",
19934
+ "tags": []
19875
19935
  },
19876
19936
  "signature": "type PolicySemver = string",
19877
19937
  "name": "PolicySemver",
@@ -21470,7 +21530,8 @@
21470
21530
  "character": 3
21471
21531
  },
21472
21532
  "raw": "/**\n * Whether to create links in the root dir node modules to all core aspects\n */",
21473
- "comment": "Whether to create links in the root dir node modules to all core aspects"
21533
+ "comment": "Whether to create links in the root dir node modules to all core aspects",
21534
+ "tags": []
21474
21535
  },
21475
21536
  "signature": "(property) linkCoreAspects?: boolean | undefined",
21476
21537
  "name": "linkCoreAspects",
@@ -21520,7 +21581,8 @@
21520
21581
  "character": 3
21521
21582
  },
21522
21583
  "raw": "/**\n * link to another project, so that project could use components from this workspace.\n * similar to npm/yarn link\n */",
21523
- "comment": "link to another project, so that project could use components from this workspace.\nsimilar to npm/yarn link"
21584
+ "comment": "link to another project, so that project could use components from this workspace.\nsimilar to npm/yarn link",
21585
+ "tags": []
21524
21586
  },
21525
21587
  "signature": "(property) linkToDir?: string | undefined",
21526
21588
  "name": "linkToDir",
@@ -21550,7 +21612,8 @@
21550
21612
  "character": 3
21551
21613
  },
21552
21614
  "raw": "/**\n * Link peer dependencies of the components to the target project.\n * Peer dependencies should be singletons, so the project should use the same\n * version of the peer dependency as the linked in components.\n */",
21553
- "comment": "Link peer dependencies of the components to the target project.\nPeer dependencies should be singletons, so the project should use the same\nversion of the peer dependency as the linked in components."
21615
+ "comment": "Link peer dependencies of the components to the target project.\nPeer dependencies should be singletons, so the project should use the same\nversion of the peer dependency as the linked in components.",
21616
+ "tags": []
21554
21617
  },
21555
21618
  "signature": "(property) includePeers?: boolean | undefined",
21556
21619
  "name": "includePeers",
@@ -21580,7 +21643,8 @@
21580
21643
  "character": 3
21581
21644
  },
21582
21645
  "raw": "/**\n * whether link should import objects before linking\n */",
21583
- "comment": "whether link should import objects before linking"
21646
+ "comment": "whether link should import objects before linking",
21647
+ "tags": []
21584
21648
  },
21585
21649
  "signature": "(property) fetchObject?: boolean | undefined",
21586
21650
  "name": "fetchObject",
@@ -21610,7 +21674,8 @@
21610
21674
  "character": 3
21611
21675
  },
21612
21676
  "raw": "/**\n * Link deps which should be linked to the env\n */",
21613
- "comment": "Link deps which should be linked to the env"
21677
+ "comment": "Link deps which should be linked to the env",
21678
+ "tags": []
21614
21679
  },
21615
21680
  "signature": "(property) linkDepsResolvedFromEnv?: boolean | undefined",
21616
21681
  "name": "linkDepsResolvedFromEnv",
@@ -22776,7 +22841,8 @@
22776
22841
  "character": 3
22777
22842
  },
22778
22843
  "raw": "/**\n * Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\n * in order to install the dependencies.\n */",
22779
- "comment": "Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\nin order to install the dependencies."
22844
+ "comment": "Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\nin order to install the dependencies.",
22845
+ "tags": []
22780
22846
  },
22781
22847
  "signature": "(method) DependencyInstaller.getComponentManifests({ componentDirectoryMap, rootPolicy, rootDir, dedupe, dependencyFilterFn, copyPeerToRuntimeOnComponents, copyPeerToRuntimeOnRoot, installPeersFromEnvs, resolveVersionsFromDependenciesOnly, referenceLocalPackages, hasRootComponents, excludeExtensionsDependencies, }: GetComponentManifestsOptions): Promise<Record<string, ProjectManifest>>",
22782
22848
  "name": "getComponentManifests",
@@ -23804,7 +23870,8 @@
23804
23870
  "character": 3
23805
23871
  },
23806
23872
  "raw": "/**\n * hide the dependency from the component's package.json / dependencies list\n */",
23807
- "comment": "hide the dependency from the component's package.json / dependencies list"
23873
+ "comment": "hide the dependency from the component's package.json / dependencies list",
23874
+ "tags": []
23808
23875
  },
23809
23876
  "signature": "(property) hidden?: boolean | undefined",
23810
23877
  "name": "hidden",
@@ -23834,7 +23901,8 @@
23834
23901
  "character": 3
23835
23902
  },
23836
23903
  "raw": "/**\n * force add to component dependencies even if it's not used by the component.\n */",
23837
- "comment": "force add to component dependencies even if it's not used by the component."
23904
+ "comment": "force add to component dependencies even if it's not used by the component.",
23905
+ "tags": []
23838
23906
  },
23839
23907
  "signature": "(property) force?: boolean | undefined",
23840
23908
  "name": "force",
@@ -23967,7 +24035,8 @@
23967
24035
  "character": 1
23968
24036
  },
23969
24037
  "raw": "/**\n * Currently, the same capsule directory is used multiple times during installation.\n * The issue is that the state between installations is not preserved,\n * so the node_modules directory gets broken on each sunseqent install.\n * This function is for finding all components in the root of the capsule and reading their manifests.\n * This way the package manager will have all the necessary information to keep the node_modules directory\n * in the correct state.\n */",
23970
- "comment": "Currently, the same capsule directory is used multiple times during installation.\nThe issue is that the state between installations is not preserved,\nso the node_modules directory gets broken on each sunseqent install.\nThis function is for finding all components in the root of the capsule and reading their manifests.\nThis way the package manager will have all the necessary information to keep the node_modules directory\nin the correct state."
24038
+ "comment": "Currently, the same capsule directory is used multiple times during installation.\nThe issue is that the state between installations is not preserved,\nso the node_modules directory gets broken on each sunseqent install.\nThis function is for finding all components in the root of the capsule and reading their manifests.\nThis way the package manager will have all the necessary information to keep the node_modules directory\nin the correct state.",
24039
+ "tags": []
23971
24040
  },
23972
24041
  "signature": "function extendWithComponentsFromDir(rootDir: string, manifestsByPaths: any): Promise<any>",
23973
24042
  "name": "extendWithComponentsFromDir",
@@ -24361,7 +24430,8 @@
24361
24430
  "character": 1
24362
24431
  },
24363
24432
  "raw": "/**\n * Applies updates to policies.\n */",
24364
- "comment": "Applies updates to policies."
24433
+ "comment": "Applies updates to policies.",
24434
+ "tags": []
24365
24435
  },
24366
24436
  "signature": "function applyUpdates(outdatedPkgs: Array<Omit<MergedOutdatedPkg, 'currentRange'>>, { variantPoliciesByPatterns, }: {\n variantPoliciesByPatterns: Record<string, VariantPolicyConfigObject>;\n}): {\n updatedVariants: string[];\n updatedComponents: UpdatedComponent[];\n updatedWorkspacePolicyEntries: WorkspacePolicyEntry[];\n}",
24367
24437
  "name": "applyUpdates",
@@ -24885,7 +24955,8 @@
24885
24955
  "character": 1
24886
24956
  },
24887
24957
  "raw": "/**\n * Import Specifier data.\n * For example, `import foo from './bar' `, \"foo\" is the import-specifier and is default.\n * Conversely, `import { foo } from './bar' `, here, \"foo\" is non-default.\n */",
24888
- "comment": "Import Specifier data.\nFor example, `import foo from './bar' `, \"foo\" is the import-specifier and is default.\nConversely, `import { foo } from './bar' `, here, \"foo\" is non-default."
24958
+ "comment": "Import Specifier data.\nFor example, `import foo from './bar' `, \"foo\" is the import-specifier and is default.\nConversely, `import { foo } from './bar' `, here, \"foo\" is non-default.",
24959
+ "tags": []
24889
24960
  },
24890
24961
  "signature": "type Specifier = {\n isDefault: boolean;\n name: string;\n}",
24891
24962
  "name": "Specifier",
@@ -24955,7 +25026,8 @@
24955
25026
  "character": 1
24956
25027
  },
24957
25028
  "raw": "/**\n * ImportSpecifier are used to generate links from component to its dependencies.\n * For example, a component might have a dependency: \"import { foo } from './bar' \", when a link is generated, we use\n * the import-specifier name, which is \"foo\" to generate the link correctly.\n */",
24958
- "comment": "ImportSpecifier are used to generate links from component to its dependencies.\nFor example, a component might have a dependency: \"import { foo } from './bar' \", when a link is generated, we use\nthe import-specifier name, which is \"foo\" to generate the link correctly."
25029
+ "comment": "ImportSpecifier are used to generate links from component to its dependencies.\nFor example, a component might have a dependency: \"import { foo } from './bar' \", when a link is generated, we use\nthe import-specifier name, which is \"foo\" to generate the link correctly.",
25030
+ "tags": []
24959
25031
  },
24960
25032
  "signature": "type ImportSpecifier = {\n mainFile: Specifier;\n}",
24961
25033
  "name": "ImportSpecifier",
@@ -25006,7 +25078,8 @@
25006
25078
  "character": 1
25007
25079
  },
25008
25080
  "raw": "/**\n * a dependency component may have multiple files that are required from the parent component, each\n * one of the files has its RelativePath instance.\n *\n * For example:\n * main component: \"foo\" => foo.js => `const isString = require('../utils/is-string'); const isArray = require('../utils/is-array');\n * dependency: \"utils\" => utils/is-string.js, utils/is-array.js\n * In this example, the component \"foo\" has one dependency \"utils\" with two RelativePaths.\n * one for utils/is-string.js file and the second for utils/is-array.js file\n */",
25009
- "comment": "a dependency component may have multiple files that are required from the parent component, each\none of the files has its RelativePath instance.\n\nFor example:\nmain component: \"foo\" => foo.js => `const isString = require('../utils/is-string'); const isArray = require('../utils/is-array');\ndependency: \"utils\" => utils/is-string.js, utils/is-array.js\nIn this example, the component \"foo\" has one dependency \"utils\" with two RelativePaths.\none for utils/is-string.js file and the second for utils/is-array.js file"
25081
+ "comment": "a dependency component may have multiple files that are required from the parent component, each\none of the files has its RelativePath instance.\n\nFor example:\nmain component: \"foo\" => foo.js => `const isString = require('../utils/is-string'); const isArray = require('../utils/is-array');\ndependency: \"utils\" => utils/is-string.js, utils/is-array.js\nIn this example, the component \"foo\" has one dependency \"utils\" with two RelativePaths.\none for utils/is-string.js file and the second for utils/is-array.js file",
25082
+ "tags": []
25010
25083
  },
25011
25084
  "signature": "type RelativePath = {\n sourceRelativePath: PathLinux;\n destinationRelativePath: PathLinux;\n importSpecifiers?: ImportSpecifier[] | undefined;\n importSource?: string | undefined;\n}",
25012
25085
  "name": "RelativePath",
@@ -25197,7 +25270,8 @@
25197
25270
  "character": 1
25198
25271
  },
25199
25272
  "raw": "/**\n * A definition of one dependency statement in a file\n * For example `import('something')` or require('something')\n */",
25200
- "comment": "A definition of one dependency statement in a file\nFor example `import('something')` or require('something')"
25273
+ "comment": "A definition of one dependency statement in a file\nFor example `import('something')` or require('something')",
25274
+ "tags": []
25201
25275
  },
25202
25276
  "signature": "interface FileDependencyDefinition",
25203
25277
  "name": "FileDependencyDefinition",
@@ -27956,7 +28030,8 @@
27956
28030
  "character": 3
27957
28031
  },
27958
28032
  "raw": "/**\n * decide whether to dedup dependencies.\n */",
27959
- "comment": "decide whether to dedup dependencies."
28033
+ "comment": "decide whether to dedup dependencies.",
28034
+ "tags": []
27960
28035
  },
27961
28036
  "signature": "(property) dedupe?: boolean | undefined",
27962
28037
  "name": "dedupe",
@@ -28147,7 +28222,8 @@
28147
28222
  "character": 3
28148
28223
  },
28149
28224
  "raw": "/**\n * When false, the package manager will not write the node_modules directory\n */",
28150
- "comment": "When false, the package manager will not write the node_modules directory"
28225
+ "comment": "When false, the package manager will not write the node_modules directory",
28226
+ "tags": []
28151
28227
  },
28152
28228
  "signature": "(property) enableModulesDir?: boolean | undefined",
28153
28229
  "name": "enableModulesDir",
@@ -28585,7 +28661,8 @@
28585
28661
  "character": 3
28586
28662
  },
28587
28663
  "raw": "/**\n * e.g. when running `bit install` through the web or the IDE, not from the CLI.\n */",
28588
- "comment": "e.g. when running `bit install` through the web or the IDE, not from the CLI."
28664
+ "comment": "e.g. when running `bit install` through the web or the IDE, not from the CLI.",
28665
+ "tags": []
28589
28666
  },
28590
28667
  "signature": "(property) optimizeReportForNonTerminal?: boolean | undefined",
28591
28668
  "name": "optimizeReportForNonTerminal",
@@ -28615,7 +28692,8 @@
28615
28692
  "character": 3
28616
28693
  },
28617
28694
  "raw": "/**\n * Sets the frequency of updating the progress output in milliseconds.\n * E.g., if this is set to 1000, then the progress will be updated every second.\n */",
28618
- "comment": "Sets the frequency of updating the progress output in milliseconds.\nE.g., if this is set to 1000, then the progress will be updated every second."
28695
+ "comment": "Sets the frequency of updating the progress output in milliseconds.\nE.g., if this is set to 1000, then the progress will be updated every second.",
28696
+ "tags": []
28619
28697
  },
28620
28698
  "signature": "(property) throttleProgress?: number | undefined",
28621
28699
  "name": "throttleProgress",
@@ -28685,7 +28763,8 @@
28685
28763
  "character": 3
28686
28764
  },
28687
28765
  "raw": "/**\n * Do installation using lockfile only. Ignore the component manifests.\n */",
28688
- "comment": "Do installation using lockfile only. Ignore the component manifests."
28766
+ "comment": "Do installation using lockfile only. Ignore the component manifests.",
28767
+ "tags": []
28689
28768
  },
28690
28769
  "signature": "(property) ignorePackageManifest?: boolean | undefined",
28691
28770
  "name": "ignorePackageManifest",
@@ -28715,7 +28794,8 @@
28715
28794
  "character": 3
28716
28795
  },
28717
28796
  "raw": "/**\n * When enabled, installation by the package manager will be skipped\n * but all the options will be calculated and the rebuild function will be returned.\n * We use this option for a performance optimization in Ripple CI.\n */",
28718
- "comment": "When enabled, installation by the package manager will be skipped\nbut all the options will be calculated and the rebuild function will be returned.\nWe use this option for a performance optimization in Ripple CI."
28797
+ "comment": "When enabled, installation by the package manager will be skipped\nbut all the options will be calculated and the rebuild function will be returned.\nWe use this option for a performance optimization in Ripple CI.",
28798
+ "tags": []
28719
28799
  },
28720
28800
  "signature": "(property) dryRun?: boolean | undefined",
28721
28801
  "name": "dryRun",
@@ -28765,7 +28845,8 @@
28765
28845
  "character": 3
28766
28846
  },
28767
28847
  "raw": "/**\n * When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\n * This is something we need in capsules.\n */",
28768
- "comment": "When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\nThis is something we need in capsules."
28848
+ "comment": "When this is set to true, pnpm will hoist workspace packages to node_modules/.pnpm/node_modules.\nThis is something we need in capsules.",
28849
+ "tags": []
28769
28850
  },
28770
28851
  "signature": "(property) hoistWorkspacePackages?: boolean | undefined",
28771
28852
  "name": "hoistWorkspacePackages",
@@ -28795,7 +28876,8 @@
28795
28876
  "character": 3
28796
28877
  },
28797
28878
  "raw": "/**\n * Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\n * By default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\n * you can use this option to exclusively hoist the phantom dependencies (recommended).\n */",
28798
- "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended)."
28879
+ "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended).",
28880
+ "tags": []
28799
28881
  },
28800
28882
  "signature": "(property) hoistPatterns?: string[] | undefined",
28801
28883
  "name": "hoistPatterns",
@@ -28833,7 +28915,8 @@
28833
28915
  "character": 3
28834
28916
  },
28835
28917
  "raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
28836
- "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
28918
+ "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules",
28919
+ "tags": []
28837
28920
  },
28838
28921
  "signature": "(property) hoistInjectedDependencies?: boolean | undefined",
28839
28922
  "name": "hoistInjectedDependencies",
@@ -28863,7 +28946,8 @@
28863
28946
  "character": 3
28864
28947
  },
28865
28948
  "raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
28866
- "comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
28949
+ "comment": "Tells pnpm to automatically install peer dependencies. It is true by default.",
28950
+ "tags": []
28867
28951
  },
28868
28952
  "signature": "(property) autoInstallPeers?: boolean | undefined",
28869
28953
  "name": "autoInstallPeers",
@@ -29253,7 +29337,8 @@
29253
29337
  "character": 3
29254
29338
  },
29255
29339
  "raw": "/**\n * Name of the package manager\n */",
29256
- "comment": "Name of the package manager"
29340
+ "comment": "Name of the package manager",
29341
+ "tags": []
29257
29342
  },
29258
29343
  "signature": "(property) PackageManager.name: string",
29259
29344
  "name": "name",
@@ -29838,7 +29923,8 @@
29838
29923
  "character": 3
29839
29924
  },
29840
29925
  "raw": "/**\n * Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\n * again, with a different context.\n * If the package manager is not capable of doing so, we want to disable the deduping.\n */",
29841
- "comment": "Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\nagain, with a different context.\nIf the package manager is not capable of doing so, we want to disable the deduping."
29926
+ "comment": "Specify if the package manager can be run with deduping on existing worksapce (which already contains root dependencies)\nagain, with a different context.\nIf the package manager is not capable of doing so, we want to disable the deduping.",
29927
+ "tags": []
29842
29928
  },
29843
29929
  "signature": "(property) PackageManager.supportsDedupingOnExistingRoot?: (() => boolean) | undefined",
29844
29930
  "name": "supportsDedupingOnExistingRoot",
@@ -29880,7 +29966,8 @@
29880
29966
  "character": 3
29881
29967
  },
29882
29968
  "raw": "/**\n * Returns \"dependencies\" entries for \".bit_roots\".\n * These entries tell the package manager from where to the local components should be installed.\n */",
29883
- "comment": "Returns \"dependencies\" entries for \".bit_roots\".\nThese entries tell the package manager from where to the local components should be installed."
29969
+ "comment": "Returns \"dependencies\" entries for \".bit_roots\".\nThese entries tell the package manager from where to the local components should be installed.",
29970
+ "tags": []
29884
29971
  },
29885
29972
  "signature": "(method) PackageManager.getWorkspaceDepsOfBitRoots(manifests: ProjectManifest[]): Record<string, string>",
29886
29973
  "name": "getWorkspaceDepsOfBitRoots",
@@ -30157,7 +30244,8 @@
30157
30244
  "character": 3
30158
30245
  },
30159
30246
  "raw": "/**\n * choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\n * and 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\n * and totally removes the need of a 'node_modules' directory in your project.\n */",
30160
- "comment": "choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\nand 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\nand totally removes the need of a 'node_modules' directory in your project."
30247
+ "comment": "choose the package manager for Bit to use. you can choose between 'npm', 'yarn', 'pnpm'\nand 'librarian'. our recommendation is use 'librarian' which reduces package duplicates\nand totally removes the need of a 'node_modules' directory in your project.",
30248
+ "tags": []
30161
30249
  },
30162
30250
  "signature": "(property) DependencyResolverWorkspaceConfig.packageManager: string",
30163
30251
  "name": "packageManager",
@@ -30187,7 +30275,8 @@
30187
30275
  "character": 3
30188
30276
  },
30189
30277
  "raw": "/**\n * A proxy server for out going network requests by the package manager\n * Used for both http and https requests (unless the httpsProxy is defined)\n */",
30190
- "comment": "A proxy server for out going network requests by the package manager\nUsed for both http and https requests (unless the httpsProxy is defined)"
30278
+ "comment": "A proxy server for out going network requests by the package manager\nUsed for both http and https requests (unless the httpsProxy is defined)",
30279
+ "tags": []
30191
30280
  },
30192
30281
  "signature": "(property) DependencyResolverWorkspaceConfig.proxy?: string | undefined",
30193
30282
  "name": "proxy",
@@ -30217,7 +30306,8 @@
30217
30306
  "character": 3
30218
30307
  },
30219
30308
  "raw": "/**\n * A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\n * Use this in case you want different proxy for http and https requests.\n */",
30220
- "comment": "A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\nUse this in case you want different proxy for http and https requests."
30309
+ "comment": "A proxy server for outgoing https requests by the package manager (fallback to proxy server if not defined)\nUse this in case you want different proxy for http and https requests.",
30310
+ "tags": []
30221
30311
  },
30222
30312
  "signature": "(property) DependencyResolverWorkspaceConfig.httpsProxy?: string | undefined",
30223
30313
  "name": "httpsProxy",
@@ -30247,7 +30337,8 @@
30247
30337
  "character": 3
30248
30338
  },
30249
30339
  "raw": "/**\n * A path to a file containing one or multiple Certificate Authority signing certificates.\n * allows for multiple CA's, as well as for the CA information to be stored in a file on disk.\n */",
30250
- "comment": "A path to a file containing one or multiple Certificate Authority signing certificates.\nallows for multiple CA's, as well as for the CA information to be stored in a file on disk."
30340
+ "comment": "A path to a file containing one or multiple Certificate Authority signing certificates.\nallows for multiple CA's, as well as for the CA information to be stored in a file on disk.",
30341
+ "tags": []
30251
30342
  },
30252
30343
  "signature": "(property) DependencyResolverWorkspaceConfig.ca?: string | undefined",
30253
30344
  "name": "ca",
@@ -30277,7 +30368,8 @@
30277
30368
  "character": 3
30278
30369
  },
30279
30370
  "raw": "/**\n * Whether or not to do SSL key validation when making requests to the registry via https\n */",
30280
- "comment": "Whether or not to do SSL key validation when making requests to the registry via https"
30371
+ "comment": "Whether or not to do SSL key validation when making requests to the registry via https",
30372
+ "tags": []
30281
30373
  },
30282
30374
  "signature": "(property) DependencyResolverWorkspaceConfig.strictSsl?: string | undefined",
30283
30375
  "name": "strictSsl",
@@ -30307,7 +30399,8 @@
30307
30399
  "character": 3
30308
30400
  },
30309
30401
  "raw": "/**\n * A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\n * cert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\n * It is not the path to a certificate file (and there is no \"certfile\" option).\n */",
30310
- "comment": "A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\ncert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\nIt is not the path to a certificate file (and there is no \"certfile\" option)."
30402
+ "comment": "A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it \"Base-64 encoded X.509 (.CER)\") with newlines replaced by the string \"\\n\". For example:\ncert=\"----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE----\"\nIt is not the path to a certificate file (and there is no \"certfile\" option).",
30403
+ "tags": []
30311
30404
  },
30312
30405
  "signature": "(property) DependencyResolverWorkspaceConfig.cert?: string | undefined",
30313
30406
  "name": "cert",
@@ -30337,7 +30430,8 @@
30337
30430
  "character": 3
30338
30431
  },
30339
30432
  "raw": "/**\n * A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\n * key=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\n * It is not the path to a key file (and there is no \"keyfile\" option).\n */",
30340
- "comment": "A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\nkey=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\nIt is not the path to a key file (and there is no \"keyfile\" option)."
30433
+ "comment": "A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string \"\\n\". For example:\nkey=\"----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY----\"\nIt is not the path to a key file (and there is no \"keyfile\" option).",
30434
+ "tags": []
30341
30435
  },
30342
30436
  "signature": "(property) DependencyResolverWorkspaceConfig.key?: string | undefined",
30343
30437
  "name": "key",
@@ -30367,7 +30461,8 @@
30367
30461
  "character": 3
30368
30462
  },
30369
30463
  "raw": "/**\n * A comma-separated string of domain extensions that a proxy should not be used for.\n */",
30370
- "comment": "A comma-separated string of domain extensions that a proxy should not be used for."
30464
+ "comment": "A comma-separated string of domain extensions that a proxy should not be used for.",
30465
+ "tags": []
30371
30466
  },
30372
30467
  "signature": "(property) DependencyResolverWorkspaceConfig.noProxy?: string | undefined",
30373
30468
  "name": "noProxy",
@@ -30397,7 +30492,8 @@
30397
30492
  "character": 3
30398
30493
  },
30399
30494
  "raw": "/**\n * The IP address of the local interface to use when making connections to the npm registry.\n */",
30400
- "comment": "The IP address of the local interface to use when making connections to the npm registry."
30495
+ "comment": "The IP address of the local interface to use when making connections to the npm registry.",
30496
+ "tags": []
30401
30497
  },
30402
30498
  "signature": "(property) DependencyResolverWorkspaceConfig.localAddress?: string | undefined",
30403
30499
  "name": "localAddress",
@@ -30427,7 +30523,8 @@
30427
30523
  "character": 3
30428
30524
  },
30429
30525
  "raw": "/**\n * How many times to retry if Bit fails to fetch from the registry.\n */",
30430
- "comment": "How many times to retry if Bit fails to fetch from the registry."
30526
+ "comment": "How many times to retry if Bit fails to fetch from the registry.",
30527
+ "tags": []
30431
30528
  },
30432
30529
  "signature": "(property) DependencyResolverWorkspaceConfig.fetchRetries?: number | undefined",
30433
30530
  "name": "fetchRetries",
@@ -30685,7 +30782,8 @@
30685
30782
  "character": 3
30686
30783
  },
30687
30784
  "raw": "/**\n * This is similar to overrides, but will only affect installation in capsules.\n * In case overrides is configured and this not, the regular overrides will affect capsules as well.\n * in case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace.\n */",
30688
- "comment": "This is similar to overrides, but will only affect installation in capsules.\nIn case overrides is configured and this not, the regular overrides will affect capsules as well.\nin case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace."
30785
+ "comment": "This is similar to overrides, but will only affect installation in capsules.\nIn case overrides is configured and this not, the regular overrides will affect capsules as well.\nin case both configured, capsulesOverrides will be used for capsules, and overrides will affect the workspace.",
30786
+ "tags": []
30689
30787
  },
30690
30788
  "signature": "(property) DependencyResolverWorkspaceConfig.capsulesOverrides?: Record<string, string> | undefined",
30691
30789
  "name": "capsulesOverrides",
@@ -30896,7 +30994,8 @@
30896
30994
  "character": 3
30897
30995
  },
30898
30996
  "raw": "/**\n * When false, Bit will create a shared node_modules directory for all components in a capsule.\n */",
30899
- "comment": "When false, Bit will create a shared node_modules directory for all components in a capsule."
30997
+ "comment": "When false, Bit will create a shared node_modules directory for all components in a capsule.",
30998
+ "tags": []
30900
30999
  },
30901
31000
  "signature": "(property) DependencyResolverWorkspaceConfig.isolatedCapsules?: boolean | undefined",
30902
31001
  "name": "isolatedCapsules",
@@ -30954,7 +31053,8 @@
30954
31053
  "character": 3
30955
31054
  },
30956
31055
  "raw": "/**\n * If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server.\n */",
30957
- "comment": "If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server."
31056
+ "comment": "If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server.",
31057
+ "tags": []
30958
31058
  },
30959
31059
  "signature": "(property) DependencyResolverWorkspaceConfig.preferOffline?: boolean | undefined",
30960
31060
  "name": "preferOffline",
@@ -30984,7 +31084,8 @@
30984
31084
  "character": 3
30985
31085
  },
30986
31086
  "raw": "/**\n * When true, components in capsules are symlinked into their own node_modules.\n */",
30987
- "comment": "When true, components in capsules are symlinked into their own node_modules."
31087
+ "comment": "When true, components in capsules are symlinked into their own node_modules.",
31088
+ "tags": []
30988
31089
  },
30989
31090
  "signature": "(property) DependencyResolverWorkspaceConfig.capsuleSelfReference?: boolean | undefined",
30990
31091
  "name": "capsuleSelfReference",
@@ -31014,7 +31115,8 @@
31014
31115
  "character": 3
31015
31116
  },
31016
31117
  "raw": "/**\n * Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\n * By default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\n * you can use this option to exclusively hoist the phantom dependencies (recommended).\n */",
31017
- "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended)."
31118
+ "comment": "Tells pnpm which packages should be hoisted to node_modules/.pnpm/node_modules.\nBy default, all packages are hoisted - however, if you know that only some flawed packages have phantom dependencies,\nyou can use this option to exclusively hoist the phantom dependencies (recommended).",
31119
+ "tags": []
31018
31120
  },
31019
31121
  "signature": "(property) DependencyResolverWorkspaceConfig.hoistPatterns?: string[] | undefined",
31020
31122
  "name": "hoistPatterns",
@@ -31052,7 +31154,8 @@
31052
31154
  "character": 3
31053
31155
  },
31054
31156
  "raw": "/**\n * When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\n * even if they are found in the root node_modules\n */",
31055
- "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules"
31157
+ "comment": "When true, dependencies from the workspace are hoisted to node_modules/.pnpm/node_modules\neven if they are found in the root node_modules",
31158
+ "tags": []
31056
31159
  },
31057
31160
  "signature": "(property) DependencyResolverWorkspaceConfig.hoistInjectedDependencies?: boolean | undefined",
31058
31161
  "name": "hoistInjectedDependencies",
@@ -31082,7 +31185,8 @@
31082
31185
  "character": 3
31083
31186
  },
31084
31187
  "raw": "/**\n * Tells pnpm to automatically install peer dependencies. It is true by default.\n */",
31085
- "comment": "Tells pnpm to automatically install peer dependencies. It is true by default."
31188
+ "comment": "Tells pnpm to automatically install peer dependencies. It is true by default.",
31189
+ "tags": []
31086
31190
  },
31087
31191
  "signature": "(property) DependencyResolverWorkspaceConfig.autoInstallPeers?: boolean | undefined",
31088
31192
  "name": "autoInstallPeers",
@@ -32200,7 +32304,8 @@
32200
32304
  "character": 3
32201
32305
  },
32202
32306
  "raw": "/**\n * Save list of envs that doesn't contains env.jsonc file\n * this is used to show warning / instuctions to the user\n */",
32203
- "comment": "Save list of envs that doesn't contains env.jsonc file\nthis is used to show warning / instuctions to the user"
32307
+ "comment": "Save list of envs that doesn't contains env.jsonc file\nthis is used to show warning / instuctions to the user",
32308
+ "tags": []
32204
32309
  },
32205
32310
  "signature": "(property) DependencyResolverMain.envsWithoutManifest: Set<string>",
32206
32311
  "name": "envsWithoutManifest",
@@ -32231,7 +32336,8 @@
32231
32336
  "character": 3
32232
32337
  },
32233
32338
  "raw": "/**\n * This function is a temporary workaround for installation in capsules with pnpm.\n * Currently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\n * Install runs several times in the same capsule and pnpm removes deps from the previous runs.\n *\n * This workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\n * To fix this issue we'll either have to switch to root components or try to change pnpm code.\n *\n * Here is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410\n */",
32234
- "comment": "This function is a temporary workaround for installation in capsules with pnpm.\nCurrently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\nInstall runs several times in the same capsule and pnpm removes deps from the previous runs.\n\nThis workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\nTo fix this issue we'll either have to switch to root components or try to change pnpm code.\n\nHere is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410"
32339
+ "comment": "This function is a temporary workaround for installation in capsules with pnpm.\nCurrently pnpm breaks the root node_modules inside the capsule because it removes deps from it.\nInstall runs several times in the same capsule and pnpm removes deps from the previous runs.\n\nThis workaround unfortunately also breaks pnpm on angular projects. Because dedupe doesn't work properly.\nTo fix this issue we'll either have to switch to root components or try to change pnpm code.\n\nHere is the PR where initially dedupe was turned off for pnpm: https://github.com/teambit/bit/pull/5410",
32340
+ "tags": []
32235
32341
  },
32236
32342
  "signature": "(method) DependencyResolverMain.supportsDedupingOnExistingRoot(): boolean",
32237
32343
  "name": "supportsDedupingOnExistingRoot",
@@ -32430,7 +32536,8 @@
32430
32536
  "character": 3
32431
32537
  },
32432
32538
  "raw": "/**\n * register a new package manager to the dependency resolver.\n */",
32433
- "comment": "register a new package manager to the dependency resolver."
32539
+ "comment": "register a new package manager to the dependency resolver.",
32540
+ "tags": []
32434
32541
  },
32435
32542
  "signature": "(method) DependencyResolverMain.registerPackageManager(packageManager: PackageManager): void",
32436
32543
  "name": "registerPackageManager",
@@ -33147,7 +33254,8 @@
33147
33254
  "character": 3
33148
33255
  },
33149
33256
  "raw": "/**\n * returns only the dependencies that are bit-components.\n */",
33150
- "comment": "returns only the dependencies that are bit-components."
33257
+ "comment": "returns only the dependencies that are bit-components.",
33258
+ "tags": []
33151
33259
  },
33152
33260
  "signature": "(method) DependencyResolverMain.getComponentDependencies(component: IComponent): ComponentDependency[]",
33153
33261
  "name": "getComponentDependencies",
@@ -33261,7 +33369,8 @@
33261
33369
  "character": 3
33262
33370
  },
33263
33371
  "raw": "/**\n * Getting the merged workspace policy (from dep resolver config and others like root package.json)\n */",
33264
- "comment": "Getting the merged workspace policy (from dep resolver config and others like root package.json)"
33372
+ "comment": "Getting the merged workspace policy (from dep resolver config and others like root package.json)",
33373
+ "tags": []
33265
33374
  },
33266
33375
  "signature": "(method) DependencyResolverMain.getWorkspacePolicy(): WorkspacePolicy",
33267
33376
  "name": "getWorkspacePolicy",
@@ -33890,7 +33999,8 @@
33890
33999
  "character": 3
33891
34000
  },
33892
34001
  "raw": "/**\n * get the package name of a component.\n */",
33893
- "comment": "get the package name of a component."
34002
+ "comment": "get the package name of a component.",
34003
+ "tags": []
33894
34004
  },
33895
34005
  "signature": "(method) DependencyResolverMain.getPackageName(component: Component): string",
33896
34006
  "name": "getPackageName",
@@ -34125,7 +34235,8 @@
34125
34235
  "character": 3
34126
34236
  },
34127
34237
  "raw": "/**\n * returns the package path in the /node_modules/ folder\n * In case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API\n */",
34128
- "comment": "returns the package path in the /node_modules/ folder\nIn case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API"
34238
+ "comment": "returns the package path in the /node_modules/ folder\nIn case you call this in order to run the code from the path, please refer to the `getRuntimeModulePath` API",
34239
+ "tags": []
34129
34240
  },
34130
34241
  "signature": "(method) DependencyResolverMain.getModulePath(component: Component): string",
34131
34242
  "name": "getModulePath",
@@ -34181,7 +34292,8 @@
34181
34292
  "character": 3
34182
34293
  },
34183
34294
  "raw": "/**\n * get a component dependency installer.\n */",
34184
- "comment": "get a component dependency installer."
34295
+ "comment": "get a component dependency installer.",
34296
+ "tags": []
34185
34297
  },
34186
34298
  "signature": "(method) DependencyResolverMain.getInstaller(options?: GetInstallerOptions): DependencyInstaller",
34187
34299
  "name": "getInstaller",
@@ -34235,7 +34347,8 @@
34235
34347
  "character": 3
34236
34348
  },
34237
34349
  "raw": "/**\n * get a component dependency linker.\n */",
34238
- "comment": "get a component dependency linker."
34350
+ "comment": "get a component dependency linker.",
34351
+ "tags": []
34239
34352
  },
34240
34353
  "signature": "(method) DependencyResolverMain.getLinker(options?: GetLinkerOptions): DependencyLinker",
34241
34354
  "name": "getLinker",
@@ -34418,7 +34531,8 @@
34418
34531
  "character": 3
34419
34532
  },
34420
34533
  "raw": "/**\n * these ids should not be in the dependencyResolver policy normally.\n * one exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n *\n * returns component-ids string without a version.\n */",
34421
- "comment": "these ids should not be in the dependencyResolver policy normally.\none exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n\nreturns component-ids string without a version."
34534
+ "comment": "these ids should not be in the dependencyResolver policy normally.\none exception is bit itself, which needs teambit.harmony/harmony in the dependencies.\n\nreturns component-ids string without a version.",
34535
+ "tags": []
34422
34536
  },
34423
34537
  "signature": "(method) DependencyResolverMain.getCompIdsThatShouldNotBeInPolicy(): string[]",
34424
34538
  "name": "getCompIdsThatShouldNotBeInPolicy",
@@ -34457,7 +34571,8 @@
34457
34571
  "character": 3
34458
34572
  },
34459
34573
  "raw": "/**\n * return the system configured package manager. by default pnpm.\n */",
34460
- "comment": "return the system configured package manager. by default pnpm."
34574
+ "comment": "return the system configured package manager. by default pnpm.",
34575
+ "tags": []
34461
34576
  },
34462
34577
  "signature": "(method) DependencyResolverMain.getSystemPackageManager(): PackageManager",
34463
34578
  "name": "getSystemPackageManager",
@@ -34558,7 +34673,8 @@
34558
34673
  "character": 3
34559
34674
  },
34560
34675
  "raw": "/**\n * Return the peer dependencies and their ranges that may be installed\n * without causing unmet peer dependency issues in some of the dependencies.\n */",
34561
- "comment": "Return the peer dependencies and their ranges that may be installed\nwithout causing unmet peer dependency issues in some of the dependencies."
34676
+ "comment": "Return the peer dependencies and their ranges that may be installed\nwithout causing unmet peer dependency issues in some of the dependencies.",
34677
+ "tags": []
34562
34678
  },
34563
34679
  "signature": "(method) DependencyResolverMain.getMissingPeerDependencies(rootDir: string, rootPolicy: WorkspacePolicy, componentDirectoryMap: ComponentMap<string>, options: PackageManagerGetPeerDependencyIssuesOptions): Promise<Record<string, string>>",
34564
34680
  "name": "getMissingPeerDependencies",
@@ -34936,7 +35052,8 @@
34936
35052
  "character": 3
34937
35053
  },
34938
35054
  "raw": "/**\n * register new dependencies policies\n */",
34939
- "comment": "register new dependencies policies"
35055
+ "comment": "register new dependencies policies",
35056
+ "tags": []
34940
35057
  },
34941
35058
  "signature": "(method) DependencyResolverMain.registerDependenciesPolicies(policy: VariantPolicyConfigObject): void",
34942
35059
  "name": "registerDependenciesPolicies",
@@ -34988,7 +35105,8 @@
34988
35105
  "character": 3
34989
35106
  },
34990
35107
  "raw": "/**\n * register new dependencies policies\n */",
34991
- "comment": "register new dependencies policies"
35108
+ "comment": "register new dependencies policies",
35109
+ "tags": []
34992
35110
  },
34993
35111
  "signature": "(method) DependencyResolverMain.registerRootPolicy(policy: WorkspacePolicy): void",
34994
35112
  "name": "registerRootPolicy",
@@ -35204,6 +35322,7 @@
35204
35322
  "character": 3
35205
35323
  },
35206
35324
  "raw": "/**\n * @deprecated use getEnvPolicyFromEnvId instead (it's the same)\n */",
35325
+ "comment": "",
35207
35326
  "tags": [
35208
35327
  {
35209
35328
  "__schema": "TagSchema",
@@ -35486,7 +35605,8 @@
35486
35605
  "character": 3
35487
35606
  },
35488
35607
  "raw": "/**\n * Merge policy from parent and child env.jsonc files\n * The rule is that for each type of dependency (dev, runtime, peer) we check each item.\n * if a dep with a name exists on the child we will take the entire object from the child (including the version,\n * supported range, force etc')\n * if a dep exists with a version value \"-\" we will remove it from the policy\n */",
35489
- "comment": "Merge policy from parent and child env.jsonc files\nThe rule is that for each type of dependency (dev, runtime, peer) we check each item.\nif a dep with a name exists on the child we will take the entire object from the child (including the version,\nsupported range, force etc')\nif a dep exists with a version value \"-\" we will remove it from the policy"
35608
+ "comment": "Merge policy from parent and child env.jsonc files\nThe rule is that for each type of dependency (dev, runtime, peer) we check each item.\nif a dep with a name exists on the child we will take the entire object from the child (including the version,\nsupported range, force etc')\nif a dep exists with a version value \"-\" we will remove it from the policy",
35609
+ "tags": []
35490
35610
  },
35491
35611
  "signature": "(method) DependencyResolverMain.mergeEnvManifestPolicy(parent: EnvJsonc, child: EnvJsonc): Object",
35492
35612
  "name": "mergeEnvManifestPolicy",
@@ -35946,7 +36066,8 @@
35946
36066
  "character": 3
35947
36067
  },
35948
36068
  "raw": "/**\n * These are the policies that the env itself defines for itself.\n * So policies installed only locally for the env, not to any components that use the env.\n */",
35949
- "comment": "These are the policies that the env itself defines for itself.\nSo policies installed only locally for the env, not to any components that use the env."
36069
+ "comment": "These are the policies that the env itself defines for itself.\nSo policies installed only locally for the env, not to any components that use the env.",
36070
+ "tags": []
35950
36071
  },
35951
36072
  "signature": "(method) DependencyResolverMain.getPoliciesFromEnvForItself(id: ComponentID, legacyFiles?: SourceFile[]): Promise<VariantPolicy | undefined>",
35952
36073
  "name": "getPoliciesFromEnvForItself",
@@ -36132,7 +36253,8 @@
36132
36253
  "character": 3
36133
36254
  },
36134
36255
  "raw": "/**\n * Register a new dependency detector. Detectors allow to extend Bit's dependency detection\n * mechanism to support new file extensions and types.\n */",
36135
- "comment": "Register a new dependency detector. Detectors allow to extend Bit's dependency detection\nmechanism to support new file extensions and types."
36256
+ "comment": "Register a new dependency detector. Detectors allow to extend Bit's dependency detection\nmechanism to support new file extensions and types.",
36257
+ "tags": []
36136
36258
  },
36137
36259
  "signature": "(method) DependencyResolverMain.registerDetector(detector: DependencyDetector): this",
36138
36260
  "name": "registerDetector",
@@ -36184,7 +36306,8 @@
36184
36306
  "character": 3
36185
36307
  },
36186
36308
  "raw": "/**\n * This function called on component load in order to calculate the custom\n * dependency detectors from an env, which is got by extension data list.\n * Do not use this function for other purposes.\n */",
36187
- "comment": "This function called on component load in order to calculate the custom\ndependency detectors from an env, which is got by extension data list.\nDo not use this function for other purposes."
36309
+ "comment": "This function called on component load in order to calculate the custom\ndependency detectors from an env, which is got by extension data list.\nDo not use this function for other purposes.",
36310
+ "tags": []
36188
36311
  },
36189
36312
  "signature": "(method) DependencyResolverMain.calcComponentEnvDepDetectors(extensions: ExtensionDataList): Promise<DependencyDetector[] | null>",
36190
36313
  "name": "calcComponentEnvDepDetectors",
@@ -36418,7 +36541,8 @@
36418
36541
  "character": 3
36419
36542
  },
36420
36543
  "raw": "/**\n * Return a list of outdated policy dependencies.\n */",
36421
- "comment": "Return a list of outdated policy dependencies."
36544
+ "comment": "Return a list of outdated policy dependencies.",
36545
+ "tags": []
36422
36546
  },
36423
36547
  "signature": "(method) DependencyResolverMain.getOutdatedPkgsFromPolicies({ rootDir, variantPoliciesByPatterns, componentPolicies, components, patterns, forceVersionBump, }: {\n rootDir: string;\n variantPoliciesByPatterns: Record<string, VariantPolicyConfigObject>;\n componentPolicies: Array<{\n componentId: ComponentID;\n policy: any;\n }>;\n components: Component[];\n patterns?: string[];\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n}): Promise<MergedOutdatedPkg[] | null>",
36424
36548
  "name": "getOutdatedPkgsFromPolicies",
@@ -37021,7 +37145,8 @@
37021
37145
  "character": 3
37022
37146
  },
37023
37147
  "raw": "/**\n * Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\"\n */",
37024
- "comment": "Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\""
37148
+ "comment": "Accepts a list of package dependency policies and returns a list of outdated policies extended with their \"latestRange\"",
37149
+ "tags": []
37025
37150
  },
37026
37151
  "signature": "(method) DependencyResolverMain.getOutdatedPkgs<T>({ rootDir, forceVersionBump, }: {\n rootDir: string;\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n}, pkgs: Array<{\n name: string;\n currentRange: string;\n source: 'variants' | 'component' | 'rootPolicy' | 'component-model';\n} & T>): Promise<Array<{\n name: string;\n currentRange: string;\n latestRange: string;\n} & T>>",
37027
37152
  "name": "getOutdatedPkgs",
@@ -37485,7 +37610,8 @@
37485
37610
  "character": 3
37486
37611
  },
37487
37612
  "raw": "/**\n * Update the specified packages to their latest versions in all policies;\n * root polcies, variant pocilicies, and component configuration policies (component.json).\n */",
37488
- "comment": "Update the specified packages to their latest versions in all policies;\nroot polcies, variant pocilicies, and component configuration policies (component.json)."
37613
+ "comment": "Update the specified packages to their latest versions in all policies;\nroot polcies, variant pocilicies, and component configuration policies (component.json).",
37614
+ "tags": []
37489
37615
  },
37490
37616
  "signature": "(method) DependencyResolverMain.applyUpdates(outdatedPkgs: Array<Omit<OutdatedPkg, 'currentRange'>>, options: {\n variantPoliciesByPatterns: Record<string, any>;\n}): {\n updatedVariants: string[];\n updatedComponents: UpdatedComponent[];\n}",
37491
37617
  "name": "applyUpdates",
@@ -39134,7 +39260,8 @@
39134
39260
  "character": 1
39135
39261
  },
39136
39262
  "raw": "/**\n * Get packages from root policy, variants, and component config files (component.json files).\n */",
39137
- "comment": "Get packages from root policy, variants, and component config files (component.json files)."
39263
+ "comment": "Get packages from root policy, variants, and component config files (component.json files).",
39264
+ "tags": []
39138
39265
  },
39139
39266
  "signature": "function getAllPolicyPkgs({ rootPolicy, variantPoliciesByPatterns, componentPolicies, componentModelVersions, }: {\n rootPolicy: WorkspacePolicy;\n variantPoliciesByPatterns: Record<string, VariantPolicyConfigObject>;\n componentPolicies: Array<{\n componentId: ComponentID;\n policy: any;\n }>;\n componentModelVersions: ComponentModelVersion[];\n}): CurrentPkg[]",
39140
39267
  "name": "getAllPolicyPkgs",
@@ -40473,6 +40600,7 @@
40473
40600
  "character": 3
40474
40601
  },
40475
40602
  "raw": "/**\n * @param componentIdStr complete string include the scope and the version\n */",
40603
+ "comment": "",
40476
40604
  "tags": [
40477
40605
  {
40478
40606
  "__schema": "PropertyLikeTagSchema",
@@ -41690,7 +41818,8 @@
41690
41818
  "character": 1
41691
41819
  },
41692
41820
  "raw": "/**\n * Allowed values are valid semver values and the \"-\" sign.\n */",
41693
- "comment": "Allowed values are valid semver values and the \"-\" sign."
41821
+ "comment": "Allowed values are valid semver values and the \"-\" sign.",
41822
+ "tags": []
41694
41823
  },
41695
41824
  "signature": "type SemverVersion = string",
41696
41825
  "name": "SemverVersion",
@@ -45324,7 +45453,8 @@
45324
45453
  "character": 1
45325
45454
  },
45326
45455
  "raw": "/**\n * Allowed values are valid semver values, git urls, fs path.\n */",
45327
- "comment": "Allowed values are valid semver values, git urls, fs path."
45456
+ "comment": "Allowed values are valid semver values, git urls, fs path.",
45457
+ "tags": []
45328
45458
  },
45329
45459
  "signature": "type WorkspacePolicyEntryVersion = string",
45330
45460
  "name": "WorkspacePolicyEntryVersion",
@@ -46173,7 +46303,8 @@
46173
46303
  "character": 3
46174
46304
  },
46175
46305
  "raw": "/**\n * Create an object ready for package manager installation\n * this is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)\n */",
46176
- "comment": "Create an object ready for package manager installation\nthis is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)"
46306
+ "comment": "Create an object ready for package manager installation\nthis is similar to \"toConfigObject\" but it will make the value of a specific dep always a string (the version / url)",
46307
+ "tags": []
46177
46308
  },
46178
46309
  "signature": "(method) WorkspacePolicy.toManifest(): WorkspacePolicyManifest",
46179
46310
  "name": "toManifest",
@@ -46595,7 +46726,8 @@
46595
46726
  "character": 1
46596
46727
  },
46597
46728
  "raw": "/**\n * Allowed values are valid semver values, git urls, fs path.\n */",
46598
- "comment": "Allowed values are valid semver values, git urls, fs path."
46729
+ "comment": "Allowed values are valid semver values, git urls, fs path.",
46730
+ "tags": []
46599
46731
  },
46600
46732
  "signature": "type VariantPolicyEntryVersion = string",
46601
46733
  "name": "VariantPolicyEntryVersion",
@@ -46845,7 +46977,8 @@
46845
46977
  "character": 3
46846
46978
  },
46847
46979
  "raw": "/**\n * hide the dependency from the component's package.json / dependencies list\n */",
46848
- "comment": "hide the dependency from the component's package.json / dependencies list"
46980
+ "comment": "hide the dependency from the component's package.json / dependencies list",
46981
+ "tags": []
46849
46982
  },
46850
46983
  "signature": "(property) hidden?: boolean | undefined",
46851
46984
  "name": "hidden",
@@ -46875,7 +47008,8 @@
46875
47008
  "character": 3
46876
47009
  },
46877
47010
  "raw": "/**\n * force add to component dependencies even if it's not used by the component.\n */",
46878
- "comment": "force add to component dependencies even if it's not used by the component."
47011
+ "comment": "force add to component dependencies even if it's not used by the component.",
47012
+ "tags": []
46879
47013
  },
46880
47014
  "signature": "(property) force?: boolean | undefined",
46881
47015
  "name": "force",
@@ -47367,7 +47501,8 @@
47367
47501
  "character": 3
47368
47502
  },
47369
47503
  "raw": "/**\n * Return a hash of all the peers names and their version\n * This useful when you want to compare 2 envs\n */",
47370
- "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs"
47504
+ "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs",
47505
+ "tags": []
47371
47506
  },
47372
47507
  "signature": "(method) VariantPolicy.hashNameVersion(): string",
47373
47508
  "name": "hashNameVersion",
@@ -47514,7 +47649,8 @@
47514
47649
  "character": 3
47515
47650
  },
47516
47651
  "raw": "/**\n * Filter only deps which should be resolved from the env\n */",
47517
- "comment": "Filter only deps which should be resolved from the env"
47652
+ "comment": "Filter only deps which should be resolved from the env",
47653
+ "tags": []
47518
47654
  },
47519
47655
  "signature": "(method) VariantPolicy.getResolvedFromEnv(): VariantPolicy",
47520
47656
  "name": "getResolvedFromEnv",
@@ -48466,7 +48602,8 @@
48466
48602
  "character": 3
48467
48603
  },
48468
48604
  "raw": "/**\n * hide the dependency from the component's package.json / dependencies list\n */",
48469
- "comment": "hide the dependency from the component's package.json / dependencies list"
48605
+ "comment": "hide the dependency from the component's package.json / dependencies list",
48606
+ "tags": []
48470
48607
  },
48471
48608
  "signature": "(property) hidden?: boolean | undefined",
48472
48609
  "name": "hidden",
@@ -48496,7 +48633,8 @@
48496
48633
  "character": 3
48497
48634
  },
48498
48635
  "raw": "/**\n * force add to component dependencies even if it's not used by the component.\n */",
48499
- "comment": "force add to component dependencies even if it's not used by the component."
48636
+ "comment": "force add to component dependencies even if it's not used by the component.",
48637
+ "tags": []
48500
48638
  },
48501
48639
  "signature": "(property) force?: boolean | undefined",
48502
48640
  "name": "force",
@@ -49219,7 +49357,8 @@
49219
49357
  "character": 1
49220
49358
  },
49221
49359
  "raw": "/**\n * Config that is used before the new env.jsonc format was introduced.\n */",
49222
- "comment": "Config that is used before the new env.jsonc format was introduced."
49360
+ "comment": "Config that is used before the new env.jsonc format was introduced.",
49361
+ "tags": []
49223
49362
  },
49224
49363
  "signature": "type EnvPolicyLegacyConfigObject = Pick<EnvPolicyEnvJsoncConfigObject, \"peers\"> & Partial<Record<keyof PolicyConfigKeys, VariantPolicyLifecycleConfigObject>>",
49225
49364
  "name": "EnvPolicyLegacyConfigObject",
@@ -49870,7 +50009,8 @@
49870
50009
  "character": 3
49871
50010
  },
49872
50011
  "raw": "/**\n * Return a hash of all the peers names and their version\n * This useful when you want to compare 2 envs\n */",
49873
- "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs"
50012
+ "comment": "Return a hash of all the peers names and their version\nThis useful when you want to compare 2 envs",
50013
+ "tags": []
49874
50014
  },
49875
50015
  "signature": "(method) VariantPolicy.hashNameVersion(): string"
49876
50016
  },
@@ -50017,7 +50157,8 @@
50017
50157
  "character": 3
50018
50158
  },
50019
50159
  "raw": "/**\n * Filter only deps which should be resolved from the env\n */",
50020
- "comment": "Filter only deps which should be resolved from the env"
50160
+ "comment": "Filter only deps which should be resolved from the env",
50161
+ "tags": []
50021
50162
  },
50022
50163
  "signature": "(method) VariantPolicy.getResolvedFromEnv(): VariantPolicy"
50023
50164
  },
@@ -50737,7 +50878,8 @@
50737
50878
  "character": 3
50738
50879
  },
50739
50880
  "raw": "/**\n * hide the dependency from the component's package.json / dependencies list\n */",
50740
- "comment": "hide the dependency from the component's package.json / dependencies list"
50881
+ "comment": "hide the dependency from the component's package.json / dependencies list",
50882
+ "tags": []
50741
50883
  },
50742
50884
  "signature": "(property) hidden?: boolean | undefined",
50743
50885
  "name": "hidden",
@@ -50767,7 +50909,8 @@
50767
50909
  "character": 3
50768
50910
  },
50769
50911
  "raw": "/**\n * force add to component dependencies even if it's not used by the component.\n */",
50770
- "comment": "force add to component dependencies even if it's not used by the component."
50912
+ "comment": "force add to component dependencies even if it's not used by the component.",
50913
+ "tags": []
50771
50914
  },
50772
50915
  "signature": "(property) force?: boolean | undefined",
50773
50916
  "name": "force",
@@ -51014,7 +51157,8 @@
51014
51157
  "character": 1
51015
51158
  },
51016
51159
  "raw": "/**\n * Allowed values are valid semver values\n */",
51017
- "comment": "Allowed values are valid semver values"
51160
+ "comment": "Allowed values are valid semver values",
51161
+ "tags": []
51018
51162
  },
51019
51163
  "signature": "type SemverVersion = string",
51020
51164
  "name": "SemverVersion",
@@ -51100,7 +51244,8 @@
51100
51244
  "character": 1
51101
51245
  },
51102
51246
  "raw": "/**\n * Allowed values are valid semver values and the \"-\" sign.\n */",
51103
- "comment": "Allowed values are valid semver values and the \"-\" sign."
51247
+ "comment": "Allowed values are valid semver values and the \"-\" sign.",
51248
+ "tags": []
51104
51249
  },
51105
51250
  "signature": "type PolicySemver = string",
51106
51251
  "name": "PolicySemver",
@@ -51149,7 +51294,8 @@
51149
51294
  "character": 1
51150
51295
  },
51151
51296
  "raw": "/**\n * Allowed values are valid semver values, git urls, fs path and the \"-\" sign.\n */",
51152
- "comment": "Allowed values are valid semver values, git urls, fs path and the \"-\" sign."
51297
+ "comment": "Allowed values are valid semver values, git urls, fs path and the \"-\" sign.",
51298
+ "tags": []
51153
51299
  },
51154
51300
  "signature": "type PolicyVersion = string",
51155
51301
  "name": "PolicyVersion",
@@ -51424,7 +51570,8 @@
51424
51570
  "character": 1
51425
51571
  },
51426
51572
  "raw": "/**\n * context of the linking process.\n */",
51427
- "comment": "context of the linking process."
51573
+ "comment": "context of the linking process.",
51574
+ "tags": []
51428
51575
  },
51429
51576
  "signature": "type DepLinkerContext = {\n inCapsule?: boolean | undefined;\n}",
51430
51577
  "name": "DepLinkerContext",
@@ -51553,7 +51700,8 @@
51553
51700
  "character": 3
51554
51701
  },
51555
51702
  "raw": "/**\n * Whether to create links in the root dir node modules to all core aspects\n */",
51556
- "comment": "Whether to create links in the root dir node modules to all core aspects"
51703
+ "comment": "Whether to create links in the root dir node modules to all core aspects",
51704
+ "tags": []
51557
51705
  },
51558
51706
  "signature": "(property) linkCoreAspects?: boolean | undefined",
51559
51707
  "name": "linkCoreAspects",
@@ -51603,7 +51751,8 @@
51603
51751
  "character": 3
51604
51752
  },
51605
51753
  "raw": "/**\n * link to another project, so that project could use components from this workspace.\n * similar to npm/yarn link\n */",
51606
- "comment": "link to another project, so that project could use components from this workspace.\nsimilar to npm/yarn link"
51754
+ "comment": "link to another project, so that project could use components from this workspace.\nsimilar to npm/yarn link",
51755
+ "tags": []
51607
51756
  },
51608
51757
  "signature": "(property) linkToDir?: string | undefined",
51609
51758
  "name": "linkToDir",
@@ -51633,7 +51782,8 @@
51633
51782
  "character": 3
51634
51783
  },
51635
51784
  "raw": "/**\n * Link peer dependencies of the components to the target project.\n * Peer dependencies should be singletons, so the project should use the same\n * version of the peer dependency as the linked in components.\n */",
51636
- "comment": "Link peer dependencies of the components to the target project.\nPeer dependencies should be singletons, so the project should use the same\nversion of the peer dependency as the linked in components."
51785
+ "comment": "Link peer dependencies of the components to the target project.\nPeer dependencies should be singletons, so the project should use the same\nversion of the peer dependency as the linked in components.",
51786
+ "tags": []
51637
51787
  },
51638
51788
  "signature": "(property) includePeers?: boolean | undefined",
51639
51789
  "name": "includePeers",
@@ -51663,7 +51813,8 @@
51663
51813
  "character": 3
51664
51814
  },
51665
51815
  "raw": "/**\n * whether link should import objects before linking\n */",
51666
- "comment": "whether link should import objects before linking"
51816
+ "comment": "whether link should import objects before linking",
51817
+ "tags": []
51667
51818
  },
51668
51819
  "signature": "(property) fetchObject?: boolean | undefined",
51669
51820
  "name": "fetchObject",
@@ -51693,7 +51844,8 @@
51693
51844
  "character": 3
51694
51845
  },
51695
51846
  "raw": "/**\n * Link deps which should be linked to the env\n */",
51696
- "comment": "Link deps which should be linked to the env"
51847
+ "comment": "Link deps which should be linked to the env",
51848
+ "tags": []
51697
51849
  },
51698
51850
  "signature": "(property) linkDepsResolvedFromEnv?: boolean | undefined",
51699
51851
  "name": "linkDepsResolvedFromEnv",
@@ -53143,7 +53295,8 @@
53143
53295
  "character": 1
53144
53296
  },
53145
53297
  "raw": "/**\n * When running dev env (bd) we need to get the harmony/legacy folder from the node_modules of the clone\n */",
53146
- "comment": "When running dev env (bd) we need to get the harmony/legacy folder from the node_modules of the clone"
53298
+ "comment": "When running dev env (bd) we need to get the harmony/legacy folder from the node_modules of the clone",
53299
+ "tags": []
53147
53300
  },
53148
53301
  "signature": "function getDistDirForDevEnv(packageName: string): string",
53149
53302
  "name": "getDistDirForDevEnv",
@@ -55213,7 +55366,8 @@
55213
55366
  "character": 3
55214
55367
  },
55215
55368
  "raw": "/**\n * Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\n * in order to install the dependencies.\n */",
55216
- "comment": "Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\nin order to install the dependencies."
55369
+ "comment": "Compute all the component manifests (a.k.a. package.json files) that should be passed to the package manager\nin order to install the dependencies.",
55370
+ "tags": []
55217
55371
  },
55218
55372
  "signature": "(method) DependencyInstaller.getComponentManifests({ componentDirectoryMap, rootPolicy, rootDir, dedupe, dependencyFilterFn, copyPeerToRuntimeOnComponents, copyPeerToRuntimeOnRoot, installPeersFromEnvs, resolveVersionsFromDependenciesOnly, referenceLocalPackages, hasRootComponents, excludeExtensionsDependencies, }: GetComponentManifestsOptions): Promise<Record<string, ProjectManifest>>",
55219
55373
  "name": "getComponentManifests",
@@ -55587,7 +55741,7 @@
55587
55741
  "componentId": {
55588
55742
  "scope": "teambit.dependencies",
55589
55743
  "name": "dependency-resolver",
55590
- "version": "1.0.310"
55744
+ "version": "1.0.312"
55591
55745
  },
55592
55746
  "taggedModuleExports": []
55593
55747
  }