Updating IPGP to 2.18.0 causes several of my tests to fail with this error:
DependencyGroupInspectionTest > test non-normalized circular group FAILED
com.intellij.testFramework.TestLoggerFactory$TestLoggerAssertionError at TestLoggerFactory.java:511
Caused by: java.lang.NoClassDefFoundError at VueLspTypeScriptService.kt:27
Caused by: java.lang.ExceptionInInitializerError at VueLspServerLoader.kt:23
Yet everything is fine on 2.17.0. What is happening and what can I do?