reactive-bulma 4.3.20 → 4.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -12
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -31,12 +31,7 @@ Component library based on React, Bulma, Typescript and Vite
31
31
 
32
32
  ## Purpose
33
33
 
34
- After studying [an Udemy course about Typescript](https://github.com/NicolasOmar/typescript-practice), I wanted to start a new project to practice my new knowledge in a meaningful tool. Therefore, I began this project to understand how to create a component library and investigate the best ways to maintain and nourish it as any professional-level alternatives.
35
-
36
- Now I have finished (Jan 31th) [the last story](https://github.com/NicolasOmar/reactive-bulma/issues/80) related to my proposed roadmap; I will change the repo's objectives to the following:
37
- - Check every new issue raised by users who found new bugs (of any kind) or related to new components or feature improvements of the existing ones.
38
- - Update dependencies every week, creating alongside its related PR, branch, and PR to maintain track of those updates.
39
- - Include ReactiveBulma's components as part of my full-stack app [MyPets](https://github.com/NicolasOmar/my-pets), where I now have code that I can get rid of and, in that process, find new opportunities to enhance components' usability.
34
+ After studying [an Udemy course about Typescript](https://github.com/NicolasOmar/typescript-practice), I wanted to start a new project to practice my new knowledge in a meaningful tool. Therefore, I began this project to understand how to create a component library and investigate the best ways to maintain and nourish it, as well as any professional-level alternatives.
40
35
 
41
36
  ## Status
42
37
 
@@ -203,21 +198,33 @@ Given the mentioned release logic, `main` is the only static branch, and each de
203
198
 
204
199
  ## Roadmap
205
200
 
206
- After finishing the last story related to `v4.0.0`, ReactiveBulma's current work is now focused on updating its dependencies in a weekly manner, as well as checking every issue or discussion raised by visitors who are interested in improving the project by proposing new ideas in shape of tickets or issues with its related PR.
201
+ Since mid-September 2025, I have begun updating ReactiveBulma's main tools to their latest major versions ([Bulma v1](https://bulma.io/documentation/start/migrating-to-v1/) and [React v19](https://react.dev/blog/2024/12/05/react-19)), which includes issues and pull requests I wrapped in version `v5`.
202
+
203
+ At the same time, I am updating the rest of the dependencies every week, creating alongside its related PR, branch, and PR to maintain track of those updates.
204
+
205
+ After launching the next major version (with the needed major updates), I will continue with my full-stack app [MyPets](https://github.com/NicolasOmar/my-pets), where I migrated all custom components to where I now have code that I can get rid of and, in that process, find new opportunities to enhance components' usability.
207
206
 
208
207
  In case you want actual short-term status, go to the [project board](https://github.com/users/NicolasOmar/projects/3) (powered by `GitHub Projects`).
209
208
 
209
+ | Version | Progress | Open issues | Closed issues
210
+ | :---: | :---: | :---: | :---: |
211
+ | `v5.0.0` | ![v5.0.0, progress][badge-progress-500] | ![v5.0.0, open][badge-issues-open-500] | ![v5.0.0, closed][badge-issues-closed-500] |
212
+ | `v4.0.0` | ![v4.0.0, progress][badge-progress-400] | ![v4.0.0, open][badge-issues-open-400] | ![v4.0.0, closed][badge-issues-closed-400] |
213
+ | `v3.0.0` | ![v3.0.0, progress][badge-progress-300] | ![v3.0.0, open][badge-issues-open-300] | ![v3.0.0, closed][badge-issues-closed-300] |
214
+ | `v2.0.0` | ![v2.0.0, progress][badge-progress-200] | ![v2.0.0, open][badge-issues-open-200] | ![v2.0.0, closed][badge-issues-closed-200] |
215
+ | `v1.0.0` | ![v1.0.0, progress][badge-progress-100] | ![v1.0.0, open][badge-issues-open-100] | ![v1.0.0, closed][badge-issues-closed-100] |
216
+
210
217
  <details>
211
- <summary>Here is the status table I used to keep track of the worked milestones/versions.</summary>
218
+ <summary>Here is the status table I used to keep track of the worked milestones/versions. (before v5)</summary>
212
219
 
213
220
  | Version | Progress | Open issues | Closed issues
214
221
  | :---: | :---: | :---: | :---: |
215
- | `v1.0.0` | ![v1.0.0, progress][badge-progress-100] | ![v1.0.0, open][badge-issues-open-100] | ![v1.0.0, closed][badge-issues-closed-100] |
216
- | `v2.0.0` | ![v2.0.0, progress][badge-progress-200] | ![v2.0.0, open][badge-issues-open-200] | ![v2.0.0, closed][badge-issues-closed-200] |
217
- | `v3.0.0` | ![v3.0.0, progress][badge-progress-300] | ![v3.0.0, open][badge-issues-open-300] | ![v3.0.0, closed][badge-issues-closed-300] |
218
222
  | `v4.0.0` | ![v4.0.0, progress][badge-progress-400] | ![v4.0.0, open][badge-issues-open-400] | ![v4.0.0, closed][badge-issues-closed-400] |
223
+ | `v3.0.0` | ![v3.0.0, progress][badge-progress-300] | ![v3.0.0, open][badge-issues-open-300] | ![v3.0.0, closed][badge-issues-closed-300] |
224
+ | `v2.0.0` | ![v2.0.0, progress][badge-progress-200] | ![v2.0.0, open][badge-issues-open-200] | ![v2.0.0, closed][badge-issues-closed-200] |
225
+ | `v1.0.0` | ![v1.0.0, progress][badge-progress-100] | ![v1.0.0, open][badge-issues-open-100] | ![v1.0.0, closed][badge-issues-closed-100] |
219
226
 
220
- In case you want the detailed list of current and future features, go to the [roadmap document](https://docs.google.com/document/d/1kWX-dDTD-cQUeB_Vbu0K6xRvtHaSA38h76yQnhiCe9U).
227
+ `[DEPRECATED]` In case you want the detailed list of current and future features, go to the [roadmap document](https://docs.google.com/document/d/1kWX-dDTD-cQUeB_Vbu0K6xRvtHaSA38h76yQnhiCe9U).
221
228
  </details>
222
229
 
223
230
  [badge-progress-100]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/1?label=%20&style=flat&color=informational
@@ -232,6 +239,9 @@ In case you want the detailed list of current and future features, go to the [ro
232
239
  [badge-progress-400]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=informational
233
240
  [badge-issues-open-400]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=orange
234
241
  [badge-issues-closed-400]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/4?label=%20&style=flat&color=success
242
+ [badge-progress-500]: https://img.shields.io/github/milestones/progress-percent/nicolasomar/reactive-bulma/5?label=%20&style=flat&color=informational
243
+ [badge-issues-open-500]: https://img.shields.io/github/milestones/issues-open/nicolasomar/reactive-bulma/5?label=%20&style=flat&color=orange
244
+ [badge-issues-closed-500]: https://img.shields.io/github/milestones/issues-closed/nicolasomar/reactive-bulma/5?label=%20&style=flat&color=success
235
245
 
236
246
  ## Changelog
237
247
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.3.20",
3
+ "version": "4.3.22",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
@@ -62,57 +62,57 @@
62
62
  "@babel/preset-env": "^7.28.3",
63
63
  "@babel/preset-react": "^7.27.1",
64
64
  "@babel/preset-typescript": "^7.27.1",
65
- "@eslint/compat": "^1.3.2",
66
- "@eslint/js": "^9.35.0",
65
+ "@eslint/compat": "^1.4.0",
66
+ "@eslint/js": "^9.36.0",
67
67
  "@mdi/font": "^7.4.47",
68
68
  "@semantic-release/changelog": "^6.0.3",
69
69
  "@semantic-release/commit-analyzer": "^13.0.1",
70
70
  "@semantic-release/exec": "^7.1.0",
71
71
  "@semantic-release/git": "^10.0.1",
72
- "@semantic-release/github": "^11.0.5",
72
+ "@semantic-release/github": "^11.0.6",
73
73
  "@semantic-release/npm": "^12.0.2",
74
74
  "@semantic-release/release-notes-generator": "^14.1.0",
75
- "@storybook/addon-docs": "^9.1.5",
76
- "@storybook/addon-links": "^9.1.5",
77
- "@storybook/addon-onboarding": "^9.1.5",
78
- "@storybook/react-vite": "^9.1.5",
75
+ "@storybook/addon-docs": "^9.1.8",
76
+ "@storybook/addon-links": "^9.1.8",
77
+ "@storybook/addon-onboarding": "^9.1.8",
78
+ "@storybook/react-vite": "^9.1.8",
79
79
  "@testing-library/jest-dom": "^6.8.0",
80
80
  "@testing-library/react": "^16.3.0",
81
81
  "@testing-library/user-event": "^14.6.1",
82
82
  "@types/css-modules": "^1.0.5",
83
83
  "@types/jest": "^30.0.0",
84
- "@types/node": "^24.3.1",
85
- "@types/react": "^19.1.12",
84
+ "@types/node": "^24.5.2",
85
+ "@types/react": "^19.1.15",
86
86
  "@types/react-dom": "^19.1.9",
87
- "@typescript-eslint/eslint-plugin": "^8.42.0",
88
- "@typescript-eslint/parser": "^8.42.0",
89
- "@vitejs/plugin-react": "^5.0.2",
90
- "babel-jest": "^30.1.2",
87
+ "@typescript-eslint/eslint-plugin": "^8.44.1",
88
+ "@typescript-eslint/parser": "^8.44.1",
89
+ "@vitejs/plugin-react": "^5.0.4",
90
+ "babel-jest": "^30.2.0",
91
91
  "babel-loader": "^10.0.0",
92
92
  "bulma": "^0.9.4",
93
- "eslint": "^9.35.0",
93
+ "eslint": "^9.36.0",
94
94
  "eslint-config-prettier": "^10.1.8",
95
95
  "eslint-plugin-react": "^7.37.5",
96
96
  "eslint-plugin-react-hooks": "^6.0.0",
97
97
  "eslint-plugin-react-refresh": "^0.4.20",
98
- "eslint-plugin-storybook": "^9.1.5",
98
+ "eslint-plugin-storybook": "^9.1.8",
99
99
  "glob": "^11.0.3",
100
- "globals": "^16.3.0",
100
+ "globals": "^16.4.0",
101
101
  "husky": "^9.1.7",
102
102
  "hygen": "^6.2.11",
103
- "jest": "^30.1.3",
104
- "jest-environment-jsdom": "^30.1.2",
105
- "lint-staged": "^16.1.6",
106
- "npm-check-updates": "^18.1.0",
103
+ "jest": "^30.2.0",
104
+ "jest-environment-jsdom": "^30.2.0",
105
+ "lint-staged": "^16.2.3",
106
+ "npm-check-updates": "^18.3.0",
107
107
  "prettier": "^3.6.2",
108
108
  "react": "^18.3.1",
109
109
  "react-dom": "^18.3.1",
110
- "semantic-release": "^24.2.7",
111
- "storybook": "^9.1.5",
110
+ "semantic-release": "^24.2.9",
111
+ "storybook": "^9.1.8",
112
112
  "tslib": "^2.8.1",
113
113
  "typescript": "~5.9.2",
114
- "typescript-eslint": "^8.42.0",
115
- "vite": "^7.1.5",
114
+ "typescript-eslint": "^8.44.1",
115
+ "vite": "^7.1.7",
116
116
  "vite-plugin-dts": "^4.5.4"
117
117
  },
118
118
  "lint-staged": {