Skip to content

deploy: bump plugin-n8n-workflow 1.2.2#358

Merged
standujar merged 2 commits intomainfrom
dev
Feb 19, 2026
Merged

deploy: bump plugin-n8n-workflow 1.2.2#358
standujar merged 2 commits intomainfrom
dev

Conversation

@standujar
Copy link
Copy Markdown
Collaborator

Summary

  • Bumps @elizaos/plugin-n8n-workflow from 1.2.1 to 1.2.2
  • Fixes param correction dropping valid parameters (jsCode, sendTo, subject, message) when LLM omits structural fields with defaults — affects 300+ n8n nodes

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eliza-cloud-v2 Ready Ready Preview, Comment Feb 19, 2026 1:54pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 19, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

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

@standujar standujar merged commit a00aa87 into main Feb 19, 2026
2 of 3 checks passed
@claude
Copy link
Copy Markdown

claude bot commented Feb 19, 2026

PR Review: deploy: bump plugin-n8n-workflow 1.2.2

Summary: Patch-level dependency bump for @elizaos/plugin-n8n-workflow from 1.2.1 → 1.2.2.

Changes

  • package.json: Version pin updated to 1.2.2
  • bun.lock: Package hash updated + "configVersion": 0 added (lockfile format field, expected from Bun tooling)

Assessment

Code quality / correctness: The diff is minimal and correct — only the version string and hash change, plus the lockfile format addition. No logic changes in this repo.

Bug fix validity: The described fix (param correction dropping valid parameters like jsCode, sendTo, subject, message when LLM omits structural fields with defaults) is a legitimate behavioral regression. Silently dropping non-default fields because a structural field is absent is a correctness bug, not a feature change, making this a justified patch bump.

Security: No new dependencies introduced; this is a patch-only update to an existing transitive package. The new package hash in bun.lock is present and consistent.

Performance: No impact expected.

Test coverage: No tests modified — appropriate since this repo does not own the plugin logic being fixed.

Concerns

None. The change is well-scoped and the lockfile diff looks clean.

Verdict: LGTM. Ready to merge.

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.

2 participants