Commit 71521ee
authored
chore: fix docs deploy, patch advisories, support Laravel 13 (#167)
Deploy Docs has failed on every push to 4.x since better-sqlite3 was bumped to
13.0.3 (#162). docus 5.12.3 declares a `better-sqlite3: 12.x` peer, so `npm ci`
died on ERESOLVE and the docs never deployed. Pinned back to ^12.11.1, which is
the range docus actually supports.
Patched the two open advisories the lockfile carried, via overrides because both
come from transitive deps:
- esbuild <0.28.1, arbitrary file read via the dev server (dependabot #143)
- sharp <0.35.0, inherited libvips CVEs (hoisted copy was 0.34.5)
`npm audit --omit=dev` now reports zero vulnerabilities, and `npm ci` plus
`npm run generate` both complete locally.
Both open issue reports on this package ran Laravel 13, which the dev
constraints did not allow. Widened testbench and Pest to accept 11.x/5.x
alongside 10.x/4.x, and added a Laravel 13 job to the test matrix. The suite
passes on both: 161 tests on L12.67 with Pest 4, and on L13.26 with Pest 5.1 parent 424a446 commit 71521ee
4 files changed
Lines changed: 10054 additions & 11932 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments