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 #358

Closed
10 tasks done
github-actions bot opened this issue May 19, 2024 · 0 comments · Fixed by #359
Closed
10 tasks done

Check weekly dependency updates #358

github-actions bot opened this issue May 19, 2024 · 0 comments · Fixed by #359
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement UT, infrastructure, or any tool for a better lifecycle
Milestone

Comments

@github-actions
Copy link

github-actions bot commented May 19, 2024

Objective

Update ReactiveBulma's dependencies from last week's new versions.


Description

After reaching the last version according to the original roadmap, 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 && npm run prettier:ci.
  • 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 storybook instance runs locally without stoppers and maintains the previous features. npm run start.
  • Check storybook build process runs without stoppers. npm run build:storybook
  • Create the branch and PR associated with the abovementioned changes.
  • Wait until PR-related workflows run OK.
  • Push the code with the fix: prefix to update the package's version on npm and GitHub registries.
@github-actions github-actions bot added dependencies Pull requests that update a dependency file enhancement UT, infrastructure, or any tool for a better lifecycle labels May 19, 2024
@github-actions github-actions bot added this to the Maintenance milestone May 19, 2024
@NicolasOmar NicolasOmar moved this from To Do to In Progress in Reactive-bulma | Project board May 19, 2024
@NicolasOmar NicolasOmar linked a pull request May 22, 2024 that will close this issue
4 tasks
NicolasOmar added a commit that referenced this issue May 22, 2024
### Changes made 
Depdendecies updated.

---

### My pull request is for
- [ ] A bugfix
- [ ] A new component
- [ ] An existing component update
- [x] Dependencies version update
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reactive-bulma | Project board May 22, 2024
github-actions bot pushed a commit that referenced this issue May 22, 2024
## [4.0.11](v4.0.10...v4.0.11) (2024-05-22)

### Bug Fixes

* Dependencies version updated. 05/21/24 ([#359](#359)) ([#358](#358)) ([#354](#354)) ([#351](#351)) ([95f224b](95f224b))
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 enhancement UT, infrastructure, or any tool for a better lifecycle
Projects
Development

Successfully merging a pull request may close this issue.

1 participant