zowe / zowe-cli-scs-plugin

The secure credential store plugin for Zowe CLI, leveraging keytar and the OS keychain to securely access and store sensitive user credentials normally stored in CLI profiles.
Eclipse Public License 2.0
8 stars 3 forks source link

Bump @zowe/imperative from 4.18.9 to 5.9.0 #67

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @zowe/imperative from 4.18.9 to 5.9.0.

Changelog

Sourced from @​zowe/imperative's changelog.

5.9.0

  • Enhancement: Adds ~/.<cli_name>.env.json file to provide environment variables to the Imperative framework during Imperative initialization
    • Allows sites without environment variable access to specify process specific environment variables
    • Changes require daemon reload to take effect
    • SDK method is available as part of EnvFileUtils export

5.8.3

  • BugFix: Fixed --help-examples option failing on command groups. zowe-cli#1617

5.8.2

  • BugFix: Fixed npm not found on zowe plugins install when using daemon mode in Windows. zowe-cli#1615

5.8.1

  • BugFix: Fixed web help not showing top-level options like --version for the "zowe" command. #927
  • BugFix: Removed --help-examples option from CLI help for commands since it only applies to groups. #928

5.8.0

  • Enhancement: Add ProfileInfo.removeKnownProperty, a convenience method for removing properties in addition to ProfileInfo.updateKnownProperty. #917
  • Enhancement: Allow type IProfArgValue to be of type undefined to support removing properties more easily. #917

5.7.7

  • BugFix: Fixed IO.writeFileAsync method throwing uncatchable errors. #896

5.7.6

  • BugFix: Fixed a logic error where chained command handlers would cause plugin validation to fail #320

5.7.5

  • BugFix: Fixed ProfileInfo API failing to load schema for v1 profile when schema exists but no profiles of that type exist. #645
  • BugFix: Updated return type of ProfileInfo.getDefaultProfile method to indicate that it returns null when no profile exists for the specified type.

5.7.4

  • BugFix: Exported the IAuthHandlerApi from imperative package #839

5.7.3

  • BugFix: Exported AppSettings for cli and other apps to use #840

5.7.2

  • BugFix: Added validation for null/undefined command definitions #868

... (truncated)

Commits
  • fa1dc6d Bump version to 5.9.0 [ci skip]
  • ecc6292 Merge pull request #943 from zowe/environment-config-files
  • af74205 Merge remote-tracking branch 'origin/master' into environment-config-files
  • 9521dc9 Merge pull request #949 from zowe/add-injection-tests-v2
  • 7ed004c Remove unnecessary execSync import
  • 107ff54 Make suggested changes
  • c4d0b58 Remove unnecessary beforeAll
  • 0c3511d Add additional requested features
  • 4af1764 Remove trailing spaces
  • f60b3bf Remove unnecessary expect
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/zowe/zowe-cli-scs-plugin/network/alerts).
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

t1m0thyj commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Superseded by #68.