@pnpm/plugin-commands-installation 13.0.17 → 13.0.19

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.
Files changed (1) hide show
  1. package/package.json +28 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "13.0.17",
3
+ "version": "13.0.19",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,14 +22,14 @@
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.8.0",
25
+ "@pnpm/registry-mock": "3.10.2",
26
26
  "@types/proxyquire": "^1.3.28",
27
27
  "@types/ramda": "0.28.20",
28
28
  "@types/sinon": "^10.0.15",
29
29
  "@types/yarnpkg__lockfile": "^1.1.6",
30
30
  "@types/zkochan__table": "npm:@types/table@6.0.0",
31
31
  "delay": "^5.0.0",
32
- "jest-diff": "^29.5.0",
32
+ "jest-diff": "^29.6.1",
33
33
  "path-name": "^1.0.0",
34
34
  "proxyquire": "^2.1.3",
35
35
  "read-yaml-file": "^2.1.0",
@@ -39,11 +39,11 @@
39
39
  "write-json-file": "^4.3.0",
40
40
  "write-pkg": "4.0.0",
41
41
  "write-yaml-file": "^5.0.0",
42
- "@pnpm/modules-yaml": "12.1.1",
43
- "@pnpm/prepare": "0.0.71",
44
- "@pnpm/plugin-commands-installation": "13.0.17",
45
- "@pnpm/assert-project": "2.3.28",
46
- "@pnpm/test-fixtures": "0.1.1"
42
+ "@pnpm/assert-project": "2.3.29",
43
+ "@pnpm/modules-yaml": "12.1.2",
44
+ "@pnpm/plugin-commands-installation": "13.0.19",
45
+ "@pnpm/prepare": "0.0.72",
46
+ "@pnpm/test-fixtures": "0.1.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@pnpm/colorize-semver-diff": "^1.0.1",
@@ -67,32 +67,32 @@
67
67
  "ramda": "npm:@pnpm/ramda@0.28.1",
68
68
  "render-help": "^1.0.3",
69
69
  "version-selector-type": "^3.0.0",
70
- "@pnpm/cli-utils": "2.0.12",
70
+ "@pnpm/cli-utils": "2.0.13",
71
+ "@pnpm/command": "4.0.0",
71
72
  "@pnpm/common-cli-options-help": "1.0.0",
73
+ "@pnpm/config": "18.4.4",
72
74
  "@pnpm/constants": "7.1.1",
73
- "@pnpm/command": "4.0.0",
74
- "@pnpm/config": "18.4.3",
75
+ "@pnpm/core": "10.2.9",
76
+ "@pnpm/dedupe.check": "1.0.3",
75
77
  "@pnpm/error": "5.0.2",
76
- "@pnpm/filter-workspace-packages": "7.0.12",
77
- "@pnpm/core": "10.2.8",
78
- "@pnpm/dedupe.check": "1.0.2",
78
+ "@pnpm/filter-workspace-packages": "7.0.13",
79
79
  "@pnpm/find-workspace-dir": "6.0.2",
80
- "@pnpm/lockfile-types": "5.1.0",
81
- "@pnpm/manifest-utils": "5.0.2",
82
80
  "@pnpm/graceful-fs": "3.0.0",
81
+ "@pnpm/lockfile-types": "5.1.1",
82
+ "@pnpm/manifest-utils": "5.0.3",
83
83
  "@pnpm/matcher": "5.0.0",
84
- "@pnpm/plugin-commands-rebuild": "9.1.0",
85
- "@pnpm/outdated": "13.0.6",
86
- "@pnpm/resolver-base": "10.0.1",
87
- "@pnpm/sort-packages": "5.0.3",
88
- "@pnpm/types": "9.1.0",
84
+ "@pnpm/outdated": "13.0.8",
85
+ "@pnpm/package-store": "16.0.8",
89
86
  "@pnpm/parse-wanted-dependency": "5.0.0",
90
- "@pnpm/store-connection-manager": "6.0.17",
91
- "@pnpm/read-project-manifest": "5.0.3",
92
- "@pnpm/workspace.find-packages": "1.0.2",
93
- "@pnpm/package-store": "16.0.7",
94
- "@pnpm/workspace.pkgs-graph": "2.0.4",
95
- "@pnpm/pnpmfile": "5.0.8"
87
+ "@pnpm/plugin-commands-rebuild": "9.1.2",
88
+ "@pnpm/pnpmfile": "5.0.9",
89
+ "@pnpm/read-project-manifest": "5.0.4",
90
+ "@pnpm/resolver-base": "10.0.2",
91
+ "@pnpm/sort-packages": "5.0.4",
92
+ "@pnpm/store-connection-manager": "6.0.19",
93
+ "@pnpm/types": "9.2.0",
94
+ "@pnpm/workspace.find-packages": "1.0.3",
95
+ "@pnpm/workspace.pkgs-graph": "2.0.4"
96
96
  },
97
97
  "peerDependencies": {
98
98
  "@pnpm/logger": "^5.0.0"
@@ -104,10 +104,7 @@
104
104
  "scripts": {
105
105
  "start": "tsc --watch",
106
106
  "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
107
- "registry-mock": "registry-mock",
108
- "test:jest": "jest",
109
- "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
110
- "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7775 pnpm run test:e2e",
107
+ "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7775 jest",
111
108
  "test": "pnpm run compile && pnpm run _test",
112
109
  "compile": "tsc --build && pnpm run lint --fix"
113
110
  }