chore: update README with bun support and bump deps#44
Merged
Conversation
- Add bun to features list and caching table in README - Update vite-plus 0.1.14 → 0.1.15, @types/node 24.12.0 → 24.12.2
Contributor
There was a problem hiding this comment.
Pull request overview
Updates project documentation and lockfile to reflect newly supported tooling and refreshed dependency versions.
Changes:
- Document bun support in the README (features + dependency caching lockfile table).
- Bump
vite-plusto0.1.15. - Bump
@types/nodeto24.12.2(and associated lockfile updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds bun to the supported package managers list and documents bun lockfiles in the caching table. |
| pnpm-lock.yaml | Updates resolved dependency versions to vite-plus@0.1.15 and @types/node@24.12.2 (plus transitive updates). |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
176
to
182
| | Lock File | Package Manager | Cache Directory | | ||
| | ------------------- | --------------- | --------------- | | ||
| | `pnpm-lock.yaml` | pnpm | pnpm store | | ||
| | `bun.lockb` | bun | bun cache | | ||
| | `bun.lock` | bun | bun cache | | ||
| | `package-lock.json` | npm | npm cache | | ||
| | `yarn.lock` | yarn | yarn cache | |
There was a problem hiding this comment.
The lockfile auto-detection supports npm-shrinkwrap.json as an npm lock file, but it isn’t listed in this dependency caching table. Since this table is being updated, consider adding an npm-shrinkwrap.json row to keep the README accurate.
Suggested change
| | Lock File | Package Manager | Cache Directory | | |
| | ------------------- | --------------- | --------------- | | |
| | `pnpm-lock.yaml` | pnpm | pnpm store | | |
| | `bun.lockb` | bun | bun cache | | |
| | `bun.lock` | bun | bun cache | | |
| | `package-lock.json` | npm | npm cache | | |
| | `yarn.lock` | yarn | yarn cache | | |
| | Lock File | Package Manager | Cache Directory | | |
| | ---------------------- | --------------- | --------------- | | |
| | `pnpm-lock.yaml` | pnpm | pnpm store | | |
| | `bun.lockb` | bun | bun cache | | |
| | `bun.lock` | bun | bun cache | | |
| | `package-lock.json` | npm | npm cache | | |
| | `npm-shrinkwrap.json` | npm | npm cache | | |
| | `yarn.lock` | yarn | yarn cache | |
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
Test plan
vp run test— 93 tests passvp run check:fix— cleanvp run build— up to date