-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify the dependency checker #8817
Comments
The dependency checker verifies, if a package included in the code is missing in So I'm adding another point to improve:
|
The dependency checker does not inform about unused packages in
|
The dependency checker does not check CSS files properly, so:
|
Fix (tests): Improved the dependency checker in detecting missing, unused, or misplaced packages from JS, CSS, and `package.json` files. Closes ckeditor/ckeditor5#8817.
Internal: Fixed unused or misplaced dependencies and added dependency checker to Husky. See: #8817.
Provide a description of the task
The dependency checker allows to
import ComponentFactory from '@ckeditor/ckeditor5-ui/src/componentfactory';
inckeditor5-core
package (packages/ckeditor5-core/src/editor/editorui.js
), despite lack of@ckeditor/ckeditor5-ui
inckeditor5-core
's dependencies. Verify why.Additionally:
ckeditor5
in the dependencies, if you imported something fromckeditor5/...
.@ckeditor/ckeditor5-*
in the dependencies.The text was updated successfully, but these errors were encountered: