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 Zowe SDKs to v8 & FTP CLI plugin to v3 #3146

Merged
merged 10 commits into from
Sep 27, 2024
1 change: 1 addition & 0 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t

- Updated the `TableViewProvider.setTableView` function to show the Zowe Resources panel if a table is provided. If `null` is passed, the Zowe Resources panel will be hidden. [#3113](https://github.com/zowe/zowe-explorer-vscode/issues/3113)
- Fixed behavior of logout action when token is defined in both base profile and parent profile. [#3076](https://github.com/zowe/zowe-explorer-vscode/issues/3076)
- Update Zowe SDKs to `8.0.0` for technical currency.

## `3.0.0-next.202409132122`

Expand Down
18 changes: 9 additions & 9 deletions packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {
"@types/vscode": "^1.53.2",
"@zowe/core-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/imperative": "8.0.0-next.202408301809",
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/core-for-zowe-sdk": "8.0.0",
"@zowe/imperative": "8.0.0",
"@zowe/secrets-for-zowe-sdk": "8.0.0",
"@zowe/zos-console-for-zowe-sdk": "8.0.0",
"@zowe/zos-files-for-zowe-sdk": "8.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0",
"@zowe/zos-tso-for-zowe-sdk": "8.0.0",
"@zowe/zos-uss-for-zowe-sdk": "8.0.0",
"@zowe/zosmf-for-zowe-sdk": "8.0.0",
"deep-object-diff": "^1.1.9",
"mustache": "^4.2.0",
"semver": "^7.6.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

### Bug fixes

- Update Zowe SDKs to `8.0.0` for technical currency.
- Update z/OS FTP Plug-in for Zowe CLI dependency to `3.0.0`.

## `3.0.0-next.202409132122`

### New features and enhancements
Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"vscode": "^1.79.0"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-ftp-for-zowe-cli": "3.0.0-next.202407311518",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "8.0.0",
"@zowe/zos-ftp-for-zowe-cli": "3.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0",
"@zowe/zowe-explorer-api": "3.0.0-next-SNAPSHOT",
"tmp": "0.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Fix issue with extender profiles not being included in fresh team configuration file. [#3122](https://github.com/zowe/zowe-explorer-vscode/issues/3122)
- Fixed issue where file extensions were removed from data sets, causing language detection to sometimes fail for Zowe Explorer extenders. [#3121](https://github.com/zowe/zowe-explorer-vscode/issues/3121)
- Fixed an issue where copying and pasting a file/folder in the USS tree would fail abruptly, displaying an error. [#3128](https://github.com/zowe/zowe-explorer-vscode/issues/3128)
- To fix Strange behaviour of Job label under Job Favorites. [#2632](https://github.com/zowe/zowe-explorer-vscode/issues/2632)
JillieBeanSim marked this conversation as resolved.
Show resolved Hide resolved
- Update Zowe SDKs to `8.0.0` for technical currency.

## `3.0.0-next.202409132122`

Expand Down
10 changes: 5 additions & 5 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1843,11 +1843,11 @@
},
"dependencies": {
"@vscode/codicons": "^0.0.35",
"@zowe/core-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/core-for-zowe-sdk": "8.0.0",
"@zowe/secrets-for-zowe-sdk": "8.0.0",
"@zowe/zos-files-for-zowe-sdk": "8.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0",
"@zowe/zosmf-for-zowe-sdk": "8.0.0",
"@zowe/zowe-explorer-api": "3.0.0-next-SNAPSHOT",
"dayjs": "^1.11.10",
"fs-extra": "8.0.1",
Expand Down
140 changes: 70 additions & 70 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions samples/uss-profile-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.1.3"
},
"peerDependencies": {
"@zowe/zos-files-for-zowe-sdk": ">=8.0.0-next.0 <8.0.0",
"@zowe/zos-uss-for-zowe-sdk": ">=8.0.0-next.0 <8.0.0"
"@zowe/zos-files-for-zowe-sdk": ">=8.0.0 <9.0.0",
"@zowe/zos-uss-for-zowe-sdk": ">=8.0.0 <9.0.0"
JillieBeanSim marked this conversation as resolved.
Show resolved Hide resolved
}
}
Loading