chore(main): release 0.8.5#469
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughBumps project version from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request automates the release of version 0.8.5, generated by Release Please. It primarily updates version numbers across various configuration and manifest files, reflecting the inclusion of a new feature that unifies bundling and tree-shaking analysis facts. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
|
| Branch | pr-469 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | bundle_size | Benchmark Result KB (Result Δ%) | Upper Boundary KB (Limit %) | bundle_time | Benchmark Result ms (Result Δ%) | Upper Boundary ms (Limit %) |
|---|---|---|---|---|---|---|
| httpx | 📈 view plot 🚷 view threshold | 321.42(-0.00%)Baseline: 321.42 | 321.42 (100.00%) | 📈 view plot 🚷 view threshold | 232.70(-14.26%)Baseline: 271.39 | 373.64 (62.28%) |
| idna | 📈 view plot 🚷 view threshold | 245.81(-0.08%)Baseline: 246.00 | 246.40 (99.76%) | 📈 view plot 🚷 view threshold | 55.91(-21.50%)Baseline: 71.21 | 97.36 (57.42%) |
| pyyaml | 📈 view plot 🚷 view threshold | 237.84(+2.10%)Baseline: 232.95 | 241.51 (98.48%) | 📈 view plot 🚷 view threshold | 339.09(-26.87%)Baseline: 463.70 | 656.73 (51.63%) |
| requests | 📈 view plot 🚷 view threshold | 216.71(-0.23%)Baseline: 217.20 | 217.67 (99.56%) | 📈 view plot 🚷 view threshold | 148.99(-10.53%)Baseline: 166.53 | 223.20 (66.75%) |
| rich | 📈 view plot 🚷 view threshold | 951.25(+0.02%)Baseline: 951.06 | 951.51 (99.97%) | 📈 view plot 🚷 view threshold | 900.41(-22.75%)Baseline: 1,165.60 | 1,681.33 (53.55%) |
📊 Ecosystem Test Results📋 Test StatusTest Summary:
📈 Benchmark Results📊 View detailed benchmark report 📦 Package Bundling Metrics
Benchmark metrics are tracked via Bencher.dev 📊 View detailed performance trends and comparisons on the Bencher dashboard. Generated by ecosystem-tests workflow |
|
| Branch | release-please--branches--main |
| Testbed | ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|
| build_dependency_graph | 📈 view plot 🚷 view threshold | 8,897.10 ns(+7.66%)Baseline: 8,263.74 ns | 11,428.63 ns (77.85%) |
| bundle_simple_project | 📈 view plot 🚷 view threshold | 1,141,400.00 ns(-83.47%)Baseline: 6,905,543.91 ns | 26,908,410.70 ns (4.24%) |
| resolve_module_path | 📈 view plot 🚷 view threshold | 119.08 ns(+6.42%)Baseline: 111.89 ns | 134.49 ns (88.54%) |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 0.8.4 to 0.8.5 across several files, including Cargo.toml, package.json, and the release manifest. The changelog has been updated to include a new feature that unifies bundling and tree-shaking analysis facts. I have no feedback to provide.
There was a problem hiding this comment.
Pull request overview
Release automation PR that bumps the repository’s version metadata to 0.8.5 and records the release notes for the recently merged feature work.
Changes:
- Bump project version to
0.8.5across Rust workspace (Cargo.toml,Cargo.lock) and the Node wrapper package (npm/cribo/package.json+ optional binary deps). - Update
version.txtand.release-please-manifest.jsonto the new release version. - Add the
0.8.5entry toCHANGELOG.md(feature: unify bundling and tree-shaking analysis facts).
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.txt | Updates the canonical version marker used by release/publish workflows. |
| npm/cribo/package.json | Bumps the npm package version and aligns optional binary dependency versions to 0.8.5. |
| CHANGELOG.md | Adds release notes section for 0.8.5. |
| Cargo.toml | Bumps Rust workspace package version to 0.8.5. |
| Cargo.lock | Updates the cribo crate version entry to 0.8.5. |
| .release-please-manifest.json | Updates Release Please manifest version to 0.8.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
b50f826 to
dd87e4b
Compare
dd87e4b to
582b401
Compare
582b401 to
bca2a32
Compare
bca2a32 to
1d1b2d1
Compare
1d1b2d1 to
1128a0d
Compare
7ba03c7 to
1551369
Compare
7287ba7 to
ee1dc02
Compare
ee1dc02 to
9af6763
Compare
|
d7b3247 to
fff23ef
Compare
c48f304 to
08a69e5
Compare
80ccdae to
9f299ba
Compare
🤖 I have created a release beep boop
0.8.5 (2026-06-19)
Features
This PR was generated with Release Please. See documentation.