Skip to content

Fix npm test (karma-webpack): delete karma-webpack patch, as 5.0.1 works out of the box#1509

Merged
sschmidTU merged 4 commits into
developfrom
fix/karma-build-CI
Feb 1, 2024
Merged

Fix npm test (karma-webpack): delete karma-webpack patch, as 5.0.1 works out of the box#1509
sschmidTU merged 4 commits into
developfrom
fix/karma-build-CI

Conversation

@sschmidTU

@sschmidTU sschmidTU commented Feb 1, 2024

Copy link
Copy Markdown
Contributor

karma-webpack 5.0.1, released a few hours ago, failed npm test, and with that, our CI builds.
It is incompatible with the patch we used for it, but it seems to work out of the box patch-less, so we can just remove our patch.
We originally added the patch because karma-webpack 5.0.0 had build issues on MacOS (with different drives/mounts), but it looks like they fixed that in 5.0.1.
Original OSMD patch issue: #1119

…users who had 5.0.0 installed

without this, npm install didn't update to 5.0.1 if you already had 5.0.0 installed.
since we removed the patch, 5.0.1 should be used,
as 5.0.0 patch-less can fail on MacOS when running from different drives/mounts
@sschmidTU sschmidTU merged commit 7fa22db into develop Feb 1, 2024
@sschmidTU sschmidTU deleted the fix/karma-build-CI branch February 1, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Target files on different drive than the output path cause invalid path and error is thrown

1 participant