yarn v1.14.0 Release Notes

    • ๐Ÿ‘Œ Improves PnP compatibility with Node 6

    #6871 - Robert Jackson

    • ๐Ÿ›  Fixes PnP detection with workspaces (installConfig is now read at the top-level)

    #6878 - Maรซl Nison

    • ๐Ÿ›  Fixes an interaction between yarn pack and bundled dependencies

    #6908 - Travis Hoover

    • โž• Adds support for GITHUB_TOKEN in yarn policies set-version

    #6912 - Billy Vong

    • ๐Ÿ›  Fixes an issue where resolve would forward an incomplete basedir to the PnP hook

    #6882 - Zoran Regvart

    • ๐Ÿ›  Fixes the command that yarn unlink recommends to run as a followup (now yarn install --force)

    #6931 - Justin Sacbibit

    • ๐Ÿ”„ Changes the location where the --require ./.pnp.js flag gets added into NODE_OPTIONS: now at the front

    #6942 - John-David Dalton

    • ๐Ÿ›  Fixes a bug where os and platform requirements weren't properly checked when engines was missing

    #6976 - Micha Reiser