You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(types): adopt Ember 5.1 stable types, add local typings and CI lint
- Added index.d.ts (imports ember-source/types, lightweight module declarations).
- Added global.d.ts (test-only ambient module declarations).
- Updated tsconfig.json to remove @types from typeRoots.
- index.ts — import from runtime mobiledoc-dom-renderer for resolvable module paths.
- document.ts — narrowed parameter and safe getOwner(...).lookup handling.
- rendering-mobiledoc-test.ts — temporary as any casts for FastBoot visit results and file-level eslint disable for @typescript-eslint/no-explicit-any to unblock checks.
- Updated ci.yml to run pnpm run lint on push / PR.
0 commit comments