@pnpm/plugin-commands-installation 8.4.18 → 8.4.21

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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "8.4.18",
3
+ "version": "8.4.21",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,55 +22,55 @@
22
22
  },
23
23
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-installation#readme",
24
24
  "devDependencies": {
25
- "@pnpm/assert-project": "2.2.18",
25
+ "@pnpm/assert-project": "2.2.19",
26
26
  "@pnpm/lockfile-types": "3.2.0",
27
27
  "@pnpm/logger": "^4.0.0",
28
28
  "@pnpm/modules-yaml": "9.1.1",
29
- "@pnpm/plugin-commands-installation": "8.4.18",
30
- "@pnpm/prepare": "0.0.37",
31
- "@pnpm/registry-mock": "2.17.0",
32
- "@pnpm/test-fixtures": "0.0.6",
29
+ "@pnpm/plugin-commands-installation": "8.4.21",
30
+ "@pnpm/prepare": "0.0.38",
31
+ "@pnpm/registry-mock": "2.19.0",
32
+ "@pnpm/test-fixtures": "0.0.7",
33
33
  "@types/is-ci": "^3.0.0",
34
34
  "@types/proxyquire": "^1.3.28",
35
35
  "@types/ramda": "0.27.39",
36
- "@types/sinon": "^10.0.6",
36
+ "@types/sinon": "^10.0.11",
37
37
  "@types/yarnpkg__lockfile": "^1.1.5",
38
38
  "@types/zkochan__table": "npm:@types/table@6.0.0",
39
39
  "path-name": "^1.0.0",
40
40
  "proxyquire": "^2.1.3",
41
41
  "read-yaml-file": "^2.1.0",
42
- "sinon": "^11.1.1",
43
- "tempy": "^1.0.0",
42
+ "sinon": "^11.1.2",
43
+ "symlink-dir": "^5.0.1",
44
+ "tempy": "^1.0.1",
44
45
  "write-json-file": "^4.3.0",
45
46
  "write-pkg": "4.0.0",
46
- "write-yaml-file": "^4.2.0",
47
- "symlink-dir": "^5.0.0"
47
+ "write-yaml-file": "^4.2.0"
48
48
  },
49
49
  "dependencies": {
50
- "@pnpm/cli-utils": "0.6.56",
50
+ "@pnpm/cli-utils": "0.6.58",
51
51
  "@pnpm/colorize-semver-diff": "^1.0.1",
52
52
  "@pnpm/command": "2.0.0",
53
53
  "@pnpm/common-cli-options-help": "0.8.0",
54
- "@pnpm/config": "13.13.5",
54
+ "@pnpm/config": "13.13.6",
55
55
  "@pnpm/constants": "5.0.0",
56
- "@pnpm/core": "2.9.2",
56
+ "@pnpm/core": "2.9.6",
57
57
  "@pnpm/error": "2.1.0",
58
- "@pnpm/filter-workspace-packages": "4.4.29",
58
+ "@pnpm/filter-workspace-packages": "4.4.31",
59
59
  "@pnpm/find-workspace-dir": "3.0.2",
60
- "@pnpm/find-workspace-packages": "3.1.48",
60
+ "@pnpm/find-workspace-packages": "3.1.50",
61
61
  "@pnpm/graceful-fs": "1.0.0",
62
62
  "@pnpm/manifest-utils": "2.1.10",
63
63
  "@pnpm/matcher": "2.0.0",
64
- "@pnpm/outdated": "9.0.34",
65
- "@pnpm/package-store": "12.1.15",
64
+ "@pnpm/outdated": "9.0.35",
65
+ "@pnpm/package-store": "12.1.16",
66
66
  "@pnpm/parse-wanted-dependency": "2.0.0",
67
- "@pnpm/plugin-commands-rebuild": "5.4.24",
67
+ "@pnpm/plugin-commands-rebuild": "5.4.26",
68
68
  "@pnpm/pnpmfile": "1.2.6",
69
69
  "@pnpm/read-project-manifest": "2.0.13",
70
70
  "@pnpm/resolver-base": "8.1.6",
71
- "@pnpm/semver-diff": "^1.0.2",
71
+ "@pnpm/semver-diff": "^1.1.0",
72
72
  "@pnpm/sort-packages": "2.1.8",
73
- "@pnpm/store-connection-manager": "3.2.16",
73
+ "@pnpm/store-connection-manager": "3.2.18",
74
74
  "@pnpm/types": "7.10.0",
75
75
  "@yarnpkg/core": "3.2.0-rc.9",
76
76
  "@yarnpkg/lockfile": "^1.1.0",
@@ -79,19 +79,19 @@
79
79
  "@zkochan/table": "^1.0.0",
80
80
  "@zkochan/which": "^2.0.3",
81
81
  "camelcase-keys": "^6.2.2",
82
- "chalk": "^4.1.0",
82
+ "chalk": "^4.1.2",
83
83
  "enquirer": "^2.3.6",
84
- "is-ci": "^3.0.0",
85
- "is-subdir": "^1.1.1",
84
+ "is-ci": "^3.0.1",
85
+ "is-subdir": "^1.2.0",
86
86
  "load-json-file": "^6.2.0",
87
- "mem": "^8.0.0",
87
+ "mem": "^8.1.1",
88
88
  "p-filter": "^2.1.0",
89
89
  "p-limit": "^3.1.0",
90
90
  "path-absolute": "^1.0.1",
91
91
  "path-exists": "^4.0.0",
92
- "ramda": "^0.27.1",
92
+ "ramda": "^0.27.2",
93
93
  "read-ini-file": "^3.1.0",
94
- "render-help": "^1.0.1",
94
+ "render-help": "^1.0.2",
95
95
  "version-selector-type": "^3.0.0"
96
96
  },
97
97
  "peerDependencies": {