@pnpm/plugin-commands-installation 17.0.0 → 17.0.2

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.
@@ -1,5 +1,5 @@
1
1
  import { type Config } from '@pnpm/config';
2
- import { type Lockfile } from '@pnpm/lockfile-types';
2
+ import { type Lockfile } from '@pnpm/lockfile.types';
3
3
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
4
4
  import { type IncludedDependencies, type PrepareExecutionEnv } from '@pnpm/types';
5
5
  export type InstallDepsOptions = Pick<Config, 'allProjects' | 'allProjectsGraph' | 'autoInstallPeers' | 'bail' | 'bin' | 'cliOptions' | 'dedupePeerDependents' | 'depth' | 'dev' | 'engineStrict' | 'global' | 'globalPnpmfile' | 'hooks' | 'ignoreCurrentPrefs' | 'ignorePnpmfile' | 'ignoreScripts' | 'linkWorkspacePackages' | 'lockfileDir' | 'lockfileOnly' | 'pnpmfile' | 'production' | 'rawLocalConfig' | 'registries' | 'rootProjectManifestDir' | 'rootProjectManifest' | 'save' | 'saveDev' | 'saveExact' | 'saveOptional' | 'savePeer' | 'savePrefix' | 'saveProd' | 'saveWorkspaceProtocol' | 'lockfileIncludeTarballUrl' | 'scriptsPrependNodePath' | 'scriptShell' | 'selectedProjectsGraph' | 'sideEffectsCache' | 'sideEffectsCacheReadonly' | 'sort' | 'sharedWorkspaceLockfile' | 'shellEmulator' | 'tag' | 'optional' | 'workspaceConcurrency' | 'workspaceDir' | 'workspacePackagePatterns' | 'extraEnv' | 'ignoreWorkspaceCycles' | 'disallowWorkspaceCycles'> & CreateStoreControllerOptions & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "17.0.0",
3
+ "version": "17.0.2",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/plugin-commands-installation#readme",
24
24
  "devDependencies": {
25
- "@pnpm/registry-mock": "3.36.1",
25
+ "@pnpm/registry-mock": "3.40.0",
26
26
  "@types/proxyquire": "^1.3.31",
27
27
  "@types/ramda": "0.29.12",
28
28
  "@types/sinon": "^10.0.20",
@@ -40,13 +40,13 @@
40
40
  "write-json-file": "^4.3.0",
41
41
  "write-pkg": "4.0.0",
42
42
  "write-yaml-file": "^5.0.0",
43
- "@pnpm/assert-project": "2.3.55",
44
- "@pnpm/modules-yaml": "13.1.4",
45
- "@pnpm/plugin-commands-installation": "17.0.0",
46
- "@pnpm/prepare": "0.0.98",
47
- "@pnpm/test-fixtures": "0.1.28",
48
- "@pnpm/workspace.filter-packages-from-dir": "1.0.3",
49
- "@pnpm/test-ipc-server": "0.0.0"
43
+ "@pnpm/assert-project": "2.3.57",
44
+ "@pnpm/modules-yaml": "13.1.5",
45
+ "@pnpm/prepare": "0.0.100",
46
+ "@pnpm/plugin-commands-installation": "17.0.2",
47
+ "@pnpm/workspace.filter-packages-from-dir": "1.0.5",
48
+ "@pnpm/test-ipc-server": "0.0.0",
49
+ "@pnpm/test-fixtures": "0.1.30"
50
50
  },
51
51
  "dependencies": {
52
52
  "@pnpm/colorize-semver-diff": "^1.0.1",
@@ -69,34 +69,34 @@
69
69
  "render-help": "^1.0.3",
70
70
  "version-selector-type": "^3.0.0",
71
71
  "which": "npm:@pnpm/which@^3.0.1",
72
- "@pnpm/cli-utils": "3.1.5",
72
+ "@pnpm/cli-utils": "3.1.7",
73
73
  "@pnpm/command": "5.0.2",
74
+ "@pnpm/config": "21.7.0",
74
75
  "@pnpm/common-cli-options-help": "2.0.0",
75
- "@pnpm/config": "21.6.2",
76
76
  "@pnpm/constants": "8.0.0",
77
- "@pnpm/core": "15.1.0",
78
- "@pnpm/filter-workspace-packages": "10.0.2",
79
- "@pnpm/dedupe.check": "2.0.6",
77
+ "@pnpm/core": "15.2.0",
80
78
  "@pnpm/error": "6.0.1",
81
- "@pnpm/get-context": "12.0.1",
79
+ "@pnpm/dedupe.check": "2.0.8",
80
+ "@pnpm/filter-workspace-packages": "10.0.4",
82
81
  "@pnpm/find-workspace-dir": "7.0.1",
83
- "@pnpm/lockfile-types": "7.1.3",
84
- "@pnpm/manifest-utils": "6.0.5",
85
- "@pnpm/matcher": "6.0.0",
82
+ "@pnpm/get-context": "12.0.3",
86
83
  "@pnpm/graceful-fs": "4.0.0",
87
- "@pnpm/package-store": "20.3.3",
84
+ "@pnpm/manifest-utils": "6.0.6",
85
+ "@pnpm/matcher": "6.0.0",
86
+ "@pnpm/outdated": "15.1.2",
87
+ "@pnpm/lockfile.types": "1.0.1",
88
88
  "@pnpm/parse-wanted-dependency": "6.0.0",
89
- "@pnpm/outdated": "15.1.0",
90
- "@pnpm/plugin-commands-env": "5.1.0",
91
- "@pnpm/plugin-commands-rebuild": "12.0.2",
92
- "@pnpm/pnpmfile": "6.0.7",
93
- "@pnpm/resolver-base": "13.0.1",
94
- "@pnpm/read-project-manifest": "6.0.5",
95
- "@pnpm/store-connection-manager": "8.3.3",
96
- "@pnpm/sort-packages": "6.0.5",
97
- "@pnpm/types": "11.1.0",
98
- "@pnpm/workspace.find-packages": "4.0.2",
99
- "@pnpm/workspace.pkgs-graph": "4.0.2"
89
+ "@pnpm/package-store": "20.3.4",
90
+ "@pnpm/plugin-commands-env": "5.1.2",
91
+ "@pnpm/read-project-manifest": "6.0.6",
92
+ "@pnpm/plugin-commands-rebuild": "12.0.4",
93
+ "@pnpm/resolver-base": "13.0.2",
94
+ "@pnpm/store-connection-manager": "8.3.5",
95
+ "@pnpm/sort-packages": "6.0.6",
96
+ "@pnpm/workspace.find-packages": "4.0.4",
97
+ "@pnpm/workspace.pkgs-graph": "4.0.3",
98
+ "@pnpm/pnpmfile": "6.0.9",
99
+ "@pnpm/types": "12.0.0"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "@pnpm/logger": "^5.0.0"