@pnpm/default-reporter 14.0.5 → 900.0.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.
|
@@ -44,9 +44,7 @@ function reportUpdateCheck(log$, opts) {
|
|
|
44
44
|
msg: (0, boxen_1.default)(`\
|
|
45
45
|
Update available! ${chalk_1.default.red(log.currentVersion)} → ${chalk_1.default.green(log.latestVersion)}.
|
|
46
46
|
${chalk_1.default.magenta('Changelog:')} https://github.com/pnpm/pnpm/releases/tag/v${log.latestVersion}
|
|
47
|
-
${updateMessage}
|
|
48
|
-
|
|
49
|
-
Follow ${chalk_1.default.magenta('@pnpmjs')} for updates: https://x.com/pnpmjs`, {
|
|
47
|
+
${updateMessage}`, {
|
|
50
48
|
padding: 1,
|
|
51
49
|
margin: 1,
|
|
52
50
|
align: 'center',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportUpdateCheck.js","sourceRoot":"","sources":["../../src/reporterForClient/reportUpdateCheck.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,
|
|
1
|
+
{"version":3,"file":"reportUpdateCheck.js","sourceRoot":"","sources":["../../src/reporterForClient/reportUpdateCheck.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,8CA6BC;AApCD,6CAAqF;AACrF,kDAAyB;AACzB,kDAAyB;AACzB,yCAA0B;AAC1B,8CAAkD;AAClD,oDAA2B;AAE3B,SAAgB,iBAAiB,CAAE,IAAmC,EAAE,IAGvE;IACC,OAAO,IAAI,CAAC,IAAI,CACd,IAAA,gBAAI,EAAC,CAAC,CAAC,EACP,IAAA,kBAAM,EAAC,CAAC,GAAG,EAAE,EAAE,CAAC,gBAAM,CAAC,EAAE,CAAC,GAAG,CAAC,aAAa,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC,EACjE,IAAA,eAAG,EAAC,CAAC,GAAG,EAAE,EAAE;QACV,MAAM,aAAa,GAAG,mBAAmB,CAAC;YACxC,sBAAsB,EAAE,IAAA,yCAA8B,EAAC,IAAI,CAAC,OAAO,CAAC;YACpE,aAAa,EAAE,GAAG,CAAC,aAAa;YAChC,GAAG,EAAE,IAAI,CAAC,GAAG;SACd,CAAC,CAAA;QACF,OAAO,EAAE,CAAC,EAAE,CAAC;YACX,GAAG,EAAE,IAAA,eAAK,EAAC;oBACC,eAAK,CAAC,GAAG,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,eAAK,CAAC,KAAK,CAAC,GAAG,CAAC,aAAa,CAAC;EACnF,eAAK,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,GAAG,CAAC,aAAa;EAC3F,aAAa,EAAE,EACT;gBACE,OAAO,EAAE,CAAC;gBACV,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,QAAQ;gBACrB,WAAW,EAAE,OAAO;aACrB,CACA;SACF,CAAC,CAAA;IACJ,CAAC,CAAC,CACH,CAAA;AACH,CAAC;AAQD,SAAS,mBAAmB,CAAE,IAA0B;IACtD,MAAM,aAAa,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAA;IAC/C,OAAO,QAAQ,eAAK,CAAC,OAAO,CAAC,aAAa,CAAC,cAAc,CAAA;AAC3D,CAAC;AAED,SAAS,mBAAmB,CAAE,IAA0B;IACtD,IAAI,IAAA,+BAAoB,EAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;QACnC,OAAO,4BAA4B,IAAI,CAAC,aAAa,EAAE,CAAA;IACzD,CAAC;IACD,IAAI,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC;QACvB,OAAO,kBAAkB,CAAA;IAC3B,CAAC;IACD,MAAM,OAAO,GAAG,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAA;IAClE,OAAO,eAAe,OAAO,EAAE,CAAA;AACjC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/default-reporter",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "900.0.0",
|
|
4
4
|
"description": "The default reporter of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@pnpm/logger": "
|
|
24
|
+
"@pnpm/logger": ">=5.1.0 <901.0.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"ansi-diff": "^1.1.1",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"semver": "^7.6.2",
|
|
37
37
|
"stacktracey": "^2.1.8",
|
|
38
38
|
"string-length": "^4.0.2",
|
|
39
|
-
"@pnpm/
|
|
40
|
-
"@pnpm/
|
|
41
|
-
"@pnpm/
|
|
42
|
-
"@pnpm/dedupe.
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/
|
|
45
|
-
"@pnpm/
|
|
46
|
-
"@pnpm/
|
|
39
|
+
"@pnpm/cli-meta": "900.0.0",
|
|
40
|
+
"@pnpm/config": "900.0.0",
|
|
41
|
+
"@pnpm/core-loggers": "900.0.0",
|
|
42
|
+
"@pnpm/dedupe.issues-renderer": "900.0.0",
|
|
43
|
+
"@pnpm/dedupe.types": "900.0.0",
|
|
44
|
+
"@pnpm/render-peer-issues": "900.0.0",
|
|
45
|
+
"@pnpm/types": "900.0.0",
|
|
46
|
+
"@pnpm/error": "900.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/normalize-path": "^3.0.2",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"load-json-file": "^6.2.0",
|
|
54
54
|
"normalize-newline": "3.0.0",
|
|
55
55
|
"strip-ansi": "^6.0.1",
|
|
56
|
-
"@pnpm/logger": "
|
|
57
|
-
"@pnpm/default-reporter": "
|
|
56
|
+
"@pnpm/logger": "900.0.0",
|
|
57
|
+
"@pnpm/default-reporter": "900.0.0"
|
|
58
58
|
},
|
|
59
59
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme",
|
|
60
60
|
"funding": "https://opencollective.com/pnpm",
|