Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Zowe SDKs to 7.27.0 for proxy support #3003

Closed
t1m0thyj opened this issue Jul 16, 2024 · 1 comment · Fixed by #3004
Closed

Update Zowe SDKs to 7.27.0 for proxy support #3003

t1m0thyj opened this issue Jul 16, 2024 · 1 comment · Fixed by #3004
Assignees
Labels
enhancement New feature or request priority-high Production outage - this quarter or at least next quarter

Comments

@t1m0thyj
Copy link
Member

Problem
In Zowe CLI 7.27.0, proxy support was added using the http-proxy-agent package. This package compiles to an ES2020 target and its source code contains optional chaining which is only supported in ES2020 and up. Since Webpack 4 which we still use for ZE V2 does not support ES2020 syntax, ZE builds fail after updating Zowe CLI to the latest version.

Solution
Investigate a way to fix the Webpack build so that Zowe CLI can be updated. We may need to configure a Babel loader that converts ES2020 code to be compatible with an older target like ES6.

@t1m0thyj t1m0thyj added enhancement New feature or request priority-high Production outage - this quarter or at least next quarter labels Jul 16, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-high Production outage - this quarter or at least next quarter
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

1 participant