-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Closed
Copy link
Labels
automatedbugSomething isn't workingSomething isn't workingpackage-validationtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
π¦ Scheduled Package Validation Report - Wed Aug 13 2025
π Summary:
- Total Components: 2964
- β Validated: 2529
- β Failed: 434
- βοΈ Skipped: 1
- π Publishable: 2963
- π Failure Rate: 14.65%
π Links
- Workflow Run: #7
- Download Reports: Check the workflow artifacts for detailed JSON and text reports
β Failed Packages
- @pipedream/abuselpdb (abuselpdb): packageDependencies
- @pipedream/action_builder (action_builder): packageDependencies
- @pipedream/action_network (action_network): packageDependencies
- @pipedream/acumbamail (acumbamail): packageDependencies
- @pipedream/adafruit_io (adafruit_io): packageDependencies
- @pipedream/adp (adp): packageDependencies
- @pipedream/aimtell (aimtell): packageDependencies
- @pipedream/airnow (airnow): packageDependencies
- @pipedream/amazing_marvin (amazing_marvin): packageDependencies
- @pipedream/amazon_ses (amazon_ses): relativeImports
- ... and 424 more packages
π Failure Categories
π PACKAGEDEPENDENCIES Failures (414)
- @pipedream/abuselpdb: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- @pipedream/action_builder: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- @pipedream/action_network: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- ... and 411 more
π RELATIVEIMPORTS Failures (22)
- @pipedream/amazon_ses: Relative imports to app files should be avoided. Found: import aws from "../aws/aws.app.mjs" Consider using '@pipedream/aws' instead.
- @pipedream/apitemplate_io: Relative imports to app files should be avoided. Found: import constants from "../common/constants.mjs"
- @pipedream/clientary: Relative imports to app files should be avoided. Found: import utils from "../common/utils.mjs", import { requestMethodParams } from "../common/constants.mjs"
- ... and 19 more
π MAINFILE Failures (2)
- @pipedream/stack_exchange: Main file not found: stack_exchange.app.mjs
- @pipedream/yotpo: Main file not found: yotpo.app.mjs
π IMPORT Failures (2)
- @pipedream/stack_exchange: Main file not found: stack_exchange.app.mjs
- @pipedream/yotpo: Main file not found: yotpo.app.mjs
Full Report
The complete validation report is available as an artifact in the workflow run.
Next Steps
- Review the failed packages listed above
- Check the full validation report artifact for detailed error messages
- Fix import/dependency issues in failing packages
- Consider updating package.json configurations
- Ensure all main files have proper exports
π§ Quick Commands
To test a specific package locally:
npm run validate:package -- <package-name>
To run validation on all packages:
npm run validate:packages:verbose
This issue was automatically created by the scheduled package validation workflow.
Metadata
Metadata
Assignees
Labels
automatedbugSomething isn't workingSomething isn't workingpackage-validationtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee