pnpm 7.0.0-alpha.2 → 7.0.0-beta.0

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>
package/bin/pnpm.cjs CHANGED
@@ -2,13 +2,8 @@
2
2
  const [major, minor] = process.version.substr(1).split('.')
3
3
  const COMPATIBILITY_PAGE = `Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.`
4
4
 
5
- if (major < 12 || major == 12 && minor < 17) {
6
- console.log(`ERROR: This version of pnpm requires at least Node.js v12.17
7
- The current version of Node.js is ${process.version}
8
- ${COMPATIBILITY_PAGE}`)
9
- process.exit(1)
10
- } else if (major == 13 && minor < 7) {
11
- console.log(`ERROR: This version of pnpm requires at least Node.js v13.7
5
+ if (major < 14 || major == 14 && minor < 19) {
6
+ console.log(`ERROR: This version of pnpm requires at least Node.js v14.19
12
7
  The current version of Node.js is ${process.version}
13
8
  ${COMPATIBILITY_PAGE}`)
14
9
  process.exit(1)
@@ -17,4 +12,4 @@ ${COMPATIBILITY_PAGE}`)
17
12
  require('../dist/pnpm.cjs')
18
13
 
19
14
  // if you want to debug at your local env, you can use this
20
- // require('../lib/pnpm')
15
+ // require('../lib/pnpm')
@@ -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.4
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Sat, 19 Feb 2022 19:00:13 GMT
14
+ prunedAt: Tue, 15 Mar 2022 22:58:50 GMT
15
15
  publicHoistPattern:
16
16
  - '*types*'
17
17
  - '*eslint*'
@@ -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,11 +219,10 @@ 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.3:
223
+ resolution: {integrity: sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==}
224
224
  engines: {node: ^12.13.0 || ^14.15.0 || >=16}
225
225
  dependencies:
226
- ansi-regex: 5.0.1
227
226
  aproba: 2.0.0
228
227
  color-support: 1.1.3
229
228
  console-control-strings: 1.1.0
@@ -363,7 +362,7 @@ packages:
363
362
  resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
364
363
  engines: {node: '>= 10'}
365
364
  dependencies:
366
- agentkeepalive: 4.2.0
365
+ agentkeepalive: 4.2.1
367
366
  cacache: 15.3.0
368
367
  http-cache-semantics: 4.1.0
369
368
  http-proxy-agent: 4.0.1
@@ -511,7 +510,7 @@ packages:
511
510
  dependencies:
512
511
  are-we-there-yet: 3.0.0
513
512
  console-control-strings: 1.1.0
514
- gauge: 4.0.1
513
+ gauge: 4.0.3
515
514
  set-blocking: 2.0.0
516
515
  dev: false
517
516
  optional: true
@@ -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.3",
4
4
  "description": "A terminal based horizontal gauge",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -31,20 +31,19 @@
31
31
  },
32
32
  "homepage": "https://github.com/npm/gauge",
33
33
  "dependencies": {
34
- "ansi-regex": "^5.0.1",
35
34
  "aproba": "^1.0.3 || ^2.0.0",
36
- "color-support": "^1.1.2",
37
- "console-control-strings": "^1.0.0",
35
+ "color-support": "^1.1.3",
36
+ "console-control-strings": "^1.1.0",
38
37
  "has-unicode": "^2.0.1",
39
- "signal-exit": "^3.0.0",
38
+ "signal-exit": "^3.0.7",
40
39
  "string-width": "^4.2.3",
41
40
  "strip-ansi": "^6.0.1",
42
- "wide-align": "^1.1.2"
41
+ "wide-align": "^1.1.5"
43
42
  },
44
43
  "devDependencies": {
45
- "@npmcli/template-oss": "^2.7.1",
44
+ "@npmcli/template-oss": "^2.9.2",
46
45
  "readable-stream": "^3.6.0",
47
- "tap": "^15.0.10"
46
+ "tap": "^15.1.6"
48
47
  },
49
48
  "files": [
50
49
  "bin",
@@ -60,6 +59,6 @@
60
59
  "lines": 90
61
60
  },
62
61
  "templateOSS": {
63
- "version": "2.7.1"
62
+ "version": "2.9.2"
64
63
  }
65
64
  }