@visulima/cerebro 3.0.0-alpha.31 → 3.0.0-alpha.33
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 +62 -0
- package/LICENSE.md +841 -6
- package/README.md +38 -8
- package/dist/commands/completion-command.d.ts +1 -1
- package/dist/commands/completion-command.js +5 -5
- package/dist/commands/help-command.d.ts +1 -1
- package/dist/commands/help-command.js +1 -1
- package/dist/commands/readme-command.d.ts +1 -1
- package/dist/commands/readme-command.js +21 -21
- package/dist/commands/version-command.d.ts +1 -1
- package/dist/index.d.ts +18 -3
- package/dist/index.js +1 -1
- package/dist/logger/create-pail-logger.d.ts +29 -4
- package/dist/logger/create-pail-logger.js +1 -1
- package/dist/packem_chunks/has-new-version.js +1 -1
- package/dist/packem_shared/Cerebro-DgpeCeXr.js +4 -0
- package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +1 -0
- package/dist/packem_shared/VisulimaError-DyMHh9O-.js +76 -0
- package/dist/packem_shared/cerebro-error-z8DS5U8c.js +1 -0
- package/dist/packem_shared/{plugin-manager.d-BSQtHbWS.d.ts → command.d-DbhtfXF4.d.ts} +235 -216
- package/dist/packem_shared/index-B7-8G-9s.js +29 -0
- package/dist/packem_shared/{index.d-Br8HpP0A.d.ts → index.d-BL4NtVR3.d.ts} +37 -3
- package/dist/packem_shared/renderError-Dqej8k13-BmipVhik.js +25 -0
- package/dist/packem_shared/{runtime-process-hJz7FqPN.js → runtime-process-Dmz0vCJy.js} +1 -1
- package/dist/packem_shared/split-by-case-Dbpgd7rf.js +1 -0
- package/dist/plugins/error-handler-plugin.d.ts +2 -2
- package/dist/plugins/error-handler-plugin.js +1 -1
- package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
- package/dist/plugins/runtime-version-check-plugin.js +1 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +11 -4
- package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
- package/dist/util/general/heap-tuning.js +1 -1
- package/package.json +8 -8
- package/dist/packem_shared/Cerebro-ChUYLbTK.js +0 -4
- package/dist/packem_shared/VisulimaError-CVxSPzeQ.js +0 -76
- package/dist/packem_shared/cerebro-error-etNTKvnJ.js +0 -1
- package/dist/packem_shared/constants-CImsldtV-Ces7vzH9.js +0 -1
- package/dist/packem_shared/index-B5zrpT20.js +0 -6
- package/dist/packem_shared/isVisulimaError-jVZgumOU-C67qeq6-.js +0 -1
- package/dist/packem_shared/renderError-DJiY-69l-s_7rEsoy.js +0 -25
- /package/dist/packem_shared/{VERBOSITY_QUIET-XPultrIA.js → VERBOSITY_DEBUG-XPultrIA.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,65 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.33](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.32...@visulima/cerebro@3.0.0-alpha.33) (2026-06-30)
|
|
2
|
+
|
|
3
|
+
### Styles
|
|
4
|
+
|
|
5
|
+
* cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
|
|
10
|
+
|
|
11
|
+
### Code Refactoring
|
|
12
|
+
|
|
13
|
+
* **cerebro:** lazy-load optional peer deps in built-in commands ([d499fe6](https://github.com/visulima/visulima/commit/d499fe60e903eb4322e8fb449d2592b88b7039cd))
|
|
14
|
+
* resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
|
|
15
|
+
|
|
16
|
+
### Tests
|
|
17
|
+
|
|
18
|
+
* fix failing and flaky package tests ([3f2894e](https://github.com/visulima/visulima/commit/3f2894e816e99f465abb0d3b7d5161af69bbb4ec))
|
|
19
|
+
|
|
20
|
+
### Continuous Integration
|
|
21
|
+
|
|
22
|
+
* **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.15
|
|
28
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.15
|
|
29
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.14
|
|
30
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.35
|
|
31
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.23
|
|
32
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.18
|
|
33
|
+
|
|
34
|
+
## @visulima/cerebro [3.0.0-alpha.32](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.31...@visulima/cerebro@3.0.0-alpha.32) (2026-06-13)
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **cerebro:** harden argv caps, add choices + strict options, bound update check ([4082ec2](https://github.com/visulima/visulima/commit/4082ec2e80eb0ced5c8843d9d3e5d6bd0f798485))
|
|
39
|
+
|
|
40
|
+
### Code Refactoring
|
|
41
|
+
|
|
42
|
+
* **cerebro:** async fs in update-notifier ([d8c0a27](https://github.com/visulima/visulima/commit/d8c0a272dc1195345c4b52077f58e437c27e7b8e))
|
|
43
|
+
* **cerebro:** hoist regex and apply lint fixes ([46a8aac](https://github.com/visulima/visulima/commit/46a8aac8776fbc38634394b3097659e717ef01af))
|
|
44
|
+
|
|
45
|
+
### Build System
|
|
46
|
+
|
|
47
|
+
* **deps:** update cerebro dependencies ([2bd6590](https://github.com/visulima/visulima/commit/2bd65902460b2531c7d7e6264cbb7348273774b8))
|
|
48
|
+
* regenerate bundled-license manifests and types ordering ([af26588](https://github.com/visulima/visulima/commit/af26588d75aaa937fd4862800560bd4070a4878c))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.14
|
|
54
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.14
|
|
55
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.14
|
|
56
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.12
|
|
57
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.33
|
|
58
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.12
|
|
59
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.22
|
|
60
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.13
|
|
61
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.17
|
|
62
|
+
|
|
1
63
|
## @visulima/cerebro [3.0.0-alpha.31](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.30...@visulima/cerebro@3.0.0-alpha.31) (2026-06-04)
|
|
2
64
|
|
|
3
65
|
### Performance Improvements
|