chore(deps): update dependency @types/node to v25 - autoclosed#350
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency @types/node to v25 - autoclosed#350renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
fasterthanlime
added a commit
that referenced
this pull request
May 21, 2026
Consolidates the 10 open `chore(deps)` renovate PRs (#344–#345, #347–#354) into a single change so the shared lockfiles only churn once. ## Bumps | Dep | From → To | Renovate PR | |---|---|---| | typescript | 5.8 → 6.0 | #354 | | pnpm (CI `action-setup`) | 10 → 11 | #353 | | orval (`setup-trusted-publishing`) | 7 → 8 | #352 | | @vitest/coverage-v8 (`vox-postcard`) | 2 → 4 | #351 | | @types/node | 22 → 25 | #350 | | actions/upload-pages-artifact | v3 → v5 | #349 | | actions/deploy-pages | v4 → v5 | #348 | | dprint-plugin-typescript | 0.95 → 0.96 | #347 | | afl (`fuzz/vox-afl`) | 0.17 → 0.18 | #345 | | ws | → 8.20.1 (lockfile) | #344 | `pnpm-lock.yaml`, `Cargo.lock` and `fuzz/vox-afl/Cargo.lock` were regenerated from the manifest changes. ## Extra changes needed to keep things coherent - **vitest 2 → 4** (`vox-core`, `vox-inprocess`, `vox-postcard`, `vox-wire`, `vox-ws`). `@vitest/coverage-v8` v4 requires `vitest` v4 as a peer — bumping coverage-v8 alone (PR #351) leaves coverage broken (`BaseCoverageProvider` export moved). CI never caught it because the `test` scripts run `vitest run` without `--coverage`. - **`pnpm-workspace.yaml` `allowBuilds.esbuild: false`**. pnpm 11 turns ignored build scripts into a hard error. esbuild ships prebuilt platform binaries and does not need its install script (this matches the pnpm-10 behaviour on `main`). - **`vox-postcard` / `vox-wire`**: declare `@types/node` and set `compilerOptions.types: ["node"]`. vitest 4 disrupts TypeScript's automatic `@types/node` discovery, which these packages' test files (`node:` builtin imports) rely on. ## Verification - `pnpm -r run check` (tsgo), `check:ts-boundaries`, `pnpm run build`, `pnpm run lint` — pass - `vitest run` across all test packages, plus `vitest run --coverage` in `vox-postcard` — pass - `cargo check --workspace --all-targets` — passes (covers the dprint-plugin-typescript bump) ## Not addressed - `fuzz/vox-afl` has pre-existing compile errors in its bins from vox API drift (`SelfRef`, etc.) — unrelated to the afl bump and not built in CI. Only the lockfile/manifest were touched. - `tools/setup-trusted-publishing` is a standalone, non-CI tool — only its `package.json` was bumped (its `orval.config.ts` reads an OpenAPI spec from a path outside this repo, so `generated/` was not regenerated). This matches what renovate #352/#354 did.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^22→^25.0.0^22.19.19→^25.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.