@visulima/cerebro 3.0.0-alpha.8 → 3.0.0
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 +610 -0
- package/LICENSE.md +1295 -3950
- package/README.md +182 -2
- package/dist/commands/completion-command.d.ts +6 -5
- package/dist/commands/completion-command.js +5 -203
- package/dist/commands/help-command.d.ts +10 -9
- package/dist/commands/help-command.js +1 -3
- package/dist/commands/readme-command.d.ts +6 -5
- package/dist/commands/readme-command.js +32 -330
- package/dist/commands/version-command.d.ts +4 -3
- package/dist/commands/version-command.js +1 -18
- package/dist/index.d.ts +516 -95
- package/dist/index.js +1 -7
- package/dist/logger/create-pail-logger.d.ts +770 -8
- package/dist/logger/create-pail-logger.js +1 -34
- package/dist/packem_chunks/has-new-version.js +1 -259
- package/dist/packem_shared/Cerebro-Czc4t-75.js +4 -0
- package/dist/packem_shared/VERBOSITY_DEBUG-XPultrIA.js +1 -0
- package/dist/packem_shared/VisulimaError-C90oeIMu.js +76 -0
- package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +1 -0
- package/dist/packem_shared/cerebro-error-BjBcYVRO.js +1 -0
- package/dist/packem_shared/command.d-DbhtfXF4.d.ts +639 -0
- package/dist/packem_shared/index-B7-8G-9s.js +29 -0
- package/dist/packem_shared/index.d-BL4NtVR3.d.ts +127 -0
- package/dist/packem_shared/lazyNamed-DMUm8mZe.js +1 -0
- package/dist/packem_shared/renderError-B3ePOoBG-BmZlyMcr.js +25 -0
- package/dist/packem_shared/runtime-process-Dmz0vCJy.js +1 -0
- package/dist/packem_shared/split-by-case-Dbpgd7rf.js +1 -0
- package/dist/plugins/error-handler-plugin.d.ts +21 -19
- package/dist/plugins/error-handler-plugin.js +1 -636
- package/dist/plugins/runtime-version-check-plugin.d.ts +22 -20
- package/dist/plugins/runtime-version-check-plugin.js +1 -77
- package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +28 -8
- package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -517
- package/dist/util/general/compile-cache.d.ts +41 -0
- package/dist/util/general/compile-cache.js +1 -0
- package/dist/util/general/heap-tuning.d.ts +18 -0
- package/dist/util/general/heap-tuning.js +1 -0
- package/package.json +33 -28
- package/dist/cli.d.ts +0 -203
- package/dist/constants.d.ts +0 -29
- package/dist/default-env.d.ts +0 -7
- package/dist/default-options.d.ts +0 -3
- package/dist/empty-toolbox.d.ts +0 -15
- package/dist/errors/cerebro-error.d.ts +0 -10
- package/dist/errors/command-not-found-error.d.ts +0 -9
- package/dist/errors/command-validation-error.d.ts +0 -10
- package/dist/errors/completion-error.d.ts +0 -9
- package/dist/errors/conflicting-options-error.d.ts +0 -10
- package/dist/errors/plugin-error.d.ts +0 -9
- package/dist/errors/update-notifier-error.d.ts +0 -7
- package/dist/packem_shared/Cerebro-C2mnCyQf.js +0 -3313
- package/dist/packem_shared/VERBOSITY_QUIET-Dp46zlLW.js +0 -10
- package/dist/packem_shared/VisulimaError-DA7QsCxH.js +0 -34
- package/dist/packem_shared/cerebro-error-GmJ3jN7Q.js +0 -16
- package/dist/packem_shared/help-command-BY7rQUvM.js +0 -249
- package/dist/packem_shared/index-C2-8b3A4.js +0 -259
- package/dist/packem_shared/runtime-process-B6ZplyWn.js +0 -187
- package/dist/plugin-manager.d.ts +0 -53
- package/dist/plugins/update-notifier/cache.d.ts +0 -11
- package/dist/plugins/update-notifier/get-distribution-version.d.ts +0 -2
- package/dist/plugins/update-notifier/has-new-version.d.ts +0 -14
- package/dist/types/cli.d.ts +0 -102
- package/dist/types/command-line-usage.d.ts +0 -37
- package/dist/types/command.d.ts +0 -136
- package/dist/types/option-types.d.ts +0 -83
- package/dist/types/options.d.ts +0 -4
- package/dist/types/plugin.d.ts +0 -53
- package/dist/types/toolbox.d.ts +0 -96
- package/dist/util/arg-processing/get-boolean-values.d.ts +0 -7
- package/dist/util/arg-processing/get-parameter-option.d.ts +0 -7
- package/dist/util/arg-processing/map-option-type-label.d.ts +0 -3
- package/dist/util/arg-processing/option-is-boolean.d.ts +0 -9
- package/dist/util/arg-processing/remove-boolean-values.d.ts +0 -9
- package/dist/util/command-line-commands.d.ts +0 -10
- package/dist/util/command-line-usage/get-terminal-width.d.ts +0 -7
- package/dist/util/command-line-usage/index.d.ts +0 -3
- package/dist/util/command-line-usage/section/base-section.d.ts +0 -8
- package/dist/util/command-line-usage/section/content-section.d.ts +0 -65
- package/dist/util/command-line-usage/section/option-list-section.d.ts +0 -44
- package/dist/util/command-processing/command-processor.d.ts +0 -37
- package/dist/util/command-processing/command-validation.d.ts +0 -17
- package/dist/util/command-processing/nested-command-parser.d.ts +0 -25
- package/dist/util/command-processing/option-processor.d.ts +0 -44
- package/dist/util/data-processing/list-missing-arguments.d.ts +0 -15
- package/dist/util/data-processing/merge-arguments.d.ts +0 -7
- package/dist/util/general/find-alternatives.d.ts +0 -8
- package/dist/util/general/hide-bin.d.ts +0 -2
- package/dist/util/general/parse-raw-command.d.ts +0 -7
- package/dist/util/general/register-exception-handler.d.ts +0 -9
- package/dist/util/general/runtime-process.d.ts +0 -65
- package/dist/util/general/semver-gt.d.ts +0 -2
- package/dist/util/general/validate-input.d.ts +0 -24
- package/dist/util/process-env-variables.d.ts +0 -9
- package/dist/util/security.d.ts +0 -58
- package/dist/util/text-processing/template-format.d.ts +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,613 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.5...@visulima/cerebro@3.0.0) (2026-07-03)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* change min node version to 22.13
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
|
|
10
|
+
* **cerebro:** add heap-tuning and compile-cache performance helpers ([aebd564](https://github.com/visulima/visulima/commit/aebd56425b8e0e3fac0e5c6cec3697cdfe376881))
|
|
11
|
+
* **cerebro:** add lazy command loading via loader field ([5e10e4a](https://github.com/visulima/visulima/commit/5e10e4ac1bcdb3a0203395f43f760c8fc3b12741))
|
|
12
|
+
* **cerebro:** clear lint findings and resolve help command collisions ([b75f269](https://github.com/visulima/visulima/commit/b75f2693426e35c3866f7cb501a1a25ad92e6e83))
|
|
13
|
+
* **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
|
|
14
|
+
* **cerebro:** harden argv caps, add choices + strict options, bound update check ([4082ec2](https://github.com/visulima/visulima/commit/4082ec2e80eb0ced5c8843d9d3e5d6bd0f798485))
|
|
15
|
+
* **cerebro:** inject fs/console/process into toolbox + clone/getAction ([7d8ab0a](https://github.com/visulima/visulima/commit/7d8ab0a3ef88ac2c8da054984cf36162e8a61530))
|
|
16
|
+
* **cerebro:** longest-prefix parser with option-stop and parent help ([ef1d244](https://github.com/visulima/visulima/commit/ef1d24446462cd5b34598f70715d4987c31b4eff))
|
|
17
|
+
* **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
22
|
+
* **cerebro:** 6 bug fixes ([717f07e](https://github.com/visulima/visulima/commit/717f07ef9ffcc1c28a01250fe1534fa45f5d11cf))
|
|
23
|
+
* **cerebro:** add blank line before re-keying nested namesake ([ad40fec](https://github.com/visulima/visulima/commit/ad40fec43b255673fbf09399b6a99c6d596c0d23))
|
|
24
|
+
* **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
|
|
25
|
+
* **cerebro:** catch and report errors thrown from [#execute](https://github.com/visulima/visulima/issues/execute)CommandInternal ([1580aa0](https://github.com/visulima/visulima/commit/1580aa081152052010e0458f6c38bbc0cf6bfa57)), closes [#executeCommandInternal](https://github.com/visulima/visulima/issues/executeCommandInternal)
|
|
26
|
+
* **cerebro:** disambiguate flat/nested commands sharing a leaf name ([fdfe641](https://github.com/visulima/visulima/commit/fdfe64188e4d4f280d1466df6fcbcbbc6e3a891b))
|
|
27
|
+
* **cerebro:** properly fix eslint errors in code ([2ba0003](https://github.com/visulima/visulima/commit/2ba00034172b33072af1ae09109652b6571f4474))
|
|
28
|
+
* **cerebro:** remove remaining eslint suppressions with proper code fixes ([a872fb4](https://github.com/visulima/visulima/commit/a872fb477866b921a79a42eb4645fda97f1b83d3))
|
|
29
|
+
* **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
|
|
30
|
+
* **cerebro:** resolve eslint errors ([7159a69](https://github.com/visulima/visulima/commit/7159a6910d94042b834bdda4b6929d529532d272))
|
|
31
|
+
* **cerebro:** rewrite formatRow as if/else to satisfy lint rules ([43140b3](https://github.com/visulima/visulima/commit/43140b391c6282f3ff335b51713e77335c46cd31))
|
|
32
|
+
* **cerebro:** silence packem hoist warning blocking prod build ([608aa67](https://github.com/visulima/visulima/commit/608aa676b615473e9e7860b72f788d6c58b96bd7))
|
|
33
|
+
* **cerebro:** silence unused-condition lint on resolved help command ([02b0695](https://github.com/visulima/visulima/commit/02b06957e6db41c9fdc3ff47ad5d3c9941f77214))
|
|
34
|
+
* **cerebro:** suppress no-confusing-arrow on content section formatRow ([847b679](https://github.com/visulima/visulima/commit/847b67932150e07e111b77e908b5bd4ee074837d))
|
|
35
|
+
* **cerebro:** update package files ([5161bbd](https://github.com/visulima/visulima/commit/5161bbd0abf7f5feb71c1d01b06ba48ec31545b4))
|
|
36
|
+
* **cerebro:** update packem to 2.0.0-alpha.54 ([bcc08fd](https://github.com/visulima/visulima/commit/bcc08fdf6eed77b84bdff0fe40dd4fe7dd74a463))
|
|
37
|
+
* **cerebro:** use default colorize import ([c8f5997](https://github.com/visulima/visulima/commit/c8f599775bf3a5c9f92e570c80970b439f4a44c9))
|
|
38
|
+
* **cerebro:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([6647854](https://github.com/visulima/visulima/commit/6647854b69a518466318af623938c0435f3a2579))
|
|
39
|
+
* **dependencies:** update [@bomb](https://github.com/bomb).sh/tab to version 0.0.11 in package.json files ([9d50ce3](https://github.com/visulima/visulima/commit/9d50ce3bb1ae8209ce56173edbf7bd86837438ce))
|
|
40
|
+
* **lint:** clear pre-existing eslint rot across packages ([#674](https://github.com/visulima/visulima/issues/674)) ([5354253](https://github.com/visulima/visulima/commit/5354253b163bd50bcefaf8a3fddf831bdb5df32b))
|
|
41
|
+
* Remove JSR configuration generation script and generated jsr.json files ([#616](https://github.com/visulima/visulima/issues/616)) ([533744b](https://github.com/visulima/visulima/commit/533744b103b74896941db5b727173e617a27a63b))
|
|
42
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
43
|
+
* **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
|
|
44
|
+
* **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
|
|
45
|
+
* 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))
|
|
46
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
47
|
+
* update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
|
|
48
|
+
* **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
|
|
49
|
+
|
|
50
|
+
### Performance Improvements
|
|
51
|
+
|
|
52
|
+
* **cerebro:** disable esbuild keepNames in prod build ([18e4db0](https://github.com/visulima/visulima/commit/18e4db065acd5d83f65e1f56e3923ebda7bb86b6))
|
|
53
|
+
|
|
54
|
+
### Documentation
|
|
55
|
+
|
|
56
|
+
* **cerebro,prisma-dmmf-transformer,jsdoc-open-api:** add comprehensive Fumadocs documentation ([891b308](https://github.com/visulima/visulima/commit/891b308a34bca2765a4a97ea450648d20d90e0cf))
|
|
57
|
+
* **cerebro:** document addGlobalOption and getGlobalOptions APIs ([92b38bf](https://github.com/visulima/visulima/commit/92b38bf19115b1469b7e3cbe439305f4d27342e8))
|
|
58
|
+
* **cerebro:** document lazy command loading ([3feb2e1](https://github.com/visulima/visulima/commit/3feb2e149ad5a93725539096d6f389d1b1f72875))
|
|
59
|
+
* **cerebro:** fix markdown formatting in migration guide ([66aaab6](https://github.com/visulima/visulima/commit/66aaab6e25ba2ffca707decaacc3a899850e91f5))
|
|
60
|
+
|
|
61
|
+
### Styles
|
|
62
|
+
|
|
63
|
+
* cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
|
|
64
|
+
|
|
65
|
+
### Miscellaneous Chores
|
|
66
|
+
|
|
67
|
+
* add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
|
|
68
|
+
* apply eslint + prettier autofixes across packages ([c1bb784](https://github.com/visulima/visulima/commit/c1bb7848a0d93d0dfe2960c77e3cda22239c79a0))
|
|
69
|
+
* apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
|
|
70
|
+
* bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
|
|
71
|
+
* **cerebro:** add tsconfig.eslint.json for type-aware linting ([f14bd4c](https://github.com/visulima/visulima/commit/f14bd4ccef02397a97abf60b0be91e58faf4f5e8))
|
|
72
|
+
* **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
|
|
73
|
+
* **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
|
|
74
|
+
* **cerebro:** apply linter fixes and prior session changes ([f50c294](https://github.com/visulima/visulima/commit/f50c294aa41c4c5bbbf8c1c1e3f4d4dcdb5be07f))
|
|
75
|
+
* **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
|
|
76
|
+
* **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
|
|
77
|
+
* **cerebro:** apply prettier and eslint quote-style auto-fix ([31132ae](https://github.com/visulima/visulima/commit/31132aeab40b3f6fa920a37635813e14d7e8b17e))
|
|
78
|
+
* **cerebro:** apply prettier formatting ([2649ac5](https://github.com/visulima/visulima/commit/2649ac5e3dfda9b816087f34e0feab28a4496cbb))
|
|
79
|
+
* **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
|
|
80
|
+
* **cerebro:** fix lint errors ([87649b0](https://github.com/visulima/visulima/commit/87649b0408ce3667bf1be9be795321851e6e8f15))
|
|
81
|
+
* **cerebro:** housekeeping cleanup ([643b7d9](https://github.com/visulima/visulima/commit/643b7d9e268dca11544f0b9476b011a8620c04c8))
|
|
82
|
+
* **cerebro:** migrate .prettierrc.cjs to prettier.config.js ([133284e](https://github.com/visulima/visulima/commit/133284ef72efd7639dd147a2c5552c514cb84bff))
|
|
83
|
+
* **cerebro:** migrate deps to pnpm catalogs ([75cfac0](https://github.com/visulima/visulima/commit/75cfac01080464cc07279164520177472aff3b13))
|
|
84
|
+
* **cerebro:** update dependencies ([401f0bf](https://github.com/visulima/visulima/commit/401f0bf2bab395ac191e48cded78fa354970b245))
|
|
85
|
+
* **cerebro:** update dependencies ([a276082](https://github.com/visulima/visulima/commit/a27608237e7dd33bed639101147f7ee36f1cdaec))
|
|
86
|
+
* **cerebro:** update dependencies ([60f2a71](https://github.com/visulima/visulima/commit/60f2a717e23220c394a31fde456291e42348fddd))
|
|
87
|
+
* **cerebro:** upgrade packem to 2.0.0-alpha.76 ([657c11e](https://github.com/visulima/visulima/commit/657c11ec325b49abec1f9a6e4bac72f482942758))
|
|
88
|
+
* **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
|
|
89
|
+
* fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
|
|
90
|
+
* fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
|
|
91
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
92
|
+
* re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
|
|
93
|
+
* refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
|
|
94
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.1 [skip ci]\n\n## @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) ([4c5329f](https://github.com/visulima/visulima/commit/4c5329fb28afb47f4c1adab0c18bddcd8e3e8882))
|
|
95
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.10 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.9...@visulima/cerebro@3.0.0-alpha.10) (2026-04-08) ([b462497](https://github.com/visulima/visulima/commit/b4624973e96bf75bfe2d3a3f46617a7115cba1a1))
|
|
96
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.11 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.10...@visulima/cerebro@3.0.0-alpha.11) (2026-04-22) ([232c653](https://github.com/visulima/visulima/commit/232c653ca0b038a00df6e6bc4a4beed52c512a3a))
|
|
97
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.12 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.11...@visulima/cerebro@3.0.0-alpha.12) (2026-04-28) ([2976a5a](https://github.com/visulima/visulima/commit/2976a5afcf94f0c5a5f7f94e927148b68fb9e07c))
|
|
98
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.13 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.12...@visulima/cerebro@3.0.0-alpha.13) (2026-04-30) ([34c90b1](https://github.com/visulima/visulima/commit/34c90b171bf58b3105483c3e7335b695858d2d09))
|
|
99
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.14 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.13...@visulima/cerebro@3.0.0-alpha.14) (2026-05-04) ([6887d18](https://github.com/visulima/visulima/commit/6887d183d4b95a8cef21075021fe893432b1038d))
|
|
100
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.15 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.14...@visulima/cerebro@3.0.0-alpha.15) (2026-05-06) ([87000d5](https://github.com/visulima/visulima/commit/87000d569b36b67454fa52591acc9ae9990a9b5f))
|
|
101
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.16 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.15...@visulima/cerebro@3.0.0-alpha.16) (2026-05-06) ([33ac60a](https://github.com/visulima/visulima/commit/33ac60a19af326e5543dc19788dff3a15df17d11))
|
|
102
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.17 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.16...@visulima/cerebro@3.0.0-alpha.17) (2026-05-07) ([ee749d8](https://github.com/visulima/visulima/commit/ee749d8730e29130e4bee37812704592bd502651))
|
|
103
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.18 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.17...@visulima/cerebro@3.0.0-alpha.18) (2026-05-07) ([eb9c91c](https://github.com/visulima/visulima/commit/eb9c91c80776146696fa382b2cb1ec7bf3e54830))
|
|
104
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.19 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.18...@visulima/cerebro@3.0.0-alpha.19) (2026-05-10) ([ac35797](https://github.com/visulima/visulima/commit/ac3579726cfc302004e124120bc50c286a06ac11))
|
|
105
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.2 [skip ci]\n\n## @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) ([b0109cc](https://github.com/visulima/visulima/commit/b0109cc5d4a1094b341ef9a7c4e6b93f2092adfd))
|
|
106
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.20 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.19...@visulima/cerebro@3.0.0-alpha.20) (2026-05-10) ([4df2086](https://github.com/visulima/visulima/commit/4df208651d0c7c4c52757be3440624e1cb01e93e))
|
|
107
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.21 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.20...@visulima/cerebro@3.0.0-alpha.21) (2026-05-11) ([c707213](https://github.com/visulima/visulima/commit/c707213f81b9589cb0e17aafe5b830fbad7ce29b))
|
|
108
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.22 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.22](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.21...@visulima/cerebro@3.0.0-alpha.22) (2026-05-11) ([9f80bc3](https://github.com/visulima/visulima/commit/9f80bc3a717b602a6fb067ea6f17f1accc6e2815))
|
|
109
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.23 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.23](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.22...@visulima/cerebro@3.0.0-alpha.23) (2026-05-14) ([13afd74](https://github.com/visulima/visulima/commit/13afd74a7ae51cccc00b18ec857365a0b1fe13ae))
|
|
110
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.24 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.23...@visulima/cerebro@3.0.0-alpha.24) (2026-05-16) ([b57cc42](https://github.com/visulima/visulima/commit/b57cc42feeb90aae783c7737e1a832ae8b208848))
|
|
111
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.25 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.24...@visulima/cerebro@3.0.0-alpha.25) (2026-05-19) ([cf4cafb](https://github.com/visulima/visulima/commit/cf4cafb1a0be95a696339113f9f5013022e077ea))
|
|
112
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.26 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.25...@visulima/cerebro@3.0.0-alpha.26) (2026-05-20) ([dade446](https://github.com/visulima/visulima/commit/dade446b6d4a054a37e2a97b3018700445b7a7cc))
|
|
113
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.27 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.26...@visulima/cerebro@3.0.0-alpha.27) (2026-05-26) ([2c00124](https://github.com/visulima/visulima/commit/2c00124477fbe4d4e1c4a6f9ec1cc29a85148db9))
|
|
114
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.28 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.27...@visulima/cerebro@3.0.0-alpha.28) (2026-05-27) ([dc52b96](https://github.com/visulima/visulima/commit/dc52b96370af675d44755ee11dc6495119244aa0))
|
|
115
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.29 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.28...@visulima/cerebro@3.0.0-alpha.29) (2026-05-29) ([b00e325](https://github.com/visulima/visulima/commit/b00e325ac75d9fd003a0605310a8685f279831ec))
|
|
116
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.3 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.2...@visulima/cerebro@3.0.0-alpha.3) (2025-12-11) ([679ba8a](https://github.com/visulima/visulima/commit/679ba8a80a6b4abf23e049dfde7570bd7ce248ab))
|
|
117
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.30 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.29...@visulima/cerebro@3.0.0-alpha.30) (2026-06-04) ([140098b](https://github.com/visulima/visulima/commit/140098b1d5dd9f8b82569dea2815a67f3728aa26))
|
|
118
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.31 [skip ci]\n\n## @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) ([cf90503](https://github.com/visulima/visulima/commit/cf90503f22c8f0f02d85aed12d2828208f9899a0))
|
|
119
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.32 [skip ci]\n\n## @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) ([f2c1000](https://github.com/visulima/visulima/commit/f2c10006ef7852ef6462b32b507de62d6caf370e))
|
|
120
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.33 [skip ci]\n\n## @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) ([d3fd75d](https://github.com/visulima/visulima/commit/d3fd75d83ab4d4bc73c37b8193d106a0205508b5))
|
|
121
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.4 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.3...@visulima/cerebro@3.0.0-alpha.4) (2025-12-13) ([3c0405c](https://github.com/visulima/visulima/commit/3c0405c681793184596e9fcf0276b21cb2e25d24))
|
|
122
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.5 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.4...@visulima/cerebro@3.0.0-alpha.5) (2025-12-27) ([a4271df](https://github.com/visulima/visulima/commit/a4271dffc0ec68cac142401eda5b578bfc93a330))
|
|
123
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.6 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.5...@visulima/cerebro@3.0.0-alpha.6) (2026-03-06) ([a120f6c](https://github.com/visulima/visulima/commit/a120f6c31b382b16e3ea2247ccdce844a03c948f))
|
|
124
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.7 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.6...@visulima/cerebro@3.0.0-alpha.7) (2026-03-16) ([51b0ee1](https://github.com/visulima/visulima/commit/51b0ee1e467943a59be16e52d72ef95c60b43b2c))
|
|
125
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.8 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.7...@visulima/cerebro@3.0.0-alpha.8) (2026-03-26) ([8953f36](https://github.com/visulima/visulima/commit/8953f36290c2c48128bc99d3c8a701d635acc9c0))
|
|
126
|
+
* **release:** @visulima/cerebro@3.0.0-alpha.9 [skip ci]\n\n## @visulima/cerebro [3.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.8...@visulima/cerebro@3.0.0-alpha.9) (2026-03-26) ([69bfe1b](https://github.com/visulima/visulima/commit/69bfe1b1ca2a09fea3736343b2fad8680896501c))
|
|
127
|
+
* **repo:** apply eslint --fix and prettier --fix across packages ([#650](https://github.com/visulima/visulima/issues/650)) ([2e26a84](https://github.com/visulima/visulima/commit/2e26a84774f218f21345e9a8ecd68236b6542743)), closes [#620](https://github.com/visulima/visulima/issues/620)
|
|
128
|
+
* simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
|
|
129
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
130
|
+
* **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
|
|
131
|
+
* **terminal:** update dependencies ([a5bb91a](https://github.com/visulima/visulima/commit/a5bb91a66f2be2ade485d586156a54c347a23cc9))
|
|
132
|
+
* 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))
|
|
133
|
+
* update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
|
|
134
|
+
* 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))
|
|
135
|
+
* update docs ([8eb4d08](https://github.com/visulima/visulima/commit/8eb4d085de9315b63328286b42b8ce5e9f424579))
|
|
136
|
+
* update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
|
|
137
|
+
* visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
|
|
138
|
+
* year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
|
|
139
|
+
|
|
140
|
+
### Code Refactoring
|
|
141
|
+
|
|
142
|
+
* **cerebro:** async fs in update-notifier ([d8c0a27](https://github.com/visulima/visulima/commit/d8c0a272dc1195345c4b52077f58e437c27e7b8e))
|
|
143
|
+
* **cerebro:** hoist regex and apply lint fixes ([46a8aac](https://github.com/visulima/visulima/commit/46a8aac8776fbc38634394b3097659e717ef01af))
|
|
144
|
+
* **cerebro:** lazy-load optional peer deps in built-in commands ([d499fe6](https://github.com/visulima/visulima/commit/d499fe60e903eb4322e8fb449d2592b88b7039cd))
|
|
145
|
+
* **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
|
|
146
|
+
* resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
|
|
147
|
+
|
|
148
|
+
### Tests
|
|
149
|
+
|
|
150
|
+
* **cerebro:** add tests for options after positional arguments ([f321be8](https://github.com/visulima/visulima/commit/f321be8b56aa79fcf49b98f19d4a2620ae52dc34))
|
|
151
|
+
* **cerebro:** cover plugins, error/validation utils, update-notifier, and command processing branches ([6e40a11](https://github.com/visulima/visulima/commit/6e40a11ec1dd7204083a7d4d1b52a85cb66533e6))
|
|
152
|
+
* **cerebro:** update ESM/CJS integration snapshot for -v alias ([897bb2f](https://github.com/visulima/visulima/commit/897bb2f97d0279801d8d87cf94c0373922550477))
|
|
153
|
+
* fix cross-platform flakes in package + cerebro ([#676](https://github.com/visulima/visulima/issues/676)) ([d1afb4b](https://github.com/visulima/visulima/commit/d1afb4ba743cf18bdf9f02081539d70bdcda91e9))
|
|
154
|
+
* fix failing and flaky package tests ([3f2894e](https://github.com/visulima/visulima/commit/3f2894e816e99f465abb0d3b7d5161af69bbb4ec))
|
|
155
|
+
* improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
|
|
156
|
+
* repair cerebro, fs, colorize bench CI runs ([03b530e](https://github.com/visulima/visulima/commit/03b530edc678ca6f5c2869ae283f0f3ca6e86c5e))
|
|
157
|
+
* **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
|
|
158
|
+
|
|
159
|
+
### Build System
|
|
160
|
+
|
|
161
|
+
* **cerebro:** move @visulima/string and terminal-size to devDependencies ([27924b4](https://github.com/visulima/visulima/commit/27924b4716de5631e43e7b7485e6b44a232f27ee))
|
|
162
|
+
* **deps:** update cerebro dependencies ([2bd6590](https://github.com/visulima/visulima/commit/2bd65902460b2531c7d7e6264cbb7348273774b8))
|
|
163
|
+
* regenerate bundled-license manifests and types ordering ([af26588](https://github.com/visulima/visulima/commit/af26588d75aaa937fd4862800560bd4070a4878c))
|
|
164
|
+
|
|
165
|
+
### Continuous Integration
|
|
166
|
+
|
|
167
|
+
* **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
|
|
168
|
+
* integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* **@visulima/colorize:** upgraded to 2.0.0
|
|
174
|
+
* **@visulima/tabular:** upgraded to 4.0.0
|
|
175
|
+
* **@visulima/boxen:** upgraded to 3.0.0
|
|
176
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0
|
|
177
|
+
* **@visulima/error:** upgraded to 6.0.0
|
|
178
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0
|
|
179
|
+
* **@visulima/pail:** upgraded to 4.0.0
|
|
180
|
+
* **@visulima/path:** upgraded to 3.0.0
|
|
181
|
+
* **@visulima/string:** upgraded to 3.0.0
|
|
182
|
+
|
|
183
|
+
## @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)
|
|
184
|
+
|
|
185
|
+
### Styles
|
|
186
|
+
|
|
187
|
+
* cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
|
|
192
|
+
|
|
193
|
+
### Code Refactoring
|
|
194
|
+
|
|
195
|
+
* **cerebro:** lazy-load optional peer deps in built-in commands ([d499fe6](https://github.com/visulima/visulima/commit/d499fe60e903eb4322e8fb449d2592b88b7039cd))
|
|
196
|
+
* resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
|
|
197
|
+
|
|
198
|
+
### Tests
|
|
199
|
+
|
|
200
|
+
* fix failing and flaky package tests ([3f2894e](https://github.com/visulima/visulima/commit/3f2894e816e99f465abb0d3b7d5161af69bbb4ec))
|
|
201
|
+
|
|
202
|
+
### Continuous Integration
|
|
203
|
+
|
|
204
|
+
* **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.15
|
|
210
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.15
|
|
211
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.14
|
|
212
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.35
|
|
213
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.23
|
|
214
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.18
|
|
215
|
+
|
|
216
|
+
## @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)
|
|
217
|
+
|
|
218
|
+
### Features
|
|
219
|
+
|
|
220
|
+
* **cerebro:** harden argv caps, add choices + strict options, bound update check ([4082ec2](https://github.com/visulima/visulima/commit/4082ec2e80eb0ced5c8843d9d3e5d6bd0f798485))
|
|
221
|
+
|
|
222
|
+
### Code Refactoring
|
|
223
|
+
|
|
224
|
+
* **cerebro:** async fs in update-notifier ([d8c0a27](https://github.com/visulima/visulima/commit/d8c0a272dc1195345c4b52077f58e437c27e7b8e))
|
|
225
|
+
* **cerebro:** hoist regex and apply lint fixes ([46a8aac](https://github.com/visulima/visulima/commit/46a8aac8776fbc38634394b3097659e717ef01af))
|
|
226
|
+
|
|
227
|
+
### Build System
|
|
228
|
+
|
|
229
|
+
* **deps:** update cerebro dependencies ([2bd6590](https://github.com/visulima/visulima/commit/2bd65902460b2531c7d7e6264cbb7348273774b8))
|
|
230
|
+
* regenerate bundled-license manifests and types ordering ([af26588](https://github.com/visulima/visulima/commit/af26588d75aaa937fd4862800560bd4070a4878c))
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Dependencies
|
|
234
|
+
|
|
235
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.14
|
|
236
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.14
|
|
237
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.14
|
|
238
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.12
|
|
239
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.33
|
|
240
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.12
|
|
241
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.22
|
|
242
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.13
|
|
243
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.17
|
|
244
|
+
|
|
245
|
+
## @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)
|
|
246
|
+
|
|
247
|
+
### Performance Improvements
|
|
248
|
+
|
|
249
|
+
* **cerebro:** disable esbuild keepNames in prod build ([18e4db0](https://github.com/visulima/visulima/commit/18e4db065acd5d83f65e1f56e3923ebda7bb86b6))
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Dependencies
|
|
253
|
+
|
|
254
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.13
|
|
255
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.21
|
|
256
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.16
|
|
257
|
+
|
|
258
|
+
## @visulima/cerebro [3.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.29...@visulima/cerebro@3.0.0-alpha.30) (2026-06-04)
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* **cerebro:** 6 bug fixes ([717f07e](https://github.com/visulima/visulima/commit/717f07ef9ffcc1c28a01250fe1534fa45f5d11cf))
|
|
263
|
+
* **lint:** clear pre-existing eslint rot across packages ([#674](https://github.com/visulima/visulima/issues/674)) ([5354253](https://github.com/visulima/visulima/commit/5354253b163bd50bcefaf8a3fddf831bdb5df32b))
|
|
264
|
+
|
|
265
|
+
### Miscellaneous Chores
|
|
266
|
+
|
|
267
|
+
* apply eslint + prettier autofixes across packages ([c1bb784](https://github.com/visulima/visulima/commit/c1bb7848a0d93d0dfe2960c77e3cda22239c79a0))
|
|
268
|
+
|
|
269
|
+
### Tests
|
|
270
|
+
|
|
271
|
+
* **cerebro:** cover plugins, error/validation utils, update-notifier, and command processing branches ([6e40a11](https://github.com/visulima/visulima/commit/6e40a11ec1dd7204083a7d4d1b52a85cb66533e6))
|
|
272
|
+
* **cerebro:** update ESM/CJS integration snapshot for -v alias ([897bb2f](https://github.com/visulima/visulima/commit/897bb2f97d0279801d8d87cf94c0373922550477))
|
|
273
|
+
* fix cross-platform flakes in package + cerebro ([#676](https://github.com/visulima/visulima/issues/676)) ([d1afb4b](https://github.com/visulima/visulima/commit/d1afb4ba743cf18bdf9f02081539d70bdcda91e9))
|
|
274
|
+
|
|
275
|
+
### Build System
|
|
276
|
+
|
|
277
|
+
* **cerebro:** move @visulima/string and terminal-size to devDependencies ([27924b4](https://github.com/visulima/visulima/commit/27924b4716de5631e43e7b7485e6b44a232f27ee))
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Dependencies
|
|
281
|
+
|
|
282
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.13
|
|
283
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.13
|
|
284
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.15
|
|
285
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.12
|
|
286
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.11
|
|
287
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.32
|
|
288
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.11
|
|
289
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.20
|
|
290
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.12
|
|
291
|
+
|
|
292
|
+
## @visulima/cerebro [3.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.28...@visulima/cerebro@3.0.0-alpha.29) (2026-05-29)
|
|
293
|
+
|
|
294
|
+
### Tests
|
|
295
|
+
|
|
296
|
+
* improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Dependencies
|
|
300
|
+
|
|
301
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.19
|
|
302
|
+
|
|
303
|
+
## @visulima/cerebro [3.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.27...@visulima/cerebro@3.0.0-alpha.28) (2026-05-27)
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
* **cerebro:** inject fs/console/process into toolbox + clone/getAction ([7d8ab0a](https://github.com/visulima/visulima/commit/7d8ab0a3ef88ac2c8da054984cf36162e8a61530))
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
* **cerebro:** silence packem hoist warning blocking prod build ([608aa67](https://github.com/visulima/visulima/commit/608aa676b615473e9e7860b72f788d6c58b96bd7))
|
|
312
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
|
|
317
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Dependencies
|
|
321
|
+
|
|
322
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.12
|
|
323
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.12
|
|
324
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.11
|
|
325
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.10
|
|
326
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.30
|
|
327
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.10
|
|
328
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.18
|
|
329
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.11
|
|
330
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.14
|
|
331
|
+
|
|
332
|
+
## @visulima/cerebro [3.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.26...@visulima/cerebro@3.0.0-alpha.27) (2026-05-26)
|
|
333
|
+
|
|
334
|
+
### Miscellaneous Chores
|
|
335
|
+
|
|
336
|
+
* **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
|
|
337
|
+
* **repo:** apply eslint --fix and prettier --fix across packages ([#650](https://github.com/visulima/visulima/issues/650)) ([2e26a84](https://github.com/visulima/visulima/commit/2e26a84774f218f21345e9a8ecd68236b6542743)), closes [#620](https://github.com/visulima/visulima/issues/620)
|
|
338
|
+
|
|
339
|
+
### Tests
|
|
340
|
+
|
|
341
|
+
* **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Dependencies
|
|
345
|
+
|
|
346
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.28
|
|
347
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.17
|
|
348
|
+
|
|
349
|
+
## @visulima/cerebro [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.25...@visulima/cerebro@3.0.0-alpha.26) (2026-05-20)
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* **cerebro:** add blank line before re-keying nested namesake ([ad40fec](https://github.com/visulima/visulima/commit/ad40fec43b255673fbf09399b6a99c6d596c0d23))
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Dependencies
|
|
357
|
+
|
|
358
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.27
|
|
359
|
+
|
|
360
|
+
## @visulima/cerebro [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.24...@visulima/cerebro@3.0.0-alpha.25) (2026-05-19)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.26
|
|
366
|
+
|
|
367
|
+
## @visulima/cerebro [3.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.23...@visulima/cerebro@3.0.0-alpha.24) (2026-05-16)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Dependencies
|
|
371
|
+
|
|
372
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.25
|
|
373
|
+
|
|
374
|
+
## @visulima/cerebro [3.0.0-alpha.23](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.22...@visulima/cerebro@3.0.0-alpha.23) (2026-05-14)
|
|
375
|
+
|
|
376
|
+
### Features
|
|
377
|
+
|
|
378
|
+
* **cerebro:** clear lint findings and resolve help command collisions ([b75f269](https://github.com/visulima/visulima/commit/b75f2693426e35c3866f7cb501a1a25ad92e6e83))
|
|
379
|
+
|
|
380
|
+
### Bug Fixes
|
|
381
|
+
|
|
382
|
+
* **cerebro:** disambiguate flat/nested commands sharing a leaf name ([fdfe641](https://github.com/visulima/visulima/commit/fdfe64188e4d4f280d1466df6fcbcbbc6e3a891b))
|
|
383
|
+
* **cerebro:** rewrite formatRow as if/else to satisfy lint rules ([43140b3](https://github.com/visulima/visulima/commit/43140b391c6282f3ff335b51713e77335c46cd31))
|
|
384
|
+
* **cerebro:** silence unused-condition lint on resolved help command ([02b0695](https://github.com/visulima/visulima/commit/02b06957e6db41c9fdc3ff47ad5d3c9941f77214))
|
|
385
|
+
* **cerebro:** suppress no-confusing-arrow on content section formatRow ([847b679](https://github.com/visulima/visulima/commit/847b67932150e07e111b77e908b5bd4ee074837d))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Dependencies
|
|
389
|
+
|
|
390
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.11
|
|
391
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.24
|
|
392
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.16
|
|
393
|
+
|
|
394
|
+
## @visulima/cerebro [3.0.0-alpha.22](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.21...@visulima/cerebro@3.0.0-alpha.22) (2026-05-11)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Dependencies
|
|
398
|
+
|
|
399
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.23
|
|
400
|
+
|
|
401
|
+
## @visulima/cerebro [3.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.20...@visulima/cerebro@3.0.0-alpha.21) (2026-05-11)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Dependencies
|
|
405
|
+
|
|
406
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.22
|
|
407
|
+
|
|
408
|
+
## @visulima/cerebro [3.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.19...@visulima/cerebro@3.0.0-alpha.20) (2026-05-10)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.21
|
|
414
|
+
|
|
415
|
+
## @visulima/cerebro [3.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.18...@visulima/cerebro@3.0.0-alpha.19) (2026-05-10)
|
|
416
|
+
|
|
417
|
+
### Tests
|
|
418
|
+
|
|
419
|
+
* repair cerebro, fs, colorize bench CI runs ([03b530e](https://github.com/visulima/visulima/commit/03b530edc678ca6f5c2869ae283f0f3ca6e86c5e))
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Dependencies
|
|
423
|
+
|
|
424
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.20
|
|
425
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.13
|
|
426
|
+
|
|
427
|
+
## @visulima/cerebro [3.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.17...@visulima/cerebro@3.0.0-alpha.18) (2026-05-07)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Dependencies
|
|
431
|
+
|
|
432
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.19
|
|
433
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.15
|
|
434
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.12
|
|
435
|
+
|
|
436
|
+
## @visulima/cerebro [3.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.16...@visulima/cerebro@3.0.0-alpha.17) (2026-05-07)
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
439
|
+
|
|
440
|
+
* **cerebro:** catch and report errors thrown from [#execute](https://github.com/visulima/visulima/issues/execute)CommandInternal ([1580aa0](https://github.com/visulima/visulima/commit/1580aa081152052010e0458f6c38bbc0cf6bfa57)), closes [#executeCommandInternal](https://github.com/visulima/visulima/issues/executeCommandInternal)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Dependencies
|
|
444
|
+
|
|
445
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.18
|
|
446
|
+
|
|
447
|
+
## @visulima/cerebro [3.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.15...@visulima/cerebro@3.0.0-alpha.16) (2026-05-06)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
### Dependencies
|
|
451
|
+
|
|
452
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.17
|
|
453
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.14
|
|
454
|
+
|
|
455
|
+
## @visulima/cerebro [3.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.14...@visulima/cerebro@3.0.0-alpha.15) (2026-05-06)
|
|
456
|
+
|
|
457
|
+
### Miscellaneous Chores
|
|
458
|
+
|
|
459
|
+
* **cerebro:** apply prettier and eslint quote-style auto-fix ([31132ae](https://github.com/visulima/visulima/commit/31132aeab40b3f6fa920a37635813e14d7e8b17e))
|
|
460
|
+
* **cerebro:** fix lint errors ([87649b0](https://github.com/visulima/visulima/commit/87649b0408ce3667bf1be9be795321851e6e8f15))
|
|
461
|
+
* **cerebro:** housekeeping cleanup ([643b7d9](https://github.com/visulima/visulima/commit/643b7d9e268dca11544f0b9476b011a8620c04c8))
|
|
462
|
+
|
|
463
|
+
### Continuous Integration
|
|
464
|
+
|
|
465
|
+
* integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Dependencies
|
|
469
|
+
|
|
470
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.16
|
|
471
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.13
|
|
472
|
+
|
|
473
|
+
## @visulima/cerebro [3.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.13...@visulima/cerebro@3.0.0-alpha.14) (2026-05-04)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Dependencies
|
|
477
|
+
|
|
478
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.15
|
|
479
|
+
|
|
480
|
+
## @visulima/cerebro [3.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.12...@visulima/cerebro@3.0.0-alpha.13) (2026-04-30)
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
* **cerebro:** longest-prefix parser with option-stop and parent help ([ef1d244](https://github.com/visulima/visulima/commit/ef1d24446462cd5b34598f70715d4987c31b4eff))
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Dependencies
|
|
488
|
+
|
|
489
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.14
|
|
490
|
+
|
|
491
|
+
## @visulima/cerebro [3.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.11...@visulima/cerebro@3.0.0-alpha.12) (2026-04-28)
|
|
492
|
+
|
|
493
|
+
### Features
|
|
494
|
+
|
|
495
|
+
* **cerebro:** add lazy command loading via loader field ([5e10e4a](https://github.com/visulima/visulima/commit/5e10e4ac1bcdb3a0203395f43f760c8fc3b12741))
|
|
496
|
+
|
|
497
|
+
### Bug Fixes
|
|
498
|
+
|
|
499
|
+
* **cerebro:** use default colorize import ([c8f5997](https://github.com/visulima/visulima/commit/c8f599775bf3a5c9f92e570c80970b439f4a44c9))
|
|
500
|
+
|
|
501
|
+
### Documentation
|
|
502
|
+
|
|
503
|
+
* **cerebro:** document lazy command loading ([3feb2e1](https://github.com/visulima/visulima/commit/3feb2e149ad5a93725539096d6f389d1b1f72875))
|
|
504
|
+
|
|
505
|
+
### Miscellaneous Chores
|
|
506
|
+
|
|
507
|
+
* **cerebro:** upgrade packem to 2.0.0-alpha.76 ([657c11e](https://github.com/visulima/visulima/commit/657c11ec325b49abec1f9a6e4bac72f482942758))
|
|
508
|
+
* re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
|
|
509
|
+
* simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Dependencies
|
|
513
|
+
|
|
514
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.12
|
|
515
|
+
|
|
516
|
+
## @visulima/cerebro [3.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.10...@visulima/cerebro@3.0.0-alpha.11) (2026-04-22)
|
|
517
|
+
|
|
518
|
+
### Features
|
|
519
|
+
|
|
520
|
+
* **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
* **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
|
|
525
|
+
* **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
|
|
526
|
+
* Remove JSR configuration generation script and generated jsr.json files ([#616](https://github.com/visulima/visulima/issues/616)) ([533744b](https://github.com/visulima/visulima/commit/533744b103b74896941db5b727173e617a27a63b))
|
|
527
|
+
* **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
|
|
528
|
+
* **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
|
|
529
|
+
|
|
530
|
+
### Miscellaneous Chores
|
|
531
|
+
|
|
532
|
+
* bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
|
|
533
|
+
* **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
|
|
534
|
+
* **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
|
|
535
|
+
* **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
|
|
536
|
+
* **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
|
|
537
|
+
* **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
|
|
538
|
+
* fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### Dependencies
|
|
542
|
+
|
|
543
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.10
|
|
544
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.11
|
|
545
|
+
|
|
546
|
+
## @visulima/cerebro [3.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.9...@visulima/cerebro@3.0.0-alpha.10) (2026-04-08)
|
|
547
|
+
|
|
548
|
+
### Features
|
|
549
|
+
|
|
550
|
+
* **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
|
|
551
|
+
* **cerebro:** add heap-tuning and compile-cache performance helpers ([aebd564](https://github.com/visulima/visulima/commit/aebd56425b8e0e3fac0e5c6cec3697cdfe376881))
|
|
552
|
+
|
|
553
|
+
### Bug Fixes
|
|
554
|
+
|
|
555
|
+
* **cerebro:** properly fix eslint errors in code ([2ba0003](https://github.com/visulima/visulima/commit/2ba00034172b33072af1ae09109652b6571f4474))
|
|
556
|
+
* **cerebro:** remove remaining eslint suppressions with proper code fixes ([a872fb4](https://github.com/visulima/visulima/commit/a872fb477866b921a79a42eb4645fda97f1b83d3))
|
|
557
|
+
* **cerebro:** resolve eslint errors ([7159a69](https://github.com/visulima/visulima/commit/7159a6910d94042b834bdda4b6929d529532d272))
|
|
558
|
+
|
|
559
|
+
### Documentation
|
|
560
|
+
|
|
561
|
+
* **cerebro:** document addGlobalOption and getGlobalOptions APIs ([92b38bf](https://github.com/visulima/visulima/commit/92b38bf19115b1469b7e3cbe439305f4d27342e8))
|
|
562
|
+
* **cerebro:** fix markdown formatting in migration guide ([66aaab6](https://github.com/visulima/visulima/commit/66aaab6e25ba2ffca707decaacc3a899850e91f5))
|
|
563
|
+
|
|
564
|
+
### Miscellaneous Chores
|
|
565
|
+
|
|
566
|
+
* apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
|
|
567
|
+
* **cerebro:** add tsconfig.eslint.json for type-aware linting ([f14bd4c](https://github.com/visulima/visulima/commit/f14bd4ccef02397a97abf60b0be91e58faf4f5e8))
|
|
568
|
+
* **cerebro:** apply linter fixes and prior session changes ([f50c294](https://github.com/visulima/visulima/commit/f50c294aa41c4c5bbbf8c1c1e3f4d4dcdb5be07f))
|
|
569
|
+
* **cerebro:** apply prettier formatting ([2649ac5](https://github.com/visulima/visulima/commit/2649ac5e3dfda9b816087f34e0feab28a4496cbb))
|
|
570
|
+
* **cerebro:** migrate .prettierrc.cjs to prettier.config.js ([133284e](https://github.com/visulima/visulima/commit/133284ef72efd7639dd147a2c5552c514cb84bff))
|
|
571
|
+
* **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
|
|
572
|
+
* update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
|
|
573
|
+
* update docs ([8eb4d08](https://github.com/visulima/visulima/commit/8eb4d085de9315b63328286b42b8ce5e9f424579))
|
|
574
|
+
|
|
575
|
+
### Tests
|
|
576
|
+
|
|
577
|
+
* **cerebro:** add tests for options after positional arguments ([f321be8](https://github.com/visulima/visulima/commit/f321be8b56aa79fcf49b98f19d4a2620ae52dc34))
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Dependencies
|
|
581
|
+
|
|
582
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.8
|
|
583
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.9
|
|
584
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.9
|
|
585
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.7
|
|
586
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.8
|
|
587
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
|
|
588
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.10
|
|
589
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.8
|
|
590
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.9
|
|
591
|
+
|
|
592
|
+
## @visulima/cerebro [3.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.8...@visulima/cerebro@3.0.0-alpha.9) (2026-03-26)
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
* **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.7
|
|
602
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.8
|
|
603
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.8
|
|
604
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.6
|
|
605
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.7
|
|
606
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.6
|
|
607
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.9
|
|
608
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.7
|
|
609
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.8
|
|
610
|
+
|
|
1
611
|
## @visulima/cerebro [3.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.7...@visulima/cerebro@3.0.0-alpha.8) (2026-03-26)
|
|
2
612
|
|
|
3
613
|
### Bug Fixes
|