Skip to content

Comments

feat: update demo app dependencies to match new version#54

Merged
frontegg-david merged 6 commits intomainfrom
adjust-verioning
Feb 21, 2026
Merged

feat: update demo app dependencies to match new version#54
frontegg-david merged 6 commits intomainfrom
adjust-verioning

Conversation

@frontegg-david
Copy link
Contributor

@frontegg-david frontegg-david commented Feb 21, 2026

Summary by CodeRabbit

  • Chores
    • Updated Enclave VM package dependencies to version 2.11.0 in demo applications
    • Streamlined release automation workflow to automatically manage demo application dependency versions during releases

@frontegg-david frontegg-david merged commit f8f8838 into main Feb 21, 2026
3 of 4 checks passed
@frontegg-david frontegg-david deleted the adjust-verioning branch February 21, 2026 13:08
@coderabbitai
Copy link

coderabbitai bot commented Feb 21, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The pull request adds automation to the release workflow to update @enclave-vm package dependencies across demo applications, and bumps the streaming demo app's dependency versions to 2.11.0. The workflow includes a new step that runs an in-place Node.js script to update matching dependencies in apps/*/package.json files during non-dry-run releases.

Changes

Cohort / File(s) Summary
Release Workflow Automation
.github/workflows/publish-release.yml
Adds a new workflow step "Update demo app dependency versions" that iterates through apps/*/package.json files and updates all @enclave-vm/* dependency versions to match the new release version using an inline Node.js script. Runs after version update and before commit steps.
Demo App Dependencies
apps/streaming-demo/package.json
Updates @enclave-vm package versions (@broker, @client, @types, @core) from 2.10.0 to 2.11.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 Hoppy automation hops into place,
Demo apps keep pace with grace,
Versions bump in workflow's dance,
No manual work by mere chance,
Release pipelines now embrace!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch adjust-verioning

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant