chore: bump vite to 8.1.3#10723
Closed
hi-ogawa wants to merge 4 commits into
Closed
Conversation
Isolate whether the released Vite version jump (8.0.11 -> 8.1.3) alone causes browser-mode stacktrace column drift, independent of the SSR transform change in vitejs/vite#22829. Co-authored-by: OpenCode (claude-opus-4-8) <[email protected]>
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
rolldown/oxc sourcemaps in vite 8.1.3 (rolldown 1.1.4) now anchor the failing call frame at the opening `(`, matching the non-rolldown/esbuild output. This only affects webkit (JSC), so the `webkit && rolldownVersion` snapshot arms now equal the non-rolldown arms; collapse them and drop the unused `rolldownVersion` import. Co-authored-by: OpenCode (claude-opus-4-8) <[email protected]>
Same rolldown/oxc sourcemap convergence as the other webkit stacktrace snapshots: the `if (rolldownVersion)` webkit frames now match the non-rolldown branch, so collapse the branches and drop the unused `rolldownVersion` import. Co-authored-by: OpenCode (claude-opus-4-8) <[email protected]>
hi-ogawa
commented
Jul 7, 2026
Comment on lines
166
to
-168
| if (name === 'webkit') { | ||
| if (rolldownVersion) { | ||
| expect(tree).toMatchInlineSnapshot(` |
Collaborator
Author
There was a problem hiding this comment.
This looks like technically stack trace (source map) regressed for webkit. Should flag it to Vite / Oxc though may be edge case.
9 tasks
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.
Description
Isolate whether the released Vite version jump (8.0.11 -> 8.1.3) alone causes browser-mode stacktrace column drift, independent of the SSR transform change tested in #10722
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.