mizdra / mizdra/css-modules-kit

Remove deprecated `cmkOptions.keyframes` option in the next major release

Open
#432 0 comments 0 reactions 0 assignees View on GitHub

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 keyframes property from the VS Code tsconfig schema
  • Remove the deprecated section from README

🤖 Generated with Claude Code

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.