Deprecate Cds API

Deprecates a CDS component, hook, or other exported symbol with consistent JSDoc, version tags, and docsite metadata across every public export path (web, mobile, common, visualization), not only the original package. Use whenever the user asks to deprecate a CDS component or API, mark something as deprecated, add @deprecated / @deprecationExpectedRemoval, or update deprecation warnings in apps/docs metadata under components or hooks (webMetadata.json / mobileMetadata.json / metadata.json). Also use when replacing a component or hook and sunsetting the old one. Always finish by running `yarn nx run <project>:lint` on modified packages so `internal/deprecated-jsdoc-has-removal-version` passes.

coinbase f7b55de 9.9 KB Updated

File contents

coinbase/cds/tree/main/.claude/skills/deprecate-cds-api commit f7b55de354

Frequently asked questions

npx skillmds@latest add coinbase/deprecate-cds-api