Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove coverage deprecation warning #214

Closed
1 task
sandrozbinden opened this issue Apr 22, 2017 · 2 comments
Closed
1 task

Remove coverage deprecation warning #214

sandrozbinden opened this issue Apr 22, 2017 · 2 comments
Assignees
Milestone

Comments

@sandrozbinden
Copy link
Member

sandrozbinden commented Apr 22, 2017

Timeboxed 1 hour
The problem might be an not uptodate karma-webpackage transitive dependecies.

The transitive dependecies loader-utils should be updated

  • Create issue in karma-webpack

node:10896) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see webpack/loader-utils#56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.

@nikaluus nikaluus added this to the Sprint 6 milestone May 5, 2017
@mleu mleu self-assigned this May 6, 2017
@mleu mleu added in progress and removed sprint labels May 6, 2017
@mleu
Copy link
Member

mleu commented May 6, 2017

Webpack has loaders, which are defined in test-config/webpack.test.js. These in turn may use loader-utils, which is deprecating certain functions as described in the link above (issue 56).

We currently use two loaders which have not managed to fix this yet:

We will have to live with this until both PRs get merged.

@sandrozbinden
Copy link
Member Author

Could you attach the pull requests. Maybe we can remember them that it is an important issue for our project.

@mleu mleu changed the title Remove coverage deprication warning Remove coverage deprecation warning May 10, 2017
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

No branches or pull requests

3 participants