Commit 9cb74a0
chore(deps): update Tier 1 + Tier 2 dependencies (backend & frontend) (#177)
* chore(deps): update Tier 1 + Tier 2 dependencies (backend & frontend)
Tier 1 — safe patch/lockfile bumps:
- cargo update (lockfile refresh)
- serde-saphyr 0.0.21 → 0.0.22
- bun update in ui/, docs/, e2e/
Tier 2 — 0.x minor bumps with code fixes:
- bzip2 0.5 → 0.6 (now uses pure-Rust libbz2-rs-sys)
- getrandom 0.3 → 0.4
- tokio-tungstenite 0.28 → 0.29
- rand 0.9 → 0.10 (Rng → RngExt trait migration)
- Added cargo-deny exception for libbz2-rs-sys bzip2-1.0.6 license
Signed-off-by: Devin AI <devin@streamkit.dev>
Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
* fix(ui): use Getter<T> instead of Signal<T> in waitForSignalValue
Widens the parameter type from the concrete Signal class to the Getter
interface. This avoids TypeScript #private field incompatibility when
@moq/signals instances are duplicated across nested @moq/* packages.
Also restores ^0.1.3 semver range for @moq/signals.
Signed-off-by: Devin AI <devin@streamkit.dev>
Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
* fix(ui): regenerate bun lockfiles to deduplicate @codemirror/state
The previous bun.lock had stale resolutions that caused 11 separate
copies of @codemirror/state to be installed (one at 6.6.0, ten nested
at 6.5.2). This broke CodeMirror's instanceof checks at runtime,
crashing the PipelineEditor component.
Regenerating all three lockfiles from scratch resolves to a single
copy of each @codemirror/* package.
Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
* speed up
* dedup
* fix: wrong ui mirroring
* lint fix
* fix lint
---------
Signed-off-by: Devin AI <devin@streamkit.dev>
Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-authored-by: StreamKit Devin <devin@streamkit.dev>
Co-authored-by: Claudio Costa <cstcld91@gmail.com>1 parent 7d3af2f commit 9cb74a0
File tree
22 files changed
+607
-551
lines changed- apps
- skit-cli
- src/load_test
- skit
- crates/api
- docs
- e2e
- tests
- ui
- src
- components
- hooks
- stores
22 files changed
+607
-551
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
| |||
119 | 114 | | |
120 | 115 | | |
121 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments