Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.31 KB

File metadata and controls

26 lines (21 loc) · 1.31 KB

Agent Instructions

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.

包 that cannot be upgraded yet

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-table and every examples/ember/* app, keep @babel/core, @babel/plugin-transform-runtime, @babel/plugin-transform-typescript, and @babel/runtime at 7.29.7. @rollup/plugin-babel 7.1.0 is the Rollup plugin version, not Babel itself.
  • @dnd-kit/abstract and @dnd-kit/helpers — keep ^0.2.3 in examples/svelte/kitchen-sink-shadcn. @dnd-kit-svelte/svelte@0.1.6 still 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.