chore(deps-dev): bump vite from 7.3.6 to 8.2.2 in the majors group across 1 directory - #70
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
shamwari-docs-ai | e84dcc5 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 10:59 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
nyuchi-docs-mcp | e84dcc5 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 10:59 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
nyuchi-docs | e84dcc5 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 11:00 PM |
Bumps the majors group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.3.6 to 8.2.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: majors ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/majors-788cdcced7
branch
from
September 5, 2026 16:59
35de218 to
ef6dffe
Compare
Dependabot's vite 7.3.6 -> 8.2.2 bump broke `vp check` on nyuchi-docs-mcp-worker and shamwari-docs-ai with two stacked type errors on `plugins: [cloudflare()]`: 1. `cloudflare()` already returns `Plugin[]`, so nesting it in `[cloudflare()]` produced `Plugin[][]` — spread it instead. 2. Even flattened, comparing the config object against vite-plus's `UserConfig` still hit TS2321 (excessive stack depth). Root cause: `@cloudflare/vite-plugin`'s `cloudflare()` returns a `Plugin[]` typed against the raw `vite` package, while Vite+ vendors its own independently-declared (structurally near-identical, nominally distinct) `Plugin` type via `@voidzero-dev/vite-plus-core` — TS runs out of depth comparing two large, deeply-generic hook interfaces from different packages. Confirmed harmless at runtime (vite-plus's plugin pipeline accepts real vite.Plugin objects regardless of which package declared the type); suppressed with a documented `@ts-expect-error` rather than widening the field to `any`. Verified via `pnpm -r run check` across the whole monorepo: 0 errors (only pre-existing, unrelated warnings remain). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KQPxAPY7KvsN9WLbdLSQED
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.
Bumps the majors group with 1 update in the / directory: vite.
Updates
vitefrom 7.3.6 to 8.2.2Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
de1111arelease: v8.2.2cb77e2atest(ssr): add destructing assignment case for moduleRunnerTransform (#23308)9db0b61fix(ssr): rewrite computed key of destructing parameter (#23307)8413052fix: respectresolve.preserveSymlinkswhen resolving root (fix #23197) (#23...05a003efix(config): resolve sourcemap paths against sourcemap location (#23239)495d9fffeat(deps): widen@vitejs/devtoolspeer range to v0.5.0 (#23302)1d9fa39refactor: use JSON import attributes instead of readFileSync in constants (#2...2804636fix(css): don't pass empty targets to lightningcss (#23295)599b44btest(module-runner): simplify server-hmr tests (#23300)4a261f2test(module-runner): add TLA circular import case (#23299)