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

feat(cli): Update dependencies for 9.2 release #2982

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

sbosio
Copy link
Contributor

@sbosio sbosio commented Aug 19, 2024

Description

This is a draft PR with changes that will be required before releasing Heroku CLI v9.2.0.

Included changes:

  • Bumps @heroku-cli/command, to v1.3.0 (which requires being released first). This brings functionality included for backwards compatibility in addons:create, plus the missing behavior from our old APIClient (warnings and debug API requests).
  • Bumps fs-extra to v9.1, to align with other dependencies that break linking through yarn link ....
  • Removes @heroku-cli/plugin-ps. It only implemented command heroku regions and it has been migrated to the core CLI. I personally tested that the command works correctly after removal of the dependency @k80bowman.
  • Removes API warnings code on all heroku authorizations:... commands, to avoid duplicating them, now that the behavior has been implemented in @heroku-cli/command to be shared by all commands.

This is just a draft, it won't pass CI tests because I cannot run yarn until the new @heroku-cli/command package version is released.

@sbosio sbosio requested a review from eablack August 19, 2024 17:43
@sbosio sbosio force-pushed the sbosio/dependency-updates-for-9-2 branch from ddc54a6 to 9433993 Compare August 19, 2024 17:44
@eablack eablack temporarily deployed to AcceptanceTests August 19, 2024 19:23 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests August 19, 2024 19:23 — with GitHub Actions Inactive
@eablack eablack force-pushed the sbosio/dependency-updates-for-9-2 branch from 3efb4cb to e756339 Compare August 20, 2024 23:21
@eablack eablack temporarily deployed to AcceptanceTests August 20, 2024 23:21 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests August 20, 2024 23:21 — with GitHub Actions Inactive
@eablack eablack marked this pull request as ready for review August 21, 2024 16:08
@eablack eablack requested a review from a team as a code owner August 21, 2024 16:08
@eablack eablack force-pushed the sbosio/dependency-updates-for-9-2 branch from e756339 to 1a21313 Compare August 21, 2024 16:09
@eablack eablack temporarily deployed to AcceptanceTests August 21, 2024 16:09 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests August 21, 2024 16:09 — with GitHub Actions Inactive
@eablack eablack merged commit c2e8093 into main Aug 21, 2024
8 checks passed
@eablack eablack deleted the sbosio/dependency-updates-for-9-2 branch August 21, 2024 16:26
@eablack eablack changed the title chore(cli): Update dependencies for 9.2 release feat(cli): Update dependencies for 9.2 release Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants