Commit b5d7ffc
authored
1.0.3 (#44)
* chore: patch transitive dependency vulnerabilities
## Changed
- Pin patched versions of vulnerable transitive deps via pnpm.overrides (hono, @hono/node-server, vite, postcss, path-to-regexp, picomatch, brace-expansion, ip-address, fast-uri)
- Regenerate pnpm-lock.yaml so overrides take effect
## New
- Add pnpm.overrides block in package.json scoped to vulnerable version ranges
* chore: bump version to 1.0.3
## Changed
- Bump package version from 1.0.2 to 1.0.3
* chore: pin pnpm overrides to majors and declare node engines
Constrains pnpm.overrides to ^x.y.z so future lockfile regenerations
can't silently pull in breaking majors (vite was resolving to 8.x and
@hono/node-server to 2.x). Adds engines.node >=20.19.0 to match vite 7's
minimum and warn consumers on unsupported Node versions.
* chore: enable npm provenance on publish
## Changed
- Pass --provenance to pnpm publish in ops/publish-npm.sh
- Grant id-token: write permission to npm-publish workflow for OIDC signing1 parent 3f2cfeb commit b5d7ffc
4 files changed
Lines changed: 833 additions & 408 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
73 | 92 | | |
74 | 93 | | |
0 commit comments