-
Notifications
You must be signed in to change notification settings - Fork 2
chore: cleanup unused contents #3
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
Conversation
🦋 Changeset detectedLatest commit: 7e5f411 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis update introduces configuration and metadata changes across multiple files. It adds new configuration files for changesets and Renovate, modifies GitHub Actions workflows for deployment and release, updates funding information in Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
💤 Files with no reviewable changes (1)
🔇 Additional comments (7)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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.
Pull Request Overview
This PR focuses on cleaning up unused contents from the repository configuration files. Key changes include:
- Removal of outdated and unused metadata and script sections from pyodide/package.json.
- Updates to the .yarnrc.yml configuration by removing an unnecessary registry configuration.
- Addition of a new .renovaterc file and an update to the gh-pages workflow build command.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyodide/package.json | Removed extra metadata, devDependencies, and scripts. |
| .yarnrc.yml | Removed redundant npm registry server entry. |
| .renovaterc | Introduced new configuration for Renovate. |
| .github/workflows/gh-pages.yml | Updated the build command flag from -b to -p for doom. |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
commit: |
Summary by CodeRabbit