Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages #2024

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 11 additions & 29 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Imperative package will be documented in this file.

## Recent Changes

- BugFix: Updated `mustache` and `jsonschema` dependencies for technical currency.

## `5.21.0`

- Enhancement: Hid the progress bar if `CI` environment variable is set, or if `FORCE_COLOR` environment variable is set to `0`. [#1845](https://github.com/zowe/zowe-cli/issues/1845)
Expand Down
4 changes: 2 additions & 2 deletions packages/imperative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"jest-diff": "27.0.6",
"js-yaml": "4.1.0",
"jsonfile": "4.0.0",
"jsonschema": "1.1.1",
"jsonschema": "1.4.1",
"lodash": "4.17.21",
"lodash-deep": "2.0.0",
"log4js": "6.4.6",
"markdown-it": "12.3.2",
"mustache": "2.3.0",
"mustache": "4.2.0",
"npm-package-arg": "9.1.0",
"opener": "1.5.2",
"pacote": "11.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exports[`Basic Profile Manager Save should detect that the dependencies are pres

exports[`Basic Profile Manager Save should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"tasty_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`Basic Profile Manager Validate should detect undefined parms 1`] = `"Ex

exports[`Basic Profile Manager Validate should fail a save request if a profile has more properties than defined on the schema 1`] = `
"Errors located in profile \\"good_apple\\" of type \\"apple\\":
profile additionalProperty \\"seedless\\" exists in instance when not allowed
profile is not allowed to have the additional property \\"seedless\\"
"
`;

Expand Down