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

Closed
10 tasks done
github-actions bot opened this issue Mar 3, 2024 · 0 comments · Fixed by #295
Closed
10 tasks done

Check weekly dependency updates #294

github-actions bot opened this issue Mar 3, 2024 · 0 comments · Fixed by #295
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 Mar 3, 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 Mar 3, 2024
@github-actions github-actions bot added this to the Maintenance milestone Mar 3, 2024
@NicolasOmar NicolasOmar linked a pull request Mar 4, 2024 that will close this issue
3 tasks
NicolasOmar added a commit that referenced this issue Mar 4, 2024
### Changes made 
Dependencies version updated. 03/04/24.

---

### My pull request is for
- [ ] A bugfix
- [ ] A new component
- [x] An existing component update
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reactive-bulma | Project board Mar 4, 2024
github-actions bot pushed a commit that referenced this issue Mar 4, 2024
## [4.0.6](v4.0.5...v4.0.6) (2024-3-4)

### Bug Fixes

* Dependencies version updated. 03/04/24 ([#295](#295)) ([#294](#294)) ([a2cc2f7](a2cc2f7))
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