One plugin frontend declares a test dependency it never imports.
Current state: plugins/fields/frontend/package.json lists msw among its devDependencies, copied from the shape the other plugin frontends use, but nothing in that package imports it. knip reports it as unused. It is not caught by any gate because knip does not run in CI.
Proposal: drop the entry. Consider whether knip belongs in CI as a separate question, since it would have named this on the pull request that introduced it.
Trigger: active, it shipped in 0.10.0 and knip names it on every run.
One plugin frontend declares a test dependency it never imports.
Current state:
plugins/fields/frontend/package.jsonlistsmswamong its devDependencies, copied from the shape the other plugin frontends use, but nothing in that package imports it. knip reports it as unused. It is not caught by any gate because knip does not run in CI.Proposal: drop the entry. Consider whether knip belongs in CI as a separate question, since it would have named this on the pull request that introduced it.
Trigger: active, it shipped in 0.10.0 and knip names it on every run.