@pnpm/cli-utils
Advanced tools
Comparing version 0.4.46 to 0.4.47
# @pnpm/cli-utils | ||
## 0.4.47 | ||
### Patch Changes | ||
- 548f28df9: Format the printed warnings. | ||
- Updated dependencies [548f28df9] | ||
- Updated dependencies [548f28df9] | ||
- @pnpm/default-reporter@7.10.0 | ||
- @pnpm/config@11.12.0 | ||
- @pnpm/cli-meta@1.0.1 | ||
- @pnpm/manifest-utils@1.1.5 | ||
- @pnpm/package-is-installable@4.0.19 | ||
- @pnpm/read-project-manifest@1.1.6 | ||
## 0.4.46 | ||
@@ -4,0 +18,0 @@ |
@@ -8,2 +8,3 @@ "use strict"; | ||
const config_1 = __importDefault(require("@pnpm/config")); | ||
const default_reporter_1 = require("@pnpm/default-reporter"); | ||
async function default_1(cliOptions, opts) { | ||
@@ -22,3 +23,3 @@ const { config, warnings } = await config_1.default({ | ||
if (warnings.length > 0) { | ||
console.log(warnings.join('\n')); | ||
console.log(warnings.map((warning) => default_reporter_1.formatWarn(warning)).join('\n')); | ||
} | ||
@@ -25,0 +26,0 @@ return config; |
{ | ||
"name": "@pnpm/cli-utils", | ||
"version": "0.4.46", | ||
"version": "0.4.47", | ||
"description": "Utils for pnpm commands", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"@pnpm/logger": "^3.2.3", | ||
"@pnpm/types": "6.3.1", | ||
"@pnpm/types": "6.4.0", | ||
"@types/ramda": "^0.27.35" | ||
@@ -38,7 +38,8 @@ }, | ||
"@pnpm/cli-meta": "1.0.1", | ||
"@pnpm/config": "11.11.1", | ||
"@pnpm/config": "11.12.0", | ||
"@pnpm/default-reporter": "7.10.0", | ||
"@pnpm/error": "1.4.0", | ||
"@pnpm/manifest-utils": "1.1.4", | ||
"@pnpm/package-is-installable": "4.0.18", | ||
"@pnpm/read-project-manifest": "1.1.5", | ||
"@pnpm/manifest-utils": "1.1.5", | ||
"@pnpm/package-is-installable": "4.0.19", | ||
"@pnpm/read-project-manifest": "1.1.6", | ||
"chalk": "^4.1.0", | ||
@@ -45,0 +46,0 @@ "load-json-file": "^6.2.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19722
254
10
+ Added@pnpm/config@11.12.0(transitive)
+ Added@pnpm/default-reporter@7.10.0(transitive)
+ Added@pnpm/manifest-utils@1.1.5(transitive)
+ Added@pnpm/package-is-installable@4.0.19(transitive)
+ Added@pnpm/read-project-manifest@1.1.6(transitive)
+ Added@pnpm/write-project-manifest@1.1.6(transitive)
+ Addedansi-diff@1.2.0(transitive)
+ Addedansi-regex@3.0.15.0.1(transitive)
+ Addedansi-split@1.0.1(transitive)
+ Addedas-table@1.0.55(transitive)
+ Addedchar-regex@1.0.2(transitive)
+ Addedclone@1.0.4(transitive)
+ Addeddata-uri-to-buffer@2.0.2(transitive)
+ Addeddefaults@1.0.4(transitive)
+ Addedget-source@1.0.42(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedparse-ms@2.1.0(transitive)
+ Addedpretty-bytes@5.6.0(transitive)
+ Addedpretty-ms@7.0.1(transitive)
+ Addedpretty-time@1.1.0(transitive)
+ Addedprintable-characters@1.0.42(transitive)
+ Addedright-pad@1.0.1(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedstacktracey@1.2.127(transitive)
+ Addedstring-length@4.0.2(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedwcwidth@1.0.1(transitive)
- Removed@pnpm/config@11.11.1(transitive)
- Removed@pnpm/core-loggers@5.0.2(transitive)
- Removed@pnpm/manifest-utils@1.1.4(transitive)
- Removed@pnpm/package-is-installable@4.0.18(transitive)
- Removed@pnpm/read-project-manifest@1.1.5(transitive)
- Removed@pnpm/types@6.3.1(transitive)
- Removed@pnpm/write-project-manifest@1.1.5(transitive)
Updated@pnpm/config@11.12.0
Updated@pnpm/manifest-utils@1.1.5