Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (11)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (6)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates release metadata and changelogs for five packages: packages/build-info (10.3.1 → 10.4.0), packages/build (35.8.7 → 35.8.8), packages/edge-bundler (14.9.14 → 14.9.15), packages/functions-utils (6.2.24 → 6.2.25), and packages/zip-it-and-ship-it (14.4.1 → 14.4.2). Each package.json version is bumped and corresponding CHANGELOG entries are added. Workspace dependency pins are updated where applicable; changelogs note dependency/bug-fix updates (e.g., minimatch v10, esbuild v0.27.3). Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
c0c242b to
21b1a42
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/build/CHANGELOG.md`:
- Around line 111-113: Update the minimatch entry under the "### Bug Fixes"
heading to explicitly mark it as a breaking change and detail the compatibility
implications: replace or augment the current line referencing minimatch 10
(d89024d) with a clear note that minimatch v10 raises the Node.js engine
requirement to "20 || >=22" (from prior ">=16 || 14 >=14.17") and that v10.0.2
has an ESM/CommonJS incompatibility with brace-expansion; either move this item
to a "Breaking Changes" section or prepend a bold "BREAKING CHANGE" label so
users comparing 35.8.7 -> 35.8.8 see the engine requirement and ESM/CJS
interoperability impact.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8c212d2f-49a3-4383-b551-b4d11dde6656
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (11)
.release-please-manifest.jsonpackages/build-info/CHANGELOG.mdpackages/build-info/package.jsonpackages/build/CHANGELOG.mdpackages/build/package.jsonpackages/edge-bundler/CHANGELOG.mdpackages/edge-bundler/package.jsonpackages/functions-utils/CHANGELOG.mdpackages/functions-utils/package.jsonpackages/zip-it-and-ship-it/CHANGELOG.mdpackages/zip-it-and-ship-it/package.json
✅ Files skipped from review due to trivial changes (2)
- packages/edge-bundler/package.json
- packages/edge-bundler/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (3)
- packages/zip-it-and-ship-it/package.json
- packages/functions-utils/package.json
- packages/build-info/package.json
7669a8e to
9d8fea7
Compare
|
🤖 Created releases:
🌻 |
🤖 I have created a release beep boop
build: 35.8.8
35.8.8 (2026-03-10)
Bug Fixes
Dependencies
build-info: 10.4.0
10.4.0 (2026-03-10)
Features
Bug Fixes
edge-bundler: 14.9.15
14.9.15 (2026-03-10)
Bug Fixes
functions-utils: 6.2.25
6.2.25 (2026-03-10)
Dependencies
zip-it-and-ship-it: 14.4.2
14.4.2 (2026-03-10)
Bug Fixes
This PR was generated with Release Please. See documentation.