yarn v1.16.0 Release Notes

    • 📦 Retries downloading a package on yarn install when we get a ETIMEDOUT error.

    #7163 - Vincent Bailly

    • Implements yarn audit --level [severity] flag to filter the audit command's output.

    #6716 - Rogério Vicente

    • Implements yarn audit --groups group_name [group_name ...].

    #6724 - Tom Milligan

    • 🔦 Exposes the script environment variables to yarn create spawned processes.

    #7127 - Eli Perelman

    • 🖨 Prevents EPIPE errors from being printed.

    #7194 - Abhishek Reddy

    • ➕ Adds support for the npm enterprise URLs when computing the offline mirror filenames.

    #7200 - John Millikin

    • 📜 Tweaks the lockfile parser logic to parse a few extra cases

    #7210 - Maël Nison