-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: inform users if their fuels
version is outdated
#3108
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dhaiwat10
changed the title
test
chore: inform users is their Sep 5, 2024
reportUserVersion
fuels
verison is outdated
Dhaiwat10
changed the title
chore: inform users is their
chore: inform users if their Sep 5, 2024
fuels
verison is outdatedfuels
verison is outdated
This PR is published in NPM with version 0.0.0-pr-3108-20240911163102 |
arboleya
changed the title
chore: inform users if their
chore: inform users if their Sep 11, 2024
fuels
verison is outdatedfuels
version is outdated
maschad
reviewed
Sep 14, 2024
maschad
reviewed
Sep 14, 2024
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.
Great job @Dhaiwat10 LGTM but left one comment
petertonysmith94
approved these changes
Sep 16, 2024
Torres-ssf
approved these changes
Sep 16, 2024
danielbate
approved these changes
Sep 16, 2024
Coverage Report:
Changed Files:
|
arboleya
reviewed
Sep 16, 2024
arboleya
reviewed
Sep 16, 2024
nedsalk
pushed a commit
that referenced
this pull request
Sep 17, 2024
* test `reportUserVersion` * move util to `versions` package * export via cli and not index * log fuels version * fetch latest version * log out comparison * add changeset * fix tests * disable pr release * add tests * re-use `getBuiltinVersions` * move to `fuels` CLI from `versions` * revert test changes * revert tests * add tests * add testing group * add changeset * add a test case * print a msg if fetch fails * add error msg in one more place * fix test --------- Co-authored-by: Chad Nehemiah <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #2968
Release notes
In this release, we:
fuels
versionSummary
This PR adds a feature in the
fuels
CLI regarding the user'sfuels
version. If the user's installedfuels
version is outdated, the CLI will print out the latest version for the user.Breaking Changes
runVersions
is nowasync
.Checklist