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: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.24.72
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.24.73
Choose a head ref
  • 6 commits
  • 25 files changed
  • 4 contributors

Commits on Oct 8, 2020

  1. Remove async statement around sync function (#27346)

    Fixes #27338
    
    Steps to reproduce :
    
    1. Uninstall yarn
    2. Verify that PackageManager is setted to 'yarn' in config.json
    3. Run gatsby-cli new
    
    It failed with
    
    ```
    
     ERROR
    
    Command failed with ENOENT: yarnpkg
    spawn yarnpkg ENOENT
    
      Error: Command failed with ENOENT: yarnpkg
      spawn yarnpkg ENOENT
    
      - child_process.js:268 Process.ChildProcess._handle.onexit
        internal/child_process.js:268:19
    
      - child_process.js:464 onErrorNT
        internal/child_process.js:464:16
    
      - task_queues.js:80 processTicksAndRejections
        internal/process/task_queues.js:80:21
    ```
    KuSh authored Oct 8, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b22384c View commit details

Commits on Oct 9, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d88c8e0 View commit details
  2. chore(gatsby-plugin-sharp): Add options schema (#27353)

    * Remove commented-out code
    
    * Add options schema for gatsby-plugin-sharp
    ascorbic authored Oct 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    650ccab View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0d79739 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c19b5f4 View commit details
  5. chore(release): Publish

     - gatsby-admin@0.1.162
     - gatsby-cli@2.12.107
     - gatsby-plugin-react-helmet@3.3.14
     - gatsby-plugin-sharp@2.6.40
     - gatsby-plugin-styled-components@3.3.14
     - gatsby-transformer-sqip@2.3.41
     - gatsby@2.24.73
    mxstbr committed Oct 9, 2020
    Copy the full SHA
    d20d2d2 View commit details
Loading