Commit Graph
276 Commits
Author SHA1 Message Date
GatsbyJS Bot 71382bf2e3 fix(starters): update dependency gatsby to ^2.1.27 (#12407)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | [`^2.1.24` -> `^2.1.27`](https://diff.intrinsic.com/gatsby/2.1.24/2.1.27) | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.1.27`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.26...gatsby@2.1.27)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.26...gatsby@2.1.27)

### [`v2.1.26`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.25...gatsby@2.1.26)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.25...gatsby@2.1.26)

### [`v2.1.25`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.24...gatsby@2.1.25)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.24...gatsby@2.1.25)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-03-08 15:41:33 +00:00
GatsbyJS Bot b8ea334313 fix(starters): update dependency gatsby to ^2.1.24 (#12374) 2019-03-08 00:21:16 +00:00
GatsbyJS Bot b41adbd697 fix(starters): update gatsby monorepo (#12331) 2019-03-06 04:12:00 +00:00
GatsbyJS Bot 254403dd6f fix(starters): update react monorepo to ^16.8.4 (#12338) 2019-03-05 23:47:19 +00:00
GatsbyJS Bot 3e5710719e fix(starters): update gatsby monorepo (#12299) 2019-03-05 03:10:14 +00:00
GatsbyJS Bot bae726d68c chore(docs): migrate back to global installs (#12245)
* Remove npx fom bug report template

* Remove npx from question issue template

* Revert npx in README

* Remove npx references in docs/blog

* Remove references to npx in docs/docs

* Remove npx from e2e-tests directory

* Remove npx references from examples/

* Remove npx from packages/

* Remove npx from starters directory

* Add global Gatsby CLI installation instructions via npm
2019-03-04 22:50:02 +00:00
GatsbyJS Bot 6fb41441d9 fix(starters): update gatsby monorepo (#12276) 2019-03-04 10:23:28 +00:00
GatsbyJS Bot 01c1e79074 fix(starters): update gatsby monorepo (#12179) 2019-02-28 13:02:48 +00:00
GatsbyJS Bot 1e2bdca9a4 chore(*): replace gatsby.app with gatsby.dev (#12153)
## Description

Replace gatsby.app with gatsby.dev

Command used to find all files:

```
grep -rl 'gatsby\.app' --exclude-dir=.git --exclude-dir=.idea --exclude-dir=node_modules .
```

Command used to replace files:

```
grep -rl 'gatsby\.app' --exclude-dir=.git --exclude-dir=.idea --exclude-dir=node_modules ./ | xargs sed -i 's/gatsby.app/gatsby.dev/g'
```

## Related Issues
Fixes #12152
2019-02-27 20:12:44 +00:00
GatsbyJS Bot 561fee86f9 gatsby-starter-default useStaticQuery over StaticQuery (#12004)
* seo.js StaticQuery -> useStaticQuery

* layout.js StaticQuery -> useStaticQuery

* updated gatsby, react, & react DOM for starters

* SEO component doc link + imported to blog starter

* Revert "layout.js StaticQuery -> useStaticQuery"

This reverts commit 83e8056daecaa7fdcc818ba5025d475e70bab4b9.

* Added comments explaining StaticQuery vs useStaticQuery examples
2019-02-27 14:21:03 +00:00
GatsbyJS Bot 182fdc925e fix(starters): update gatsby monorepo (#12058) 2019-02-25 06:26:07 +00:00
GatsbyJS Bot ed6af4c073 fix(starters): update gatsby monorepo (#11999)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.1.16` -> `^2.1.17` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-manifest | dependencies | patch | `^2.0.18` -> `^2.0.19` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-sharp | dependencies | patch | `^2.0.21` -> `^2.0.22` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.1.17`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.16...gatsby@2.1.17)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.16...gatsby@2.1.17)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-22 23:35:02 +00:00
GatsbyJS Bot 0fcda46499 feat(starters): Add .prettierrc to starters (#11786)
* feature(prettier): Add .prettierrc to starters

* Add format script and prettier and prettier as a dev dependency

* Move format script up after develop

* feature(prettier): Add .prettierrc to starters

* Add format script and prettier and prettier as a dev dependency

* Move format script up after develop

* Add .prettierrc to filetree on README files of all starters

* Remove duplication of devDependencies on hello-world starter
2019-02-22 21:44:16 +00:00
GatsbyJS Bot 2745adb95c fix(starters): update gatsby monorepo (#11943) 2019-02-22 14:17:01 +00:00
GatsbyJS Bot c48a0e8dc7 fix(starters): update react monorepo to ^16.8.3 (#11978) 2019-02-22 13:50:59 +00:00
GatsbyJS Bot 73d7fc5592 fix(starters): update gatsby monorepo (#11938)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.1.10` -> `^2.1.11` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-source-filesystem | dependencies | patch | `^2.0.20` -> `^2.0.21` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.1.11`](https://togithub.com/gatsbyjs/gatsby/compare/dbd71c33ced0829c5f4bc552127ef80b4a7398a5...59daee4877799bf67c3f8092b2f89e4ad541a3d1)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.10...gatsby@2.1.11)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-20 20:55:53 +00:00
GatsbyJS Bot 143fa936ee fix(starters): update dependency gatsby to ^2.1.10 (#11926)
* fix(starters): update dependency gatsby to ^2.1.10

* Fix linting
2019-02-20 12:21:58 +00:00
GatsbyJS Bot 4ebd061e3c fix(starters): update gatsby monorepo (#11904) 2019-02-20 10:40:15 +00:00
GatsbyJS Bot 40072d3fe5 fix(starters): update gatsby monorepo (#11896) 2019-02-19 15:34:28 +00:00
GatsbyJS Bot 8a61f56852 fix(starters): update gatsby monorepo (#11801)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.1.2` -> `^2.1.4` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-google-analytics | dependencies | patch | `^2.0.13` -> `^2.0.14` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.1.4`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.3...gatsby@2.1.4)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.3...gatsby@2.1.4)

### [`v2.1.3`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.2...gatsby@2.1.3)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.2...gatsby@2.1.3)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-15 20:35:59 +00:00
GatsbyJS Bot 03787d4aea fix(starters): update react monorepo to ^16.8.2 (#11781)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| react | dependencies | patch | `^16.8.1` -> `^16.8.2` | [homepage](https://reactjs.org/), [source](https://togithub.com/facebook/react) |
| react-dom | dependencies | patch | `^16.8.1` -> `^16.8.2` | [homepage](https://reactjs.org/), [source](https://togithub.com/facebook/react) |

---

### Release Notes

<details>
<summary>facebook/react</summary>

### [`v16.8.2`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;1682-February-14-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.8.1...v16.8.2)

##### React DOM

-   Fix `ReactDOM.render` being ignored inside `useEffect`. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14799](https://togithub.com/facebook/react/pull/14799))
-   Fix a crash when unmounting empty portals. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14820](https://togithub.com/facebook/react/pull/14820))
-   Fix `useImperativeHandle` to work correctly when no deps are specified. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14801](https://togithub.com/facebook/react/pull/14801))
-   Fix `crossOrigin` attribute to work in SVG `image` elements. ([@&#8203;aweary](https://togithub.com/aweary) in [#&#8203;14832](https://togithub.com/facebook/react/pull/14832))
-   Fix a false positive warning when using Suspense with Hooks. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14821](https://togithub.com/facebook/react/pull/14821))

##### React Test Utils and React Test Renderer

-   Include component stack into the `act()` warning. ([@&#8203;threepointone](https://togithub.com/threepointone) in [#&#8203;14855](https://togithub.com/facebook/react/pull/14855))

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-15 17:15:34 +00:00
GatsbyJS Bot f3d472194a fix(starters): update dependency gatsby to ^2.1.2 (#11768)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.1.0` -> `^2.1.2` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.1.2`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.1...gatsby@2.1.2)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.1...gatsby@2.1.2)

### [`v2.1.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.0...gatsby@2.1.1)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.1.0...gatsby@2.1.1)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-14 17:01:45 +00:00
GatsbyJS Bot 502c8bb7a4 fix(starters): update dependency gatsby to ^2.1.0 (#11745) 2019-02-13 21:33:20 +00:00
GatsbyJS Bot dff501df5f fix(starters): update react monorepo to ^16.8.1 (#11603) 2019-02-12 14:17:48 +00:00
GatsbyJS Bot 028ac6f996 fix(starters): update dependency gatsby to ^2.0.119 (#11711) 2019-02-12 14:04:27 +00:00
GatsbyJS Bot b07af19ca0 fix(starters): update dependency gatsby to ^2.0.118 (#11653)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.117` -> `^2.0.118` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.118`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.117...gatsby@2.0.118)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.117...gatsby@2.0.118)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-08 18:36:31 +00:00
GatsbyJS Bot 1dedba9a82 fix(starters): update gatsby monorepo (#11621)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.116` -> `^2.0.117` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-offline | dependencies | patch | `^2.0.22` -> `^2.0.23` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.117`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.116...gatsby@2.0.117)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.116...gatsby@2.0.117)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-07 18:57:41 +00:00
GatsbyJS Bot 70b7b438ba fix(starters): update dependency gatsby to ^2.0.116 (#11596)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.115` -> `^2.0.116` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.116`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.115...gatsby@2.0.116)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.115...gatsby@2.0.116)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-06 20:48:28 +00:00
GatsbyJS Bot 057c6d5366 fix(starters): update react monorepo to ^16.8.0 (#11583) 2019-02-06 09:32:57 +00:00
GatsbyJS Bot 9ff354f206 fix(starters): update dependency gatsby to ^2.0.115 (#11553)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.112` -> `^2.0.115` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.115`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.114...gatsby@2.0.115)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.114...gatsby@2.0.115)

### [`v2.0.114`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.113...gatsby@2.0.114)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.113...gatsby@2.0.114)

### [`v2.0.113`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.112...gatsby@2.0.113)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.112...gatsby@2.0.113)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-05 17:47:16 +00:00
GatsbyJS Bot c619f93769 fix(starters): update gatsby dependency to get fixes (#11543)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | `^2.0.111` -> `^2.0.112` | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-transformer-remark | dependencies | patch | `^2.2.3` -> `^2.2.4` | [source](https://togithub.com/gatsbyjs/gatsby) |

---

### Release Notes

<details>
<summary>gatsbyjs/gatsby</summary>

### [`v2.0.112`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.111...gatsby@2.0.112)

[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@2.0.111...gatsby@2.0.112)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
2019-02-04 19:26:49 +00:00
GatsbyJS Bot 8c73420278 fix(starters): update gatsby monorepo (#11475) 2019-02-02 08:54:59 +00:00
GatsbyJS Bot 79d8bae2e9 Revert "fix(starters): update gatsby monorepo (#11469)" (#11476) 2019-02-01 13:58:25 +00:00
GatsbyJS Bot b841981e88 fix(starters): update gatsby monorepo (#11469) 2019-02-01 12:39:16 +00:00
GatsbyJS Bot f3b51d9967 fix(starters): update gatsby monorepo (#11450) 2019-01-31 21:18:28 +00:00
GatsbyJS Bot 36353339f8 fix(starters): update react monorepo to ^16.7.0 (#11451) 2019-01-31 20:50:15 +00:00
GatsbyJS Bot cc4803de00 chore(starters): unify npm scripts in starters (#11285) 2019-01-31 15:56:22 +00:00
GatsbyJS Bot 917ba66bd6 fix(starters): upgrade gatsby version for all starters (#11382)
* fix(starters): upgrade gatsby version for all starters

* chore: bump offline and sharp as well

* chore: remove unused plugin

* chore: update deps (final?!)
2019-01-29 17:35:47 +00:00
GatsbyJS Bot ec41b0fedf docs(adding-search): use elasticlunr-search plugin updated for v2 (#11354) 2019-01-28 17:36:46 +00:00
GatsbyJS Bot f073272719 chore(release): Publish
- gatsby-image@2.0.29
 - gatsby-plugin-canonical-urls@2.0.9
 - gatsby-plugin-feed@2.0.12
 - gatsby-plugin-google-analytics@2.0.12
 - gatsby-plugin-google-gtag@1.0.10
 - gatsby-plugin-less@2.0.9
 - gatsby-plugin-offline@2.0.22
 - gatsby-plugin-postcss@2.0.3
 - gatsby-plugin-sass@2.0.8
 - gatsby-plugin-stylus@2.0.4
 - gatsby@2.0.100
2019-01-28 16:57:41 +00:00
GatsbyJS Bot f55f586a77 feat(gatsby-plugin-google-analytics): add TS typings for OutboundLink component (#10215) 2019-01-28 15:54:43 +00:00
GatsbyJS Bot 904faf3d2a fix(gatsby-image): use the cache to tell if the image was already loaded (#11303) 2019-01-28 14:55:28 +00:00
GatsbyJS Bot 2c4e4886e3 docs(gatsby-transformer-javascript-frontmatter): update accepted extensions (#11310) 2019-01-28 12:37:04 +00:00
GatsbyJS Bot 0c7bc7ada8 chore: format 2019-01-28 12:31:29 +00:00
GatsbyJS Botandswaminator 5223d00ba6 feat(www): add AWS Amplify Auth starter to Gatsby listings (#11235)
* Added AWS Amplify Auth starter to Gatsby listings

* Update docs/starters.yml

Co-Authored-By: swaminator <nikhil@live.ca>

* Update docs/starters.yml with wording change

Co-Authored-By: swaminator <nikhil@live.ca>

* Updated features based on suggestion

Co-Authored-By: swaminator <nikhil@live.ca>

* add slash
2019-01-24 09:39:19 +00:00
GatsbyJS Bot 8fe5a28e31 Add waterscap.es to showcase (#11236)
* Add waterscap.es to showcase

* Remove colon in description
2019-01-24 09:27:36 +00:00
GatsbyJS Bot 26994a7e8d Fix grammar and formatting errors (#11153) 2019-01-21 10:08:55 +00:00
GatsbyJS Bot c03e75506a Minor typo fixes (#11154) 2019-01-21 10:07:16 +00:00
GatsbyJS Bot 46166a6430 chore: use null not "SOURCE" as parent of top level nodes (#10920) 2019-01-08 17:37:31 +00:00
GatsbyJS Bot af0ebe17aa fix(gatsby-starter-blog): Fix global access to graphql in blog starter's 404 (#10923)
Global access to `graphql` (which is deprecated) got added accidentally in https://github.com/gatsbyjs/gatsby/pull/10865/files

This fixes that and gets rids of the annoying warning in the output
![screenshot 2019-01-08 22 52 33](https://user-images.githubusercontent.com/7701981/50847634-1af91900-1398-11e9-97f5-a5ea812fc873.png)
2019-01-08 17:25:42 +00:00