Skip to content

Commit

Permalink
Merge branch 'master' into configProfileSet
Browse files Browse the repository at this point in the history
Signed-off-by: Jace Roell <[email protected]>
  • Loading branch information
jace-roell authored Sep 27, 2024
2 parents c16d540 + 464226e commit 968f5f4
Show file tree
Hide file tree
Showing 19 changed files with 124 additions and 120 deletions.
4 changes: 2 additions & 2 deletions __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "8.0.0",
"version": "8.0.1",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^10.0.0",
"@zowe/imperative": "8.0.0"
"@zowe/imperative": "8.0.1"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
116 changes: 58 additions & 58 deletions npm-shrinkwrap.json

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

26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "8.0.0",
"version": "8.0.1",
"zoweVersion": "v3.0.0",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
Expand Down Expand Up @@ -58,17 +58,17 @@
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "8.0.0",
"@zowe/imperative": "8.0.0",
"@zowe/provisioning-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-logs-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/zos-workflows-for-zowe-sdk": "8.0.0",
"@zowe/zosmf-for-zowe-sdk": "8.0.0",
"@zowe/core-for-zowe-sdk": "8.0.1",
"@zowe/imperative": "8.0.1",
"@zowe/provisioning-for-zowe-sdk": "8.0.1",
"@zowe/zos-console-for-zowe-sdk": "8.0.1",
"@zowe/zos-files-for-zowe-sdk": "8.0.1",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.1",
"@zowe/zos-logs-for-zowe-sdk": "8.0.1",
"@zowe/zos-tso-for-zowe-sdk": "8.0.1",
"@zowe/zos-uss-for-zowe-sdk": "8.0.1",
"@zowe/zos-workflows-for-zowe-sdk": "8.0.1",
"@zowe/zosmf-for-zowe-sdk": "8.0.1",
"find-process": "1.4.7",
"lodash": "4.17.21",
"minimatch": "9.0.5",
Expand All @@ -78,7 +78,7 @@
"@types/diff": "^5.0.9",
"@types/lodash": "^4.17.6",
"@types/tar": "^6.1.11",
"@zowe/cli-test-utils": "8.0.0",
"@zowe/cli-test-utils": "8.0.1",
"comment-json": "^4.2.3",
"strip-ansi": "^6.0.1",
"which": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/core-for-zowe-sdk",
"version": "8.0.0",
"version": "8.0.1",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,8 +49,8 @@
"string-width": "^4.2.3"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.0.0",
"@zowe/imperative": "8.0.0"
"@zowe/cli-test-utils": "8.0.1",
"@zowe/imperative": "8.0.1"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
4 changes: 4 additions & 0 deletions packages/imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to the Imperative package will be documented in this file.

- Enhancement: Added the ability to specify a profile with the `zowe config secure` command. This allows the user to prompt for the secure values of the specified profile. [#1890] https://github.com/zowe/zowe-cli/issues/1890

## `8.0.1`

- BugFix: Removed Secrets SDK requirement when Imperative is a bundled dependency. [#2276](https://github.com/zowe/zowe-cli/issues/2276)

## `8.0.0`

- MAJOR: v8.0.0 Release
Expand Down
2 changes: 1 addition & 1 deletion packages/imperative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/imperative",
"version": "8.0.0",
"version": "8.0.1",
"description": "framework for building configurable CLIs",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/imperative/src/config/src/ConvertV1Profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { IConfig } from "./doc/IConfig";
import { CredentialManagerFactory } from "../../security";
import { IConvertV1ProfOpts, ConvertMsg, ConvertMsgFmt, IConvertV1ProfResult } from "./doc/IConvertV1Profiles";
import { IImperativeOverrides } from "../../imperative/src/doc/IImperativeOverrides";
import { keyring } from "@zowe/secrets-for-zowe-sdk";
import type { keyring } from "@zowe/secrets-for-zowe-sdk";
import { AppSettings } from "../../settings";
import { ISettingsFile } from "../../settings/src/doc/ISettingsFile";
import { ImperativeConfig } from "../../utilities";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AbstractCredentialManager, SecureCredential } from "./abstract/Abstract
import { ImperativeError } from "../../error";
import { Logger } from "../../logger";

import { keyring as keytar } from "@zowe/secrets-for-zowe-sdk"; // Used for typing purposes only
import type { keyring as keytar } from "@zowe/secrets-for-zowe-sdk"; // Used for typing purposes only

/**
* Default Credential Manager is our implementation of the Imperative Credential Manager. This manager invokes methods
Expand Down
Loading

0 comments on commit 968f5f4

Please sign in to comment.