-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: mirror node-pty-prebuilt-multiarch #767
Conversation
WalkthroughA new entry for "node-pty-prebuilt-multiarch" has been added to the binaries configuration file. The entry specifies details such as category, description, type (GitHub), repository, and distribution URL to include prebuilt binaries for the node-pty package. This change extends the available binaries in the configuration. Changes
Possibly related PRs
Suggested labels
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
config/binaries.tsOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the plugin "eslint-plugin-eggache". (The package "eslint-plugin-eggache" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-eggache" was referenced from the config file in ".eslintrc » eslint-config-egg/typescript » ./index.js". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
PR Overview
This PR expands the binary support to include prebuilt binaries for the node-pty package, enhancing integration possibilities and deployment options.
- Added a new binary entry "node-pty-prebuilt-multiarch" with properties such as category, description, type, repository URL, and distribution URL.
Reviewed Changes
File | Description |
---|---|
config/binaries.ts | Added a new binary configuration entry for multiarch prebuilt binaries for node-pty |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
config/binaries.ts:941
- [nitpick] The category value duplicates the key name. Consider using a more descriptive category if the intention is to group binaries by functionality or scope.
category: 'node-pty-prebuilt-multiarch',
[skip ci] ## [3.75.0](v3.74.2...v3.75.0) (2025-03-09) ### Features * mirror node-pty-prebuilt-multiarch ([#767](#767)) ([cbefb5c](cbefb5c))
closes #766
Summary by CodeRabbit