Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yarnpkg/yarn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: yarnpkg/yarn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.3
Choose a head ref
  • 18 commits
  • 29 files changed
  • 6 contributors

Commits on Oct 24, 2018

  1. Bumps the changelog

    Maël Nison committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    daac3a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Fixes Node 10 CI on OSX (#6580)

    * Update config.yml
    
    * Update config.yml
    
    * Update config.yml
    arcanis authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9783400 View commit details
    Browse the repository at this point in the history
  2. Fixes Node 10 CI on OSX (#6580)

    * Update config.yml
    
    * Update config.yml
    
    * Update config.yml
    arcanis authored and Maël Nison committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    98418da View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. fix audit for packages without name (#6611)

    * fix audit for packages without name
    
    * add test
    
    * fix bad dependency version
    
    * fix bad dependency version
    
    * Update audit.js
    
    * Update CHANGELOG.md
    Jack Zhao authored and arcanis committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    4b8e49e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Fixes the resolve shim for liftoff (#6623)

    * Fixes the resolve shim for liftoff
    
    * Update CHANGELOG.md
    arcanis authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b62e9e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Stop copying .bin folders (#6628)

    * Stops copying the .bin folder from the cache
    
    * Adds a test
    arcanis authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    4177b08 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. fix: Use cmdshim instead of symlink on win32 in base-fetcher (#6621)

    * fix: Use cmdshim instead of symlink on win32 in base-fetcher
    
    * Update CHANGELOG
    
    * Bumps the cache key
    
    * Use cmdShim.ifExists to handle missing src like symlink (ignores)
    
    * Update CHANGELOG.md
    yoadsn authored and arcanis committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    4e3b2f6 View commit details
    Browse the repository at this point in the history
  2. Uses NODE_OPTIONS with PnP instead of CLI args (#6629)

    * Uses NODE_OPTIONS when spawning a process
    
    * Adds an additional test
    
    * Update CHANGELOG.md
    arcanis authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7977c42 View commit details
    Browse the repository at this point in the history
  3. Fixes potential freeze on win+node10 interactive upgrades (#5949) (#6635

    )
    
    * Fixes potential freeze on win+node10 interactive upgrades (#5949)
    
    There is a potential freeze when running interactive upgrades after selecting the options.
    This boiles down to a problem in the `inquirer` library which is used internally to provide the possible options.
    Updating `inquirer`to the latest version fixes the problem.
    
    * Update CHANGELOG.md
    pfeigl authored and arcanis committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    5539fa2 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    arcanis authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a40f3fc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    85660f7 View commit details
    Browse the repository at this point in the history
  2. Tries a fix for Windows

    Maël Nison committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1ceabe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Exposes pnpapi through resolveToUnqualified (#6643)

    * Exposes pnpapi through resolveToUnqualified
    
    * Update CHANGELOG.md
    arcanis authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    124a2ef View commit details
    Browse the repository at this point in the history
  2. fix(audit) Report vulnerabilities in workspace package dependencies (#…

    …6639)
    
    * added failing test for #6625
    
    * fix(audit): Add workspaceAggregator dependencies to root manifest to be audited.
    
    This change takes the packages that are included as part of the workspace and adds them to what is
    sent to the npm audit api.
    
    fixes #6625
    
    * update changelog for PR 6639
    rally25rs authored and arcanis committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f8e42c5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 1.12-stable

    Maël Nison committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b65dbb7 View commit details
    Browse the repository at this point in the history
  4. v1.12.2

    Maël Nison committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    0934bcd View commit details
    Browse the repository at this point in the history
  5. Fixes invalid version bump

    Maël Nison committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2603671 View commit details
    Browse the repository at this point in the history
  6. v1.12.3

    Maël Nison committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    38bbf59 View commit details
    Browse the repository at this point in the history
Loading