feat(deps): upgrade upstream dependencies#1043
Merged
graphite-app[bot] merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
fengmk2
approved these changes
Mar 19, 2026
Merge activity
|
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: failure <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Medium risk because it updates a broad set of Rust and JS toolchain dependencies (Vite/Rolldown/Vitest/tsdown and related transitive packages), which can change build/output behavior and has already been flagged with a failing build. > > **Overview** > **Upgrades upstream toolchain versions** by moving to newer Vite and Rolldown commits (via `.upstream-versions.json`) and bumping bundled versions in `packages/core/package.json` (Vite `8.0.0 → 8.0.1`, Rolldown `rc.9 → rc.10`), along with `@vitejs/devtools` version/peer range updates. > > **Refreshes Rust and Node dependency sets/lockfiles**: updates `Cargo.toml`/`Cargo.lock` for crates like `jsonschema`/`referencing` and `regress`, bumps `oxc_resolver` to `11.19.1`, updates `rolldown-notify` packages, and rolls `pnpm-lock.yaml` forward with newer tooling deps (e.g., `esbuild`, `sass`, `lint-staged`, `typescript-eslint`, `oxfmt`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9afb036. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
5444936 to
808be2d
Compare
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.

Automated daily upgrade of upstream dependencies:
Build status: failure
Note
Medium Risk
Medium risk because it updates a broad set of Rust and JS toolchain dependencies (Vite/Rolldown/Vitest/tsdown and related transitive packages), which can change build/output behavior and has already been flagged with a failing build.
Overview
Upgrades upstream toolchain versions by moving to newer Vite and Rolldown commits (via
.upstream-versions.json) and bumping bundled versions inpackages/core/package.json(Vite8.0.0 → 8.0.1, Rolldownrc.9 → rc.10), along with@vitejs/devtoolsversion/peer range updates.Refreshes Rust and Node dependency sets/lockfiles: updates
Cargo.toml/Cargo.lockfor crates likejsonschema/referencingandregress, bumpsoxc_resolverto11.19.1, updatesrolldown-notifypackages, and rollspnpm-lock.yamlforward with newer tooling deps (e.g.,esbuild,sass,lint-staged,typescript-eslint,oxfmt).Written by Cursor Bugbot for commit 9afb036. This will update automatically on new commits. Configure here.