-
Notifications
You must be signed in to change notification settings - Fork 21
chore(deps): update dependency karma-browserify to v8 #61
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,7 +61,7 @@ | |
| "coveralls": "^3.0.2", | ||
| "function-bind": "^1.0.2", | ||
| "karma": "^3.0.0", | ||
| "karma-browserify": "^5.0.1", | ||
| "karma-browserify": "^8.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Peer dependency mismatch: karma version too oldMedium Severity Upgrading Additional Locations (1)Reviewed by Cursor Bugbot for commit ae67b65. Configure here. |
||
| "karma-cli": "^2.0.0", | ||
| "karma-coverage": "^2.0.3", | ||
| "karma-phantomjs-launcher": "^1.0.0", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade introduces a version compatibility issue.
karma-browserify@8.0.0requireskarma@6.xor higher, but the project currently useskarma@3.0.0. To resolve this, either:karma-browserify@5.x, orkarmato version 6.x or higherThe current combination of versions will cause runtime errors.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The peer dependencies of
karma-browserify@8.0.0are"karma": ">=4.3.0".The graphite app did not explain why it thought that
karma@6is required. It could be true, but we don't know why.