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

Closed
10 tasks done
github-actions bot opened this issue Nov 17, 2024 · 0 comments · Fixed by #491
Closed
10 tasks done

Check weekly dependency updates #492

github-actions bot opened this issue Nov 17, 2024 · 0 comments · Fixed by #491
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 Nov 17, 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.
  • 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 Nov 17, 2024
@github-actions github-actions bot added this to the Maintenance milestone Nov 17, 2024
@NicolasOmar NicolasOmar linked a pull request Nov 18, 2024 that will close this issue
5 tasks
NicolasOmar added a commit that referenced this issue Nov 18, 2024
### Changes made 
This PR will include a new bundler called Vite to avoid specific
typescript issues.

---

### My pull request is for
- [ ] A bugfix
- [ ] A new component
- [ ] An existing component update
- [x] Dependencies version update
- [x] Technology change
github-actions bot pushed a commit that referenced this issue Nov 18, 2024
# [4.1.0](v4.0.30...v4.1.0) (2024-11-18)

### Features

* Migrate bundler from rollup to vite ([#491](#491)) ([#449](#449)) ([#492](#492)) ([97457be](97457be))
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant