mizdra / mizdra/css-modules-kit
Remove deprecated `cmkOptions.keyframes` option in the next major release
Open
Nobody has claimed this yet.
Type: Breaking Change
- Dominant language
- TypeScript
- Stars
- 197
- Forks
- 15
- Avg merge
- 1h 33m
- Merged PRs (30d)
- 9
Description
#430 deprecated cmkOptions.keyframes in favor of cmkOptions.animation. The old option still works but reports a deprecation warning.
In the next major release, remove cmkOptions.keyframes entirely:
- Remove the option handling and the deprecation warning from the config loader
- Remove the
keyframesproperty from the VS Code tsconfig schema - Remove the deprecated section from README
🤖 Generated with Claude Code
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the config loader's handling of cmkOptions.keyframes and its deprecation warning, then find the VS Code tsconfig schema and the deprecated README section. Remove the old option from all three areas and verify that keyframes is no longer accepted, documented, or warned about.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- documentation, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100