Skip to content

Commit

Permalink
Prepare 1.22.9 release (#3176)
Browse files Browse the repository at this point in the history
* Bump version to 1.22.9-SNAPSHOT [ci skip]

Signed-off-by: zowe-robot <[email protected]>

* Update CLI dependencies for v1-lts

Signed-off-by: Timothy Johnson <[email protected]>

* Fix Codecov error on macos runners

Signed-off-by: Timothy Johnson <[email protected]>

* Update changelog for ftp extension

Signed-off-by: Timothy Johnson <[email protected]>

* Lock down ovsx version to work with Node 18

Signed-off-by: Timothy Johnson <[email protected]>

---------

Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Co-authored-by: zowe-robot <[email protected]>
  • Loading branch information
t1m0thyj and zowe-robot authored Oct 14, 2024
1 parent 24b517c commit 824ab64
Show file tree
Hide file tree
Showing 12 changed files with 93 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: '18.x'

- name: Install Yarn and Lerna
run: npm install -g yarn lerna@6
run: npm install -g yarn lerna@6 [email protected]

- name: Build Source
run: yarn
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/zowe-explorer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
env_vars: OS,NODE
version: v0.7.3 # Workaround for https://github.com/codecov/codecov-action/issues/1549

- name: Package VSIX
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x'
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": "1.22.8",
"version": "1.22.9",
"command": {
"version": {
"forcePublish": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vscode": "^1.43.0"
},
"dependencies": {
"@zowe/cli": "6.40.29",
"@zowe/cli": "6.40.32",
"vscode-nls": "4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zowe-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-zowe-explorer",
"version": "1.22.8",
"version": "1.22.9-SNAPSHOT",
"description": "Custom ESLint Rules for ZOWE Explorer",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "zowe-explorer-api" extension will be documented in this file.

## TBD Release

### Bug fixes

- Update dependencies for technical currency purposes. [#3176](https://github.com/zowe/zowe-explorer-vscode/pull/3176)

## `1.22.8`

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zowe-explorer-api",
"version": "1.22.8",
"version": "1.22.9-SNAPSHOT",
"description": "Extensibility API for Zowe Explorer.",
"publisher": "Zowe",
"author": "Zowe",
Expand All @@ -16,7 +16,7 @@
"@types/semver": "^7.5.0"
},
"dependencies": {
"@zowe/cli": "6.40.29",
"@zowe/cli": "6.40.32",
"@zowe/secrets-for-zowe-sdk": "7.18.6",
"semver": "^7.5.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## TBD Release

### Bug fixes

- Update dependencies for technical currency purposes. [#3176](https://github.com/zowe/zowe-explorer-vscode/pull/3176)

## `1.22.8`

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Zowe",
"license": "EPL-2.0",
"description": "Adds zFTP support to Zowe Explorer demonstrating how to extend the Zowe Explorer using its extensibility API.",
"version": "1.22.8",
"version": "1.22.9-SNAPSHOT",
"icon": "resources/zowe_ftp_logo.png",
"repository": {
"url": "https://github.com/zowe/vscode-extension-for-zowe"
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@zowe/zos-ftp-for-zowe-cli": "1.5.0",
"@zowe/zowe-explorer-api": "1.22.8",
"@zowe/zowe-explorer-api": "1.22.9-SNAPSHOT",
"tmp": "0.2.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file.

## TBD Release

### Bug fixes

- Update dependencies for technical currency purposes. [#3176](https://github.com/zowe/zowe-explorer-vscode/pull/3176)

## `1.22.8`

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-for-zowe",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.22.8",
"version": "1.22.9-SNAPSHOT",
"publisher": "Zowe",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"cross-env": "^5.2.0",
"del": "^4.1.1",
"eslint": "^6.8.0",
"eslint-plugin-zowe-explorer": "1.22.8",
"eslint-plugin-zowe-explorer": "1.22.9-SNAPSHOT",
"event-stream": "^4.0.1",
"expect": "^24.8.0",
"geckodriver": "^1.19.1",
Expand Down Expand Up @@ -1746,7 +1746,7 @@
},
"dependencies": {
"@zowe/secrets-for-zowe-sdk": "7.18.6",
"@zowe/zowe-explorer-api": "1.22.8",
"@zowe/zowe-explorer-api": "1.22.9-SNAPSHOT",
"fs-extra": "8.0.1",
"isbinaryfile": "4.0.4",
"js-yaml": "3.13.1",
Expand Down
126 changes: 63 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1801,36 +1801,36 @@
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/cli/-/cli-6.40.29.tgz#d9f360a9c9750b74001462c38dde0621bff21f95"
integrity sha512-PAXm5tHEHWWxBJpn7C4uKqxfsjIDrrEaZFkFssTzDGjYlGp2GGhaZY7XS3qZo7RU+fW0UJfBrBosOZR0COJ53w==
dependencies:
"@zowe/core-for-zowe-sdk" "6.40.29"
"@zowe/imperative" "4.18.25"
"@zowe/provisioning-for-zowe-sdk" "6.40.29"
"@zowe/zos-console-for-zowe-sdk" "6.40.29"
"@zowe/zos-files-for-zowe-sdk" "6.40.29"
"@zowe/zos-jobs-for-zowe-sdk" "6.40.29"
"@zowe/zos-logs-for-zowe-sdk" "6.40.29"
"@zowe/zos-tso-for-zowe-sdk" "6.40.29"
"@zowe/zos-uss-for-zowe-sdk" "6.40.29"
"@zowe/zos-workflows-for-zowe-sdk" "6.40.29"
"@zowe/zosmf-for-zowe-sdk" "6.40.29"
"@zowe/[email protected].32":
version "6.40.32"
resolved "https://registry.npmjs.org/@zowe/cli/-/cli-6.40.32.tgz#426c8159d5e0dad67a4c22452e91efe0b330e561"
integrity sha512-OZwRQFaqzZaO+ooZBC0KA+Wyn9yUEobI+AwTYIJXwxs4k46G9Bm8PWTBTQJGXbmbdsMUH/H9dHLZkiqZkgVxSw==
dependencies:
"@zowe/core-for-zowe-sdk" "6.40.31"
"@zowe/imperative" "4.18.27"
"@zowe/provisioning-for-zowe-sdk" "6.40.31"
"@zowe/zos-console-for-zowe-sdk" "6.40.31"
"@zowe/zos-files-for-zowe-sdk" "6.40.31"
"@zowe/zos-jobs-for-zowe-sdk" "6.40.31"
"@zowe/zos-logs-for-zowe-sdk" "6.40.31"
"@zowe/zos-tso-for-zowe-sdk" "6.40.31"
"@zowe/zos-uss-for-zowe-sdk" "6.40.31"
"@zowe/zos-workflows-for-zowe-sdk" "6.40.31"
"@zowe/zosmf-for-zowe-sdk" "6.40.31"
get-stdin "7.0.0"
minimatch "3.1.2"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.29.tgz#973daa39a6f5a161c9076b8404a363935cc7ad5b"
integrity sha512-I4IzXQrYuY3MSHncmuZ8xvHNPK+MTMsUFoZWQgDw0P5VHfwNTETcXgxkwO9MdBlkCpfLYmfl97vJe1h4ZtcvBQ==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-6.40.31.tgz#75fbcd042069d316d1ff9fe720748475acd4fec7"
integrity sha512-P+0Q5xTvH+9cg6B2G86WNKHqa7IQScWPQ2PwzXcyaWz6qPThmw3ejeqdeKyOxfeO49sPs9+DxRuJatS2esSI5w==
dependencies:
string-width "4.2.3"

"@zowe/[email protected].25":
version "4.18.25"
resolved "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.25.tgz#b25d0e560661d3f2cc7df7431187ad33c9b00c45"
integrity sha512-0lBmUzB0dewYQNEN6OGSs3bKp3mWHoPEGJLNL82BuuMNgud1kXnFt22codifb9Gxpkvx640DaQKudUFujtosHg==
"@zowe/[email protected].27":
version "4.18.27"
resolved "https://registry.npmjs.org/@zowe/imperative/-/imperative-4.18.27.tgz#851e6b2fb07663a4ee2653df384e5af13232a1ba"
integrity sha512-X4qZ8DxuQZvkLa/EwziRBTIv60Y/7svIR/Pn7QVULpbGgOxRdZiSC75LgJmvpehCjuAfke+QGyoKsZlFH+7oXg==
dependencies:
"@types/yargs" "13.0.4"
chalk "2.4.2"
Expand Down Expand Up @@ -1862,10 +1862,10 @@
yamljs "0.3.0"
yargs "15.3.1"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.29.tgz#bab5e9fadd96085a27bf4338118e74141d1b0280"
integrity sha512-BnnUnxjSNZu73agMKZ22tjHVwZCEmJ4+6OJdG2lls6CGcYeD8g9P2V08ipnAeaZwdyPy1k2rstNiYUzWvSzxBA==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-6.40.31.tgz#1fc467b99d6271478599acf5c37eed46619311ac"
integrity sha512-JclbhBXbBMbSpmDrxnVm350IzogxvaIIzBteBSNzKL6zjS0RrVC8nKSmws/i8hkdTDQC60F3HckPg4J/wArMbg==
dependencies:
js-yaml "3.14.1"

Expand All @@ -1874,15 +1874,15 @@
resolved "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-7.18.6.tgz#6b854b344babb291c26d19d82633099a46e08452"
integrity sha512-YyS1NoXddb147mBQpu5/dTfo1gdwGa/xdg85U8KCngA+RHCmNct3n2rbK3tHx9C9H6rlgjeS+Mrux5Q+PHJUgQ==

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.29.tgz#7e890e52536b098dac2e4a03c59154f7437b071a"
integrity sha512-Vgc2W3p5oKZnWtSoTkK0FUf/NcXkaaWLCCA4JnRrUp+4MjY9wlcTtCQMYF+Odr9eoD5V/gTc7y+1RVo49Z/ydg==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-6.40.31.tgz#d2ee4f25a5ddee6a519f96394da6795a5bae0dfe"
integrity sha512-BdifRjL27vNu7yrR2a1W3CrIPVay5F6NVnGIZfVzEm7lf5vybYeZZx2XKP9n9ezD/+mr5t5phILlwrsGN9ngEw==

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.29.tgz#cc74e40fe22d0616d8ef514da2e56328c7f42d18"
integrity sha512-Zi5luOfRdoFtjzUSDk0Hu4aKWAhmPbiAh8QaZTvtHgvaRsI0bQWio60lKU5+/Q25sIrQFXowUa8H3KSCCTg7EA==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-6.40.31.tgz#4b4cb3cd971812c98a2d16cdfd5a165b603cbb8f"
integrity sha512-ZwmnGL03zUZ08y1dJx6KFzCtc74YsEO8SkUqucsAZcPSMNbrDepjj481skppZygzals7XPAD9gQLNGpqDiiO6w==
dependencies:
minimatch "3.1.2"

Expand All @@ -1893,43 +1893,43 @@
dependencies:
zos-node-accessor "^1.0.8"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.29.tgz#a0d0e3e55c62d93461baa38a5ca6274dafb57b08"
integrity sha512-qh1fsekZNidFfY2N3LwlqjGyXl6pObN0snt/59RVXxsmyrMXM2NL6EC0Jzv3BC22E8iVtPSVJUqPak4DksJeQg==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-6.40.31.tgz#6856914be04ef2261ecc9cee7e1ec690f2b29e20"
integrity sha512-s+SzHzbKuiY/TmeaizOWyxhSolL3+EipvHi1chjAP5RLp1d/RGfy1mA2+fHm4CJmDas9HuoXz0zalixs8BQLpA==
dependencies:
"@zowe/zos-files-for-zowe-sdk" "6.40.29"
"@zowe/zos-files-for-zowe-sdk" "6.40.31"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.29.tgz#0462b98bb1a532b004fca84b8525a80f67da88cd"
integrity sha512-OQE0Hs/+VpqpAIGkEd98LwpC1GPtJNLCF3JiWyqvcn7HHHgPcQ29k/VoJCh4FPx9QAxqhWKgCIriRnCcncc3pw==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-6.40.31.tgz#026c826dc61a0aa39b9a0bd4fd551e8436b3c8a6"
integrity sha512-RIaKEDlh+E4curNa8v5wug7zDVE5P1pTRFGM25t/5Ujml39fgOtN+HtAf1H3DoCJrg08lNmCxZZhYSxmMDavFA==

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.29.tgz#480006b1aa96d0a754422ecee6bd5630bd20b9b6"
integrity sha512-QSCUikxjrDuhrNMXHDRrfynC1wIlBBAEODxmm4hpIiNiptAiUelO4QgnuCEwWlkXppsR0Zbv8mI1w56cW9zGxw==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-6.40.31.tgz#b10d69aa809b0107c41dad27918e2ec8af5a23a1"
integrity sha512-Egg3Mf/Qdy/6RxdkyoIyx1EbNydCBCLcOooljt6MwsnOIWu8ZbrJt/nGbTJcET8H5waF4BMjVVuECLid7SKUyg==
dependencies:
"@zowe/zosmf-for-zowe-sdk" "6.40.29"
"@zowe/zosmf-for-zowe-sdk" "6.40.31"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.29.tgz#04051bc854c43b19ddb8668f7999128ca9fb884f"
integrity sha512-M5yhBJYCHuFJ3TxtpJcymbU+bEtOhlBaz98O0wY5YZNzZ+FvdMA08odNbA7Ip9mfqZYNkSwMg0JNyFnYdYV9SQ==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-6.40.31.tgz#283d391dffebe520821c87e93ca250552bd1703c"
integrity sha512-20zlnUzUreoR+G3KZcrj/yFB9gi6DA+uH43nTS4HqYw0cf8VKuFNfirLN34SfHHeOO8OEaGxnrndZX1nhrLjTg==
dependencies:
ssh2 "1.15.0"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.29.tgz#4868b80e8742334c05301b98fea855553ce80fbb"
integrity sha512-fhujZGcVIqivlY42+wQEZeEoSzaCiMP7jPeIw4dMVJX5A75U5+Fvx2bQ9kl+GYm+02zlKgt7ActZYWrrzazuAA==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-6.40.31.tgz#429d6d6238f878a31e2ad06fa7bbb5c1670efee4"
integrity sha512-wFhD/VuGa0pHX1+L6iGw6eVOzsypO5WeR4a+1vabk6IWLlxb8Or2U+YhNXZlomf/AjTyg+OiTsGWnrTuH/DI+w==
dependencies:
"@zowe/zos-files-for-zowe-sdk" "6.40.29"
"@zowe/zos-files-for-zowe-sdk" "6.40.31"

"@zowe/[email protected].29":
version "6.40.29"
resolved "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.29.tgz#9907a851cb2d52e258035ab1e27efe3aff190ef4"
integrity sha512-2+1vfgPIZXKpplzVgvvg45qLaqIBXYdocUzQCyRpnZgbJV070ONqPj3/4Y94On+VTGbs5uu77er0ZQBjgh5uCA==
"@zowe/[email protected].31":
version "6.40.31"
resolved "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-6.40.31.tgz#135d84c9dbd5a67c2d40925b18a9bf9606615bb3"
integrity sha512-JN5KPA4rVAMpVA/kyxls8cuqHlyYloH2IPA53wBkuNxbY7u5Km7yOoazc6MegS4fHhz6iLSg8i2ed8es+lHHZQ==

abab@^2.0.0, abab@^2.0.3:
version "2.0.5"
Expand Down

0 comments on commit 824ab64

Please sign in to comment.