Commit Graph
112 Commits
Author SHA1 Message Date
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
GatsbyJS Bot 127dca9149 fix(ci): do not run (unnecessary) install step for starters validation (#10838) 2019-01-04 19:14:22 +00:00
GatsbyJS Bot 5b95a9112e Fixed underscore escape issue in Markdown parsing (#10745) 2019-01-01 16:35:55 +00:00
GatsbyJS Bot 5f1d3e4830 chore(starters): bump lock file to gatsby@2.0.76 to fix dev 404 error (#10648) 2018-12-24 20:39:55 +00:00
GatsbyJS Bot 1400bf52df chore: bump lock file to gatsby@2.0.75 to fix queue error (#10636) 2018-12-23 18:28:55 +00:00
GatsbyJS Bot 142c4ab761 Update starter lock files so that npm audit is clear (#10608) 2018-12-21 17:11:16 +00:00
GatsbyJS Bot 62f0da328e chore: standardize gitignore (#29) 2018-12-20 19:44:28 +00:00
Dustin Schau 915300ea13 chore: standardize gitignore (#29) 2018-11-09 16:18:53 -08:00
Dustin Schau 665160d1e6 chore: ignore yarn pnp files (#28) 2018-11-09 16:11:00 -08:00
Daniel show 92b41670d0 Merge pull request #26 from gatsbyjs/dependency-patch
Updated package.json to include new version of Gatsby.
2018-11-02 22:55:23 +01:00
Lewis Menelaws 1687f058a4 Update package.json 2018-10-30 15:22:49 -04:00
Pranjal Vyas cd701e32cc Merge pull request #25 from vyaspranjal33/master
Update year in  LICENSE
2018-10-30 20:53:03 +05:30
Pranjal Vyas c364cf12dd Update LICENSE
updated year 2017 -> 2018
2018-10-29 23:31:52 +05:30
Daniel show b8631d7b98 Add start script to package.json (#22)
Most people tend to look for a start script in package.json, Added a start script to run the develop script already stated
2018-10-27 12:55:01 -07:00
Xiaoru Li 6166832c48 Fix static folder location (#23) 2018-10-27 12:54:38 -07:00