You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #531, we plan to recommend users to use latest version of codemod in every run. However, it's possible that they may not use the latest version and miss bug fixes or new features when attempting to transform their applications.
Solution
Check the latest version available on npm, and display a warning if they're not using the latest version.
To minimize network calls, the CLI can limit it's calls to maximum once per day and store the information locally in the following format:
Self-service
Problem
In #531, we plan to recommend users to use latest version of codemod in every run. However, it's possible that they may not use the latest version and miss bug fixes or new features when attempting to transform their applications.
Solution
Check the latest version available on npm, and display a warning if they're not using the latest version.
To minimize network calls, the CLI can limit it's calls to maximum once per day and store the information locally in the following format:
The data can be stored next to codemod installation inside npx folder, so that it's deleted when codemod is deleted.
Alternatives
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: