-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Description
π¦ Scheduled Package Validation Report - Fri Aug 22 2025
π Summary:
- Total Components: 2982
- β Validated: 2971
- β Failed: 10
- βοΈ Skipped: 1
- π Publishable: 2981
- π Failure Rate: 0.34%
π Links
- Workflow Run: #12
- Download Reports: Check the workflow artifacts for detailed JSON and text reports
β Failed Packages
- @pipedream/amazon_ses (amazon_ses): relativeImports
- @pipedream/gitlab_developer_app (gitlab_developer_app): relativeImports
- @pipedream/notiff (notiff): relativeImports
- @pipedream/pikaso (pikaso): packageDependencies
- @pipedream/procore_sandbox (procore_sandbox): relativeImports
- @pipedream/salesmate (salesmate): packageDependencies
- @pipedream/slack_bot (slack_bot): relativeImports
- @pipedream/trustpilot (trustpilot): packageDependencies
- @pipedream/wildberries (wildberries): packageDependencies
- @pipedream/youtube_data_api_custom_app (youtube_data_api_custom_app): relativeImports
π Failure Categories
π RELATIVEIMPORTS Failures (6)
- @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/gitlab_developer_app: Relative imports to app files should be avoided. Found: import common from "../gitlab/gitlab.app.mjs" Consider using '@pipedream/gitlab' instead.
- @pipedream/notiff: Relative imports to app files should be avoided. Found: import notiffIo from "../notiff_io/notiff_io.app.mjs" Consider using '@pipedream/notiff_io' instead.
- ... and 3 more
π PACKAGEDEPENDENCIES Failures (4)
- @pipedream/pikaso: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- @pipedream/salesmate: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- @pipedream/trustpilot: Package imports require corresponding dependencies. Missing dependencies: @pipedream/types (for import { defineApp } from "@pipedream/types")
- ... and 1 more
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:verboseThis issue was automatically created by the scheduled package validation workflow.