Modernize Parallel n8n community nodes - #14
Merged
Conversation
Drop prettier-only wrapping, unused path-encoding helpers, and extra GitHub templates so the GA Search/Monitor/webhook updates are easier to review.
georgeatparallel
marked this pull request as ready for review
August 18, 2026 18:55
zhengchaol
approved these changes
Aug 18, 2026
georgeatparallel
added a commit
that referenced
this pull request
Aug 18, 2026
## What changed - Ran Prettier across the TypeScript source using the repository's existing settings. - Added a small ignore file for generated files, dependencies, caches, and the lockfile. - Added a formatting check to CI and the publish workflow. - Added the formatting command to the README and contributing guide. ## Why PR #14 contains the actual API and behavior changes. Keeping formatting here makes that PR easier to review and makes this one mechanical: it changes how the code is laid out, not what the node does. This PR is stacked on #14 and should be merged after #14. Once #14 lands, its base can be changed to `main`. ## Checks run - Prettier check - n8n strict lint - TypeScript typecheck - 12 automated tests - Clean package installation and loading - Production dependency audit with zero vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was out of date
This package had fallen behind both Parallel and n8n:
What changed
Why
The goal is to make the node dependable again. Without these updates, newer Parallel API changes could make workflows fail or send the wrong request shape. The webhook, packaging, and test changes make failures less likely to reach users.
Formatting cleanup is intentionally left for a separate follow-up PR so this review can stay focused on behavior.
Checks run
Live authenticated Parallel API testing is still pending. The API changes were checked against current official documentation and local fixtures.