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!
|
|
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? 😆 |
|
/rtm |
* docs: fix missing toc (asyncapi#230) * feat: add global specification watcher (asyncapi#220) Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com> * 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 <abir.pal899@gmail.com> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com> Co-authored-by: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Samriddhi <Agrawalsamriddhi83@gmail.com> Co-authored-by: asyncapi-bot <bot+chan@asyncapi.io>
|
🎉 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