pnpm 7.0.0-alpha.1 → 7.0.0-alpha.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/README.md CHANGED
@@ -41,6 +41,9 @@ To quote the [Rush](https://rushjs.io/) team:
41
41
  <td align="center" valign="middle">
42
42
  <a href="https://leniolabs.com" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/leniolabs.jpg" width="80"></a>
43
43
  </td>
44
+ <td align="center" valign="middle">
45
+ <a href="https://vercel.com" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/vercel.svg" width="180"></a>
46
+ </td>
44
47
  </tr>
45
48
  </tbody>
46
49
  </table>
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.0.0-alpha.0
10
+ packageManager: pnpm@7.0.0-alpha.3
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Wed, 16 Feb 2022 02:07:00 GMT
14
+ prunedAt: Mon, 07 Mar 2022 14:51:23 GMT
15
15
  publicHoistPattern:
16
16
  - '*types*'
17
17
  - '*eslint*'
@@ -8,15 +8,15 @@ optionalDependencies:
8
8
 
9
9
  packages:
10
10
 
11
- /@gar/promisify/1.1.2:
12
- resolution: {integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==}
11
+ /@gar/promisify/1.1.3:
12
+ resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
13
13
  dev: false
14
14
  optional: true
15
15
 
16
16
  /@npmcli/fs/1.1.1:
17
17
  resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==}
18
18
  dependencies:
19
- '@gar/promisify': 1.1.2
19
+ '@gar/promisify': 1.1.3
20
20
  semver: 7.3.5
21
21
  dev: false
22
22
  optional: true
@@ -51,8 +51,8 @@ packages:
51
51
  dev: false
52
52
  optional: true
53
53
 
54
- /agentkeepalive/4.2.0:
55
- resolution: {integrity: sha512-0PhAp58jZNw13UJv7NVdTGb0ZcghHUb3DrZ046JiiJY/BOaTTpbwdHq2VObPCBV8M2GPh7sgrJ3AQ8Ey468LJw==}
54
+ /agentkeepalive/4.2.1:
55
+ resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
56
56
  engines: {node: '>= 8.0.0'}
57
57
  dependencies:
58
58
  debug: 4.3.3
@@ -219,8 +219,8 @@ packages:
219
219
  dev: false
220
220
  optional: true
221
221
 
222
- /gauge/4.0.1:
223
- resolution: {integrity: sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==}
222
+ /gauge/4.0.2:
223
+ resolution: {integrity: sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==}
224
224
  engines: {node: ^12.13.0 || ^14.15.0 || >=16}
225
225
  dependencies:
226
226
  ansi-regex: 5.0.1
@@ -363,7 +363,7 @@ packages:
363
363
  resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
364
364
  engines: {node: '>= 10'}
365
365
  dependencies:
366
- agentkeepalive: 4.2.0
366
+ agentkeepalive: 4.2.1
367
367
  cacache: 15.3.0
368
368
  http-cache-semantics: 4.1.0
369
369
  http-proxy-agent: 4.0.1
@@ -511,7 +511,7 @@ packages:
511
511
  dependencies:
512
512
  are-we-there-yet: 3.0.0
513
513
  console-control-strings: 1.1.0
514
- gauge: 4.0.1
514
+ gauge: 4.0.2
515
515
  set-blocking: 2.0.0
516
516
  dev: false
517
517
  optional: true
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gar/promisify",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Promisify an entire class or object",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentkeepalive",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Missing keepalive http.Agent",
5
5
  "main": "index.js",
6
6
  "browser": "browser.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gauge",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "A terminal based horizontal gauge",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -33,18 +33,18 @@
33
33
  "dependencies": {
34
34
  "ansi-regex": "^5.0.1",
35
35
  "aproba": "^1.0.3 || ^2.0.0",
36
- "color-support": "^1.1.2",
37
- "console-control-strings": "^1.0.0",
36
+ "color-support": "^1.1.3",
37
+ "console-control-strings": "^1.1.0",
38
38
  "has-unicode": "^2.0.1",
39
- "signal-exit": "^3.0.0",
39
+ "signal-exit": "^3.0.7",
40
40
  "string-width": "^4.2.3",
41
41
  "strip-ansi": "^6.0.1",
42
- "wide-align": "^1.1.2"
42
+ "wide-align": "^1.1.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@npmcli/template-oss": "^2.7.1",
46
46
  "readable-stream": "^3.6.0",
47
- "tap": "^15.0.10"
47
+ "tap": "^15.1.6"
48
48
  },
49
49
  "files": [
50
50
  "bin",