chore(deps): consolidate dependency updates - #58
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Consolidates previously separate dependency update PRs into a single, consistent dependency set and lockfile, aligning the Vite+ core/catalog/override graph so TypeScript 7 declaration generation succeeds.
Changes:
- Bump
typescriptto^7.0.2and refresh the lockfile graph accordingly. - Update
@voidzero-dev/vite-plus-core/vite-plusto0.2.6via workspace catalog to avoid the prior split core graph. - Update
roku-deployto3.18.2and@types/nodeto^26.1.2.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates workspace catalog pins for Vite+ core and vite-plus to keep the toolchain graph coherent. |
| pnpm-lock.yaml | Regenerates lockfile to reflect the consolidated dependency set (TypeScript 7 + updated Vite+ core + updated roku-deploy). |
| package.json | Applies the dependency version bumps (roku-deploy, @types/node, typescript, vite-plus) that drive the lockfile change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Aug 1, 2026
Contributor
|
🎉 This PR is included in version 2.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Consolidates dependency updates from #52, #53, and #54 into one coherent update, fixes the Vite+ core split that broke TypeScript 7 declaration generation, and refreshes the pinned checkout action used by verification and release.
Changed
roku-deployfrom 3.17.7 to 3.18.2@types/nodefrom 26.1.1 to 26.1.2pnpm-lock.yamlfrom the existing main lock for the combined dependency set while preserving the Effect beta.97 graphactions/checkoutpins from v7.0.0 to v7.0.1 with the existing full-SHA and same-line version conventionReview aids
roku-deploy3.17.7useCaseSensitiveFileNames9c091bb3d3c42eRisks
TypeScript 7 remains experimental upstream. Vite+ 0.2.6 declares TypeScript 7 support, the package emits declarations successfully, and the peer dependency graph is clean. The checkout update preserves the existing workflow inputs and pin/comment conventions.
Verification
pnpm exec vp install --frozen-lockfilepnpm peers checkgit diff --checkactionlint .github/workflows/ci.ymluvx zizmor .github/workflows/ci.ymlpnpm exec vp run verify— 12 files and 85 tests pass; declarations and npm pack dry run succeedpnpm exec vp run smokedescribesuccess and unknown-command failure surfacesdist/index.mjs,dist/index.d.mts,dist/rokit.mjs, anddist/rokit.d.mtsComplexity
Low: dependency manifests, workspace catalog/override resolution, one targeted lockfile update, and two SHA-pin replacements in the existing workflow.
Follow-Ups
Close #52 after this replacement PR is green. #53 and #54 are already closed as superseded.