Skip to content

Comments

Bump @n8n/node-cli from 0.18.0 to 0.19.0#20

Merged
SketchingDev merged 1 commit intomainfrom
dependabot/npm_and_yarn/n8n/node-cli-0.19.0
Feb 13, 2026
Merged

Bump @n8n/node-cli from 0.18.0 to 0.19.0#20
SketchingDev merged 1 commit intomainfrom
dependabot/npm_and_yarn/n8n/node-cli-0.19.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps @n8n/node-cli from 0.18.0 to 0.19.0.

Release notes

Sourced from @​n8n/node-cli's releases.

n8n@2.7.0

2.7.0 (2026-02-02)

Bug Fixes

  • AI Agent Node: Fix gemini thought signatures for parallel tool calls (#24982) (3dbca3e)
  • ai-builder: Detect placeholder values inside larger parameters generated by workflow builder (#24950) (2b0f13d)
  • ai-builder: Fixing padding in WFB chat when message feedback is showing (#25079) (fb7e5d5)
  • AMQP Trigger Node: Save failed executions (#21878) (89f8fb0)
  • Chat Node: Output structure for Send and Wait operation (#24898) (36afab0)
  • core: Add Redis TCP Keep-Alive Configuration for Queue Mode (#23902) (e7c5c17)
  • core: Do not send an undefined location header on form redirects (#24989) (a8d75f7)
  • core: Ensure execution ID is available at runtime in Webhook response (#24876) (ad7571f)
  • core: Ensure workflows with response promises respect graceful shutdown (#24879) (b006ecf)
  • core: Fix missing early return on Bull error (#25084) (ea4d2d2)
  • core: Fix orchestration init modules (#23360) (9958eed)
  • core: Log warning where file values contain white space at the start or end (e.g. new lines) (#24442) (ae17e8e)
  • core: Replace deprecated 'application' actor value with 'app' in Linear OAuth (#20985) (1edb600)
  • core: Revert ensuring execution ID in webhook response (#25146) (a7408fa)
  • core: Small optimizations on users api to reduce db calls (#24882) (dce4871)
  • core: Support reconnecting on Redis failover (#25038) (7e580ea)
  • core: Update AI Builder node types after community package changes (#24883) (0faada7)
  • core: Update ownership cache update on folder transfer (#24974) (40f6705)
  • core: Use proxy for all npm commands (#24909) (e1dd077)
  • core: Use stricter flags when starting python runner (#24983) (21421f5)
  • editor: Allow '-' and '_' in subworkflow caller IDs (#24849) (35583ad)
  • editor: Disable hover effects on non-drop-targets during drag (#24948) (8983bd5)
  • editor: Disable WF history button when autosave is not complete (#24904) (567ae92)
  • editor: Fix layout of insights tab (#24994) (526a239)
  • editor: Improve checkbox and lock icon alignment (#24575) (7129c88)
  • editor: Move version store init after authentication (#25081) (326869e)
  • editor: Prevent connection lines from overlapping plus handle buttons (#24631) (5c025c1)
  • editor: Prevent executions date picker popover from being clipped (#24896) (1e777cf)
  • editor: Truncate long project names with ellipsis in breadcrumb (#24853) (b384e8c)
  • Fix issue with workflowId not being correctly validated (#24866) (f9e230e)
  • MySQL Node: Support "Continue on Error" for connection-related errors (#25032) (f3e2930)
  • Update stack cleanup command message to work from any directory (#25034) (01f000b)
  • Validate OpenAI urls (#24922) (8b7ba6f)
  • VectorStoreAzureAISearch Node: Clear Azure AI Search index once per batch (#25069) (a5cde70)
  • Wait Node: Reject wait execution when workflow is canceled (#15924) (e3110d1)

Features

  • Add Currents.dev node (#24566) (356e3e6)
  • Add option to select eval suite on manual workflow dispatch (#24998) (784ab19)
  • ai-builder: Moving feedback buttons in workflow builder chat (#24732) (18c903d)
  • ai-builder: Workflow builder "respond to webhook" understanding (#24641) (d12e931)
  • core: Add auto-publish on Environments Feature Pull (#24701) (18487d0)

... (truncated)

Commits
  • 830dd95 🔖 Release n8n@0.19.0
  • 25e805c ⬆️ Set n8n-core@0.10.0, n8n-editor-ui@0.15.0, n8n-nodes-base@0.14.0 a...
  • 15eb918 🔖 Release n8n-editor-ui@0.15.0
  • cebb0de ⬆️ Set n8n-workflow@0.11.0 on n8n-editor-ui
  • a884951 🔖 Release n8n-nodes-base@0.14.0
  • 17b4e2a ⬆️ Set n8n-core@0.10.0 and n8n-workflow@0.11.0 on n8n-nodes-base
  • 5d7b660 🔖 Release n8n-core@0.10.0
  • 04121cb ⬆️ Set n8n-workflow@0.11.0 on n8n-core
  • f9e1587 🔖 Release n8n-workflow@0.11.0
  • 296fbbc ✨ Add possiblity to define custom fields on ActiveCampaign-Node
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 3, 2026
Bumps [@n8n/node-cli](https://github.com/n8n-io/n8n) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@0.18.0...n8n@0.19.0)

---
updated-dependencies:
- dependency-name: "@n8n/node-cli"
  dependency-version: 0.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/n8n/node-cli-0.19.0 branch from 873ce0b to 8cacf02 Compare February 13, 2026 21:48
@SketchingDev SketchingDev merged commit 725778b into main Feb 13, 2026
2 checks passed
@SketchingDev SketchingDev deleted the dependabot/npm_and_yarn/n8n/node-cli-0.19.0 branch February 13, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant