chore(website): migrate package manager from npm to bun#171
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR migrates the website/ Docusaurus site from npm-based workflows to Bun, updating local developer instructions, CI deploy steps, and related repo tooling files.
Changes:
- Update
website/docs and scripts usage to run installs/builds via Bun. - Add Bun version pinning via
.tool-versionsand update GitHub Pages deploy workflow to usesetup-bun+bun install. - Adjust
.gitignorefiles for Bun/npm artifacts and local-file patterns.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
website/README.md |
Updates setup/install/run commands to Bun and clarifies Bun installation/version pinning. |
website/package.json |
Switches engines to Bun and adds Bun-related install controls (trustedDependencies) plus an override. |
website/.gitignore |
Ignores Bun/npm error/log artifacts and adds a local-file pattern. |
.tool-versions |
Pins the Bun version for asdf/mise consumers. |
.gitignore |
Fixes a typo and adds a repo-wide local-file ignore pattern. |
.github/workflows/gh_pages_deploy.yml |
Migrates the GH Pages deploy job from Node/npm steps to Bun steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
This PR migrates the
website/Docusaurus site from npm-based workflows to Bun, updating local developer instructions, CI deploy steps, and related repo tooling files.Changes:
website/docs and scripts usage to run installs/builds via Bun..tool-versionsand update GitHub Pages deploy workflow to usesetup-bun+bun install..gitignorefiles for Bun/npm artifacts and local-file patterns.Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
website/README.mdwebsite/package.jsonenginesto Bun and adds Bun-related install controls (trustedDependencies) plus an override.website/.gitignore.tool-versionsasdf/miseconsumers..gitignore.github/workflows/gh_pages_deploy.yml💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.