Commit 4dba676
authored
chore(deps): consolidate Dependabot dependency updates (#830)
* chore(deps): bump postcss and refresh lockfile
- postcss 8.4.32 → 8.5.10 in apps/viewer (closes #818, #826)
- lockfile refreshed; subsumes #721 (svelte),
#794 (@sveltejs/kit), #795 (next) within ranges
* chore(deps-dev): bump typescript from 5.9.3 to 6.0.3
Subsumes #810, #812, #813, #815, #816 (per-package PRs). Adds
ignoreDeprecations: "6.0" to root tsconfigs to silence deprecation
errors inherited from @lottiefiles/tsconfig (downlevelIteration and
moduleResolution=node10). examples/wc bumped to TS 6 to match.
* chore(deps-dev): bump build tooling (esbuild, vite, plugin-react, @vue/tsconfig, @types/node)
- esbuild 0.23 → 0.28 in packages/web (closes #789)
- vite 5 → ^6.4.2 in apps/viewer + examples/{web,vue,wc,solid} (closes #786)
- @vitejs/plugin-react 4 → ^5.2.0 in packages/react + viewer (closes #751;
v6 requires vite ^8 which is not yet stable)
- @vue/tsconfig 0.5 → ^0.9.1 in packages/vue (closes #760)
- @types/node 22 → ^25.6.0 in packages/{web,solid} (closes #798, #799)
* chore(deps-dev): bump svelte cluster in packages/svelte
- @sveltejs/adapter-auto 3 → ^7.0.1 (closes #693)
- @sveltejs/vite-plugin-svelte 4 → ^6.2.4 (closes #691)
- svelte-check 3 → ^4.4.0 (closes #689)
- vite 5 → ^7.3.1 (closes #694)
- publint 0.1 → ^0.3.17 (closes #695)
svelte-check 4 surfaced two strict-null errors in
Dotlottie.svelte (animationId/themeId of type string | undefined
passed to methods expecting string). Added truthy guards to match
the pattern used elsewhere in the file.
* ci(deps): bump pnpm/action-setup to v6 and repository-dispatch to v4
- pnpm/action-setup v5 → v6 (closes #797)
- peter-evans/repository-dispatch v3 → v4 (closes #807)1 parent d4df529 commit 4dba676
21 files changed
Lines changed: 883 additions & 1202 deletions
File tree
- .github/workflows
- apps/viewer
- examples
- react
- solid
- vue
- wc
- web
- packages
- react
- solid
- svelte
- src/lib
- vue
- wc
- web
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments