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: migrate oclif/core to V3 #1228

Merged
merged 2 commits into from
May 15, 2024

Conversation

Amzani
Copy link
Collaborator

@Amzani Amzani commented Mar 13, 2024

Resolves: #1224

@Amzani Amzani changed the title Samz/oclif core v3 migration feat: migrate oclif/core to V3 Mar 13, 2024
Copy link

sonarcloud bot commented Mar 13, 2024

Quality Gate Passed Quality Gate passed

Issues
6 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Amzani Amzani marked this pull request as draft March 14, 2024 09:28
Copy link
Member

@peter-rr peter-rr left a comment

Choose a reason for hiding this comment

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

LGTM 👍
Breaking changes from v2 and v3 seems to be properly applied to all commands. I guess this draft PR could be marked as ready for review if I'm not missing something.

@@ -20,7 +20,7 @@
"@asyncapi/protobuf-schema-parser": "^3.2.5",
"@asyncapi/raml-dt-schema-parser": "^4.0.14",
"@asyncapi/studio": "^0.20.0",
"@oclif/core": "^1.26.2",
"@oclif/core": "^3",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-not-found": "^2.3.22",
Copy link
Member

Choose a reason for hiding this comment

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

Should we update the rest of oclif dependencies too? Or not really necessary for the main purpose of this PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not necessarily, I put it in draft as there is an issue with the binary

Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess this can be done incrementally

@Amzani Amzani force-pushed the samz/oclif-core-v3-migration branch from 71c194d to a9091cd Compare May 14, 2024 15:06
@Amzani Amzani marked this pull request as ready for review May 14, 2024 15:06
@Amzani Amzani requested a review from Shurtu-gal as a code owner May 14, 2024 15:06
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@Souvikns Souvikns left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Copy link
Collaborator

@Shurtu-gal Shurtu-gal left a comment

Choose a reason for hiding this comment

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

LGTM 👌🏻

@Amzani
Copy link
Collaborator Author

Amzani commented May 15, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit b98eb61 into asyncapi:master May 15, 2024
20 checks passed
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 1.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Migrate to @oclif/core V3
5 participants