yarn v1.15.0 Release Notes

    • โœ‚ Removes --scripts-prepend-node-path as Yarn's default behavior makes this obsolete

    #7057 - Jason Grout

    • ๐Ÿ›  Fixes the advisory link printed by yarn audit

    #7091 - Jakob Krigovsky

    • Fixes npm_config_ environment variable parsing to support those prefixed with underscore (ex: _auth)

    #7070 - Nicholas Boll

    • ๐Ÿ›  Fixes yarn upgrade --latest for dependencies using > or >= range specifier

    #7080 - Xukai Wu

    • ๐Ÿ›  Fixes --modules-folder handling in several places (ex: yarn check now respects --modules-folder)

    #6850 - Jeff Valore

    • โœ‚ Removes rootModuleFolders (internal variable which wasn't used anywhere)

    #6846 - Jeff Valore

    • โž• Adds support for setting global-folder from .yarnrc files

    #7056 - Hsiao-nan Cheung

    • ๐Ÿ‘‰ Makes yarn version cancellable via ctrl-c or empty string

    #7064 - Olle Lauri Bostrรถm

    • โž• Adds support for yarn policies set-version berry

    #7041 - Maรซl Nison

    • ๐Ÿ›  Fixes yarn upgrade --scope when using exotic (github) dependencies

    #7017 - Jeff Valore

    • ๐Ÿ›  Fixes occasionally mismatching upper/lowecases of drive letters in win32 pnp check

    #7007 - Christoph Werner

    • ๐Ÿ›  Fixes the error reporting for non-HTTP network errors (such as invalid certificates)

    #6968 - Chih-Hsuan Yen

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

    #6951 - John-David Dalton

    • ๐Ÿ“ฆ Packages won't be auto-unplugged anymore if ignore-scripts is set in the yarnrc file

    #6983 - Micha Reiser

    • 0๏ธโƒฃ Enables displaying Emojis on Terminus by default

    #7093 - David Refoua

    • โš™ Run the engines check before executing run scripts.

    #7013 - Eloy Durรกn