Skip to content

Latest commit

 

History

History
72 lines (36 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

72 lines (36 loc) · 3.21 KB

Changelog

Please add one entry in this file for each change in Yarn's behavior. Use the same format for all entries, including the third-person verb. Make sure you don't add more than one line of text to keep it clean. Thanks!

Master

  • Run the engines check before showing the UI for upgrade-interactive

    #6535 - Orta Therox

  • Restore Node v4 support by downgrading cli-table3

    #6535 - Mark Stacey

  • Prevent infinite loop when parsing corrupted lockfile with unterminated string

    #4965 - Ryan Hendrickson

  • Environment variables now have to start with YARN_ (instead of just contain it) to be considered

    #6518 - Michael Gmelin

  • Fixes the extensions option when used by resolveRequest

    #6479 - Maël Nison

  • Fixes handling of empty string entries for bin in package.json

    #6515 - Ryan Burrows

  • Adds support for basic auth for registries with paths, such as artifactory

    #5322 - Karolis Narkevicius

1.12.0

  • Adds initial support for PnP on Windows

    #6447 - John-David Dalton

  • Adds yarn audit (and the --audit flag for all installs)

    #6409 - Jeff Valore

  • Adds a special logic to PnP for ESLint compatibility (temporary, until eslint/eslint#10125 is fixed)

    #6449 - Maël Nison

  • Makes the PnP hook inject a process.versions.pnp variable when setup (equals to VERSIONS.std)

    #6464 - Maël Nison

  • Disables by default (configurable) the automatic migration of the integrity field. It will be re-enabled in 2.0.

    #6465 - Maël Nison

  • Fixes the display name of the faulty package when the NPM registry returns corrupted data

    #6455 - Grey Baker

  • Prevents crashes when running yarn outdated and the NPM registry forgets to return the latest tag

    #6454 - mad-mike

  • Fixes yarn run when used together with workspaces and PnP

    #6444 - Maël Nison

  • Fixes an edge case when peer dependencies were resolved multiple levels deep (webpack-dev-server)

    #6443 - Maël Nison