feat(deps): upgrade upstream dependencies#1334
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
8ada994 to
7a38f5c
Compare
fengmk2
approved these changes
Apr 7, 2026
7a38f5c to
3756dda
Compare
Member
|
@codex review |
|
Codex Review: Didn't find any major issues. Chef's kiss. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Merge activity
|
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Moderate risk due to multiple toolchain dependency upgrades (Vite/Vitest/Oxlint/Oxfmt) and lockfile churn, which can impact build/test behavior. Code changes are mostly type/return-value fixes with low functional impact but touch CLI build/migration paths. > > **Overview** > Upgrades the upstream toolchain versions, including **Vite `8.0.6`**, **Vitest `4.1.3`** (adding coverage peer deps), and bumps **Oxlint/Oxfmt** across the workspace (with corresponding lockfile and upstream hash updates). > > Separately, tightens TypeScript behavior across CLI/core build utilities by consistently returning `undefined` from optional-return functions/plugins, adjusts prompt validation/render defaults, and makes minor prompt/test fixes (e.g., `select-key` label handling and a `writeFile` mock type tweak). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c58004f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
3756dda to
845bc60
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: success
Note
Medium Risk
Moderate risk due to multiple toolchain dependency upgrades (Vite/Vitest/Oxlint/Oxfmt) and lockfile churn, which can impact build/test behavior. Code changes are mostly type/return-value fixes with low functional impact but touch CLI build/migration paths.
Overview
Upgrades the upstream toolchain versions, including Vite
8.0.6, Vitest4.1.3(adding coverage peer deps), and bumps Oxlint/Oxfmt across the workspace (with corresponding lockfile and upstream hash updates).Separately, tightens TypeScript behavior across CLI/core build utilities by consistently returning
undefinedfrom optional-return functions/plugins, adjusts prompt validation/render defaults, and makes minor prompt/test fixes (e.g.,select-keylabel handling and awriteFilemock type tweak).Reviewed by Cursor Bugbot for commit c58004f. Bugbot is set up for automated code reviews on this repo. Configure here.