Feature Suggestion
I suggest updating version of the Yarn package installed in the project to the latest version. Last update was made 7 months ago. Outdated version of Yarn cause warning in console. Fix is simple and I believe new minor versions of yarn would not break anything so it should be not that hard to implement.
Possible Implementation
Updating yarn version inside project is quite easy. Simple command will do the job:
yarn set version latest
Then two files will be generated:
that should be committed into repository.
Context
While we use yarn commands on console we got warning like this one:

so upgrading yarn version would remove this warning.
Feature Suggestion
I suggest updating version of the Yarn package installed in the project to the latest version. Last update was made 7 months ago. Outdated version of Yarn cause warning in console. Fix is simple and I believe new minor versions of yarn would not break anything so it should be not that hard to implement.
Possible Implementation
Updating yarn version inside project is quite easy. Simple command will do the job:
yarn set version latestThen two files will be generated:
that should be committed into repository.
Context
While we use yarn commands on console we got warning like this one:
so upgrading yarn version would remove this warning.