Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0c5048017a5908d26d717fd1bd05b5481a9fa14a
Author: John Otander <johnotander@gmail.com>
Date:   Thu Apr 16 09:34:45 2020 -0600

    chore(www): Remove state file that shouldn't be in git (#23183)

commit d3823b5b2af478ce861a38413ee6b4d4f3cc6da9
Author: Kyle Mathews <mathews.kyle@gmail.com>
Date:   Thu Apr 16 09:32:17 2020 -0600

    chore(release): Publish

     - babel-plugin-remove-graphql-queries@2.8.2
     - babel-preset-gatsby@0.3.2
     - gatsby-cli@2.11.9
     - gatsby-codemods@1.2.2
     - gatsby-core-utils@1.1.2
     - gatsby-cypress@0.3.2
     - gatsby-dev-cli@2.6.3
     - gatsby-graphiql-explorer@0.3.2
     - gatsby-image@2.3.3
     - gatsby-link@2.3.3
     - gatsby-page-utils@0.1.2
     - gatsby-plugin-benchmark-reporting@0.1.3
     - gatsby-plugin-canonical-urls@2.2.2
     - gatsby-plugin-catch-links@2.2.2
     - gatsby-plugin-coffeescript@2.2.2
     - gatsby-plugin-create-client-paths@2.2.2
     - gatsby-plugin-cxs@2.2.2
     - gatsby-plugin-feed@2.4.2
     - gatsby-plugin-glamor@2.2.2
     - gatsby-plugin-google-analytics@2.2.3
     - gatsby-plugin-google-gtag@2.0.1
     - gatsby-plugin-google-tagmanager@2.2.2
     - gatsby-plugin-guess-js@1.2.2
     - gatsby-plugin-jss@2.2.2
     - gatsby-plugin-layout@1.2.2
     - gatsby-plugin-less@3.1.2
     - gatsby-plugin-lodash@3.2.2
     - gatsby-plugin-manifest@2.3.4
     - gatsby-plugin-mdx@1.1.8
     - gatsby-plugin-netlify-cms@4.2.3
     - gatsby-plugin-netlify@2.2.2
     - gatsby-plugin-nprogress@2.2.2
     - gatsby-plugin-offline@3.1.3
     - gatsby-plugin-page-creator@2.2.2
     - gatsby-plugin-postcss@2.2.2
     - gatsby-plugin-preact@3.2.2
     - gatsby-plugin-preload-fonts@1.1.2
     - gatsby-plugin-react-css-modules@2.2.2
     - gatsby-plugin-react-helmet@3.2.3
     - gatsby-plugin-remove-trailing-slashes@2.2.2
     - gatsby-plugin-sass@2.2.2
     - gatsby-plugin-sharp@2.5.5
     - gatsby-plugin-sitemap@2.3.3
     - gatsby-plugin-styled-components@3.2.2
     - gatsby-plugin-styled-jsx@3.2.2
     - gatsby-plugin-styletron@4.2.2
     - gatsby-plugin-stylus@2.2.2
     - gatsby-plugin-subfont@2.1.2
     - gatsby-plugin-twitter@2.2.3
     - gatsby-plugin-typescript@2.3.2
     - gatsby-plugin-typography@2.4.2
     - gatsby-recipes@0.0.6
     - gatsby-remark-autolink-headers@2.2.2
     - gatsby-remark-code-repls@3.1.2
     - gatsby-remark-copy-linked-files@2.2.2
     - gatsby-remark-custom-blocks@2.2.2
     - gatsby-remark-embed-snippet@4.2.3
     - gatsby-remark-graphviz@1.2.2
     - gatsby-remark-images-contentful@2.2.3
     - gatsby-remark-images@3.2.3
     - gatsby-remark-katex@3.2.2
     - gatsby-remark-prismjs@3.4.2
     - gatsby-remark-responsive-iframe@2.3.2
     - gatsby-remark-smartypants@2.2.2
     - gatsby-source-contentful@2.2.8
     - gatsby-source-drupal@3.4.4
     - gatsby-source-faker@2.2.2
     - gatsby-source-filesystem@2.2.3
     - gatsby-source-graphql@2.4.1
     - gatsby-source-hacker-news@2.3.2
     - gatsby-source-lever@2.2.2
     - gatsby-source-medium@2.2.2
     - gatsby-source-mongodb@2.2.2
     - gatsby-source-npm-package-search@2.2.2
     - gatsby-source-shopify@3.1.3
     - gatsby-source-wikipedia@2.2.2
     - gatsby-source-wordpress@3.2.4
     - gatsby-telemetry@1.2.4
     - gatsby-theme-blog-core@1.3.24
     - gatsby-theme-blog@1.4.24
     - gatsby-theme-notes@1.2.23
     - gatsby-transformer-asciidoc@1.2.2
     - gatsby-transformer-csv@2.2.2
     - gatsby-transformer-documentationjs@4.2.3
     - gatsby-transformer-excel@2.3.2
     - gatsby-transformer-hjson@2.3.2
     - gatsby-transformer-javascript-frontmatter@2.2.2
     - gatsby-transformer-javascript-static-exports@2.3.3
     - gatsby-transformer-json@2.3.2
     - gatsby-transformer-pdf@1.2.2
     - gatsby-transformer-react-docgen@5.1.2
     - gatsby-transformer-remark@2.7.2
     - gatsby-transformer-screenshot@2.2.2
     - gatsby-transformer-sharp@2.4.5
     - gatsby-transformer-sqip@2.2.5
     - gatsby-transformer-toml@2.3.2
     - gatsby-transformer-xml@2.2.2
     - gatsby-transformer-yaml@2.3.2
     - gatsby@2.20.23
     - graphql-skip-limit@2.2.2

