@pnpm/config
Advanced tools
Comparing version 8.3.1-alpha.1 to 9.0.0-alpha.2
# @pnpm/config | ||
## 9.0.0-alpha.2 | ||
### Major Changes | ||
- 45fdcfde2: Locking is removed. | ||
### Minor Changes | ||
- 242cf8737: The `link-workspace-packages` setting may be set to `deep`. When using `deep`, | ||
workspace packages are linked into subdependencies, not only to direct dependencies of projects. | ||
### Patch Changes | ||
- Updated dependencies [ca9f50844] | ||
- @pnpm/constants@4.0.0-alpha.1 | ||
## 8.3.1-alpha.1 | ||
@@ -4,0 +20,0 @@ |
@@ -81,4 +81,2 @@ import { ProjectManifest, Registries } from '@pnpm/types'; | ||
fetchingConcurrency?: number; | ||
lockStaleDuration?: number; | ||
lock: boolean; | ||
lockfileOnly?: boolean; | ||
@@ -97,3 +95,3 @@ childConcurrency?: number; | ||
reporter?: string; | ||
linkWorkspacePackages: boolean; | ||
linkWorkspacePackages: boolean | 'deep'; | ||
sort: boolean; | ||
@@ -100,0 +98,0 @@ strictPeerDependencies: boolean; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.normalizeRegistry = void 0; | ||
function getScopeRegistries(rawConfig) { | ||
@@ -4,0 +5,0 @@ const registries = {}; |
@@ -13,3 +13,3 @@ import { Config, Project, ProjectsGraph, UniversalOptions } from './Config'; | ||
}; | ||
rcOptionsTypes?: Record<string, unknown> | undefined; | ||
rcOptionsTypes?: Record<string, unknown>; | ||
workspaceDir?: string | undefined; | ||
@@ -16,0 +16,0 @@ }) => Promise<{ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.types = void 0; | ||
const constants_1 = require("@pnpm/constants"); | ||
@@ -38,5 +39,3 @@ const error_1 = require("@pnpm/error"); | ||
'independent-leaves': Boolean, | ||
'link-workspace-packages': Boolean, | ||
'lock': Boolean, | ||
'lock-stale-duration': Number, | ||
'link-workspace-packages': [Boolean, 'deep'], | ||
'lockfile': Boolean, | ||
@@ -127,3 +126,2 @@ 'lockfile-dir': String, | ||
'link-workspace-packages': true, | ||
'lock': true, | ||
'package-lock': npmDefaults['package-lock'], | ||
@@ -130,0 +128,0 @@ 'pending': false, |
{ | ||
"name": "@pnpm/config", | ||
"version": "8.3.1-alpha.1", | ||
"version": "9.0.0-alpha.2", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/constants": "4.0.0-alpha.0", | ||
"@pnpm/constants": "4.0.0-alpha.1", | ||
"@pnpm/error": "1.2.0", | ||
@@ -46,4 +46,4 @@ "@pnpm/types": "6.0.0-alpha.0", | ||
"@pnpm/config": "link:", | ||
"@types/mz": "^2.7.0", | ||
"@types/ramda": "^0.27.4", | ||
"@types/mz": "^2.7.1", | ||
"@types/ramda": "^0.27.6", | ||
"@types/which": "1.3.2", | ||
@@ -50,0 +50,0 @@ "mz": "2.7.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23934
482
+ Added@pnpm/constants@4.0.0-alpha.1(transitive)
- Removed@pnpm/constants@4.0.0-alpha.0(transitive)