-
Notifications
You must be signed in to change notification settings - Fork 3
bun -> rush #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
bun -> rush #62
Conversation
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
Signed-off-by: Kristina Fefelova <[email protected]>
aeea3b4 to
0399190
Compare
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR replaces Bun-based tooling and workflows with Rush, introducing new Rush scripts, configs, and updating docs and CI pipelines accordingly.
- Added a generated Rush wrapper script and numerous Rush configuration files under
common/config/rush/ - Updated README and GitHub Actions to invoke Rush commands instead of Bun
- Added a sample
commit-msghook and configured JSON-with-comments support in.gitattributes
Reviewed Changes
Copilot reviewed 112 out of 112 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| common/scripts/install-run-rush-pnpm.js | Adds a generated script to install and run Rush with PNPM |
| common/git-hooks/commit-msg.sample | Introduces a sample commit-msg Git hook |
| common/config/rush/version-policies.json | Adds Rush version policy configuration |
| common/config/rush/subspaces.json | Adds Rush subspaces experimental configuration |
| common/config/rush/rush-plugins.json | Adds Rush plugin configuration |
| common/config/rush/repo-state.json | Adds generated Rush repo-state file |
| common/config/rush/pnpm-config.json | Adds PNPM config for Rush |
| common/config/rush/experiments.json | Adds experimental feature toggles for Rush |
| common/config/rush/custom-tips.json | Adds custom tips configuration for Rush |
| common/config/rush/common-versions.json | Adds common dependency version selections |
| common/config/rush/command-line.json | Adds custom Rush CLI phases, commands, and parameters |
| common/config/rush/cobuild.json | Adds Rush cobuild feature configuration |
| common/config/rush/build-cache.json | Adds Rush build cache feature configuration |
| common/config/rush/artifactory.json | Adds Rush Artifactory integration configuration |
| common/config/rush/.pnpmfile.cjs | Adds a .pnpmfile.cjs hook for PNPM |
| common/config/rush/.npmrc-publish | Adds .npmrc-publish for Rush publish |
| common/config/rush/.npmrc | Adds .npmrc for Rush install operations |
| README.md | Updates documentation to use Rush instead of Bun |
| .github/workflows/main.yaml | Updates CI to use Rush commands and Node.js 22 |
| .gitattributes | Configures JSON-with-comments language for Rush configs |
Co-authored-by: Copilot <[email protected]> Signed-off-by: Kristina <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Kristina <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Kristina <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
Signed-off-by: Kristina Fefelova <[email protected]>
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.
No description provided.