Conversation
WalkthroughThis update increments the version numbers for multiple packages and their dependencies from 0.4.1 to 0.4.2 across the project, including changelog updates to reflect the new version and document a new "single mount" feature. The GitHub Actions workflow for releases is updated to use version 4 of the artifact upload and download actions. No changes were made to code logic, exported entities, or package metadata beyond version and dependency updates. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (15)
⏰ Context from checks skipped due to timeout of 90000ms (10)
🔇 Additional comments (17)
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 (
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Sweep Summary
Updates GitHub Actions artifact actions from v3 to v4 and bumps package version to 0.4.2 to address GitHub's deprecation notice for artifact actions v3.
actions/upload-artifactandactions/download-artifactfrom v3 to v4 in the GitHub workflow files.lerna.jsonand updated all CHANGELOG.md files accordingly.Ask Sweep AI questions about this PR
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Summary by CodeRabbit
New Features
Chores