commit c59a42185674d25a5afcb32c5b05788e8b655b1e
Author: Kyle Mathews <mathews.kyle@gmail.com>
Date:   Thu Apr 16 09:24:23 2020 -0600

    feat(Gatsby Recipes): Initial release (#22709)

    * Initial commit

    Co-authored-by: John Otander <johnotander@gmail.com>

    * Cleanups

    * more cleanup

    * Add missing remark-stringify dep (#22721)

    * WIP

    * WIP

    * update TODOs

    * Prettier + enable Ink's experimental mode

    * Don't need this anymore

    * Support running local recipes e.g. gatsby recipes ./text.mdx

    * prettier again

    * Make config slightly more robust (#22743)

    * Add support for devDependencies in NPMPackage resource

    Also when DEBUG=true – log the recipes server output to recipe-server.log

    * Move package to new prop name

    * Update todos

    * add TODO

    * recipes: Improve providers (#22764)

    * Don't overwrite files by default

    * Handle object style plugin config

    * Handle object style plugin config

    * Update todo

    * Use fs-extra, improve plugin config tests

    * Fix file check

    * Remove overwrite logic, this will be part of the plan step

    * Improve recipes providers (#22783)

    * Don't overwrite files by default

    * Handle object style plugin config

    * Handle object style plugin config

    * Update todo

    * Use fs-extra, improve plugin config tests

    * Fix file check

    * Remove overwrite logic, this will be part of the plan step

    * Queue operations and prompt user for each step

    * Remove unused graphql code

    * Return a plan for next step and reveal in ui

    * Begin using plan data for rendering

    Co-authored-by: John Otander <johnotander@gmail.com>

    * Support rendering more markdown

    * Support more markdown tags

    * Tweak providers, add more thorough tests

    * Clean up file after plan test

    * recipes: Add initial package json resource (#22805)

    * Copy recipes on change

    * improve stylings for h2/h3

    * Refactor to use xstate

    * Update TODOs

    * Improve parsing to handle basic template strings

    * Improve parsing to handle basic template strings

    * Chore(Recipes): Add recipes machine tests (#22823)

    * Add tests for recipe machine & some refactorings

    * Lint fixes

    * Cleanup

    * feat(recipes): Add resource schema/validation support (#22830)

    * Add tests for recipe machine & some refactorings

    * Lint fixes

    * Cleanup

    * Add start to e2e resource test example + resource schema + resource validation

    * Add e2e resource test helper & improve File resource code for it

    * fix(recipes): Don't duplicate plugin configuration by default (#22861)

    Also moves gatsby plugin provider to new structure for
    resources.

    * feat(recipes): Generate graphql schema from resources (#22864)

    * Add destroy cleanup verification

    * Update package json to use new provider structure

    * Update tests and port package json to new structure

    * feat(recipes): Generate graphql schema from resources

    * feat(recipes): Create connection types for resources (#22876)

    * Find the root directory of the Node.js project/npm package and use that as the base for File resources

    * Fix

    * update tests

    * Write e2e tests for npm package scripts & add validate/all implementations

    * Fix recipes (#22885)

    * Log errors happening in startup

    * import joi -> import @hapi/joi

    * Support for object values

    * Fix some more recipes (#22889)

    * Log errors happening in startup

    * import joi -> import @hapi/joi

    * Support for object values

    * Fix serial/batch/parallel

    * resource => resourceDefinition

    * Fix more recipes stuff (#22891)

    * Log errors happening in startup

    * import joi -> import @hapi/joi

    * Support for object values

    * Fix serial/batch/parallel

    * resource => resourceDefinition

    * Add ids to allNPMScript

    * Fix snapshot

    * Add allNPMPackageJson

    * Fix typo

    * feat(recipes): Implement shadowable files for themes (#22909)

    * feat(recipes): iterate on recipe design (#22911)

    * Squashed master

    commit 5859bdbd5b34b8758e35959e8da96db1eb7b70cc
    Author: Pascal Jean-Francois <jeffpascal96@gmail.com>
    Date:   Tue Apr 7 23:38:19 2020 +0300

        Recipe google analytics (#22648)

        * Update deploying-your-site.md

        * Added link from recipes page

        * chore: format

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/recipes/deploying-your-site.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update deploying-your-site.md

        * chore: format

        * Minor formatting, finishing step

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: LB <laurie@gatsbyjs.com>
        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit cc6dbf65f0f3c3052c922383f2f7f772f6cd3f12
    Author: Peter van der Zee <github-public@qfox.nl>
    Date:   Tue Apr 7 22:22:56 2020 +0200

        chore(release): Publish

         - gatsby-image@2.3.2
         - gatsby-plugin-mdx@1.1.6
         - gatsby-theme-blog-core@1.3.15
         - gatsby-theme-blog@1.4.15
         - gatsby-theme-notes@1.2.14

    commit cd120ae95de4f17a94b3002235d25cda812a219f
    Author: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    Date:   Tue Apr 7 22:16:06 2020 +0200

        fix(gatsby-plugin-mdx): pass on proper `modules` option value to babel (#22903)

    commit ff500c4f0ecff53223001769a35f128cb09878d1
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 7 22:09:26 2020 +0200

        fix brand name (#22901)

    commit 45b4ddefccd696523b0efbba89db324230bd48eb
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 7 22:08:59 2020 +0200

        fix brand name (#22902)

    commit ff48b22dc12fd29bbb401306f24856e55c2b7a81
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 7 22:05:20 2020 +0200

        fix toc (#22895)

    commit 60445cbc301e94aab01d9d60ac121abc406020d8
    Author: LB <laurie@gatsbyjs.com>
    Date:   Tue Apr 7 15:54:18 2020 -0400

        Update blogs with Gatsby Days info (#22900)

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit a171827f2e18b1cf3bb162a4df9eea570aa4b944
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Tue Apr 7 14:55:52 2020 -0400

        Fix Gatsby Days Virtual date

        Gatsby Days Virtual date has changed since publication, adjust text to reflect this.

    commit f95cd06bb8454ae3a9dd746f6e4fa3f12bdc3717
    Author: Brad Garropy <bradgarropy@gmail.com>
    Date:   Tue Apr 7 11:22:06 2020 -0500

        update seo example to use location and static query hooks. (#22772)

    commit 0c480233824f85ef4ac1c02bb31329c997b538d3
    Author: B4Le <iqbalanggoro48@gmail.com>
    Date:   Tue Apr 7 23:10:41 2020 +0700

        [Docs] adding additional parameter for Install the Visual Studio 2015 Build Tools (#22653)

    commit 16f9b40a44ecbf2f3210dcaad76bd09c8cba8780
    Author: Aisha Blake <aisha@gatsbyjs.com>
    Date:   Tue Apr 7 12:02:49 2020 -0400

        chore(docs): Add Snipcart reference guide (#22628)

        * Draft beginning and end

        * Tweak Snipcart intro

        * Finish draft

        * chore: format

        * HTML to JSX highlighting and label

        * Apply suggestions from code review

        Co-Authored-By: Obinna Ekwuno  <obinnacodes@gmail.com>

        * Add explanation for where to put product code

        * chore: format

        * Apply suggestions from code review

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs/docs/adding-a-shopping-cart-with-snipcart.md

        * Update docs/docs/adding-a-shopping-cart-with-snipcart.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: Ekwuno Obinna <obinnacodes@gmail.com>
        Co-authored-by: LB <laurie@gatsbyjs.com>

    commit 16984877481579a3aab739a42d90a3bf122175d6
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Tue Apr 7 22:54:45 2020 +0700

        chore(benchmarks): Add ability to fix broken images for contentful sites (#22882)

        * chore(benchmarks): Add ability to fix broken images for contentful sites

        * fix: added missing await

        * fix: removed accidental console.log

    commit f19c4d7691d9e8e2c81575c4b10feecab27ba511
    Author: Andrew Zeller <andrew.j.zeller@gmail.com>
    Date:   Tue Apr 7 06:14:56 2020 -0700

        docs: add Gatsby Cloud documentation (#22708)

        * Add Gatsby Cloud documentation

        * Fix typo in Gatsby Cloud doc

        * Apply suggestions from code review

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Add sub-bullets to breakup long steps

        * Revise CMS integrations bullet

        * alter some formatting

        * Update docs/docs/deploying-to-gatsby-cloud.md

        Co-authored-by: LB <laurie@gatsbyjs.com>
        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit 2d147d3863a4e21f1de2b492f935502f70e16c46
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Tue Apr 7 09:06:21 2020 -0400

        Add Gatsby Days LA video blog number 6 (#22871)

        * Add Gatsby Days LA video blog number 6

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 80c453e288164260d472beff1b37548b5afe4f15
    Author: Florian Gyger <gygy1992@hotmail.com>
    Date:   Tue Apr 7 14:31:05 2020 +0200

        fix(gatsby-image): apply IE polyfill styles to placeholder images too (#22863)

        * apply IE polyfill styles to placeholder images too

        * fixed formatting

    commit c16eaa25ea95addda5215d5c36324db7340d053c
    Author: Marcy Sutton <marcy@gatsbyjs.com>
    Date:   Tue Apr 7 05:12:03 2020 -0700

        update contributing doc (#22874)

    commit 30397f3625328f666ddeb05affae5ca134ef4f86
    Author: Mikhail Novikov <freiksenet@gmail.com>
    Date:   Tue Apr 7 12:24:33 2020 +0300

        chore(release): Publish

         - gatsby-plugin-mdx@1.1.5
         - gatsby-plugin-twitter@2.2.2
         - gatsby-theme-blog-core@1.3.14
         - gatsby-theme-blog@1.4.14
         - gatsby-theme-notes@1.2.13
         - gatsby@2.20.13

    commit cb9692f6dfc65a5c0229b93aea992aaf2eac26fa
    Author: Mikhail Novikov <freiksenet@gmail.com>
    Date:   Tue Apr 7 11:59:50 2020 +0300

        Use v8 serialize for context (#22851)

    commit 5c1d4a4f084bcf6123ef4d67ebe4f14940f39f07
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 6 19:59:09 2020 -0400

        Add Gatsby Days LA video blog 5 (#22870)

        * Add Gatsby Days LA video blog 5

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 8ef405bfdc8b3b9186ddb8631d50d260885df531
    Author: LB <laurie@gatsbyjs.com>
    Date:   Mon Apr 6 17:06:13 2020 -0400

        Improve README for twitter plugin (#22786)

        * Improve README for twitter plugin

        * Update packages/gatsby-plugin-twitter/README.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update packages/gatsby-plugin-twitter/README.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update packages/gatsby-plugin-twitter/README.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
        Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>

    commit 87842fa994cc70111807b8b55b97128a58d51084
    Author: LB <laurie@gatsbyjs.com>
    Date:   Mon Apr 6 17:05:44 2020 -0400

        Add Cloud to Lighthouse Page (#22687)

        * Add Cloud to Lighthouse Page

        * Update docs/docs/audit-with-lighthouse.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update docs/docs/audit-with-lighthouse.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
        Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>

    commit b0c564f21ff5cfb7e420dd970cdeb3dddeb0b3bf
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 6 16:53:45 2020 -0400

        Update index.md (#22866)

    commit 24bc3eacccc19705283209ab76333991d15574bd
    Author: LB <laurie@gatsbyjs.com>
    Date:   Mon Apr 6 16:38:53 2020 -0400

        Address inconsistency with gatsby-remark-images (#22666)

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit e24d333bedb6171fb0945366ba172538b26065a1
    Author: Rohit Gohri <gohri.rohit@gmail.com>
    Date:   Tue Apr 7 00:59:06 2020 +0530

        Fix transition-link installation docs link (#22865)

    commit 25c38abf798916da6ecf00b0ef0b5163cc94014e
    Author: Demetrio Alvarez <daiglesias3@esei.uvigo.es>
    Date:   Mon Apr 6 21:02:17 2020 +0200

        docs: fix references to undefined data variable (#22820)

    commit 9e4a2bbd4b3800cf4666a062ef97649b3bac6481
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 6 13:58:58 2020 -0400

        Blog gatsby days LA video 4 (#22793)

        * Add Gatsby Days LA 2020 Video Blog 3

        * Create video blog post #4

        * chore: format

        * move file, change name

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit a801a5d54ae5cb15e0eb5e59cc7ad63c71baf818
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 6 13:03:12 2020 -0400

        Blog virtual gatsby days cfp (#22796)

        * Add Laci Texter author avatar

        * Add Laci Texter to author.yaml

        * Create text for Virtual Gatsby Days CFP blog post

        * Update CFP text

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: LB <laurie@gatsbyjs.com>

    commit 6009c0a2063cd7ac1330de746fa4e71b55dcbab6
    Author: Brad Garropy <bradgarropy@gmail.com>
    Date:   Mon Apr 6 11:04:48 2020 -0500

        🏠 showcase bradgarropy.com (#22775)

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit da61143a0b095efb5a538a0636da1c05542d6f80
    Author: Miloš Dželetović <32564651+Miloshinjo@users.noreply.github.com>
    Date:   Mon Apr 6 18:01:13 2020 +0200

        chore(starters): gatsby-ts-tw-styled-eslint-starter (#22835)

        * Add gatsby-ts-tw-styled-eslint-starter to starters.yml

        * Update starters.yml

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit 0c77a622bfe6bb38eefdb3e673e39a79b4ba5a27
    Author: Tiffany Brown <webinista@users.noreply.github.com>
    Date:   Mon Apr 6 08:58:35 2020 -0700

        Add docs/hydration entry. (#22767)

        - Update glossary.md, doc-links.yaml with links to new article.

    commit 2bee16e6e587e011ec586f4c09f7d589d91a87e7
    Author: Martin Makarský <martinm@kentico.com>
    Date:   Mon Apr 6 17:54:36 2020 +0200

        chore(starters): add gatsby-starter-kontent-lumen (#22850)

        * chore(starters): add gatsby-starter-kontent-lumen

        * remove invalidated categories

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit 8d01f2ac901992148453434fe60c3fda30b2b1fa
    Author: Wojciech Kałużny <wojciech.kaluzny@me.com>
    Date:   Mon Apr 6 17:44:54 2020 +0200

        Added mrkaluzny.com (#22836)

        * Added mrkaluzny.com

        Added new site to showcase

        * update invalid tag

        * prettier doc formatting

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit 036c3da86ed9f52ce9154e7c95dcbcd8421bd12c
    Author: caitlinthefirst <caitlin@gatsbyjs.com>
    Date:   Mon Apr 6 11:27:33 2020 -0400

        community event page update (#22800)

        * community event page update

        Updating to clarify that community support is currently suspended.

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 9fb521a292d453146640f18437e13367c5a5cb5c
    Author: caitlinthefirst <caitlin@gatsbyjs.com>
    Date:   Mon Apr 6 11:05:13 2020 -0400

        Update "organize a community event" page (#22801)

        * Update "organize a community event" page

        Update to clarify that the program is on hold due to COVID-19.

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 9b635cbde5003f8762f1c2c8fe983786fb9a3a90
    Author: Akshit Kr Nagpal <akshitkrnagpal@gmail.com>
    Date:   Mon Apr 6 20:24:07 2020 +0530

        feat(www): Add Community Plugin Badge (#21847)

        * Add Community Plugin Badge

        * Add Community Icon for plugins search body

    commit 4e1dc8a6368534ed6ebafa6705fe388e3935a680
    Author: Rizwan Jamal ⚡️ <Rizwan_hassanfatah@hotmail.com>
    Date:   Mon Apr 6 19:27:23 2020 +0500

        fix: fix grammar issues with formatting (#22808)

    commit 16793b313b44a7772b09e7051925630845ba2252
    Author: Kevin Miller <keveemiller@gmail.com>
    Date:   Mon Apr 6 10:26:43 2020 -0400

        chore(docs): Add site The COVID Tracking Project (#22828)

        Co-authored-by: LB <laurie@gatsbyjs.com>

    commit 6e4cc15a61759bdeca2460e63d561c5226c15040
    Author: Chris Opperwall <copperwall@gmail.com>
    Date:   Mon Apr 6 07:22:04 2020 -0700

        docs: use PageQuery in gatsby image example snippet (#22815)

        This updates the example snippets on the /docs/using-gatsby-image
        documentation page to use PageQueries instead of StaticQueries, because
        the example snippets have a src/pages/index.js filename.

        The hope is that since the snippet filenames are in the pages directory,
        it's more consistent with other documentation to use PageQueries when
        in a src/pages/*.js file instead of a StaticQuery, which from the
        documentation appears to be used in places like src/components/*.js.

    commit a9085a3f3161b760775cdaf8d2d846825b3f4f48
    Author: Barry McGee <barrymcgee@users.noreply.github.com>
    Date:   Mon Apr 6 15:11:01 2020 +0100

        Update broken link in sourcing-from-graphcms.md (#22827)

    commit e1b854e5056060da09a9feaa476597975cf3a264
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Mon Apr 6 17:49:44 2020 +0700

        chore(release): Publish

         - gatsby-source-graphql@2.3.2

    commit ad945ec8a8428ed4a53614e2e646ca5a68c79d82
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Mon Apr 6 17:41:42 2020 +0700

        fix(gatsby-source-graphql): Convert ts to plain js until better times (#22848)

    commit 22b30333fd2fd5bb25f0fd402c313e3fd3e1874e
    Author: T Thiyagaraj <tstream.h@outlook.com>
    Date:   Mon Apr 6 16:01:21 2020 +0530

        chore(docs): Update formatting (#22845)

        * Fix formatting, add commas

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 6d3545321c6cd6efcfc22477fb22bc2105fa6602
    Author: Masoud <50676388+masoudkarimif@users.noreply.github.com>
    Date:   Sun Apr 5 17:31:49 2020 -0600

        Added covid19.thegauntlet.ca to sites.yml (#22839)

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit aa550f49a711b103dd4370f493e5ecf6a52354c1
    Author: mike w <opensource@hoho.com>
    Date:   Sun Apr 5 19:31:38 2020 -0400

        chore(starters): add gatsby-starter-basic-bootstrap (#22837)

        Nothing earth-shattering here, simply a starter with  *just* react-bootstrap and sass
        support. Many other existing starters bring a lot of additional bells and whistles.

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 2132f18e6a2559f1bc533e197c2d8551a552fc17
    Author: ritesh-zestard <ritesh@zestard.com>
    Date:   Mon Apr 6 04:59:55 2020 +0530

        Update Zestard.com site for showcase (#22787)

        * update zestard site for showcase

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit ac7869b63c8d606fd53591e7400ac56a47ecb9fc
    Author: Sergey Monin <moninsergei@gmail.com>
    Date:   Mon Apr 6 03:29:40 2020 +0400

        Update sites.yml, add ocius.com.au (#22362)

        Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 25f2276332df83ac068ba198693c9fd99816d24d
    Author: Kostas Vrouvas <kosvrouvas@gmail.com>
    Date:   Mon Apr 6 02:26:38 2020 +0300

        Update sites.yml (#22769)

        add kosvrouvas.com

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit b0c2b11bbee741c1bbf2ab99b8849dee443cc841
    Author: Gagandeep Singh <iamtherealgd@gmail.com>
    Date:   Mon Apr 6 04:54:19 2020 +0530

        chore(starters): add gatsby-starter-22boxes-uno (#22756)

        * Gatsby starter added: Uno

        * git url updated

        Co-authored-by: Gagandeep Singh <gagandeep.singh@kony.com>

    commit d4e3368e00c918323822a1fb9bcb9cccb0857a37
    Author: SONGMINSEOK <somony9292@gmail.com>
    Date:   Mon Apr 6 08:23:46 2020 +0900

        chore(starters): add gatsby-starter-song (#22712)

        * chore(starters): add gatsby-starter-song

        * chore(starters): typo error modify

        * chore(starters): typo modify

        * Guildlines
        Correct by referring to the guidelines

        * Error update

        * error: Decompress bug

        * package.json downgrade

    commit 30b5f86ececce9634a26b01589960c64320df7a5
    Author: Robin Métral <robin@metral.ch>
    Date:   Mon Apr 6 01:23:02 2020 +0200

        chore(starters): update gatsby-theme-oss (#22698)

        * chore(starters): update gatsby-theme-oss

        The starter was redesigned and extended into a Gatsby Theme.
        https://github.com/robinmetral/gatsby-theme-oss

        * chore(starters): switch gatsby-starter-oss to starter repo

        The theme's repo at robinmetral/gatsby-theme-oss is not a valid starter although the tree contains one, because it cannot be installed with the gatsby-cli using gatsby new.

        To solve this, the starter is now being auto-published on robinmetral/gatsby-starter-oss.

    commit ca8088b0d2ab73e5a7339d44e695d3acd6ddb6a0
    Author: arnorhs <arnorhs@gmail.com>
    Date:   Sun Apr 5 23:22:22 2020 +0000

        Adding www.kosmosandkaos.is to the sites.yml file (#22371)

        * Adding www.kosmosandkaos.is to the site showcase

        * Update sites.yml

        * Update sites.yml

        * Update sites.yml

    commit 644372e69b63824be5ed46a3cf745c84d7003119
    Author: Masatoshi Nishiguchi <mnishiguchi@users.noreply.github.com>
    Date:   Sun Apr 5 19:20:35 2020 -0400

        Add hanarecafe.com to the Showcase (#22790)

    commit 3af9ec0c9a81196a3054be336633d8adae024d9f
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Sat Apr 4 15:30:50 2020 -0600

        Update benchmark willit version to * (#22824)

    commit 7508565d15be38ae4f57bf53d77c017021bdf812
    Author: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Date:   Sat Apr 4 20:47:56 2020 +0200

        chore(release): Publish

         - gatsby-plugin-sharp@2.5.4
         - gatsby-remark-images@3.2.2
         - gatsby-source-contentful@2.2.7
         - gatsby-theme-blog-core@1.3.13
         - gatsby-theme-blog@1.4.13
         - gatsby-transformer-sharp@2.4.4
         - gatsby-transformer-sqip@2.2.4

    commit 156d8316dfbc5796877b471b02127e4657a57a45
    Author: nikoladev <15011519+nikoladev@users.noreply.github.com>
    Date:   Sat Apr 4 20:42:31 2020 +0200

        chore(monorepo): bump decompress in yarn.lock (#22797)

        https://www.npmjs.com/advisories/1217

    commit 7a8f01626641f2ffa970032d42ec875d1479c177
    Author: nikoladev <15011519+nikoladev@users.noreply.github.com>
    Date:   Sat Apr 4 20:25:02 2020 +0200

        fix(dependencies): bump potrace version (#22803)

        * fix minimist vulnerability

        https://www.npmjs.com/advisories/1179

        * update extract-zip

    commit 7b083a6812da8405d2b521e3676e4e57f888bf71
    Author: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Date:   Sat Apr 4 19:26:11 2020 +0200

        chore(starters): bump dependencies (#22819)

    commit 9d256d4a96ab5f5ed8ba5f4a4eda24410f328c75
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Fri Apr 3 16:41:17 2020 -0600

        Fix incorrect benchmark working directory (#22807)

    commit 82b1fdae85db583c09d9b7b2203512ab36d7e33b
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Fri Apr 3 16:53:51 2020 -0400

        Blog case study commonwealth aten (#22802)

        * Upload author avatar Debra Combs

        * Add Debra Combs to authors.yaml

        * Create Commonwealth Aten case study text index.md

        * Add redesigned scorecard screenshot

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 2bb39c191631961ff80f0cbf31cec5881f19eb17
    Author: Yuki Takemoto <mottox2@users.noreply.github.com>
    Date:   Sat Apr 4 05:39:49 2020 +0900

        docs: add missing quote (#22771)

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 948e0933dc69a621eeaf188f1821c338c4256d99
    Author: Hashim Warren <hashim@gatsbyjs.com>
    Date:   Fri Apr 3 15:45:39 2020 -0400

        (blog) 100days challenge 14 (#22799)

        * Add use themes blog post

        * chore: format

        * Fix typos

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 5bc03719320d02da27d154fe4df7a30ec1c6289f
    Author: Moni <40552237+NotMoni@users.noreply.github.com>
    Date:   Fri Apr 3 15:05:04 2020 -0400

        doc: fix grammer (#22791)

    commit 25e404fd7be6467d8e52359ca45ad148514ac4a2
    Author: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Date:   Fri Apr 3 16:38:23 2020 +0200

        chore(release): Publish

         - gatsby-plugin-benchmark-reporting@0.1.2

    commit 3aa090ecaae7cda8b6d45b7ed2f1a1e86ca604f8
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Fri Apr 3 08:29:36 2020 -0600

        chore(benchmarks): Add BENCHMARK_ prefix to benchmark env variables (#22779)

        * Add BENCHMARK_ prefix to benchmark env variables

        * Update example envs with BENCHMARK prefix

        * Update Contentful envs in setup

    commit ec4e286a8ec93ca0fc5bc412e26cdfb478eb2071
    Author: Nicholas Capo <nicholas.capo@gmail.com>
    Date:   Fri Apr 3 09:28:18 2020 -0500

        ci: add mdx benchmark to cronjob, adjust content source in remark benchmarks to differentiate mdx and remark (#22780)

        * chore(circleci): Change BENCHMARK_CONTENT_SOURCE MDX to MARKDOWN

        * We will soon be running an actual MDX benchmark so correct these

        * chore(benchmarks): Fixup and integrate mdx

        * Enable in CircleCI

    commit b5b41a081af264864db87742aa7f0e06f87f14e1
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Fri Apr 3 08:21:05 2020 -0600

        fix(gatsby-plugin-benchmark-reporting): Update pageCount to use NUM_PAGES (#22766)

        * Update pageCount to use NUM_PAGES

        * parseInt for NUM_PAGES environment

    commit c6552a227a54f338346b82a10ad5f1097dec3b5a
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Fri Apr 3 08:08:38 2020 -0600

        chore(benchmarks): Add .nvmrc to new benchmarks (#22760)

    commit 4210f46f97a5d93e385776deccb39c20146710a9
    Author: Eyas <eyas.sharaiha@gmail.com>
    Date:   Fri Apr 3 08:06:53 2020 -0400

        chore: Upgrade and consolidate @types/react (#22710)

        We used to only inherit it transitively via @types/prop-types, but a lot
        of typings actually need it.

        This will helps us pull the latest @type/reach__router package, which
        (only implicitly, unfortuately) depends on more recent react types than
        the ones we have.

        For example, helps in #22563.

    commit 805b745a15d38b14550312cdb4e1a99be2313bef
    Author: Mikhail Novikov <freiksenet@gmail.com>
    Date:   Fri Apr 3 12:03:15 2020 +0300

        chore(release): Publish

         - gatsby-cli@2.11.5
         - gatsby-theme-blog-core@1.3.12
         - gatsby-theme-blog@1.4.12
         - gatsby-theme-notes@1.2.12
         - gatsby@2.20.12

    commit a7281c220802e0baf02441b97e421a7f4dde0345
    Author: Mikhail Novikov <freiksenet@gmail.com>
    Date:   Fri Apr 3 11:58:36 2020 +0300

        fix(gatsby): Fix OOM from telemetry storing too much (#22752)

    commit 5b35accd289c4da6fc7ee515ba654ee3985f90f0
    Author: Arthur <arthur@mediamonks.com>
    Date:   Thu Apr 2 19:42:17 2020 -0700

        chore(gatsby) Migrate joi schema to Typescript (#22738)

        * Migrate joi schema to Typescript

        * Add joi schema for gatsby-cli's structured-errors as well

        * Fixes unit-test

        * Use types from redux/types - they seem to be newer than types in gatsby/index.d.ts

        * consolidate structured errors types into types file to be imported by others

        * force rebuild

        Co-authored-by: madalynrose <madalyn@gatsbyjs.com>

    commit 9bc20261ea4cd1d6a5a354cdaed7a7aebe2026ae
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Thu Apr 2 21:35:31 2020 -0500

        chore(release): Publish

         - gatsby-link@2.3.2
         - gatsby-source-contentful@2.2.6
         - gatsby-source-graphql@2.3.1
         - gatsby-theme-blog-core@1.3.11
         - gatsby-theme-blog@1.4.11
         - gatsby-theme-notes@1.2.11
         - gatsby@2.20.11

    commit 14b96052edc1e653a71e78e9262962f8aef5eb9a
    Author: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Date:   Fri Apr 3 04:34:17 2020 +0200

        fix(gatsby-link): drop custom innerRef typing and reuse one from @reach/router (#22770)

    commit 480a9280c6fc27bb1b3f0d408067820acc30b840
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Thu Apr 2 21:26:14 2020 -0500

        chore(gatsby-cli): Add tests for `gatsby repl` (#22740)

    commit 11617945991e30ab896aafd387fe908a0f8af627
    Author: Alejandro Ñáñez Ortiz <alejonanez@gmail.com>
    Date:   Thu Apr 2 21:25:25 2020 -0500

        Update README.md (#22781)

        The API referenced in the examples is no longer available. Here's the correct one.

    commit ab9cc63ef596c876514537d1b64d1362a8aa6f38
    Author: Aziz Abbas <abdz.abbas@gmail.com>
    Date:   Thu Apr 2 11:24:11 2020 -0700

        chore(starters): add gatsby-starter-builder (#22692)

        * chore(starters): add gatsby-starter-builder

        * address feedback

    commit 81f09f866d8e342ff6a93a9b7acb506bd2bbfeb5
    Author: Boris Kirov <borisasenovkirov@gmail.com>
    Date:   Thu Apr 2 19:41:33 2020 +0200

        Added Fluiditype (#22686)

        * Added Fluiditype

        Adding a site build with Gatsby, which is about fluid typography

        * Update sites.yml

        * Update docs/sites.yml

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
        Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
        Co-authored-by: LB <laurie@gatsbyjs.com>

    commit 4eedfaf082588db42ee5fdbd9eb0c7b7febc6477
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Thu Apr 2 12:22:16 2020 -0400

        Add blog post with Gatsby LA video 2 - Dustin Schau (#22736)

        * Create index.md

        * Create video preview

        * Change branch name

        Nomenclature is now by author rather than video sequence

        * Update index.md

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 62cba610751d1a82831ec7e2346325b00d7d20ed
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Thu Apr 2 08:38:22 2020 -0600

        Fix DatoCMS benchmarks (#22761)

        * Fix DatoCMS benchmarks

        * Update double quotes to backticks

    commit a6f5dc3466d398acf81203ea8dab94bf36407186
    Author: Mukul Rathi <mukul.rathi@gmail.com>
    Date:   Thu Apr 2 14:33:47 2020 +0100

        chore(starters): add  gatsby-starter-reason-blog (#22690)

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit b37eda084ee62bcea5bd28e6ab36ae6553a1069f
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Thu Apr 2 14:37:36 2020 +0200

        remove local domain (#22729)

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit aafef8d235f2b88648046e36699be20258360920
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Thu Apr 2 14:20:00 2020 +0200

        remove local domain (#22732)

    commit cfd2384ee9249772f5af96b38f0466dc1ab35257
    Author: Georges Haidar <ghaidar0@gmail.com>
    Date:   Thu Apr 2 08:25:05 2020 +0100

        fix(gatsby-source-contentful): use request url for base64 image cache key (#22745)

        * fix(gatsby-source-contentful): use request url for base64 image cache key

        * Apply suggestions from code review

        Co-authored-by: Ward Peeters <ward@coding-tech.com>

    commit 6c4a97998183226f9b6615ac2a0637651b4db12c
    Author: Kyle Mathews <mathews.kyle@gmail.com>
    Date:   Wed Apr 1 16:02:23 2020 -0700

        Add blog post for community Q&A (#22737)

    commit 231c7ef16db9e5845e013d9dad54ad42c76b9971
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Wed Apr 1 17:17:46 2020 -0500

        chore(gatsby-cli): use `gatsby clean` in tests to test `gatsby clean` (#22739)

        * chore(gatsby-cli): use `gatsby clean` in tests to test `gatsby clean`

        * cleanup

    commit 18b1bbc31dc5bf86464394baa1c2d12b6a10291c
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Wed Apr 1 16:58:49 2020 -0400

        Fix typo (#22727)

    commit ad6bc16d6cfb57155ca04b0420c26e9f72d1607a
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Thu Apr 2 03:00:27 2020 +0700

        fix(gatsby): Support grouping by reserved keywords (#22603)

    commit 040afea56df9b49838e18b5f6f23f716906817ab
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Wed Apr 1 19:54:17 2020 +0200

        remove local domain (#22723)

    commit 1aac0ff45a58539185921121faff75cebd7af79a
    Author: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Date:   Wed Apr 1 19:04:38 2020 +0200

        docs: clarification about `.cache` and `public` persistance when using GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES (#22720)

    commit b1be097a6afa86c1311b97440b38b5671a3f553b
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Wed Apr 1 22:50:42 2020 +0700

        chore(release): Publish

         - gatsby-cli@2.11.4
         - gatsby-plugin-google-gtag@2.0.0
         - gatsby-telemetry@1.2.3
         - gatsby-theme-blog-core@1.3.10
         - gatsby-theme-blog@1.4.10
         - gatsby-theme-notes@1.2.10
         - gatsby@2.20.10

    commit 7a4db4bf5d7de548195a9952f562d75763201f20
    Author: Camilo Bravo <cbravo@klick.com>
    Date:   Wed Apr 1 11:32:52 2020 -0400

        fix(gatsby-plugin-google-gtag): OutboundLink Forward Ref (#22705)

        * gatsby-plugin-google-gtag OutboundLink Forward Ref

        update gatsby-plugin-google-gtag OutboundLink component to forward ref onto DOM element.

        * fix typo

        * linting fix

        * remove semi clons

    commit d5894c10d4474d297c7b8a13780b2a9e1d803264
    Author: Lane Parton <lane@laneparton.com>
    Date:   Wed Apr 1 10:19:35 2020 -0400

        [docs]Docs/Blog Frontmatter Documentation (#22604)

        * Update docs-and-blog-components.md

        * Update docs-and-blog-components.md

        * Update docs/contributing/docs-and-blog-components.md

        Co-Authored-By: LB <laurie@gatsbyjs.com>

        * Update docs-and-blog-components.md

        Co-authored-by: LB <laurie@gatsbyjs.com>
        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 8b96f950b22d3688d8e2a800109fd4ae902917e9
    Author: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    Date:   Wed Apr 1 15:10:42 2020 +0200

        chore(gatsby): create single filter cache key generator (#22716)

        * chore(gatsby): create single filter cache key generator

        * Add comment about future proofing

    commit 372d127258953b783efd5c67a44d0a53281bb91d
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Tue Mar 31 21:59:21 2020 -0500

        chore(gatsby-cli): Add integration tests for `gatsby develop` (#22699)

        * chore(gatsby-cli): Add integration tests for `gatsby develop`

        * cant use the `lsof` command in CI :(

        * 30s wait

        * disable assertions

    * add todo

    * feat(recipes): Show recap of operations & show diff for changes to files (#22953)

    * feat(recipes): Show recap of completed operations & diff of proposed changes to files

    * Use better diff algorithm + diff by line not word as that's more normal

    * Fix merge barf

    * Remove file that came in from bad merge

    * update todos

    * Validate resources & improve file diffing (#22986)

    * Improve diffing & just run all resource operations serially

    * feat(recipes): Import recipes from urls and begin moving parsing to the server (#22987)

    * Update todo

    * feat(recipes): Move recipe parsing to the server

    Also adds experimental support for url imports
    and recipes from urls.

    * Fix command

    * update todos

    * Add support for file content on remote URLs

    * Add some basic docs & new emotion recipe

    * Small updates to README

    * small fixes

    * fix

    * More todos

    * Cleanup comments

    * Add to docs about how to upgrade gatsby-cli

    * feat(recipes): Implement basic gitignore provider (#23003)

    * Begin implementing gitignore

    * feat(recipes): Implement basic gitignore provider

    * Move to jest-diff for faster diffing & more control

    * Update snapshots & use default jest-diff export as that handles any type of JS value"

    * Chalk thinks it shouldn't output color in a child process — fix that

    * tweak TODOs

    * update todos

    * update todos

    * Move mdx source for recipes to their own directory

    * Add Sass recipe

    * Add recipe for setting up local gatsby-theme-blog

    * Add todo around bundling

    * feat(recipes): Eliminate new lines from markdown (#23064)

    * feat(recipes): Implement shadow file resource and test it (#23063)

    * feat(recipes): Implement shadow file resource and test it

    * Call ensureFile in file resource

    * Use path.sep for cross-platform support

    * Update snapshots for jest-diff

    * update todos

    * Update README.md

    * feat(recipes): detect if port is used and use a different one (#23076)

    * feat(recipes): detect if port is used and use a different one

    * Check task done

    * pass graphqlPort to client

    * feat(recipes): Tell people recipes is experimental & point them to the umbrella issue (#23079)

    * Update todo

    * feat(recipes): Use the package manager client the user specifies in their Gatsby config (#23083)

    * feat(recipes): Use the package manager client the user specifies in their Gatsby config

    * use actual package manager

    * feat(recipes): Improve error handling and validation for MDX files and structure (#23085)

    * feat(recipes): Validate the presence of an introduction step

    * feat(recipes): Improve error handling and validation

    * chore(recipes): test File resouces with remote file content (#23084)

    * update todos

    * Update todos

    * feat(Recipes): Show list of recipes when one isn't passed in (#23086)

    * feat(Recipes): Show list of recipes when one isn't passed in

    * Fixes to recipes + styling tweaks

    * Update packages/gatsby/src/recipes/README.md

    Co-Authored-By: John Otander <johnotander@gmail.com>

    * make broken example actually broken

    Co-authored-by: John Otander <johnotander@gmail.com>

    * update todos & add layout recipe to list"

    * feat(recipes): Move recipes to a standalone package (#23108)

    * feat(recipes): Move recipes to a standalone package

    * Update prettier-git-hook.mdx

    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>

    * Prettier color

    * feat(recipes): Format gatsby-config changes with Prettier (#23112)

    * Prettier color

    * feat(recipes): Format gatsby-config changes with Prettier

    * Bigger changes (#23078)

    * Bigger changes

    I switched the order so a person can experience the example first, then see how it was written, and then try writing their own

    * update

    based on @jxnblk 's suggestion thx!

    * Restructuring of install instructions and headers

    * Add cd command

    * formatting

    * a couple small nits (#23117)

    Do these make sense @laurieontech?

    Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>

    * feat(recipes): Add more recipes (#23119)

    * Add Typescript recipe

    * remove old duplicate

    * Add Styled Components Recipe

    * More bottom margin

    * Add Cypress recipe

    * Add recipe for animated page transitions

    * Update packages/gatsby-recipes/recipes/cypress.mdx

    Co-Authored-By: Dustin Schau <DSchau@users.noreply.github.com>

    * Update packages/gatsby-recipes/recipes/cypress.mdx

    Co-Authored-By: Dustin Schau <DSchau@users.noreply.github.com>

    Co-authored-by: Dustin Schau <DSchau@users.noreply.github.com>

    * Fix name of <GatsbyShadowFile> and document it

    * feat(recipes): Bundle react libraries into the cli (#23122)

    * Begin bundling cli with react using webpack

    * Use proper imports for gql things

    * Mark proper libraries for bundling the cli

    * Format

    * Fix linting errors

    * Fix more linting

    * update snapshots

    * Squashed commit of the following:

    commit d29585b77cde186eeb3cd2a297effba34a56fa8b
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Tue Apr 14 16:08:02 2020 -0700

        Fix translated aria-label for expand buttons (#23113)

    commit 6d4c664eb5e8044a20099330d0315ea06318f7ff
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Tue Apr 14 15:56:23 2020 -0400

        blog post urging Gatsby community members to meet virtually, not in p… (#23111)

        * blog post urging Gatsby community members to meet virtually, not in person, until pandemic ends

        * add bold bullet points

        * Add bold bullet points

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 7a686ede986142518d2601350b9236704664975f
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Wed Apr 15 01:28:05 2020 +0700

        chore(release): Publish

         - gatsby-source-graphql@2.4.0

    commit c7b0f703add9b676fa9cacd3f9063c9e21fea555
    Author: Kamil Kisiela <kamil.kisiela@gmail.com>
    Date:   Tue Apr 14 20:09:53 2020 +0200

        chore(gatsby-source-graphql): Use GraphQL Tools again (#23103)

        * Use GraphQL Tools again

        GraphQL Tools Fork was merged into GraphQL Tools v5

        * Update packages/gatsby-source-graphql/src/__tests__/gatsby-node.js

        Co-Authored-By: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>

        Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>

    commit 89567674c3e91f356cbf318883a0217ae7f4c220
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 14 18:09:33 2020 +0200

        fix(blog): MagMutual - brand names (#23072)

        * fix brand names

        * apply https

    commit c803288120a7f800083301c0ed0d0f8463bced9a
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 14 17:36:53 2020 +0200

        fix(docs): security in Gatsby - remove domain from internal links (#23100)

        * fix local links

        * fix remove local domain

    commit e9c89310106e45557682366ae9f7133a6d652a74
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 14 16:40:46 2020 +0200

        fix format (#23073)

    commit b9e931a9f469323bb999129474d1df07983be7bf
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Tue Apr 14 21:01:19 2020 +0700

        chore(gatsby): Test sift filtering on date instances (skipped for now) (#23096)

    commit 900f31c127461d93d0025fd5972af10f74982bf1
    Author: LB <laurie@gatsbyjs.com>
    Date:   Tue Apr 14 09:58:45 2020 -0400

        Remove upcoming events (#23080)

        * Remove upcoming events

        * skip test

        * between the two of us we'll get this right, skip another test

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit 85e3580c695260c1322e03a13bf1fd8783e3806e
    Author: Peter van der Zee <github-public@qfox.nl>
    Date:   Tue Apr 14 15:07:30 2020 +0200

        chore(release): Publish

         - gatsby-theme-blog-core@1.3.22
         - gatsby-theme-blog@1.4.22
         - gatsby-theme-notes@1.2.21
         - gatsby@2.20.20

    commit d9bf48aa4beacd67a41ec255a1d96956afbc3652
    Author: Mikhail Novikov <freiksenet@gmail.com>
    Date:   Tue Apr 14 15:17:07 2020 +0300

        Revert "fix(gatsby): Set a timeout of 15 seconds on queries" (#23095)

        This reverts commit 1e81c76be653cadda933a7ed2e4ca0ca2d8742de.

    commit f864e88c74ecda1a2a59f308d98cf53c5421b8b9
    Author: Andrew Fairlie <andrew@madebymutual.com>
    Date:   Tue Apr 14 13:09:36 2020 +0100

        Add The Cares Family to Showcase (#23043)

        * Add The Cares Family to Showcase

        * Fix extra space on sites.yml

        * Remove incompatible categories

        Co-authored-by: LB <laurie@gatsbyjs.com>

    commit fd57224888a9ab1e92bc0cbe786665cbf9ca6ead
    Author: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    Date:   Tue Apr 14 13:49:24 2020 +0200

        perf(gatsby): Support `lte` for indexed fast filters (#22932)

        * Rename function to better fit what it returns

        * Use `filterCacheKey` more consistently

        * Consistency around `nodesPerValue`

        * Fix the name and typing of array of sets of nodes

        * Fix typing, fix perf bug

        The typing of the array of caches was incorrect (see previous commit too).

        The sort, affected in this commit, was sorting by `.length`, but the value is a `Set` so the intention was to sort by `.size` since its `.length` will always be `undefined`. This won't change semantics, just meant that the sort didn't do anything, leading to a sub-optimal performance.

        * Extend the `FilterCache` type to support op-specific meta data

        * Replace wild usage of `FilterType`

        * Refactor some old comments / naming to be consistent with current code / types

        * Suggested changes

        Followup commits suggested by @vladar in https://github.com/gatsbyjs/gatsby/pull/22742

        * Enable `lte` for fast filters

        * Mandatory lint/type fix commit

        * And the loki commit

        * Enable/disable query and eleeMatch ops in one place

        * Fix tests, fix lte binary search lookup

        * Support `null` properly and handle not found binary search case

        The binary search should not return an arbitrary node, but rather a signal value (`undefined` in this case) that it failed somehow. It shouldn't, but who knows.

        The `null` case was a bit more work because it affects typign and all kinds of weird comparing edge cases. There's also a distinction between how `eq` treats `null` target values versus how `lte` treats them. So I had to encode them differently in the cache. Hence the type update.

        * Sigh, this is why I had to introduce that type in the first place

        * Forgot to remove an argument from followup work

        * Apply suggestions

    commit 65cfc811f7774e47d8e0e2b5379b939cd964d67e
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 14 13:47:24 2020 +0200

        fix brand names (#23075)

    commit 408240b0a309abe2b4f1042f4adc324f18091b5f
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Tue Apr 14 13:46:27 2020 +0200

        fix code block language (#23074)

    commit b8a9b607ee97f25408bb1e509bb0f410ddeec2b8
    Author: LekoArts <lekoarts@gmail.com>
    Date:   Tue Apr 14 13:25:05 2020 +0200

        chore(release): Publish

         - gatsby-plugin-fullstory@2.2.2

    commit 843cf3aee014debdc7eaf59009aa75e33025befd
    Author: Akash Arora <akash.arora777@gmail.com>
    Date:   Tue Apr 14 16:51:45 2020 +0530

        fix(gatsby-plugin-fullstory): Updated to Edge URL + Add Update… (#23089)

        * Updated to Edge URL + Add Updated JS Code

        Refer to issue #23088

        * update snapshots

        Co-authored-by: LekoArts <lekoarts@gmail.com>

    commit d32baaea10d036c09a36f1efcbfdfd3098561723
    Author: Ward Peeters <ward@coding-tech.com>
    Date:   Tue Apr 14 08:55:10 2020 +0200

        chore(release): Publish

         - gatsby-cli@2.11.8
         - gatsby-plugin-sitemap@2.3.2
         - gatsby-theme-blog-core@1.3.21
         - gatsby-theme-blog@1.4.21
         - gatsby-theme-notes@1.2.20
         - gatsby@2.20.19

    commit 64627e700bafd03c17b435784ca87425ae1455a1
    Author: Tyler Barnes <tylerdbarnes@gmail.com>
    Date:   Mon Apr 13 14:01:10 2020 -0700

        chore(benchmarks): upgrade wordpress benchmark (#23065)

        * upgrade to latest and remove unneeded packages

        * bump wp source version

    commit 36cb89057ee774ddff103ed7967742e51ab0a9a4
    Author: LB <laurie@gatsbyjs.com>
    Date:   Mon Apr 13 16:23:07 2020 -0400

        Make a note about duplicate behavior in theme authoring (#23055)

        Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>

    commit b969dc4c93842040a9e68e05fe0f666bdb4b2751
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Mon Apr 13 13:20:07 2020 -0700

        docs: Docs sync behavior (#23022)

        * try a few languages to check perf

        * Add section on the sync behavior

        * Update docs/contributing/translation/sync-guide.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update docs/contributing/translation/sync-guide.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update docs/contributing/translation/sync-guide.md

        Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>

        * Update i18n.js

        * chore: format

        Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit 4983d2067473b2bbff32742095f2dba2fff9662f
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Mon Apr 13 12:33:34 2020 -0700

        Fix mobile nav bar text (#23069)

    commit 63b9dd67d421d6e64f5f74574d23d2628d0d41c9
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Mon Apr 13 20:56:35 2020 +0200

        fix code block language (#23070)

    commit 0ede4c8ad14f33ffab1d4aa14c502b16eb1a6260
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Mon Apr 13 20:56:05 2020 +0200

        fix casing in Image Captions (#23068)

    commit b67891a50ba37309d99c84f7cc92ead7fd56f358
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Mon Apr 13 20:24:22 2020 +0200

        fix links (#23066)

    commit 13d3898a18faa43bc306a6cc0618e9e432b9a7b6
    Author: Michael <184316+muescha@users.noreply.github.com>
    Date:   Mon Apr 13 20:20:06 2020 +0200

        fix brand names (#23067)

    commit bd5ca8e42fcfa5a6f41ecc9bbd71845076d676dd
    Author: João Pedro Schmitz <oi@joaopedro.cc>
    Date:   Mon Apr 13 15:03:35 2020 -0300

        chore(starters): add gatsby-starter-ts (#22954)

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit a367a8885ff4b3c1cfa89111a3639fb107bacaaf
    Author: Masoud <50676388+masoudkarimif@users.noreply.github.com>
    Date:   Mon Apr 13 12:03:01 2020 -0600

        chore(sites): add whilenext.com (#22883)

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit 6f909b1f8b5818df4168b1628cc51cb47abd413f
    Author: Amadeus <38767929+Mozart409@users.noreply.github.com>
    Date:   Mon Apr 13 20:02:14 2020 +0200

        chore(starters): add gatsby-custom-tailwind (#22858)

        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit a63b42ba8b1203a9ad8367bcc3951063b4dc402c
    Author: SaimirKapaj <kapajsaimir@gmail.com>
    Date:   Mon Apr 13 19:59:14 2020 +0200

        chore(starters): add gatsby-redux-toolkit-typescript-starter (#22788)

        * Add starter to starter list

        * fixed formatting

        Co-authored-by: Saimir Kapaj <saimir.kapaj@pm-international.com>
        Co-authored-by: Kyle Gill <kylerobertgill@gmail.com>

    commit 41f1cc5e70ad61184a1acee2a3cbec234c486ce6
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 13 12:01:11 2020 -0400

        Add Virtual Gatsby Days registration blog post (#23060)

        * Add Virtual Gatsby Days registration blog post

        * Fix image path

        * Update index.md

    commit 74114a4103748b74733a900b9a9e492d9699c56b
    Author: Alejandro Ñáñez Ortiz <alejonanez@gmail.com>
    Date:   Mon Apr 13 10:58:32 2020 -0500

        Update tailwind-css.md (#23028)

        CSS-in-JS section was referring to `Styled Components`, but in reality, it was using `Emotion`. I updated the documentation to reflect that.

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit f9929bee7bb2642ebff4824aa295e3e44322bcf2
    Author: Michelle Gienow <michellegienow@gmail.com>
    Date:   Mon Apr 13 11:32:22 2020 -0400

        Update tagging (#23056)

    commit 66a1b7f443d7d2067163528693344f686ba6ed71
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Mon Apr 13 09:11:46 2020 -0500

        fix(gatsby-cli): Fix console methods incorrectly handling falsy values (#23021)

        * fix(gatsby-cli): Fix console.* methods incorectly handling falsy values

        * handle more situations

    commit 854241bb467d49adac8160fc594b7ff347fcf398
    Author: caitlinthefirst <caitlin@gatsbyjs.com>
    Date:   Mon Apr 13 09:51:23 2020 -0400

        fix-typo

    commit 8d4c96dcd648772dff22f51425e59a5b30f849c7
    Author: Andrew Louis <andrew@hyfen.net>
    Date:   Mon Apr 13 09:20:16 2020 -0400

        Adds duetocovid19.com to sites.yml (#23048)

        * Adds duetocovid19.com to sites.yml

        * chore: format

        Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>

    commit ddde4f9848ac49822faa5b4c4223c1efe7c8a233
    Author: Jeremy Le François <jelefra@users.noreply.github.com>
    Date:   Mon Apr 13 14:01:07 2020 +0100

        chore(docs): fix e-commerce showcase link (#23053)

        Access the page in question: https://www.gatsbyjs.org/docs/building-an-e-commerce-site/

    commit 1cef9296a37ad1badfab487fc8ad60cb42138690
    Author: Jongwoo Han <44025432+jongwooo@users.noreply.github.com>
    Date:   Mon Apr 13 21:52:56 2020 +0900

        chore(starters): update gatsby-starter-typescript (#23042)

    commit 34defce9ac13240282be95587b570826932536fe
    Author: Rolwin Reevan Monteiro <rolwinmonteiro@gmail.com>
    Date:   Mon Apr 13 18:15:57 2020 +0530

        Update starters.yml (#22960)

    commit cb224bb49f4a3cffa758da62ede0f720b94af52d
    Author: Blaine Kasten <blainekasten@gmail.com>
    Date:   Mon Apr 13 07:17:01 2020 -0500

        chore(scripts): Add conversion metrics to typecheck command (#23025)

    commit 21d0e5b52121b2516eb97667d185e50796ec7e7b
    Author: Tyler Barnes <tylerdbarnes@gmail.com>
    Date:   Sun Apr 12 13:02:04 2020 -0700

        chore(wordpress-benchmark): upgrade to latest packages and rem… (#23046)

    commit 8493de86e4a4dd780afc8d289eaf723c52c6de61
    Author: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Date:   Sun Apr 12 22:23:48 2020 +0700

        fix(gatsby): call schema rebuild manually on __refresh (#23009)

        * fix(gatsby): call schema rebuild manually on __refresh

        * Avoid collisions between schema hot reloader and __refresh

    commit df870aba0888b1885309151ed473be70a1f0245f
    Author: Nicholas Duffy <duffn@outlook.com>
    Date:   Sun Apr 12 08:05:54 2020 -0600

        chore(circleci): Remove benchmark configuration (#23034)

    commit 1e81c76be653cadda933a7ed2e4ca0ca2d8742de
    Author: Kyle Mathews <mathews.kyle@gmail.com>
    Date:   Sun Apr 12 08:03:49 2020 -0600

        fix(gatsby): Set a timeout of 15 seconds on queries (#23036)

        Query resolvers can hang indefinitely right now which can be confusing to debug as there's no indication of what's happening.

        With a timeout set, eventually the hanging query will fail with an error like this which should help people figure out where to investigate

    commit 94267be6c11fd23db4a6a881b2964f0045d4725a
    Author: Peteris Bikis <hi@peter.is>
    Date:   Sat Apr 11 16:02:30 2020 +0100

        fix: Ensure component order is deterministic (#22965)

        * Ensure component order is deterministic

        Ensure component order - and therefore hash - is deterministic when writing out .cache/async-requires.js

        * Add test for getComponents

    commit cff1d7f35c0cb81fa192336eee046cb83550af12
    Author: Alex Moon <moonmeister@users.noreply.github.com>
    Date:   Sat Apr 11 23:01:39 2020 +0800

        fix(plugin-sitemap): missing data in query results (#22843)

        * fix: #22703 missing data in serialize funciton

        * fix: revert a couple changes for url resolution to not change and get whole query

        * refactor: move otherData spread to top so site is overritten by propper url if needed

        * test: add test to confirm non standard data is passed

    commit eacffd99e1306603761b594329719ea2db91733d
    Author: Peter van der Zee <github-public@qfox.nl>
    Date:   Sat Apr 11 14:36:40 2020 +0200

        chore(release): Publish

         - gatsby-remark-embed-snippet@4.2.2
         - gatsby-theme-blog-core@1.3.20
         - gatsby-theme-blog@1.4.20
         - gatsby-theme-notes@1.2.19
         - gatsby@2.20.18

    commit 96f8d4b28c47e6833a057e1bcce41ceb5e54ca45
    Author: Peter van der Zee <209817+pvdz@users.noreply.github.com>
    Date:   Sat Apr 11 14:33:10 2020 +0200

        fix(gatsby): Use `moveSync` over `renameSync` to fix cross mount cases (#23029)

    commit 2fcb978c3b294660c55e912e6146b2c9e79b0e31
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Fri Apr 10 14:32:25 2020 -0700

        Set the script to run at Friday 6pm PST (#23017)

    commit 17d7ba23c985283af35af935f7a2897678364914
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Fri Apr 10 14:17:29 2020 -0700

        update time

    commit eb660bd3b0186839365fc4382bec564bd7d96469
    Author: Nat Alison <1278991+tesseralis@users.noreply.github.com>
    Date:   Fri Apr 10 14:10:11 2020 -0700

        Add label to the sync PR even …
  • Loading branch information
KyleAMathews committed Apr 16, 2020
1 parent 2f0e3b1 commit af5ec7f
Show file tree
Hide file tree
Showing 739 changed files with 141,390 additions and 139,774 deletions.
4 changes: 1 addition & 3 deletions .github/actions/high-priority-prs/src/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const filter = (queues, team) => {
.map(node => {
if (node.requestedReviewer) {
tools.log.info(
`Review request for team ${node.requestedReviewer.name} on PR: ${
pr.title
}`
`Review request for team ${node.requestedReviewer.name} on PR: ${pr.title}`
)
return node.requestedReviewer.id
}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/high-priority-prs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const teams = [
},
]

const start = async function() {
const start = async function () {
const data = await fetch()
if (data) {
const queues = processData(data)
Expand Down
13 changes: 5 additions & 8 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module.exports = {
endOfLine: "lf",
arrowParens: "avoid",
semi: false,
singleQuote: false,
tabWidth: 2,
trailingComma: "es5",
overrides: [
{
// This file uses semicolons. It's needed here because `documentation`
Expand All @@ -16,10 +13,10 @@ module.exports = {
},
},
{
"files": "docs/**/*.md",
"options": {
"parser": "mdx"
}
files: "docs/**/*.md",
options: {
parser: "mdx",
},
},
],
}
4 changes: 1 addition & 3 deletions benchmarks/create-pages/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ module.exports = {
description: `The createPages benchmark`,
author: `@gatsbyjs`,
},
plugins: [
`gatsby-plugin-benchmark-reporting`,
],
plugins: [`gatsby-plugin-benchmark-reporting`],
}
272,414 changes: 136,207 additions & 136,207 deletions benchmarks/image-processing/plugins/gatsby-source-remote-images/urls.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions benchmarks/markdown_id/md.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ module.exports = index => `${matter
title: faker.lorem.sentence(),
description: faker.lorem.sentence(),
path: `/${faker.helpers.slugify(faker.lorem.sentence())}`,
date: faker.date
.recent(1000)
.toISOString()
.slice(0, 10),
date: faker.date.recent(1000).toISOString().slice(0, 10),
tags: `[${faker.random
.words(3)
.split(` `)
Expand Down
5 changes: 1 addition & 4 deletions benchmarks/markdown_slug/md.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ module.exports = index => `${matter
title: faker.lorem.sentence(),
description: faker.lorem.sentence(),
path: `/${faker.helpers.slugify(faker.lorem.sentence())}`,
date: faker.date
.recent(1000)
.toISOString()
.slice(0, 10),
date: faker.date.recent(1000).toISOString().slice(0, 10),
tags: `[${faker.random
.words(3)
.split(` `)
Expand Down
4 changes: 0 additions & 4 deletions benchmarks/mdx/.prettierignore

This file was deleted.

2 changes: 1 addition & 1 deletion benchmarks/mdx/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./styles.css"
import "./styles.css"
2 changes: 1 addition & 1 deletion benchmarks/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "^1.19.1",
"prettier": "2.0.4",
"willit": "*"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mdx/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Index = ({ data }) => {
<Layout>
{data.site.siteMetadata.siteTitle}
<ul>
{data?.articles?.nodes.map(article => (
{data?.articles?.nodes.map((article) => (
<li>
<Link to={article.fields.path}>{article.frontmatter.title}</Link>
</li>
Expand Down
7 changes: 4 additions & 3 deletions benchmarks/plugin-manifest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ async function runTest() {
)

console.info(
`\nRange execution time (hr): ${(Math.max(...results.nanoseconds) -
Math.min(...results.nanoseconds)) /
1000000}ms`
`\nRange execution time (hr): ${
(Math.max(...results.nanoseconds) - Math.min(...results.nanoseconds)) /
1000000
}ms`
)
}

Expand Down
4 changes: 0 additions & 4 deletions benchmarks/source-contentful/.prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions benchmarks/source-contentful/.prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion benchmarks/source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chalk": "^2.4.2",
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "^1.19.1",
"prettier": "2.0.4",
"yargs": "^15.3.1"
},
"repository": {
Expand Down
4 changes: 0 additions & 4 deletions benchmarks/source-datocms/.prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions benchmarks/source-datocms/.prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion benchmarks/source-datocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "^1.19.1"
"prettier": "2.0.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/source-datocms/src/templates/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const Article = ({ data }) => {
export default Article

export const query = graphql`
query($id: String!){
article: datoCmsArticle(id: {eq: $id }) {
query($id: String!) {
article: datoCmsArticle(id: { eq: $id }) {
title
body
image {
Expand Down
4 changes: 0 additions & 4 deletions benchmarks/source-drupal/.prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions benchmarks/source-drupal/.prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion benchmarks/source-drupal/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./styles.css"
import "./styles.css"
6 changes: 3 additions & 3 deletions benchmarks/source-drupal/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const kebabCase = require(`lodash.kebabcase`)
exports.onCreateNode = ({ actions, node }) => {
const { createNodeField } = actions

if (node.internal.type === 'node__article') {
if (node.internal.type === "node__article") {
createNodeField({ node, name: "slug", value: kebabCase(node.title) })
}
}
Expand Down Expand Up @@ -33,7 +33,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
component: require.resolve(`./src/templates/article.js`),
context: {
slug: article.fields.slug,
}
},
})
})
}
}
2 changes: 1 addition & 1 deletion benchmarks/source-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "^1.19.1"
"prettier": "2.0.4"
},
"repository": {
"type": "git",
Expand Down
17 changes: 12 additions & 5 deletions benchmarks/source-drupal/src/templates/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ const Article = ({ data }) => {
<div>
<h2>{data.article.title}</h2>
{data.article.relationships.field_image.localFile.childImageSharp ? (
<Img fluid={data.article.relationships.field_image.localFile.childImageSharp.fluid} />
<Img
fluid={
data.article.relationships.field_image.localFile.childImageSharp
.fluid
}
/>
) : (
<div>Image can't be displayed</div>
)}
<div dangerouslySetInnerHTML={{ __html: data.article.body.processed }} />
<div
dangerouslySetInnerHTML={{ __html: data.article.body.processed }}
/>
</div>
</Layout>
)
Expand All @@ -23,8 +30,8 @@ const Article = ({ data }) => {
export default Article

export const query = graphql`
query($slug: String!){
article: nodeArticle(fields: {slug: {eq: $slug }}) {
query($slug: String!) {
article: nodeArticle(fields: { slug: { eq: $slug } }) {
title
body {
processed
Expand All @@ -42,4 +49,4 @@ export const query = graphql`
}
}
}
`
`
2 changes: 1 addition & 1 deletion benchmarks/source-wordpress/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "./styles.css"
import "./styles.css"
4 changes: 2 additions & 2 deletions benchmarks/source-wordpress/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
component: require.resolve(`./src/templates/article.js`),
context: {
id: article.id,
}
},
})
})
}
}
2 changes: 1 addition & 1 deletion benchmarks/source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "^1.19.1"
"prettier": "2.0.4"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions benchmarks/source-wordpress/src/templates/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ export default Article

export const query = graphql`
query($id: String!) {
article: wpPost(id: { eq: $id } ) {
article: wpPost(id: { eq: $id }) {
title
content
featuredImage {
content
featuredImage {
remoteFile {
childImageSharp {
fluid(maxWidth: 960, quality: 90) {
...GatsbyImageSharpFluid_withWebp_tracedSVG
}
childImageSharp {
fluid(maxWidth: 960, quality: 90) {
...GatsbyImageSharpFluid_withWebp_tracedSVG
}
}
}
}
}
}
}
`
`
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ my own codebase. Static sites excel at these things.
But while static sites give you lots of perks, they do create some extra hurdles
over going the traditional route.

https://giphy.com/gifs/jump-rabbit-mixed-LfjSCQ5ivKH3q

While they’re generally fast out of the box, static sites don’t make their
content easily editable. After all, a static site’s content is usually just that
— static. That means, traditionally, you would have to edit the page code to
Expand Down
16 changes: 6 additions & 10 deletions docs/blog/2018-08-09-swag-store/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ We’ve spent the last couple weeks working the kinks out, and we couldn’t be
src="./images/gatsby-swag-twitter.jpg"
/>
<figcaption>
{/* prettier-ignore */}
Tweets from <a href="https://twitter.com/DeaNHtiD99/status/1023204484183416832">
Dean
</a>, <a href="https://twitter.com/ARebelBelle/status/1020044426712735744">
Elle
</a>, <a href="https://twitter.com/chaseadamsio/status/1021896138503245824">
Chase
</a>, and <a href="https://twitter.com/kato_katherine/status/1021967765400211456">
Katherine
</a> showing off their new Gatsby swag.
Tweets from
[Dean](https://twitter.com/DeaNHtiD99/status/1023204484183416832),
[Elle](https://twitter.com/ARebelBelle/status/1020044426712735744),
[Chase](https://twitter.com/chaseadamsio/status/1021896138503245824), and
[Katherine](https://twitter.com/kato_katherine/status/1021967765400211456)
showing off their new Gatsby swag.
</figcaption>
</figure>

Expand Down
5 changes: 3 additions & 2 deletions docs/blog/2018-12-17-turning-the-static-dynamic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ export default () => {
const content = { message: "", login: true }
const user = getUser()
if (isLoggedIn()) {
content.message = `Hello, ${user.user_metadata &&
user.user_metadata.full_name}`
content.message = `Hello, ${
user.user_metadata && user.user_metadata.full_name
}`
} else {
content.message = "You are not logged in"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ export default function Contact() {
initialValues={{ email: ``, name: ``, message: `` }}
onSubmit={handleSubmit}
validationSchema={yup.object().shape({
email: yup
.string()
.email()
.required(),
email: yup.string().email().required(),
name: yup.string().required(),
message: yup.string().required(),
})}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ These files will be present in all Gatsby starters you use, so it's worth your t
"react-helmet": "^5.2.0"
},
"devDependencies": {
"prettier": "^1.16.4"
"prettier": "2.0.4"
},
"keywords": ["gatsby"],
"license": "MIT",
Expand Down Expand Up @@ -196,7 +196,7 @@ module.exports = {
"**/users",
],
excludedRoutes: [],
normalizer: function({ entities }) {
normalizer: function ({ entities }) {
return entities
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ module.exports = {
"**/*/*/menu-locations", // <== Menu api endpoint
],
excludedRoutes: [],
normalizer: function({ entities }) {
normalizer: function ({ entities }) {
return entities
},
},
Expand Down
Loading

0 comments on commit af5ec7f

Please sign in to comment.