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

Update dependencies #25

Merged
merged 3 commits into from
Apr 3, 2019
Merged

Conversation

andrewiggins
Copy link
Collaborator

@andrewiggins andrewiggins commented Nov 20, 2018

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 warning

The remaining warning:

  1. 1 low severity vulnerability ([email protected])

Major updates:

  • karma: ^2.0.0 -> ^3.1.1
  • karma-jasmine: ^1.1.1 -> ^2.0.1
  • jasmine-core: ^2.9.1 -> ^3.3.0
    • Handful of breaking changes, though I was able to upgrade other projects without any changes, so they don't seem to be too bad. jasmine release notes

Fixed warnings (fixed upstream):

  1. npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
    • This is a dependency of karma -> log4js and eslint -> ... -> flat-cache. Both projects are working on updates but I suspect it will take some time (log4js PR, flat-cache issue)

@LoneRifle
Copy link

royriojas/flat-cache#36 has been merged, dropping CircularJSON for flatted

@developit developit merged commit 38b3e9e into developit:master Apr 3, 2019
@andrewiggins andrewiggins deleted the update-deps branch April 12, 2019 00:45
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

Successfully merging this pull request may close these issues.

3 participants