Commit b21117e
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 and code fragments
Integrated into scripts/check.mjs for CI validation.1 parent d59bc84 commit b21117e
2 files changed
+417
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
224 | 245 | | |
225 | 246 | | |
226 | 247 | | |
| |||
0 commit comments