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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Our aim is to update all package dependencies once per sprint. Responsibility for this task is rotated through all the developers. We have come up with the following more or less sane workflow given the the Javascript ecosystem:
In a new branch
Prune things no longer needed
Run yarn upgrade-interactive --latest --ignore-engines to find upgraded packages
Upgrade patch and minor version changes (green and yellow)
Run tests
Commit
For each red (major version) upgrade:
Upgrade
Run tests
Examine app locally
Commit
The text was updated successfully, but these errors were encountered:
Issue by SupeDeDupe
Monday Mar 18, 2019 at 13:47 GMT
Originally opened as veteransaffairscanada#2005
Our aim is to update all package dependencies once per sprint. Responsibility for this task is rotated through all the developers. We have come up with the following more or less sane workflow given the the Javascript ecosystem:
In a new branch
For each red (major version) upgrade:
The text was updated successfully, but these errors were encountered: