This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
chore: upgrade to Karma 3.x and Jasmine 3.2.x #11489
Open
Description
Bug, enhancement request, or proposal:
Proposal
Steps to reproduce the issue:
https://github.com/angular/material/blob/v1.1.10/package.json#L62-L71
What is the expected behavior?
We depend upon recent versions of Karma and Jasmine.
What is the current behavior?
Currently we depend on very old versions of Karma and Jasmine.
What is the use-case or motivation for changing an existing behavior?
This Karma version has some high security vulnerabilities. It also makes it harder to track down test failures or issues like #11487 when we're based on old versions of these testing libraries.
Which versions of AngularJS, Material, OS, and browsers are affected?
- AngularJS: 1.7.x
- AngularJS Material: 1.1.10
- OS: all
- Browsers: all
Is there anything else we should know? Stack Traces, Screenshots, etc.
- Karma updated
- Jasmine updated