Skip to content

Bump ComfyUI to v0.15.0 and frontend to v1.39.16 (package.json only)#1615

Closed
benceruleanlu wants to merge 1 commit intomainfrom
bump-comfyui-v0.15.0-package-json-only
Closed

Bump ComfyUI to v0.15.0 and frontend to v1.39.16 (package.json only)#1615
benceruleanlu wants to merge 1 commit intomainfrom
bump-comfyui-v0.15.0-package-json-only

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Feb 25, 2026

Summary

  • bump package.json config.comfyUI.version from 0.14.2 to 0.15.0
  • bump package.json config.frontend.version from 1.38.14 to 1.39.16
  • intentionally limit this PR to package.json only

Testing

  • yarn lint
  • yarn typecheck

┆Issue is synchronized with this Notion page by Unito

Summary by CodeRabbit

  • Chores
    • Updated frontend version to 1.39.16
    • Updated ComfyUI version to 0.15.0

Copilot AI review requested due to automatic review settings February 25, 2026 00:01
@benceruleanlu benceruleanlu requested a review from a team as a code owner February 25, 2026 00:01
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies labels Feb 25, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

📝 Walkthrough

Walkthrough

Version bumps for frontend (1.38.14 to 1.39.16) and ComfyUI (0.14.2 to 0.15.0) dependencies are updated in the package configuration.

Changes

Cohort / File(s) Summary
Version Updates
package.json
Updated frontend version to 1.39.16 and ComfyUI version to 0.15.0 in configuration properties.

Possibly related PRs

Suggested reviewers

  • luke-mino-altherr
  • christian-byrne

Poem

🐰 Hop and squeak with delight!
Frontend leaps to 1.39.16, shining bright,
ComfyUI bounds to 0.15.0 with grace,
Version bumps put smiles on every face!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main changes: bumping ComfyUI to v0.15.0 and frontend to v1.39.16, with a clarification that only package.json is modified.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-comfyui-v0.15.0-package-json-only

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.

@benceruleanlu benceruleanlu added the Update Compiled Requirements Runs a CI action that will update the compiled requirements, adding them to the PR. label Feb 25, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the ComfyUI and frontend version references in the electron desktop app's package.json configuration. These versions are used by build scripts to download the appropriate tagged releases from the respective repositories.

Changes:

  • Bump ComfyUI version from 0.14.2 to 0.15.0
  • Bump frontend version from 1.38.14 to 1.39.16

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 379ffd8efc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"config": {
"frontend": {
"version": "1.38.14",
"version": "1.39.16",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep requirements patch in sync with bumped core/frontend

Bumping config.frontend.version/config.comfyUI.version here without updating scripts/core-requirements.patch can break asset generation: scripts/makeComfy.js always runs yarn run patch:core:frontend, and that patch currently removes the exact line comfyui-frontend-package==1.38.14. If ComfyUI v0.15.0 now pins a different frontend package version (which this commit implies by moving to 1.39.16), scripts/patchComfyUI.js will fail to apply the patch and abort yarn make:assets in build workflows.

Useful? React with 👍 / 👎.

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

Labels

dependencies size:XS This PR changes 0-9 lines, ignoring generated files. Update Compiled Requirements Runs a CI action that will update the compiled requirements, adding them to the PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants