Skip to content

Commit

Permalink
Merge pull request zowe#1818 from zowe/update-imperative
Browse files Browse the repository at this point in the history
Fix Newline Normalization on Upload (V2)
  • Loading branch information
zFernand0 committed Oct 5, 2023
2 parents 57f1725 + 039f7d8 commit cc02765
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.18.28",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"typescript": "^4.0.0"
},
Expand Down
62 changes: 31 additions & 31 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepare": "husky install"
},
"dependencies": {
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"@zowe/perf-timing": "1.0.7"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Recent Changes

- BugFix: Bump Imperative to `5.18.2` to fix issues with normalizing newlines on file uploads [#1815](https://github.com/zowe/zowe-cli/issues/1815)

## `7.18.6`

- BugFix: Bump Secrets SDK to `7.18.6` to use `core-foundation-rs` instead of the now-archived `security-framework` crate, and to include the edge-case bug fix for Linux.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"@zowe/perf-timing": "1.0.7",
"@zowe/provisioning-for-zowe-sdk": "7.18.2",
"@zowe/zos-console-for-zowe-sdk": "7.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"chalk": "^4.1.0",
"eslint": "^8.22.0",
"madge": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/provisioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosconsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"@zowe/zos-uss-for-zowe-sdk": "7.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosjobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zoslogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zostso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^14.18.28",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/core-for-zowe-sdk": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/zosuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^14.18.28",
"@types/ssh2": "^1.11.0",
"@zowe/cli-test-utils": "7.18.2",
"@zowe/imperative": "5.18.1",
"@zowe/imperative": "5.18.2",
"eslint": "^8.22.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down

0 comments on commit cc02765

Please sign in to comment.