Forbidden dependency check - results

Summary

297 modules
754 dependencies
0 errors
1 warnings
10 informational
0 ignored
 

severity rule violations ignored explanation
info no-orphans 10 0 Modules with no incoming or outgoing dependencies are usually dead code.
warn no-circular 1 0 Circular dependencies make code hard to reason about and impossible to tree-shake.
error foundation-stays-pure 0 0 `@repo/db/foundation` is the shared base every app composes with. It must not import app-specific schema — the dependency points the other way (app fragments import foundation).
warn not-to-dev-dep 0 0 Production code should not depend on devDependencies — they're not installed in production.

All violations

severity rule from types to
warn no-circular example/src/router.tsx . example/src/routeTree.gen.ts →
example/src/router.tsx
info no-orphans example/src/db-collections/index.ts
info no-orphans example/src/lib/utils.ts
info no-orphans packages/ai/src/browser-stub.ts
info no-orphans packages/auth/src/server-browser-stub.ts
info no-orphans packages/auth/src/session-browser-stub.ts
info no-orphans packages/cache/src/browser-stub.ts
info no-orphans packages/jobs/src/browser-stub.ts
info no-orphans packages/metrics/src/browser-stub.ts
info no-orphans packages/realtime/src/browser-stub.ts
info no-orphans packages/storage/src/browser-stub.ts