Commit f1c3f42
committed
feat(validate): add bundle dependencies validation
Add validation script to detect dependency misconfigurations:
- Bundled packages should be in devDependencies
- External packages should be in dependencies/peerDependencies
- Filters subpath imports, code fragments, and dist/external directory
Integrated into scripts/check.mjs for CI validation.1 parent 2c18f4d commit f1c3f42
2 files changed
+407
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
0 commit comments