-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
π¦ Scheduled Package Validation Report - Mon Oct 20 2025
π Summary:
- Total Components: 3062
- β Validated: 3059
- β Failed: 2
- βοΈ Skipped: 1
- π Publishable: 3061
- π Failure Rate: 0.07%
π Links
- Workflow Run: #22
- Download Reports: Check the workflow artifacts for detailed JSON and text reports
β Failed Packages
- @pipedream/rss (rss): packageDependencies
- @pipedream/verdict_as_a_service (verdict_as_a_service): import
π Failure Categories
π PACKAGEDEPENDENCIES Failures (1)
- @pipedream/rss: Package imports require corresponding dependencies. Missing dependencies: axios (for import axios from "axios")
π IMPORT Failures (1)
- @pipedream/verdict_as_a_service: Import test failed: Command failed: node components/verdict_as_a_service/import_test.mjs
Import failed for @pipedream/verdict_as_a_service: Named export 'ClientCredentialsGrantAuthenticator' not found. The requested module 'gdata-vaas' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'gdata-vaas';
const { Vaas, VAAS_URL, ClientCredentialsGrantAuthenticator, } = pkg;
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.