pnpm 6.31.0 → 6.32.2

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 (46) hide show
  1. package/dist/node_modules/.bin/color-support +0 -5
  2. package/dist/node_modules/.bin/mkdirp +0 -5
  3. package/dist/node_modules/.bin/node-gyp +0 -5
  4. package/dist/node_modules/.bin/node-which +0 -5
  5. package/dist/node_modules/.bin/nopt +0 -5
  6. package/dist/node_modules/.bin/rimraf +0 -5
  7. package/dist/node_modules/.bin/semver +0 -5
  8. package/dist/node_modules/.modules.yaml +2 -2
  9. package/dist/node_modules/.pnpm/lock.yaml +12 -12
  10. package/dist/node_modules/@gar/promisify/package.json +1 -1
  11. package/dist/node_modules/agentkeepalive/package.json +1 -1
  12. package/dist/node_modules/color-support/bin.js +0 -0
  13. package/dist/node_modules/gauge/lib/themes.js +2 -2
  14. package/dist/node_modules/gauge/package.json +12 -9
  15. package/dist/node_modules/minimatch/minimatch.js +2 -0
  16. package/dist/node_modules/minimatch/package.json +1 -1
  17. package/dist/node_modules/mkdirp/bin/cmd.js +0 -0
  18. package/dist/node_modules/node-gyp/gyp/gyp +0 -0
  19. package/dist/node_modules/node-gyp/gyp/gyp.bat +0 -0
  20. package/dist/node_modules/node-gyp/gyp/gyp_main.py +0 -0
  21. package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +0 -0
  22. package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +0 -0
  23. package/dist/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +0 -0
  24. package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +0 -0
  25. package/dist/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +0 -0
  26. package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +0 -0
  27. package/dist/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +0 -0
  28. package/dist/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +0 -0
  29. package/dist/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +0 -0
  30. package/dist/node_modules/node-gyp/gyp/test_gyp.py +0 -0
  31. package/dist/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +0 -0
  32. package/dist/node_modules/node-gyp/gyp/tools/graphviz.py +0 -0
  33. package/dist/node_modules/node-gyp/gyp/tools/pretty_gyp.py +0 -0
  34. package/dist/node_modules/node-gyp/gyp/tools/pretty_sln.py +0 -0
  35. package/dist/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +0 -0
  36. package/dist/node_modules/node-gyp/update-gyp.py +0 -0
  37. package/dist/node_modules/nopt/bin/nopt.js +0 -0
  38. package/dist/node_modules/rimraf/bin.js +0 -0
  39. package/dist/node_modules/semver/bin/semver.js +0 -0
  40. package/dist/node_modules/which/bin/node-which +0 -0
  41. package/dist/node_modules/wide-align/LICENSE +0 -0
  42. package/dist/node_modules/wide-align/align.js +0 -0
  43. package/dist/node_modules/wide-align/package.json +0 -0
  44. package/dist/pnpm.cjs +336 -272
  45. package/dist/pnpx.cjs +68 -47
  46. package/package.json +32 -33
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/color-support/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/color-support/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../color-support/bin.js" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/rimraf/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/rimraf/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
15
10
  else
@@ -5,11 +5,6 @@ case `uname` in
5
5
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
6
6
  esac
7
7
 
8
- if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
10
- else
11
- export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
12
- fi
13
8
  if [ -x "$basedir/node" ]; then
14
9
  exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
15
10
  else
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@6.30.1
10
+ packageManager: pnpm@7.0.0-alpha.2
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Mon, 14 Feb 2022 01:15:12 GMT
14
+ prunedAt: Sun, 27 Feb 2022 14:38:29 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.0:
223
- resolution: {integrity: sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw==}
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
@@ -241,7 +241,7 @@ packages:
241
241
  fs.realpath: 1.0.0
242
242
  inflight: 1.0.6
243
243
  inherits: 2.0.4
244
- minimatch: 3.1.1
244
+ minimatch: 3.1.2
245
245
  once: 1.4.0
246
246
  path-is-absolute: 1.0.1
247
247
  dev: false
@@ -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
@@ -384,8 +384,8 @@ packages:
384
384
  dev: false
385
385
  optional: true
386
386
 
387
- /minimatch/3.1.1:
388
- resolution: {integrity: sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==}
387
+ /minimatch/3.1.2:
388
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
389
389
  dependencies:
390
390
  brace-expansion: 1.1.11
391
391
  dev: false
@@ -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.0
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",
File without changes
@@ -27,8 +27,8 @@ themes.addTheme('colorASCII', themes.getTheme('ASCII'), {
27
27
  })
28
28
 
29
29
  themes.addTheme('brailleSpinner', {
30
- preProgressbar: '',
31
- postProgressbar: '',
30
+ preProgressbar: '(',
31
+ postProgressbar: ')',
32
32
  progressbarTheme: {
33
33
  complete: '#',
34
34
  remaining: '⠂',
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gauge",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "A terminal based horizontal gauge",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -12,7 +12,8 @@
12
12
  "postversion": "npm publish",
13
13
  "prepublishOnly": "git push origin --follow-tags",
14
14
  "snap": "tap",
15
- "posttest": "npm run lint"
15
+ "posttest": "npm run lint",
16
+ "template-copy": "npm-template-copy --force"
16
17
  },
17
18
  "repository": {
18
19
  "type": "git",
@@ -32,18 +33,18 @@
32
33
  "dependencies": {
33
34
  "ansi-regex": "^5.0.1",
34
35
  "aproba": "^1.0.3 || ^2.0.0",
35
- "color-support": "^1.1.2",
36
- "console-control-strings": "^1.0.0",
36
+ "color-support": "^1.1.3",
37
+ "console-control-strings": "^1.1.0",
37
38
  "has-unicode": "^2.0.1",
38
- "signal-exit": "^3.0.0",
39
+ "signal-exit": "^3.0.7",
39
40
  "string-width": "^4.2.3",
40
41
  "strip-ansi": "^6.0.1",
41
- "wide-align": "^1.1.2"
42
+ "wide-align": "^1.1.5"
42
43
  },
43
44
  "devDependencies": {
44
- "@npmcli/template-oss": "^2.3.0",
45
+ "@npmcli/template-oss": "^2.7.1",
45
46
  "readable-stream": "^3.6.0",
46
- "tap": "^15.0.10"
47
+ "tap": "^15.1.6"
47
48
  },
48
49
  "files": [
49
50
  "bin",
@@ -58,5 +59,7 @@
58
59
  "functions": 92,
59
60
  "lines": 90
60
61
  },
61
- "templateVersion": "2.3.0"
62
+ "templateOSS": {
63
+ "version": "2.7.1"
64
+ }
62
65
  }
@@ -134,6 +134,8 @@ function Minimatch (pattern, options) {
134
134
 
135
135
  if (!options) options = {}
136
136
 
137
+ pattern = pattern.trim()
138
+
137
139
  // windows support: need to use /, not \
138
140
  if (!options.allowWindowsEscape && path.sep !== '/') {
139
141
  pattern = pattern.split(path.sep).join('/')
@@ -2,7 +2,7 @@
2
2
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3
3
  "name": "minimatch",
4
4
  "description": "a glob matcher in javascript",
5
- "version": "3.1.1",
5
+ "version": "3.1.2",
6
6
  "publishConfig": {
7
7
  "tag": "v3-legacy"
8
8
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes