chore: update TypeScript and Vite+ - #44
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repo’s tooling dependencies to keep the put.io CLI build/test pipeline current, aligning on TypeScript 7.0.2 and Vite+ 0.2.6 while keeping runtime/Effect pins unchanged.
Changes:
- Bump
typescriptfrom^6.0.3to^7.0.2. - Bump
vite-plusfrom0.2.4to0.2.6and update thevitecatalog/override to@voidzero-dev/vite-plus-core@0.2.6. - Regenerate
pnpm-lock.yamlto reflect the updated toolchain graph.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the workspace catalog to point vite/vite-plus at the new Vite+ core/tooling versions. |
| package.json | Bumps typescript and vite-plus devDependencies to the new target versions. |
| pnpm-lock.yaml | Regenerates the lockfile so the resolved graph consistently reflects TypeScript 7.0.2 and Vite+ 0.2.6. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
🎉 This PR is included in version 1.2.6 🎉 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
Align the CLI tooling with TypeScript 7.0.2 and Vite+ 0.2.6 while preserving the existing runtime dependency set and Effect pins.
Changed
^6.0.3to^7.0.2vite-plusand thevitecore catalog/override from 0.2.4 to 0.2.6Review aids
^6.0.3^7.0.20.2.40.2.6@voidzero-dev/vite-plus-core@0.2.4@voidzero-dev/vite-plus-core@0.2.64.0.0-beta.97The resolved graph contains one version each of TypeScript, Vite+, and Vite+ core.
Risks
Low and tooling-only. The lockfile includes the transitive formatter, linter, parser, and platform packages shipped by Vite+ 0.2.6 and TypeScript 7.0.2. No production dependency, CLI behavior, or consumer account interaction changes.
Verification
pnpm install --frozen-lockfile --strict-peer-dependenciespnpm exec vp run checkpnpm exec vp run verify— 25 files / 243 tests; packed-install smoke; 90.38% statements and 90.5% linespnpm exec vp run build./dist/bin.mjs describe --output json— valid JSON, 28 commandspnpm exec vp run smoke:packpnpm exec vp run build:seapnpm exec vp run verify:seapnpm why vite-plus && pnpm why vite && pnpm why typescriptgit diff --checkComplexity
No code-path complexity change. The diff is limited to two manifest files and the generated lockfile.
Summary by cubic
Updates CLI tooling to
typescript@7.0.2andvite-plus@0.2.6to keep builds current and stable. Tooling-only change; no production/runtime behavior changes.typescriptfrom^6.0.3to^7.0.2.vite-plusfrom0.2.4to0.2.6and overrideviteto@voidzero-dev/vite-plus-core@0.2.6.pnpm-lock.yaml; Effect pins remain unchanged.Written for commit f6f12b9. Summary will update on new commits.