Commit 8969502
authored
Make into Two Words (#13084)
* docs(gatsby-source-shopify): Add note about API permissions (#13037)
Note which permissions you should enable on the Shopify Storefront API. Without these permissions you'll get a fairly cryptic error message.
* chore(docs): match the Wording Style of Other Tutorial Parts (#13034)
* chore(docs): fix typo in convincing others doc (#13033)
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
Fixes a misspelled word.
* fix(docs): expand guidelist on partnering with gatsby page (#13029)
Following up on #12970. Current https://www.gatsbyjs.org/docs/partnering-with-gatsby/:

* fix(starters): update gatsby monorepo (#12925)
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| gatsby | dependencies | patch | [`^2.3.3` -> `^2.3.5`](https://diff.intrinsic.com/gatsby/2.3.3/2.3.5) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-image | dependencies | patch | [`^2.0.35` -> `^2.0.37`](https://diff.intrinsic.com/gatsby-image/2.0.35/2.0.37) | [source](https://togithub.com/gatsbyjs/gatsby) |
| gatsby-plugin-manifest | dependencies | patch | [`^2.0.25` -> `^2.0.26`](https://diff.intrinsic.com/gatsby-plugin-manifest/2.0.25/2.0.26) | [source](https://togithub.com/gatsbyjs/gatsby) |
---
### Release Notes
<details>
<summary>gatsbyjs/gatsby</summary>
### [`v2.3.5`](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5)
### [`v2.3.4`](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.4)
[Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.4)
</details>
---
### Renovate configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
:ghost: **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).
* feat(blog): add gatsby is great blog post (#12777)
* chore: add blog post
* chore: keep iterating
* chore: more tweaks
* feat: nearly finish up
* chore: run tinypng
* chore: fix some typos
* chore: fix snippet
* chore: add a gif, it gets the people going
* chore: more
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md
Co-Authored-By: DSchau <[email protected]>
* chore: change date
* chore: tighten up last section
* chore: change data
* chore: update per feedback
* chore(docs): replace absolute links with relative links (#12949)
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
Suggest a more complete structure to the example gatsby-config.js file
## Related Issues
Along with #12103 this PR fixes #11957
<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
* chore(showcase): Add Assortment to site showcase (#13002)
## Description
Adding [assortment.io](https://assortment.io) to site showcase. Assortment is my Web Development blog that I've recently updated to Gatsby, Netlify, Netlify CMS and Emotion. It'd be cool to see it on the showcase 😃
* feat(gatsby-dev-cli): add verdaccio support (#11525)
* feat(gatsby-dev-cli): add verdaccio support [wip]
* yuck - don't look
* just to verify verdaccio
* fix gitignore and add htpasswd with dummy gatsby-dev user
* some logging to understand why it tries to handle all the packages
* just temporarily so it hopefully at least works
* moar data
* don't copy all the packages right now
* don't rely on package name starting with "gatsby" heuristic
* tmp commit
* tmp
* fs change
* tmp
* a
* updates
* remove random files that shouldn't be here
* tmp
* revert dep changes
* ignore changes to package.json created during publishing
* testing of dep change in gatsby-cli is picked up by gatsby-dev-cli
* let's see if gatsby-dev will handle case of no node_modules
* sanity check
* adjust console message
* add missing devDeps
* more missing devDeps
* grab package.json from unpkg if package is not yet installed locally
* correctly ignore package.json changes during publishing
* cleaning things up
* htpasswd loc
* restore gatsby package.json
* adjust ignore files
* gatsby-dev-cli: ignore tests
* remove extra ln
* less console output
* turns out you don't need htpasswd after all
* use exact when installing local packages - timestamp is used in version
* why it failed?
* use yarn for publishing - see verdaccio/verdaccio#997
* v0.1.1
* add temporary .npmrc file to allow anonymous publishes
* add some jsdocs
* update yarn.lock
* oops
* debug why still can't publish anon
* adjust npmrc content
* doh
* Revert "debug why still can't publish anon"
This reverts commit fc1045a.
* handle package installation of deps didn't change
* skip version changes for packages in gatsby mono-repo, queue copying instead of doing it immediately
* fix tests
* packages stored in verdaccio storage seems to be picked up by jest and causing trouble, so let's ignore verdaccio storage directory
* bye "wat", you will be missed
* bail early to avoid conditional bracket hell
* more bailing early
* more concise
* new line
* use exaca to simplify running yarn
* clean up www/.gitignore
* handle not existing packages
* remove unused (was needed for basic auth)
* cleanup temp file changes when process exit in middle of publishing
* ops
* Apply suggestions from code review
Co-Authored-By: pieh <[email protected]>
* cleanup unpkg response handler
* move stuff around
* remove tmp comment
* document traversePackageDocs fn
* restrcuture files
* add basic tests for traversingPackageDeps
* add basic tests for generating packages to publish (based on dep graph)
* fix tests on windows
* handle circular dependencies when constructing list of packages to publish
* remove cat ;(
* restore original e2e-test script
* update gitignore
* chore(release): Publish
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
* chore(release): Publish
- [email protected]
* docs(gatsby-dev-cli): Edit README (#13049)
* Build out Gatsby media information in docs (#12906)
* add video info, delete unnecessary stubs
Related to #12903
* fix internal link for html5 video section
* update videoTitle example
Co-Authored-By: marcysutton <[email protected]>
* Apply suggestions from code review
thanks for the feedback!
Co-Authored-By: marcysutton <[email protected]>
* incorporate feedback, make into real docs!!
* delete unused stubs
* Update docs/docs/working-with-video.md
Co-Authored-By: marcysutton <[email protected]>
* Update docs/docs/working-with-video.md
Co-Authored-By: marcysutton <[email protected]>
* chore(gatsby): fix domready package to be compatible with ie10 (#13027)
* changed domready package to domready-loaded which is compatible with ie10
* updated domready to @mikaelkristiansson/domready
* updated packages/gatsby to use @mikaelkristiansson/domready
* chore(release): Publish
- [email protected]
* feat(gatsby-transformer-react-docgen): use local babel config for react-docgen (#12001)
* feat: use local babel config for react-docgen
BREAKING CHANGE: now uses the local babel config with a fallback
* Update README.md
* chore(release): Publish
- [email protected]
* chore(docs): add “Why I used GatsbyJS (#12954)
Why I used GatsbyJS
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
<!-- Write a brief description of the changes introduced by this PR -->
## Related Issues
<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
* feat(www): don't check for overview frontmatter (#13060)
Fixes `[[guidelist]]` not being replaced in few pages (i.e. in https://www.gatsbyjs.org/docs/winning-over-stakeholders/ )
The code is handling cases when there are no children (tried building locally and it worked just fine).
Follow up to this would be to clear `.md` files that use `overview` and adjust page query. But this is just quick fix.
* chore(docs): add starter library to docs sidebar under starters (#12963)
40% of people visiting the starters page go here next, so we should probably add this:

* chore(showcase): Add gmartinez.dev to showcase (#13067)
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
Adding gmartinez.dev to showcase list in site.yml
<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
Co-authored-by: Lennart <[email protected]>
* fix(gatsby): don't try to statically analyze gatsby-node, require it and examine exports instead (#13053)
* fix: don't try to statically analyze gatsby-node, require it and examine exports instead
* differentiate test names
* Update packages/gatsby/src/bootstrap/resolve-module-exports.js
Co-Authored-By: pieh <[email protected]>
* chore(release): Publish
- [email protected]
* Use Loki's elemMatch operator (#13025)
* feat(gatsby): add util.promisify polyfill for older node version (#13024)
* refactor(gatsby): gatsby develop: cleanup port detection (#13006)
* chore(release): Publish
- [email protected]
* fix(gatsby): ignore __esModule export in gatsby-node exports (#13081)
I introduced bug/regression in #13053 by not removing `__esModule` export name from resolved export names - it break some plugins
Fixes: #13079
* chore(release): Publish
- [email protected]
* fix(www): Hubspot form UI (#13080)
* fix(www): Work around HubSpot’s CSS being loaded
…by pulling in react-hubspot-form locally, and modifying it slightly. See comment in `www/src/components/react-hubspot-form` for more info.
* Fix `formInput` styles
… now matching the reference homepage newsletter form — no more Futura PT for input text.
* Return nothing because linter
* Make into Two Words1 parent 09d9b4b commit 8969502
File tree
63 files changed
+4537
-296
lines changed- docs
- docs
- tutorial/part-six
- packages
- babel-plugin-remove-graphql-queries
- babel-preset-gatsby
- gatsby-dev-cli
- src
- __tests__
- local-npm-registry
- utils
- __tests__
- gatsby-plugin-typescript
- gatsby-source-shopify
- gatsby-transformer-react-docgen
- src
- __tests__
- fixtures/babel-config
- gatsby
- cache-dir
- src
- bootstrap
- __mocks__/require
- __tests__
- load-plugins
- commands
- db/loki
- utils
- www
- src
- components
- data/sidebars
- templates
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+4537
-296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5158 | 5158 | | |
5159 | 5159 | | |
5160 | 5160 | | |
| 5161 | + | |
| 5162 | + | |
| 5163 | + | |
| 5164 | + | |
| 5165 | + | |
| 5166 | + | |
| 5167 | + | |
| 5168 | + | |
| 5169 | + | |
| 5170 | + | |
| 5171 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
0 commit comments