Before analyzing or changing this repository, read and follow
CONTRIBUTING.md. Its contribution, development, testing,
pull request, and changeset requirements apply to AI-assisted work as well as
human-authored work.
Keep every change focused on one topic. Understand and verify all generated code, run the required checks, and provide a concise pull request description that follows the repository template.
Leave these pins alone during routine dependency bumps. They currently break Ember, the Svelte kitchen-sink types, or are intentionally deferred.
- TypeScript — keep
6.0.3. Do not bump it as part of a general upgrade. - Babel 7 — Ember is not compatible with Babel 8. In
packages/ember-tableand everyexamples/ember/*app, keep@babel/core,@babel/plugin-transform-runtime,@babel/plugin-transform-typescript, and@babel/runtimeat7.29.7.@rollup/plugin-babel7.1.0is the Rollup plugin version, not Babel itself. @dnd-kit/abstractand@dnd-kit/helpers— keep^0.2.3inexamples/svelte/kitchen-sink-shadcn.@dnd-kit-svelte/svelte@0.1.6still depends on the 0.2.x line. Bumping to 0.5.x installs a second copy, and TypeScript treats those private-field types as incompatible.