-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(npm): Reduce severity of warnings from the output of
npm
The warning messages are unrelated ORT and just forwarded. Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1192,9 +1192,9 @@ issues: | |
message: "The <REPLACE_LOCKFILE_NAME> file was created with an old version of npm, so\ | ||
\ supplemental metadata must be fetched from the registry. This is a one-time\ | ||
\ fix-up, please be patient..." | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: CoffeeScript on NPM has moved to \"coffeescript\"\ | ||
\ (no hyphen)" | ||
severity: "WARNING" | ||
severity: "HINT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5152,54 +5152,54 @@ issues: | |
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Removed event-stream from gulp-header" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Please upgrade to v0.1.7" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Please upgrade to v1.0.1" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Please upgrade to v0.1.5" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Please upgrade to v1.0.1" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Legacy versions of mkdirp are no longer supported.\ | ||
\ Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises\ | ||
\ in 1.x.)" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated" | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/jonschlinkert/gulp-format-md.git " | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/mochajs/mocha.git " | ||
severity: "WARNING" | ||
severity: "HINT" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/tinydesk/angular-tileview.git " | ||
severity: "WARNING" | ||
severity: "HINT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters