We recently attempted to upgrade our company's Angular module, which required updating dependencies as well. Upon upgrading to the latest versions, we encountered an issue with the Jasmine-karma-HTML-Reporter due to its reliance on Jasmine-core 4.x.x while we updated to jasmine-core 5.0.0. Further investigation revealed that many of the karma packages have not been updated in over a year.
We are now seeking information on whether these packages will receive updates or if there are alternative solutions available that require minimal changes and offer the same configurability as the current karma.config setup. Our goal is to transition to Angular 16 with all the latest versions without compromising stability.