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

Downgrade oclif and typescript #666

Merged
merged 3 commits into from Oct 24, 2022
Merged

Downgrade oclif and typescript #666

merged 3 commits into from Oct 24, 2022

Conversation

amcaplan
Copy link
Contributor

WHY are these changes introduced?

Upgrading oclif introduced bugs with boolean flags. Need to downgrade again until oclif/core#536 is merged to oclif.

This is an alternative approach vs #662

WHAT is this pull request doing?

Downgrades oclif and typescript, essentially reverting #555 (but with some extra work because the base-command code has changes)

How to test your changes?

Run the CLI...

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've made sure that any changes to dev or deploy have been reflected in the internal flowchart.

Upgrading oclif introduced bugs with boolean flags. Need to downgrade
again until oclif/core#536 is merged to oclif.
@amcaplan amcaplan requested a review from a team October 24, 2022 15:14
@amcaplan amcaplan requested review from a team as code owners October 24, 2022 15:14
@github-actions
Copy link
Contributor

We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run "yarn changeset add" to track your changes and include them in the next release CHANGELOG.

@@ -51,7 +51,7 @@
]
},
"dependencies": {
"@oclif/core": "1.16.4",
"@oclif/core": "1.9.2",
"@oclif/plugin-commands": "^2.2.0",
"@oclif/plugin-help": "^5.1.14",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these two should also be nudged back:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shauns excellent point, I've updated those as well.

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.

None yet

4 participants