@pnpm/plugin-commands-installation 14.0.3 → 14.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/add.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  /// <reference types="node" />
4
4
  import { type InstallCommandOptions } from './install';
5
- export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
5
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
6
6
  access: (string | null)[];
7
7
  'allow-same-version': BooleanConstructor;
8
8
  'always-auth': BooleanConstructor;
@@ -122,17 +122,17 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" |
122
122
  versions: BooleanConstructor;
123
123
  viewer: StringConstructor;
124
124
  _exit: BooleanConstructor;
125
- }, "offline" | "force" | "registry" | "global" | "production" | "optional" | "only" | "proxy" | "ignore-scripts" | "save-prod" | "save-dev" | "save-optional" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
125
+ }, "registry" | "optional" | "force" | "global" | "production" | "offline" | "only" | "proxy" | "ignore-scripts" | "save-prod" | "save-dev" | "save-optional" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
126
126
  export declare function cliOptionsTypes(): {
127
127
  recursive: BooleanConstructor;
128
128
  save: BooleanConstructor;
129
129
  workspace: BooleanConstructor;
130
- offline: any;
131
- force: any;
132
130
  registry: any;
131
+ optional: any;
132
+ force: any;
133
133
  global: any;
134
134
  production: any;
135
- optional: any;
135
+ offline: any;
136
136
  only: any;
137
137
  proxy: any;
138
138
  'ignore-scripts': any;
package/lib/dedupe.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  /// <reference types="node" />
4
4
  import { type InstallCommandOptions } from './install';
5
- export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
5
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
6
6
  access: (string | null)[];
7
7
  'allow-same-version': BooleanConstructor;
8
8
  'always-auth': BooleanConstructor;
package/lib/fetch.d.ts CHANGED
@@ -6,13 +6,13 @@ export declare const rcOptionsTypes: () => {
6
6
  'resolution-only': BooleanConstructor;
7
7
  recursive: BooleanConstructor;
8
8
  force: any;
9
- offline: any;
10
9
  registry: any;
10
+ dev: any;
11
+ optional: any;
11
12
  global: any;
12
13
  production: any;
13
- optional: any;
14
+ offline: any;
14
15
  only: any;
15
- dev: any;
16
16
  proxy: any;
17
17
  'ignore-scripts': any;
18
18
  'fetch-retries': any;
package/lib/install.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import { type Config } from '@pnpm/config';
5
5
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
6
- export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
6
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,19 +123,19 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" |
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "offline" | "registry" | "global" | "production" | "optional" | "only" | "dev" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
126
+ }, "registry" | "dev" | "optional" | "global" | "production" | "offline" | "only" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
127
127
  export declare const cliOptionsTypes: () => {
128
128
  'fix-lockfile': BooleanConstructor;
129
129
  'resolution-only': BooleanConstructor;
130
130
  recursive: BooleanConstructor;
131
131
  force: any;
132
- offline: any;
133
132
  registry: any;
133
+ dev: any;
134
+ optional: any;
134
135
  global: any;
135
136
  production: any;
136
- optional: any;
137
+ offline: any;
137
138
  only: any;
138
- dev: any;
139
139
  proxy: any;
140
140
  'ignore-scripts': any;
141
141
  'fetch-retries': any;
package/lib/link.d.ts CHANGED
@@ -6,7 +6,7 @@ import { type Config } from '@pnpm/config';
6
6
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
7
7
  type LinkOpts = CreateStoreControllerOptions & Pick<Config, 'bin' | 'cliOptions' | 'engineStrict' | 'saveDev' | 'saveOptional' | 'saveProd' | 'workspaceDir' | 'sharedWorkspaceLockfile'> & Partial<Pick<Config, 'linkWorkspacePackages'>>;
8
8
  export declare const rcOptionsTypes: typeof cliOptionsTypes;
9
- export declare function cliOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
9
+ export declare function cliOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
10
10
  access: (string | null)[];
11
11
  'allow-same-version': BooleanConstructor;
12
12
  'always-auth': BooleanConstructor;
package/lib/prune.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import * as install from './install';
5
5
  export declare const rcOptionsTypes: typeof cliOptionsTypes;
6
- export declare function cliOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
6
+ export declare function cliOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,7 +123,7 @@ export declare function cliOptionsTypes(): Pick<Partial<Record<"offline" | "ca"
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "production" | "optional" | "dev">;
126
+ }, "dev" | "optional" | "production">;
127
127
  export declare const commandNames: string[];
128
128
  export declare function help(): string;
129
129
  export declare function handler(opts: install.InstallCommandOptions): Promise<void>;
package/lib/remove.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  import { type CompletionFunc } from '@pnpm/command';
5
5
  import { type Config } from '@pnpm/config';
6
6
  import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
7
- export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
7
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
8
8
  access: (string | null)[];
9
9
  'allow-same-version': BooleanConstructor;
10
10
  'always-auth': BooleanConstructor;
@@ -3,7 +3,7 @@
3
3
  /// <reference types="node" />
4
4
  import { type CompletionFunc } from '@pnpm/command';
5
5
  import { type InstallCommandOptions } from '../install';
6
- export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" | "cert" | "force" | "key" | "registry" | "depth" | "save" | "tag" | "color" | "global" | "production" | "optional" | "loglevel" | "only" | "dev" | "globalconfig" | "userconfig" | "proxy" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "local-address" | "no-proxy" | "strict-ssl" | "user-agent" | "package-lock", any>> & {
6
+ export declare function rcOptionsTypes(): Pick<Partial<Record<"key" | "user-agent" | "ca" | "cert" | "registry" | "dev" | "optional" | "tag" | "force" | "color" | "global" | "save" | "production" | "depth" | "offline" | "loglevel" | "only" | "globalconfig" | "userconfig" | "proxy" | "local-address" | "ignore-scripts" | "dry-run" | "save-prod" | "save-dev" | "save-optional" | "script-shell" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "node-version" | "unsafe-perm" | "prefer-offline" | "https-proxy" | "no-proxy" | "strict-ssl" | "package-lock", any>> & {
7
7
  access: (string | null)[];
8
8
  'allow-same-version': BooleanConstructor;
9
9
  'always-auth': BooleanConstructor;
@@ -123,22 +123,22 @@ export declare function rcOptionsTypes(): Pick<Partial<Record<"offline" | "ca" |
123
123
  versions: BooleanConstructor;
124
124
  viewer: StringConstructor;
125
125
  _exit: BooleanConstructor;
126
- }, "offline" | "force" | "registry" | "depth" | "save" | "global" | "production" | "optional" | "only" | "dev" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
126
+ }, "registry" | "dev" | "optional" | "force" | "global" | "save" | "production" | "depth" | "offline" | "only" | "proxy" | "ignore-scripts" | "fetch-retries" | "fetch-retry-factor" | "fetch-retry-mintimeout" | "fetch-retry-maxtimeout" | "save-exact" | "save-prefix" | "scripts-prepend-node-path" | "engine-strict" | "unsafe-perm" | "prefer-offline" | "https-proxy">;
127
127
  export declare function cliOptionsTypes(): {
128
128
  interactive: BooleanConstructor;
129
129
  latest: BooleanConstructor;
130
130
  recursive: BooleanConstructor;
131
131
  workspace: BooleanConstructor;
132
- offline: any;
133
- force: any;
134
132
  registry: any;
135
- depth: any;
136
- save: any;
133
+ dev: any;
134
+ optional: any;
135
+ force: any;
137
136
  global: any;
137
+ save: any;
138
138
  production: any;
139
- optional: any;
139
+ depth: any;
140
+ offline: any;
140
141
  only: any;
141
- dev: any;
142
142
  proxy: any;
143
143
  'ignore-scripts': any;
144
144
  'fetch-retries': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "14.0.3",
3
+ "version": "14.0.4",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -40,10 +40,10 @@
40
40
  "write-pkg": "4.0.0",
41
41
  "write-yaml-file": "^5.0.0",
42
42
  "@pnpm/assert-project": "2.3.41",
43
- "@pnpm/plugin-commands-installation": "14.0.3",
44
- "@pnpm/test-fixtures": "0.1.14",
43
+ "@pnpm/modules-yaml": "12.1.4",
44
+ "@pnpm/plugin-commands-installation": "14.0.4",
45
45
  "@pnpm/prepare": "0.0.84",
46
- "@pnpm/modules-yaml": "12.1.4"
46
+ "@pnpm/test-fixtures": "0.1.14"
47
47
  },
48
48
  "dependencies": {
49
49
  "@pnpm/colorize-semver-diff": "^1.0.1",
@@ -69,27 +69,27 @@
69
69
  "version-selector-type": "^3.0.0",
70
70
  "@pnpm/cli-utils": "2.1.1",
71
71
  "@pnpm/command": "4.0.0",
72
- "@pnpm/config": "20.1.1",
73
72
  "@pnpm/common-cli-options-help": "1.0.0",
74
- "@pnpm/core": "13.1.3",
73
+ "@pnpm/config": "20.1.1",
75
74
  "@pnpm/constants": "7.1.1",
75
+ "@pnpm/core": "13.1.4",
76
76
  "@pnpm/dedupe.check": "1.0.5",
77
77
  "@pnpm/error": "5.0.2",
78
78
  "@pnpm/filter-workspace-packages": "7.2.1",
79
79
  "@pnpm/find-workspace-dir": "6.0.2",
80
80
  "@pnpm/graceful-fs": "3.2.0",
81
- "@pnpm/manifest-utils": "5.0.5",
82
81
  "@pnpm/lockfile-types": "5.1.3",
83
- "@pnpm/outdated": "13.0.28",
82
+ "@pnpm/manifest-utils": "5.0.5",
84
83
  "@pnpm/matcher": "5.0.0",
84
+ "@pnpm/outdated": "13.0.29",
85
85
  "@pnpm/package-store": "19.0.8",
86
86
  "@pnpm/parse-wanted-dependency": "5.0.0",
87
- "@pnpm/plugin-commands-rebuild": "10.0.2",
87
+ "@pnpm/plugin-commands-rebuild": "10.0.3",
88
88
  "@pnpm/pnpmfile": "5.0.16",
89
89
  "@pnpm/read-project-manifest": "5.0.8",
90
- "@pnpm/sort-packages": "5.0.7",
91
- "@pnpm/store-connection-manager": "7.0.12",
92
90
  "@pnpm/resolver-base": "11.0.0",
91
+ "@pnpm/sort-packages": "5.0.7",
92
+ "@pnpm/store-connection-manager": "7.0.13",
93
93
  "@pnpm/types": "9.4.0",
94
94
  "@pnpm/workspace.find-packages": "1.1.1",
95
95
  "@pnpm/workspace.pkgs-graph": "2.0.10"