@pnpm/resolving.resolver-base
Advanced tools
+8
-0
@@ -239,2 +239,10 @@ import type { DependencyManifest, PackageManifest, PackageVersionPolicy, PinnedVersion, PkgResolutionId, ProjectRootDir, SupportedArchitectures, TrustPolicy } from '@pnpm/types'; | ||
| update?: false | 'compatible' | 'latest'; | ||
| /** | ||
| * True only when this specific package matches the user's update target | ||
| * (e.g. `pnpm up <name>`). Unlike `update`, this is false for unrelated | ||
| * packages that get re-resolved as a side effect of an update, so it can | ||
| * be used to bypass preferred-version propagation without forcing | ||
| * unrelated transitives to jump to their latest versions. | ||
| */ | ||
| updateRequested?: boolean; | ||
| updateChecksums?: boolean; | ||
@@ -241,0 +249,0 @@ injectWorkspacePackages?: boolean; |
+2
-2
| { | ||
| "name": "@pnpm/resolving.resolver-base", | ||
| "version": "1100.5.0", | ||
| "version": "1100.5.1", | ||
| "description": "Types for pnpm-compatible resolvers", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
| "@jest/globals": "30.4.1", | ||
| "@pnpm/resolving.resolver-base": "1100.5.0" | ||
| "@pnpm/resolving.resolver-base": "1100.5.1" | ||
| }, | ||
@@ -38,0 +38,0 @@ "engines": { |
20724
2.03%434
1.88%