From d0fb26acd15b098457488e03ea6317de86600862 Mon Sep 17 00:00:00 2001 From: "ch.zhou" Date: Thu, 20 Nov 2025 15:55:43 +0100 Subject: [PATCH 1/3] Upgrade react-contextmenu to 2.14.0 and react-redux to 5.1.2. Signed-off-by: ch.zhou --- CHANGELOG.md | 4 ++++ package-lock.json | 22 +++++++++++----------- package.json | 4 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9263b8..4e856ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to the MVS-Explorer will be documented in this file. +## <3.4.0> +### New features and enhancements +- Upgraded react-contextmenu and react-redux. [(#282)](https://github.com/zowe/explorer-mvs/pull/282) + ## <2.0.1> ### New features and enhancements - Diable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid diff --git a/package-lock.json b/package-lock.json index 4a498f31..0600ca66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,9 @@ "prop-types": "15.8.1", "query-string": "9.1.0", "react": "16.14.0", - "react-contextmenu": "2.10.0", + "react-contextmenu": "2.14.0", "react-dom": "16.14.0", - "react-redux": "5.1.1", + "react-redux": "5.1.2", "react-router": "5.3.4", "react-router-dom": "5.3.4", "redux": "4.0.4", @@ -10824,17 +10824,17 @@ } }, "node_modules/react-contextmenu": { - "version": "2.10.0", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-contextmenu/-/react-contextmenu-2.10.0.tgz", - "integrity": "sha512-neiZGpfxfYFjqbcIExi69qruqhB7l0LKEguHDXeizgyTGbJHTwbq1GplXCHIafUAkbGZH8FfD9PBeUcSRG78+Q==", + "version": "2.14.0", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-contextmenu/-/react-contextmenu-2.14.0.tgz", + "integrity": "sha512-ktqMOuad6sCFNJs/ltEwppN8F0YeXmqoZfwycgtZR/MxOXMYx1xgYC44SzWH259HdGyshk1/7sXGuIRwj9hzbw==", "dependencies": { "classnames": "^2.2.5", "object-assign": "^4.1.0" }, "peerDependencies": { "prop-types": "^15.0.0", - "react": "^0.14.0 || ^15.0.0 || ^16.0.0", - "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" + "react": "^0.14.0 || ^15.0.0 || ^16.0.1", + "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1" } }, "node_modules/react-dom": { @@ -10862,12 +10862,12 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-redux": { - "version": "5.1.1", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-redux/-/react-redux-5.1.1.tgz", - "integrity": "sha512-LE7Ned+cv5qe7tMV5BPYkGQ5Lpg8gzgItK07c67yHvJ8t0iaD9kPFPAli/mYkiyJYrs2pJgExR2ZgsGqlrOApg==", + "version": "5.1.2", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-redux/-/react-redux-5.1.2.tgz", + "integrity": "sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==", "dependencies": { "@babel/runtime": "^7.1.2", - "hoist-non-react-statics": "^3.1.0", + "hoist-non-react-statics": "^3.3.0", "invariant": "^2.2.4", "loose-envify": "^1.1.0", "prop-types": "^15.6.1", diff --git a/package.json b/package.json index 2b559463..0a143c92 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "prop-types": "15.8.1", "query-string": "9.1.0", "react": "16.14.0", - "react-contextmenu": "2.10.0", + "react-contextmenu": "2.14.0", "react-dom": "16.14.0", - "react-redux": "5.1.1", + "react-redux": "5.1.2", "react-router": "5.3.4", "react-router-dom": "5.3.4", "redux": "4.0.4", From bf6934b169fc5ff6b642da3c55ae2ccc737043ab Mon Sep 17 00:00:00 2001 From: "ch.zhou" Date: Fri, 21 Nov 2025 14:09:43 +0100 Subject: [PATCH 2/3] See if I could make the integration tests great again Signed-off-by: ch.zhou --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0600ca66..8f2e27a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.35.0", "expect": "1.20.2", - "explorer-fvt-utilities": "2.0.4", + "explorer-fvt-utilities": "3.0.3-snapshot-103-20241105181553", "express": "4.21.2", "file-loader": "6.2.0", "html-webpack-plugin": "5.6.0", @@ -6078,9 +6078,9 @@ } }, "node_modules/explorer-fvt-utilities": { - "version": "2.0.4", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/explorer-fvt-utilities/-/explorer-fvt-utilities-2.0.4.tgz", - "integrity": "sha512-ktDkd4HrjW06MAb/cUAApz8+J7cIE0PPK060UQo5qtF68mEqUqyMQYc9GTWOuH1mFIcrB497YQDZaxVMq+AS8A==", + "version": "3.0.3-snapshot-103-20241105181553", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/explorer-fvt-utilities/-/explorer-fvt-utilities-3.0.3-snapshot-103-20241105181553.tgz", + "integrity": "sha512-fv38fTeIUojk1i9EQNN6Jr9mOnLeUBf3Fc9P3FP83BT+5Sf8QHR5EkTl0Wya1V02KhGt4OsaLEQ+Fp40KgSqcA==", "dev": true, "dependencies": { "chromedriver": "92.0.2", diff --git a/package.json b/package.json index 0a143c92..6774862c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.35.0", "expect": "1.20.2", - "explorer-fvt-utilities": "2.0.4", + "explorer-fvt-utilities": "3.0.3-snapshot-103-20241105181553", "express": "4.21.2", "file-loader": "6.2.0", "html-webpack-plugin": "5.6.0", From ab21ccebc2d222cc8b3db443b51f9eed99b17318 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:17:27 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e856ea0..e271b949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ All notable changes to the MVS-Explorer will be documented in this file. ## <3.4.0> ### New features and enhancements -- Upgraded react-contextmenu and react-redux. [(#282)](https://github.com/zowe/explorer-mvs/pull/282) +- Upgraded `react-contextmenu` and `react-redux`. [(#282)](https://github.com/zowe/explorer-mvs/pull/282) ## <2.0.1> ### New features and enhancements -- Diable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid +- Disable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid ## <2.0.0> @@ -26,7 +26,7 @@ All notable changes to the MVS-Explorer will be documented in this file. ## <1.0.10> ### New features and enhancements -- Refactor MVS packagaing & installation scripts, and folder renames, to accomodate new iframe capability in ZLUX. Thanks @NakulManchanda +- Refactor MVS packaging & installation scripts, and folder renames, to accommodate new iframe capability in ZLUX. Thanks @NakulManchanda - Added manifest for API ML & App Framework installation using new plugin installation process. Thanks @JadinLuong, @jackjia-ibm ## <1.0.9> @@ -65,5 +65,5 @@ All notable changes to the MVS-Explorer will be documented in this file. ### Bug fixes - Fixed bug where user could end up in infinite authorization loop due to z/OSMF Ltps and APIML JWT not expiring at same time (https://github.com/zowe/api-layer/issues/615), Thanks @jordanCain -- Added accesibility improvements in the form of an announcer for notification to alert screen readers and +- Added accessibility improvements in the form of an announcer for notification to alert screen readers and page title updates on page loads. (https://github.com/zowe/explorer-mvs/pull/116), Thanks @jordanCain