Commit 222fb0c
committed
chore: update dependencies
Closes #42
pg-sveltekit:
- npm audit fix clears devalue GHSA-77vg-94rm-hx3p (high) and the four
svelte SSR/DOM/ReDoS advisories (moderate) by lifting devalue and
svelte past the patched versions.
- Minor/patch: @e4a/pg-js 1.6.2 -> 1.8.0, @sveltejs/kit 2.59.1 -> 2.60.1,
@types/node 25.7.0 -> 25.9.1, eslint 10.3.0 -> 10.4.0, svelte declared
range -> ^5.55.8, typescript-eslint 8.59.3 -> 8.59.4.
- cookie override stays: @sveltejs/kit 2.60.1 still pins cookie ^0.6.0.
pg-manual:
- Patch: @e4a/pg-wasm 0.6.0 -> 0.6.1, web-streams-polyfill 4.2.0 -> 4.3.0.
- Major: @privacybydesign/yivi-{client,core,css,popup} 0.2 -> 1.x.
v1 ships proper ESM with named exports, so examples/utils.js switches
to `import { YiviCore } from ...` (etc). yivi.use(...) contract is
unchanged; yivi-css stays a side-effect import.
vite 7 -> 8 / vite-plugin-svelte 6 -> 7 held back: vite-plugin-top-level-await
still `require('rollup')` at load and vite 8 dropped bundled rollup.1 parent d1870a3 commit 222fb0c
5 files changed
Lines changed: 150 additions & 219 deletions
File tree
- pg-manual
- examples
- pg-sveltekit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments