Skip to content

Commit

Permalink
Merge pull request #162 from zowe/update-next
Browse files Browse the repository at this point in the history
Prepare `next` to be merged into`master`
  • Loading branch information
zFernand0 authored Sep 20, 2024
2 parents 3805fed + a59303a commit febad89
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 100 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- Update: Final prerelease

## `6.0.0-next.202408142011`

- BugFix: Updated axios transitive dependency to resolve technical debt. [#156](https://github.com/zowe/zowe-cli-db2-plugin/pull/156)
Expand All @@ -19,6 +23,10 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented i
- BugFix: Updated plug-in to exit code 1 if it encounters an error when issuing commands to Db2 [#144](https://github.com/zowe/zowe-cli-db2-plugin/pull/144)
- V3 Breaking: Updated engines, removed health check and v1 profile support, added port and database to config template [#144](https://github.com/zowe/zowe-cli-db2-plugin/pull/144)

## `5.0.9`

- BugFix: Updated axios transitive dependency to resolve technical debt. [#154](https://github.com/zowe/zowe-cli-db2-plugin/pull/154)

## `5.0.8`

- BugFix: Updated axios transitive dependency to resolve technical debt. [#149](https://github.com/zowe/zowe-cli-db2-plugin/pull/149)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following information is critical to working with the code, running/writing/
| Conventions and best practices for creating packages and plug-ins for Zowe CLI | [Package and Plug-in Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PackagesAndPluginGuidelines.md)|
| Guidelines for running tests on Zowe CLI | [Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/TESTING.md) |
| Guidelines for running tests on the plug-ins that you build for Zowe CLI | [Plug-in Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PluginTESTINGGuidelines.md) |
| Documentation that describes the features of the Imperative CLI Framework | [About Imperative CLI Framework](https://github.com/zowe/imperative/wiki) |
| Documentation that describes the features of the Imperative CLI Framework | [About Imperative CLI Framework](https://github.com/zowe/zowe-cli/wiki) |
Versioning conventions for Zowe CLI and Plug-ins| [Versioning Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/MaintainerVersioning.md) |

## Contribution Guidelines Specific to the Db2 Plug-in
Expand Down
151 changes: 67 additions & 84 deletions npm-shrinkwrap.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"ibm_db": "3.2.3"
},
"peerDependencies": {
"@zowe/imperative": ">8.0.0-next.0 <9.0.0"
"@zowe/imperative": "^8.0.0"
},
"devDependencies": {
"@types/ibm_db": "^2.0.16",
"@types/jest": "^29.5.12",
"@types/node": "^18.18.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@zowe/cli": "^8.0.0-next.202409091603",
"@zowe/cli-test-utils": "^8.0.0-next.202409091603",
"@zowe/imperative": "^8.0.0-next.202402132108",
"@zowe/cli": "^8.0.0",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
Expand Down
Loading

0 comments on commit febad89

Please sign in to comment.