@visulima/vis 1.0.0-alpha.18 → 1.0.0-alpha.19

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,26 @@
1
+ ## @visulima/vis [1.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.18...@visulima/vis@1.0.0-alpha.19) (2026-05-11)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * **vis:** replace prek runner with in-process hook dispatcher
6
+ * **vis:** vis sbom now emits CycloneDX 1.7. Downstream consumers
7
+ pinned to a 1.6 validator must upgrade.
8
+
9
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10
+
11
+ ### Features
12
+
13
+ * **vis:** bump sbom to cyclonedx 1.7 ([904075f](https://github.com/visulima/visulima/commit/904075fd9353e40b593d5a13f53307c584e31da7))
14
+ * **vis:** replace prek runner with in-process hook dispatcher ([659ba07](https://github.com/visulima/visulima/commit/659ba07fc311c36783e8900188b9753276a961fe))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.14
20
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.22
21
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.21
22
+ * **@visulima/package:** upgraded to 5.0.0-alpha.20
23
+
1
24
  ## @visulima/vis [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.17...@visulima/vis@1.0.0-alpha.18) (2026-05-11)
2
25
 
3
26
  ### Features