Skip to content

feat: Yarn version update #3048

@lewtakm

Description

@lewtakm

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:

  • .yarnrc
  • yarn-1.22.5.js

that should be committed into repository.

Context

While we use yarn commands on console we got warning like this one:

image

so upgrading yarn version would remove this warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions