Commit 35d52f5
Combines three open dependency-bump PRs into one branch, plus the one
code fix the bumps require.
## Included
| Source PR | Change |
|-----------|--------|
| #8297 | shell-quote 1.8.3 → 1.8.4 (transitive) |
| #8242 | fast-uri 3.1.0 → 3.1.2 (transitive) |
| #8299 | @netlify/build → 35.15.0, @netlify/zip-it-and-ship-it → 14.7.1
|
## Required follow-on fix
- **`netlify-function.ts`**: removed a now-obsolete `@ts-expect-error`.
The @netlify/build bump ships the updated `@netlify/config` type, so the
previously-suppressed error no longer occurs (TS2578).
## Scope notes
- **#7701** (`@vitest/eslint-plugin` 1.3.20) was split out into its own
PR (#8305) and is **no longer part of this branch**.
- **#8288** (vitest 4) is intentionally excluded — it's blocked by an
`@opentelemetry/api` peer conflict that fails install without
`legacy-peer-deps`, and needs a separate decision.
## Verification
Local (Node 24): `format:check`, `lint`, `typecheck` pass; **373/373
unit tests pass**. Integration/e2e not run locally (need auth token /
network / Git LFS).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jaredm563 <jared.mumaw@netlify.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 30ba6a1 commit 35d52f5
3 files changed
Lines changed: 22 additions & 19 deletions
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 | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
0 commit comments