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.25.1
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.25.2
Choose a head ref

Commits on Nov 3, 2020

  1. fix(gatsby-plugin-sass): add missing options (#27786)

    * fix(gatsby-plugin-sass): add missing options
    
    `cssLoaderOptions` is not defined in the schema, so it will return an error when passing in these options.
    See readme: 
    ```
    If you need to override the default options passed into css-loader: Note: Gatsby is using css-loader@1.0.1.
    
    plugins: [
      {
        resolve: `gatsby-plugin-sass`,
        options: {
          cssLoaderOptions: {
            camelCase: false,
          },
        },
      },
    ]
    ```
    
    * Fix linting
    
    * test(gatsby-plugin-sass): add testing for css loader option
    
    Co-authored-by: Max Stoiber <contact@mxstbr.com>
    mikaelkristiansson and mxstbr authored Nov 3, 2020
    Copy the full SHA
    7c86973 View commit details
  2. fix(gatsby-source-contentful): default function returned invalid value (

    #27797)
    
    * fix(gatsby-source-contentful): default function returned invalid value
    
    * fix: Update packages/gatsby-source-contentful/src/gatsby-node.js
    
    Co-authored-by: Lennart <lekoarts@gmail.com>
    
    Co-authored-by: Lennart <lekoarts@gmail.com>
    mikaelkristiansson and LekoArts authored Nov 3, 2020
    Copy the full SHA
    e688bf0 View commit details
  3. Use NetworkFirst with networkTimeoutSeconds option configured (#27800)

    * Use NetworkFirst with networkTimeoutSeconds option configured
    
    This PR enables the networkTimeoutSeconds option when using the NetworkFirst strategy.
    
    * chore: format
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    YannickMol and gatsbybot authored Nov 3, 2020
    Copy the full SHA
    e215862 View commit details
  4. chore(release): Publish

     - gatsby-plugin-offline@3.3.1
     - gatsby-plugin-sass@2.4.1
     - gatsby-source-contentful@3.1.1
    pvdz committed Nov 3, 2020
    Copy the full SHA
    05032b6 View commit details
  5. fix(deps): update starters and examples - gatsby (#27779)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    cbc6b7f View commit details
  6. feat(gatsby-telemetry): Track terminal program (#27757)

    * feat(gatsby-telemetry): Track terminal program
    
    * Don't return undefined for CI
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    ascorbic and gatsbybot authored Nov 3, 2020
    Copy the full SHA
    bbf8502 View commit details
  7. chore(deps): update dependency jest-silent-reporter to ^0.3.0 (#27771)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    a23e6cb View commit details
  8. chore(deps): update dependency @types/lodash to ^4.14.164 (#27766)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    2cd8cc2 View commit details
  9. chore(deps): update dependency @types/bluebird to ^3.5.33 (#27765)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    a2c49dd View commit details
  10. chore(deps): update dependency @types/babel__core to ^7.1.12 (#27764)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    287e313 View commit details
  11. Copy the full SHA
    e93116e View commit details
  12. Copy the full SHA
    17dc4ba View commit details
  13. Copy the full SHA
    a6bebe4 View commit details
  14. Copy the full SHA
    216d1d8 View commit details
  15. fix(deps): update starters and examples to ^1.6.19 (#27657)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    c7f18dc View commit details
  16. fix(deps): update starters and examples - gatsby (#27722)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    1ad5b25 View commit details
  17. Copy the full SHA
    d6da02d View commit details
  18. chore(deps): update p-queue (#27099)

    * chore(deps): update p-queue
    
    * chore(deps): bump p-queue to ^6.6.2
    hoobdeebla authored Nov 3, 2020
    Copy the full SHA
    3121997 View commit details
  19. fix(deps): update minor and patch for gatsby-source-graphql (#27139)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 3, 2020
    Copy the full SHA
    89c6459 View commit details
  20. Copy the full SHA
    425c6d6 View commit details

Commits on Nov 4, 2020

  1. Copy the full SHA
    b1f3f8d View commit details
  2. chore(release): Publish

     - babel-preset-gatsby@0.5.16
     - gatsby-admin@0.1.183
     - gatsby-cli@2.12.116
     - gatsby-core-utils@1.3.24
     - gatsby-page-utils@0.2.30
     - gatsby-plugin-image@0.0.7
     - gatsby-plugin-manifest@2.5.2
     - gatsby-plugin-mdx@1.3.1
     - gatsby-plugin-offline@3.3.2
     - gatsby-plugin-page-creator@2.3.35
     - gatsby-plugin-preload-fonts@1.2.30
     - gatsby-plugin-sharp@2.7.1
     - gatsby-recipes@0.2.37
     - gatsby-remark-images-contentful@2.3.20
     - gatsby-remark-images@3.4.1
     - gatsby-source-contentful@3.1.2
     - gatsby-source-drupal@3.6.1
     - gatsby-source-filesystem@2.4.1
     - gatsby-source-graphql@2.7.7
     - gatsby-source-shopify@3.3.1
     - gatsby-source-wordpress@3.4.1
     - gatsby-telemetry@1.3.40
     - gatsby-transformer-remark@2.9.2
     - gatsby-transformer-sqip@2.4.1
     - gatsby@2.25.2
    vladar committed Nov 4, 2020
    Copy the full SHA
    077b67f View commit details
Loading