chore(deps): update dependency karma-browserify to v8#61
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency karma-browserify to v8#61renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
9aad5c7 to
9d48af7
Compare
Comment on lines
64
to
+65
| "karma": "^3.0.0", | ||
| "karma-browserify": "^5.0.1", | ||
| "karma-browserify": "^8.0.0", |
There was a problem hiding this comment.
This upgrade introduces a version compatibility issue. karma-browserify@8.0.0 requires karma@6.x or higher, but the project currently uses karma@3.0.0. To resolve this, either:
- Keep
karma-browserify@5.x, or - Upgrade
karmato version 6.x or higher
The 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.
The peer dependencies of karma-browserify@8.0.0 are "karma": ">=4.3.0".
The graphite app did not explain why it thought that karma@6 is required. It could be true, but we don't know why.
9d48af7 to
43919f8
Compare
43919f8 to
63fde4f
Compare
50004e1 to
3af6dd8
Compare
3af6dd8 to
41331b0
Compare
41331b0 to
f795b37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.1→^8.0.0Release Notes
nikku/karma-browserify (karma-browserify)
v8.1.0Compare Source
v8.0.0Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v6.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.