Update dependencies across the monorepo - #17575
Open
williambout wants to merge 1 commit into
Open
Conversation
Bump minor/patch versions of runtime and build dependencies to latest, and update build tooling (biome, changesets, prettier, turbo, typedoc, esbuild, tsdown, etc.) across majors. Majors that change APIs used by source code (execa, glob, zod, ts-morph, path-to-regexp, jose, semver, js-yaml, minimatch, vitest, eslint, @types/node, @types/*, etc.) are intentionally kept on their current major lines; they require code migrations and should be handled separately. Also adds globalPassThroughEnv entries to turbo.json for env vars used by utils scripts (flagged by the updated biome noUndeclaredEnvVars rule) and fixes a noUnsafeOptionalChaining lint error in a CLI test. Co-Authored-By: William Bout <1472639+williambout@users.noreply.github.com>
williambout
requested review from
a team,
cramforce,
ctgowrie,
quuu and
sueplex
as code owners
September 3, 2026 17:50
🦋 Changeset detectedLatest commit: 6fc39a3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 46 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🧪 Unit Test StrategyComparing: Strategy: Code changed outside of a package - running all unit tests Affected packages - 49 (100%)
Results
This comment is automatically generated based on the affected testing strategy |
| "tmp-promise": "1.0.3", | ||
| "lint-staged": "17.4.1", | ||
| "node-fetch": "3.3.2", | ||
| "npm-package-arg": "14.0.0", |
Contributor
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.
Summary
Updates dependencies across the vercel/vercel monorepo (58 workspace projects) to their latest versions.
What was updated:
What was intentionally kept on current majors (they change APIs used in source and need code migrations — out of scope for a pure dependency bump):
Other changes in this PR:
turbo.json: addsglobalPassThroughEnvfor GITHUB_BASE_REF / GITHUB_HEAD_REF / TURBO_BASE_SHA / TURBO_BINARY used by utils scripts — flagged by the updated biomenoUndeclaredEnvVarsrulenoUnsafeOptionalChainingfix inpackages/cli/test/unit/commands/connex/update.test.tsflagged by the updated biomeVerification
pnpm install --frozen-lockfile✅ clean, no unmet peer deps beyond those already present on mainpnpm build— all packages build except@vercel/python-analysis, which requires a Rust toolchain (rustup); it fails identically on unmodifiedmainin environments without rustuppnpm lint✅ passes (fails on main with the new biome)pnpm type-check— same pass/fail set asmainin this environment (failures all cascade from python-analysis's missing dist)pnpm test✅ 30/30 root tests;@vercel/routing-utils136/136;@vercel/error-utils19/19;@vercel/static-config32/32