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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn upgrade warnings #79

Closed
dankohn opened this issue Jan 4, 2019 · 2 comments
Closed

yarn upgrade warnings #79

dankohn opened this issue Jan 4, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@dankohn
Copy link
Contributor

dankohn commented Jan 4, 2019

$ yarn upgrade
yarn upgrade v1.12.3
[1/5] 馃攳  Validating package.json...
[2/5] 馃攳  Resolving packages...
warning interactive-landscape > eslint > file-entry-cache > flat-cache > circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
warning interactive-landscape > jest-cli > prompts > kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\> for migration path(s).

Can we address these?

@dankohn dankohn added the enhancement New feature or request label Jan 4, 2019
@dankohn dankohn added this to Triage in interactive via automation Jan 4, 2019
@dankohn dankohn moved this from Triage to Soon in interactive Jan 4, 2019
@AndreyKozlov1984
Copy link
Contributor

It is not our issues, it is an issue of package owners.
As you see, we depend on eslint, which itself depends on file-entry-cache, etc, and that one uses an obsolete CircularJSON module

@dankohn
Copy link
Contributor Author

dankohn commented Jan 6, 2019

Being addressed in eslint/eslint#11052 and jestjs/jest#7430

@dankohn dankohn closed this as completed Jan 6, 2019
interactive automation moved this from Soon to Done Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
interactive
  
Done
Development

No branches or pull requests

2 participants