Skip to content

Commit

Permalink
Merge branch 'next' into system-test-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ATorrise committed Aug 26, 2024
2 parents f746a0b + 3b712a1 commit 885a28a
Show file tree
Hide file tree
Showing 42 changed files with 505 additions and 272 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Check Node Vulnerabilities
run: npm audit --production --audit-level=moderate
run: |
npm install --package-lock-only --ignore-scripts --no-audit --save-prod --workspace=packages/imperative ./packages/imperative/web-help
npm audit --production --audit-level=moderate
# TODO Consider using actions-rs/audit-check after https://github.com/actions-rs/audit-check/issues/116 is fixed
- name: Check Daemon Vulnerabilities
Expand All @@ -35,4 +37,4 @@ jobs:

- name: Check Secrets SDK Vulnerabilities
working-directory: packages/secrets/src/keyring
run: cargo audit --deny warnings
run: cargo audit --deny warnings
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-next.202408131445",
"version": "8.0.0-next.202408231832",
"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-next.202408131445"
"@zowe/imperative": "8.0.0-next.202408231832"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
1 change: 1 addition & 0 deletions __tests__/__packages__/cli-test-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "es5",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
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-next.202408131445",
"version": "8.0.0-next.202408231832",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit 885a28a

Please sign in to comment.