Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check weekly dependency updates #378

Open
7 of 8 tasks
github-actions bot opened this issue Dec 15, 2024 · 0 comments · May be fixed by #367
Open
7 of 8 tasks

Check weekly dependency updates #378

github-actions bot opened this issue Dec 15, 2024 · 0 comments · May be fixed by #367
Assignees
Labels
dependencies Pull requests that update a dependency file
Milestone

Comments

@github-actions
Copy link

github-actions bot commented Dec 15, 2024

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

  • 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.
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 15, 2024
@github-actions github-actions bot added this to the v0.3 milestone Dec 15, 2024
@NicolasOmar NicolasOmar linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant