cli icon indicating copy to clipboard operation
cli copied to clipboard

chore(pg-v5): upgrade tunnel-ssh

Open mble-sfdc opened this issue 1 year ago • 3 comments

This commit upgrades tunnel-ssh, in order to upgrade a dependency chain:

  • tunnel-ssh -> ssh2 -> cpu-features

This is required as prior to recent releases of cpu-features, which only gained support for Apple Silicon in August 2023. Without this, building this package or packages that depend on it throw non-fatal errors when built.

Ref: https://github.com/heroku/cli/issues/2294

mble-sfdc avatar Mar 07 '24 17:03 mble-sfdc

Needs some testing due to major version upgrade.

mble-sfdc avatar Mar 07 '24 17:03 mble-sfdc

@mble-sfdc could you please explain a little about how this fix is related to #2294?

k80bowman avatar Mar 19 '24 12:03 k80bowman

@k80bowman See this comment: https://github.com/heroku/cli/issues/2294#issuecomment-1860473727.

This cpu-features issue crops up a lot.

mble-sfdc avatar Apr 03 '24 13:04 mble-sfdc