-
-
Notifications
You must be signed in to change notification settings - Fork 170
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: migrate to latest oclif version #203
Conversation
I modeled my PR based on the current boilerplate that oclif generates when we create a new project. packages like Some things changed like
|
@Souvikns Do you want to wait for feedback in oclif/core#360 issue? Also I wonder if we should go with |
I do want to wait for the reply but then again the CLI is showing warnings in production I am kinda confused on what should we do here. Also topic help works but the command is slightly changed |
Maybe we wait and let others finish and then merge it, that way we don't block anyone. |
@magicmatatjahu found a way to show command help for topics all thanks to oclif/core#360 Now everything works like before. |
I prefer that option. Of course we should wait only for some PRs, not for everyone, that PRs which is very close to merge :)
Awesome! |
@magicmatatjahu shall we merge this, #244 I think people are having issues. I can help all other PR's with the changes that they might need to do. |
@Souvikns Could we merge it as |
Once we merge this all other open PRs will have conflict, nothing other than that. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
we need to release it, not just merge. I recommend |
But we can help people to fix their PRs, this's not problem :) |
@magicmatatjahu did you review it already? do I have to look at something? |
@derberg I checked it locally and it works :) We can merge it. |
@magicmatatjahu then why didn't you approve it? 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/rtm |
* docs: fix missing toc (asyncapi#230) * feat: add global specification watcher (asyncapi#220) Co-authored-by: Lukasz Gornicki <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> * chore(release): v0.14.0 (asyncapi#237) * docs: add imabp as a contributor for code (asyncapi#239) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix: update @asyncapi/studio to 0.10.0 version (asyncapi#241) * chore(release): v0.14.1 (asyncapi#242) * feat: added testing for new (asyncapi#212) * docs: add Samridhi-98 as a contributor for test (asyncapi#248) * ci: update global workflows (asyncapi#246) * chore(release): v0.15.0 (asyncapi#249) * feat: migrate to latest oclif version (asyncapi#203) * chore: update bot name from codeowners file (asyncapi#247) * ci: update global workflows (asyncapi#250) * Create test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml Co-authored-by: Abir <[email protected]> Co-authored-by: Lukasz Gornicki <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Samriddhi <[email protected]> Co-authored-by: asyncapi-bot <[email protected]>
* docs: fix missing toc (asyncapi#230) * feat: add global specification watcher (asyncapi#220) Co-authored-by: Lukasz Gornicki <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> * chore(release): v0.14.0 (asyncapi#237) * docs: add imabp as a contributor for code (asyncapi#239) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix: update @asyncapi/studio to 0.10.0 version (asyncapi#241) * chore(release): v0.14.1 (asyncapi#242) * feat: added testing for new (asyncapi#212) * docs: add Samridhi-98 as a contributor for test (asyncapi#248) * ci: update global workflows (asyncapi#246) * chore(release): v0.15.0 (asyncapi#249) * feat: migrate to latest oclif version (asyncapi#203) * chore: update bot name from codeowners file (asyncapi#247) * ci: update global workflows (asyncapi#250) * Create test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml Co-authored-by: Abir <[email protected]> Co-authored-by: Lukasz Gornicki <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Samriddhi <[email protected]> Co-authored-by: asyncapi-bot <[email protected]>
🎉 This PR is included in version 0.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR aims to migrate to the new oclif version and also remove other unnecessary packages, and follow the new doc by oclif.
Related issue(s)
See also #192