Skip to content

chore: release main#7055

Merged
serhalp merged 1 commit into
mainfrom
release-please--branches--main
May 12, 2026
Merged

chore: release main#7055
serhalp merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@netlify-circleci
Copy link
Copy Markdown
Contributor

@netlify-circleci netlify-circleci commented May 12, 2026

🤖 I have created a release beep boop

api: 14.0.19

14.0.19 (2026-05-12)

Bug Fixes

  • deps: replace external uuid with crypto.randomUUID() (#7040) (68e1f30)
build: 35.13.6

35.13.6 (2026-05-12)

Bug Fixes

  • deps: replace external uuid with crypto.randomUUID() (#7040) (68e1f30)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/config bumped from ^24.5.0 to ^24.5.1
      • @netlify/edge-bundler bumped from 14.10.1 to 14.10.2
      • @netlify/functions-utils bumped from ^6.2.31 to ^6.2.32
      • @netlify/zip-it-and-ship-it bumped from 14.5.5 to 14.5.6
config: 24.5.1

24.5.1 (2026-05-12)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/api bumped from ^14.0.18 to ^14.0.19
edge-bundler: 14.10.2

14.10.2 (2026-05-12)

Bug Fixes

  • deps: replace external uuid with crypto.randomUUID() (#7040) (68e1f30)
  • deps: update dependency esbuild to v0.28.0 (#7056) (4ecb3a8)
functions-utils: 6.2.32

6.2.32 (2026-05-12)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/zip-it-and-ship-it bumped from 14.5.5 to 14.5.6
zip-it-and-ship-it: 14.5.6

14.5.6 (2026-05-12)

Bug Fixes

  • deps: update dependency esbuild to v0.28.0 (#7056) (4ecb3a8)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f472e987-8806-4cd3-bcc6-d45bfe4148c9

📥 Commits

Reviewing files that changed from the base of the PR and between 4ecb3a8 and 4415759.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (13)
  • .release-please-manifest.json
  • packages/build/CHANGELOG.md
  • packages/build/package.json
  • packages/config/CHANGELOG.md
  • packages/config/package.json
  • packages/edge-bundler/CHANGELOG.md
  • packages/edge-bundler/package.json
  • packages/functions-utils/CHANGELOG.md
  • packages/functions-utils/package.json
  • packages/js-client/CHANGELOG.md
  • packages/js-client/package.json
  • packages/zip-it-and-ship-it/CHANGELOG.md
  • packages/zip-it-and-ship-it/package.json

📝 Walkthrough

Summary by CodeRabbit

  • Bug Fixes

    • Removed external UUID dependency in favor of native crypto.randomUUID() implementation across multiple packages
    • Upgraded esbuild to version 0.28.0
  • Chores

    • Version bumps across multiple build and configuration packages
    • Updated internal workspace dependencies to keep core packages aligned

Walkthrough

This PR performs a coordinated release bump across seven packages in the netlify/build monorepo. The release manifest is updated with new patch versions, followed by version increments and changelog entries for each package. Key changes include replacing an external UUID dependency with crypto.randomUUID() in js-client and build, updating esbuild to v0.28.0 in edge-bundler and zip-it-and-ship-it, and updating cross-package dependencies to their new versions (e.g., functions-utils now depends on zip-it-and-ship-it 14.5.6, build on config 24.5.1).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • netlify/build#6957: Modifies the same release manifest and bumps versions for overlapping packages (packages/build, packages/config, packages/js-client).
  • netlify/build#7050: Successive automated release update with coordinated version bumps across the same packages (packages/build, packages/functions-utils, packages/zip-it-and-ship-it).

Suggested labels

autorelease: tagged

Suggested reviewers

  • kathmbeck
  • pieh
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description lacks required sections from the template (Summary, issue reference, contribution checklist). However, it contains valid autogenerated release content by Release Please with detailed changelog information. While autogenerated by Release Please, consider whether autogenerated release PRs should follow the same template structure or if a separate template for automation-generated PRs is appropriate.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release main' is appropriate and clearly describes the pull request as an automated release generated by Release Please.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

serhalp
serhalp previously approved these changes May 12, 2026
@serhalp serhalp merged commit 0f6098d into main May 12, 2026
32 checks passed
@serhalp serhalp deleted the release-please--branches--main branch May 12, 2026 22:27
@netlify-circleci
Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants