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
[x] Run the script for the update and wait until new installed versions. npm run update.
[x] Check if the linter suit runs without stoppers. npm run lint.
[x] Check prettier suit runs without stoppers. npm run prettier.
[x] Check that the test suit runs without stoppers and that its coverage is correct. npm run test:ci.
[x] Check that the storybook instance runs locally without stoppers and maintains the previous features. npm run storybook.
[x] Check vite build process runs without stoppers. npm run build:app
[x] Check storybook build process runs without stoppers. npm run build:storybook
[x] Create the branch and PR associated with the abovementioned changes.
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 storybook
.npm run build:app
npm run build:storybook