Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.13.5 #666

Merged
merged 14 commits into from Jan 9, 2020
Merged

Release 6.13.5 #666

merged 14 commits into from Jan 9, 2020

Commits on Jan 6, 2020

  1. docs: update gatsby dependencies

    PR-URL: #627
    Credit: @felixonmars
    Close: #627
    Reviewed-by: @ruyadorno
    felixonmars authored and ruyadorno committed Jan 6, 2020
    Copy the full SHA
    462cf09 View commit details
    Browse the repository at this point in the history
  2. chore: fix netlify publish path config

    PR-URL: #569
    Credit: @claudiahdz
    Close: #569
    Reviewed-by: @ruyadorno
    claudiahdz authored and ruyadorno committed Jan 6, 2020
    Copy the full SHA
    f2d770a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Copy the full SHA
    e16f68d View commit details
    Browse the repository at this point in the history
  2. Fix cache location for npm ci

    When you set `<cache>` directory in npm config, `npm ci` has been using `<cache>` for storing the cache instead of `<cache>/_cacache`
    
    PR-URL: #550
    Credit: @zhenyavinogradov
    Close: #550
    Reviewed-by: @ruyadorno
    zhenyavinogradov authored and ruyadorno committed Jan 7, 2020
    Copy the full SHA
    fd0a802 View commit details
    Browse the repository at this point in the history
  3. CI: add fail-fast: false

    This will allow all builds to run even if one fails
    
    PR-URL: #601
    Credit: @XhmikosR
    Close: #601
    Reviewed-by: @ruyadorno
    XhmikosR authored and ruyadorno committed Jan 7, 2020
    Copy the full SHA
    43ae079 View commit details
    Browse the repository at this point in the history
  4. Remove the unused appveyor.yml

    PR-URL: #603
    Credit: @XhmikosR
    Close: #603
    Reviewed-by: @ruyadorno
    XhmikosR authored and ruyadorno committed Jan 7, 2020
    Copy the full SHA
    4a669be View commit details
    Browse the repository at this point in the history
  5. CI: switch to actions/checkout@v2

    PR-URL: #600
    Credit: @XhmikosR
    Close: #600
    Reviewed-by: @ruyadorno
    XhmikosR authored and ruyadorno committed Jan 7, 2020
    Copy the full SHA
    9295046 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Fix bin-overwriting test on Windows

    Paired with @ruyadorno
    
    PR-URL: #659
    Credit: @isaacs
    Close: #659
    Reviewed-by: @ruyadorno
    isaacs authored and ruyadorno committed Jan 9, 2020
    Copy the full SHA
    3f009fb View commit details
    Browse the repository at this point in the history
  2. chore: ci cleanup

    - Moved windows builds to travis-only since they're currently failing
    on GHA and it's not code-related
    - Added setup on GHA config to only run coverage once in ubuntu target
    ruyadorno committed Jan 9, 2020
    Copy the full SHA
    e0a7a2f View commit details
    Browse the repository at this point in the history
  3. feat(version): using 'allow-same-version', git commit --allow-empty a…

    …nd git tag -f
    
    PR-URL: #648
    Credit: @rhengles
    Close: #648
    Reviewed-by: @ruyadorno
    rhengles authored and ruyadorno committed Jan 9, 2020
    Copy the full SHA
    4b30f3c View commit details
    Browse the repository at this point in the history
  4. npm-link: clarify usage of global prefix

    In wondered why npm link doesn't "install to" `npm prefix`.
    I looked up the documentation for `npm prefix` and found
    the important distinction between the local prefix, and the
    global prefix.
    
    This attempts to clarity that `npm link` always uses specifically
    the global prefix.
    
    PR-URL: #532
    Credit: @jgehrcke
    Close: #532
    Reviewed-by: @ruyadorno
    jgehrcke authored and ruyadorno committed Jan 9, 2020
    Copy the full SHA
    6fb5dbb View commit details
    Browse the repository at this point in the history
  5. docs: changelog for 6.13.5

    ruyadorno committed Jan 9, 2020
    Copy the full SHA
    4812866 View commit details
    Browse the repository at this point in the history
  6. update AUTHORS

    ruyadorno committed Jan 9, 2020
    Copy the full SHA
    e099866 View commit details
    Browse the repository at this point in the history
  7. 6.13.5

    ruyadorno committed Jan 9, 2020
    Copy the full SHA
    787bb66 View commit details
    Browse the repository at this point in the history