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
Update MyPets's dependencies from last week's new versions.
Description
After getting new knowledge related to ReactiveBulma's maintenance strategy, the following long-term objective is to maintain a healthy project that the community can use; it is necessary to check all dependencies for possible updates, apply them, and ensure functionality has not been affected.
In case of issues after the mentioned updates, it will be necessary to fix those problems before pushing the changes and avoiding affecting the community.
Tasks
Run the script for the update and wait until new installed versions. npm run update.
Check if the linter suit runs without stoppers. npm run lint.
Check prettier suit runs without stoppers. npm run prettier.
Check that the test suit runs without stoppers and that its coverage is correct. npm run test:ci.
Check build process runs without stoppers. npm run build.
Check that the server instance runs locally without stoppers and maintains the previous features. npm run start.
Create the branch and PR associated with the abovementioned changes.
Wait until PR-related workflows run OK.
The text was updated successfully, but these errors were encountered:
Objective
Update MyPets's dependencies from last week's new versions.
Description
After getting new knowledge related to ReactiveBulma's maintenance strategy, the following long-term objective is to maintain a healthy project that the community can use; it is necessary to check all dependencies for possible updates, apply them, and ensure functionality has not been affected.
In case of issues after the mentioned updates, it will be necessary to fix those problems before pushing the changes and avoiding affecting the community.
Tasks
npm run update
.npm run lint
.npm run prettier
.npm run test:ci
.npm run build
.npm run start
.The text was updated successfully, but these errors were encountered: