Skip to content

πŸ“¦ Scheduled Package Validation Report - Fri Aug 22 2025 - 10 failuresΒ #18150

@github-actions

Description

@github-actions

πŸ“¦ 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

  1. Review the failed packages listed above
  2. Check the full validation report artifact for detailed error messages
  3. Fix import/dependency issues in failing packages
  4. Consider updating package.json configurations
  5. 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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions