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.27.4
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.27.5
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 27, 2020

  1. fix: avoid joi validation error when using reporter.panic (#28291) (#…

    …28321)
    
    - previously just passing the error object would produce a joi
      error
    
    ```
    Failed to validate error Error [ValidationError]: "name" is not allowed
        at Object.exports.process (/myproject/node_modules/@hapi/joi/lib/errors.js:202:19)
        at internals.Object._validateWithOptions (/myproject/node_modules/@hapi/joi/lib/types/any/index.js:763:31)
        at internals.Object.validate (/myproject/node_modules/@hapi/joi/lib/types/any/index.js:797:21)
        at constructError (/myproject/node_modules/gatsby-cli/lib/structured-errors/construct-error.js:52:32)
        at Reporter.error (/myproject/node_modules/gatsby-cli/lib/reporter/reporter.js:135:59)
        at Reporter.panic (/myproject/node_modules/gatsby-cli/lib/reporter/reporter.js:75:34)
        at Object.panic (/myproject/node_modules/gatsby/src/utils/api-runner-node.js:201:16)
        at /myproject/node_modules/gatsby-plugin-sharp/index.js:162:14 {
      isJoi: true,
    ```
    
    (cherry picked from commit 231cf9f)
    
    Co-authored-by: rburgst <rburgst@gmail.com>
    pieh and rburgst authored Nov 27, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Okeanos Nikolas Grottendieck
    Copy the full SHA
    88837ab View commit details
  2. chore(release): Publish

     - gatsby-plugin-sharp@2.9.1
     - gatsby-transformer-sqip@2.6.1
    pieh committed Nov 27, 2020
    Copy the full SHA
    aa8934e View commit details

Commits on Nov 30, 2020

  1. fix(gatsby): handle in dev-ssr when a page is deleted (#28325) (#28370)

    (cherry picked from commit a9f9a23)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    vladar and KyleAMathews authored Nov 30, 2020
    Copy the full SHA
    e293ebc View commit details
  2. chore(gatsby): Invite more people to try QUERY_ON_DEMAND (#28327) (#2…

    …8371)
    
    * chore(gatsby): Invite more people to try QUERY_ON_DEMAND
    
    * update message for flags
    
    (cherry picked from commit a84f78e)
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    vladar and KyleAMathews authored Nov 30, 2020
    Copy the full SHA
    4dc5a1d View commit details
  3. chore(release): Publish

     - gatsby-admin@0.3.5
     - gatsby@2.27.5
    vladar committed Nov 30, 2020
    Copy the full SHA
    cc6e219 View commit details
Loading