-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update gatsby monorepo #366
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/gatsby-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 11, 2020 12:40
b852193
to
8e21ef3
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.17
chore(deps): update dependency gatsby to v2.20.18
Apr 11, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
3 times, most recently
from
April 14, 2020 07:03
11bdbff
to
9328fbb
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.18
chore(deps): update dependency gatsby to v2.20.19
Apr 14, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 14, 2020 13:20
9328fbb
to
569118d
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.19
chore(deps): update dependency gatsby to v2.20.20
Apr 14, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 15, 2020 04:36
569118d
to
84a1a10
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.20
chore(deps): update dependency gatsby to v2.20.21
Apr 15, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 15, 2020 09:19
84a1a10
to
ae57d12
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.21
chore(deps): update dependency gatsby to v2.20.22
Apr 15, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 16, 2020 15:40
ae57d12
to
80dd0ea
Compare
renovate
bot
changed the title
chore(deps): update dependency gatsby to v2.20.22
chore(deps): update gatsby monorepo
Apr 16, 2020
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
14 times, most recently
from
April 20, 2020 17:30
5b0cba6
to
3d2065b
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
9 times, most recently
from
July 10, 2020 10:33
afc34ef
to
d5db726
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
8 times, most recently
from
July 22, 2020 09:06
f0ea0b5
to
bbf0b8a
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
3 times, most recently
from
July 24, 2020 09:31
5b62d8b
to
aee1338
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
August 26, 2020 06:57
aee1338
to
6a9df20
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
October 28, 2020 05:59
6a9df20
to
edeaf52
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
November 27, 2020 05:01
edeaf52
to
c2c07e9
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
December 10, 2020 21:00
c2c07e9
to
caf1fa2
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
January 7, 2021 16:58
caf1fa2
to
bd5d5ad
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
January 24, 2021 16:49
bd5d5ad
to
9e04853
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
February 6, 2021 12:57
9e04853
to
c83781d
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
April 26, 2021 17:36
c83781d
to
f5ec792
Compare
renovate
bot
force-pushed
the
renovate/gatsby-monorepo
branch
from
May 9, 2021 23:17
f5ec792
to
5d3fffa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3.1
->0.12.0
2.20.16
->2.32.13
2.2.2
->2.11.1
Release Notes
gatsbyjs/gatsby
v0.12.0
Compare Source
Gatsby now ships with richer support for images. Now you can "import" or "require" an image and use it within your React components and under the hood, the images will be automatically optimized.
We're using the image-webpack-loader which uses the popular Imagemin project to minify your images.
There's future (responsive) image work planned! See gatsbyjs/gatsby#285 if you want to get involved.
Upgrade
This is marked as a breaking release as it could interfere with your Webpack config if you already have added image loader support.
If you have added custom image loaders already, to upgrade, in your
modifyWebpackConfig
function ingatsby-node.js
add this line:config.removeLoader('images')
You'll also need to add
image-webpack-loader
to your site:npm install --save-dev image-webpack-loader
Enjoy!
v0.11.0
Compare Source
The headliner of this release is you can now inline CSS in the
<head>
of your site. This is a best practice recommended by Google's AMP project among others as you then avoid additional requests which can signifcantly slow down your site. Testing using webpagetest.org showed that moving css inline improved the Speed Index 20-50%!! In one test on a simulated 3G connection, the time to initial render went from ~1.8 seconds to ~1 second.It's a very simple switch to make. See this commit in the default starter gatsbyjs/gatsby-starter-default@1faecb5 It's also documented at https://github.com/gatsbyjs/gatsby#inline-css
Breaking changes
post-build.js
moved insidegatsby-node.js
. If you had added apost-build.js
module to your code, this function should now be exported fromgatsby-node.js
. A simple way to make the change is to simply requirepost-build.js
there e.g.exports.postBuild = require('./post-build')
. Thanks to @LukeSheard for this! #273static
is split into two stages,build-css
andbuild-html
andproduction
is nowbuild-javascript
. We think these are much more sensible names. Thanks to @scottnonnenberg for the this! #253Other notable non-breaking changes
@benstepp did a deep refactor of how we're loading Babel plugins. There shouldn't be any breaking changes but it fixes a number of bugs gatsbyjs/gatsby#279
Some highlights:
.babelrc
passed to webpack.react-hmre
rather than being overwritten in develop.js.v0.10.0
Compare Source
Thanks to the efforts of @patrykkopycinski, Gatsby now supports React 15. This should be an easy upgrade for most people as long as your current site is showing deprecation warnings in the console.log. gatsbyjs/gatsby#252
@alampros also contributed a bug fix as he noticed that when setting the host option for
gatsby develop
andgatsby serve-build
that the short version-h
overrode the default help option. He changed that to-H
so there would no longer be a conflict gatsbyjs/gatsby#247.v0.9.0
Compare Source
Another release with two nice DX improvements.
Also we hit 2500 stars as I was writing this review 🎉
Babel 6
Gatsby started its life on Babel 5 but Babel 6 is out and stable so we'll upgrade along with the rest of the ecosystem and take advantage of its improved performance and awesome new plugin api.
Gatsby must now be installed as a dependency of the site
The global Gatsby install now defers to the local install of Gatsby (and throws if it can't find one). This means you can build a site and not worry about needing to upgrade it again as Gatsby accumulates breaking changes. This also helps ensure Gatsby works in environments where you don't want a global install e.g. build servers.
Upgrade instructions
npm install --save gatsby
npm install --save babel-plugin-add-module-exports babel-preset-es2015 babel-preset-react babel-preset-stage-1
andnpm install --save-dev babel-preset-react-hmre
.link
function fromgatsby-helpers.js
was renamed toprefixLink
to clarify its purpose..babelrc
file needs to be upgraded to look like:gatsby.config.js
, this functionality is now moved togatsby-node.js
and instead of using module.exports, export your config modification function asmodifyWebpackConfig
. See the updated instructions in the README.page.data
, you'll now need check for truthypage.data.body
..gatsby-context.js
.rewritePath
,onRouteChange
hooks in your app.js — app.js is now not supported. Instead you should exportrewritePath
ingatsby-node.js
andonRouteChange
ingatsby-browser.js
. The function signatures didn't change. These new files will be gaining more functionality in future releases.That's it! See you in the issue queues :-)
v0.8.0
Compare Source
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 gatsbyjs/gatsby#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.3
Compare Source
v0.5.2
Compare Source
v0.5.1
Compare Source
v0.5.0
Compare Source
v0.4.6
Compare Source
v0.4.5
Compare Source
v0.4.4
Compare Source
v0.4.3
Compare Source
v0.4.2
Compare Source
v0.4.1
Compare Source
Gatsby previously was crashing when trying to copy assets in the post-build step where the asset was not in a directory with a page.
#39
Fixed in gatsbyjs/gatsby@55fee06
v0.4.0
Compare Source
@fson added SVG support to the Webpack config in #34
v0.3.2
Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR is behind base branch, 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.