pnpm 7.0.0-alpha.3 → 7.0.0-beta.1

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.2
10
+ packageManager: pnpm@7.0.0-beta.0
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Tue, 22 Feb 2022 01:31:21 GMT
14
+ prunedAt: Sat, 19 Mar 2022 19:16:03 GMT
15
15
  publicHoistPattern:
16
16
  - '*types*'
17
17
  - '*eslint*'
@@ -45,7 +45,7 @@ packages:
45
45
  resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
46
46
  engines: {node: '>= 6.0.0'}
47
47
  dependencies:
48
- debug: 4.3.3
48
+ debug: 4.3.4
49
49
  transitivePeerDependencies:
50
50
  - supports-color
51
51
  dev: false
@@ -55,7 +55,7 @@ packages:
55
55
  resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
56
56
  engines: {node: '>= 8.0.0'}
57
57
  dependencies:
58
- debug: 4.3.3
58
+ debug: 4.3.4
59
59
  depd: 1.1.2
60
60
  humanize-ms: 1.2.1
61
61
  transitivePeerDependencies:
@@ -158,8 +158,8 @@ packages:
158
158
  dev: false
159
159
  optional: true
160
160
 
161
- /debug/4.3.3:
162
- resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
161
+ /debug/4.3.4:
162
+ resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
163
163
  engines: {node: '>=6.0'}
164
164
  peerDependencies:
165
165
  supports-color: '*'
@@ -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
@@ -268,7 +267,7 @@ packages:
268
267
  dependencies:
269
268
  '@tootallnate/once': 1.1.2
270
269
  agent-base: 6.0.2
271
- debug: 4.3.3
270
+ debug: 4.3.4
272
271
  transitivePeerDependencies:
273
272
  - supports-color
274
273
  dev: false
@@ -279,7 +278,7 @@ packages:
279
278
  engines: {node: '>= 6'}
280
279
  dependencies:
281
280
  agent-base: 6.0.2
282
- debug: 4.3.3
281
+ debug: 4.3.4
283
282
  transitivePeerDependencies:
284
283
  - supports-color
285
284
  dev: false
@@ -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
@@ -615,7 +614,7 @@ packages:
615
614
  engines: {node: '>= 10'}
616
615
  dependencies:
617
616
  agent-base: 6.0.2
618
- debug: 4.3.3
617
+ debug: 4.3.4
619
618
  socks: 2.6.2
620
619
  transitivePeerDependencies:
621
620
  - supports-color
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "debug",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/debug-js/debug.git"
@@ -179,7 +179,7 @@ function setup(env) {
179
179
  namespaces = split[i].replace(/\*/g, '.*?');
180
180
 
181
181
  if (namespaces[0] === '-') {
182
- createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
182
+ createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$'));
183
183
  } else {
184
184
  createDebug.names.push(new RegExp('^' + namespaces + '$'));
185
185
  }
@@ -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
  }