Conversation
WalkthroughThis change removes a changeset file, updates changelogs for the Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
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:
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 (
|
|
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. |
@pkgr/browser
@pkgr/core
@pkgr/es-modules
@pkgr/imagemin
@pkgr/rollup
@pkgr/umd-globals
@pkgr/utils
commit: |
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 134ce0b in 43 seconds. Click for details.
- Reviewed
68lines of code in5files - Skipped
0files when reviewing. - Skipped posting
6draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .changeset/deep-candles-start.md:1
- Draft comment:
Deletion of changeset file is expected post-release. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. packages/core/CHANGELOG.md:3
- Draft comment:
Changelog entry for v0.3.5 is correctly added. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
3. packages/core/package.json:3
- Draft comment:
Version bump updated from 0.3.4 to 0.3.5 as expected. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
4. packages/rollup/CHANGELOG.md:3
- Draft comment:
Changelog entry for v7.0.1 is correctly added. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
5. packages/rollup/package.json:3
- Draft comment:
Version bump updated from 7.0.0 to 7.0.1 as expected. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
6. packages/core/package.json:5
- Draft comment:
Typo noticed: The description uses "any package else", which may be a typo. Consider updating it to "any other package" for clarity. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is pointing out a potential typo in the description. However, the rules specify not to ask the PR author to update the PR description. Therefore, this comment should be removed.
Workflow ID: wflow_kwg3t2HB8CbP4BG5
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #424 +/- ##
======================================
Coverage 9.74% 9.74%
======================================
Files 12 12
Lines 431 431
Branches 191 187 -4
======================================
Hits 42 42
Misses 389 389 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Deploy preview for pkgr ready! ✅ Preview Built with commit 134ce0b. |
134ce0b to
e10f174
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed e10f174 in 39 seconds. Click for details.
- Reviewed
66lines of code in5files - Skipped
0files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .changeset/deep-candles-start.md:1
- Draft comment:
Removed changeset file appears intentional for release; no issues. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. packages/core/CHANGELOG.md:3
- Draft comment:
Changelog entry for version 0.3.5 is correctly added. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
3. packages/core/package.json:3
- Draft comment:
Version bump to 0.3.5 is correctly applied. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
4. packages/rollup/CHANGELOG.md:3
- Draft comment:
Changelog updated with new version 7.0.1 entry; looks good. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
5. packages/rollup/package.json:3
- Draft comment:
Version bump to 7.0.1 is correctly applied. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_jyDhtzi6s4mtJlil
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@pkgr/core@0.3.5
Patch Changes
539c650Thanks @JounQin! - fix: cleanup constants@pkgr/rollup@7.0.1
Patch Changes
539c650Thanks @JounQin! - fix: cleanup constantsImportant
Release new patch versions for
@pkgr/coreand@pkgr/rollupwith constants cleanup.@pkgr/coreupdated to version0.3.5.@pkgr/rollupupdated to version7.0.1.539c650.CHANGELOG.mdandpackage.jsonfor both@pkgr/coreand@pkgr/rollup.This description was created by
for e10f174. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
Bug Fixes
Chores