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
Currently, the 'eslint-config-yscope' dependency is referenced using the 'latest' tag or *. Based on recent discussions and experiments (see PR #285, comment), we found that using 'latest' or * can lead to inconsistent dependency resolution and upgrades. To ensure reproducibility and avoid unexpected upgrades, we should lock 'eslint-config-yscope' at a specific version number. Whenever a new version is released, we will update the version string explicitly in this repository. Requested by @junhaoliao.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, the 'eslint-config-yscope' dependency is referenced using the 'latest' tag or
*
. Based on recent discussions and experiments (see PR #285, comment), we found that using 'latest' or*
can lead to inconsistent dependency resolution and upgrades. To ensure reproducibility and avoid unexpected upgrades, we should lock 'eslint-config-yscope' at a specific version number. Whenever a new version is released, we will update the version string explicitly in this repository. Requested by @junhaoliao.The text was updated successfully, but these errors were encountered: