Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update dependencies to newer versions to get rid of most of the
npm install
warnings. It brings karmatic from 10 npm warnings and 7 security warnings to 1 low security warningThe remaining warning:
1 low severity vulnerability
([email protected]
)os.tmpdir
(output.publicPath
) codymikol/karma-webpack#338 and Dynamic import does not work on windows after 2.0.7 (re-open part deux) codymikol/karma-webpack#362 and fix(karma-webpack): Fix publicPath to be Windows-compatible codymikol/karma-webpack#373. These PRs are merged and published in karma-webpack@next. So just waiting on a release now.Major updates:
^2.0.0
->^3.1.1
^1.1.1
->^2.0.1
stopOnFailure
tooneFailurePerSpec
(which karmatic doesn't use) and requires peerDependencyjasmine@^3.3.0
: karma-jasmine 2.0.0 release notes^2.9.1
->^3.3.0
Fixed warnings (fixed upstream):
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
karma -> log4js
andeslint -> ... -> flat-cache
. Both projects are working on updates but I suspect it will take some time (log4js PR, flat-cache issue)