@visulima/cerebro 2.1.5 → 3.0.0-alpha.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ ## @visulima/cerebro [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.1...@visulima/cerebro@3.0.0-alpha.2) (2025-12-08)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.2
7
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.2
8
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.2
9
+ * **@visulima/string:** upgraded to 3.0.0-alpha.2
10
+
11
+ ## @visulima/cerebro [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.5...@visulima/cerebro@3.0.0-alpha.1) (2025-12-07)
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * change min node version to 22.13
16
+
17
+ ### Bug Fixes
18
+
19
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
20
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
21
+ * update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
26
+ * update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
27
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.1
33
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.1
34
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.1
35
+ * **@visulima/error:** upgraded to 6.0.0-alpha.1
36
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.1
37
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.1
38
+ * **@visulima/string:** upgraded to 3.0.0-alpha.1
39
+
1
40
  ## @visulima/cerebro [2.1.5](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.4...@visulima/cerebro@2.1.5) (2025-11-19)
2
41
 
3
42
  ### Miscellaneous Chores