chore(deps): update gatsby monorepo #341
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.9
->0.12.3
2.24.58
->2.32.13
2.4.17
->2.11.0
2.3.10
->2.10.0
4.3.10
->4.5.0
3.3.10
->3.10.0
2.6.35
->2.14.4
2.4.19
->2.12.1
2.5.10
->2.12.0
2.3.14
->2.10.0
3.3.29
->3.11.1
3.5.12
->3.13.0
2.4.13
->2.11.0
2.3.10
->2.10.0
2.3.29
->2.11.1
2.7.3
->2.14.0
2.4.11
->2.11.0
2.8.34
->2.16.1
2.5.14
->2.12.1
Release Notes
gatsbyjs/gatsby
v0.12.3
Compare Source
Quick release to add this very nice UX improvement contributed by @LukeSheard and borrowed from Create React App's similar feature: https://github.com/facebookincubator/create-react-app/pull/101
https://github.com/gatsbyjs/gatsby/pull/371
v0.12.2
Compare Source
v0.12.1
Compare Source
v0.12.0
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.11.0
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.10.0
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.9.1
Compare Source
New tests!
@benstepp waded into the center of Gatsby and refactored one of the core functions AND setup a test framework AND added a number of tests. Awesome! https://github.com/gatsbyjs/gatsby/pull/232
Bug fixes
gatsby-node.js
were being swallowed. @kyleamathews fixed that in gatsbyjs/gatsby@859e412Developer Experience (DX) improvements
gatsby serve-build
so you can easily check that your built site is working as expected. https://github.com/gatsbyjs/gatsby/pull/237Thanks everyone!
v0.9.0
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.8.0
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.7.0
Compare Source
Update to React 0.14
The big change for this release was updating React to 0.14. Thanks to @patrykkopycinski for his PR!
We're still on the 0.13 series of React Router as their recent 1.0 release will require internal updates to Gatsby. Follow along at https://github.com/gatsbyjs/gatsby/issues/32 if interested.
gatsby serve
nowgatsby develop
Serve implied Gatsby was just serving up files. Develop conveys the idea better that you're starting up a full-fledged development server with the intent to start developing.
Can now do webpack requires in your html.jsx
Previously you couldn't do webpack requires in your html component as the development server was requiring the module in node context. But with the help of @petehunt's webpack-require project, you can now require css or anything else you'd like in your html.jsx.
Improved support for prefixing site links e.g. when building for Github Pages.
See the documentation that's been added to the README.
How to upgrade
You'll need to update React in your project to React 0.14 as well as upgrade any React components that relied on older React APIs. Make sure to not install the latest react-router.
v0.6.0
Compare Source
Bug fix
v0.5.16
Compare Source
v0.5.15
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.5.14
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.5.13
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.5.12
Compare Source
v0.5.11
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.5.10
Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.