yarn v1.18.0 Release Notes

    • Suggests using the Yarn 2 development trunk on PnP-enabled projects

    #7512 - Maël Nison

    • 📦 Preserves linked packages when calling yarn create

    #7543 - Nick McCurdy

    • 🛠 Fixes the offline mirror filenames when using Verdaccio

    #7499 - xv2

    • 🛠 Fixes using link:. to refer to the package folder

    #7512 - Maël Nison

    • ⚙ Runs the prepare lifecycle of git dependencies even if NODE_ENV is set to production.

    #7398 - John Firebaugh

    • 🛠 Fixes the postversion lifecycle method not being called when using --no-git-tag-version.

    #7154 - Hampus Tågerud

    • 📦 Ignores potentially large vscode keys in package.json to avoid E2BIG errors.

    #7419 - Eric Amodio

    • Enforces https for the Yarn and npm registries.

    #7393 - Maël Nison

    • ➕ Adds support for reading yarnPath from v2-produced .yarnrc.yml files.

    #7350 - Maël Nison