This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
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:
^5.29.2
->^5.30.0
0.5.9
->0.12.3
^2.24.57
->^2.32.13
^2.4.13
->^2.11.0
^2.3.11
->^2.10.0
^2.5.11
->^2.13.1
^1.3.11
->^1.10.0
^2.1.10
->^2.8.0
^2.4.28
->^2.12.1
^3.2.27
->^3.10.2
^1.0.4
->^1.0.5
^3.3.10
->^3.10.0
^2.3.12
->^2.8.0
^2.6.35
->^2.14.4
^2.4.12
->^2.12.0
^2.3.12
->^2.10.0
^2.3.12
->^2.11.0
^2.3.14
->^2.10.0
^2.1.0
->^2.2.1
^3.3.29
->^3.11.1
^3.3.11
->^3.10.0
^3.5.11
->^3.13.0
^2.4.13
->^2.11.0
^2.3.10
->^2.10.0
^2.3.29
->^2.11.1
^2.8.35
->^2.16.1
^2.5.14
->^2.12.1
Release Notes
getsentry/sentry-javascript
v5.30.0
Compare Source
gatsbyjs/gatsby
v0.12.3
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.12.2
Compare Source
Note: Version bump only for package babel-preset-gatsby
v0.12.1
Compare Source
Bug Fixes
v0.12.0
Compare Source
🧾 Release notes
Note: Version bump only for package babel-preset-gatsby
v0.11.0
Compare Source
🧾 Release notes
Note: Version bump only for package babel-preset-gatsby
v0.10.0
Compare Source
🧾 Release notes
Note: Version bump only for package babel-preset-gatsby
0.9.1 (2020-12-23)
Note: Version bump only for package babel-preset-gatsby
v0.9.1
Compare Source
Note: Version bump only for package babel-preset-gatsby
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
🧾 Release notes
Note: Version bump only for package babel-preset-gatsby
v0.7.0
Compare Source
🧾 Release notes
Chores
v0.6.0
Compare Source
🧾 Release notes
Note: Version bump only for package babel-preset-gatsby
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
Note: Version bump only for package babel-preset-gatsby
v0.5.11
Compare Source
v0.5.10
Compare Source
Note: Version bump only for package babel-preset-gatsby
vzhou842/gatsby-plugin-optimize-svgs
v1.0.5
Compare Source
deckgo/gatsby-remark-highlight-code
v2.2.1
Compare Source
Fix
javascript
language
v2.2.0
Compare Source
Features
@deckdeckgo/highlight-code
peer dependency requirement tov2.4.0
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 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.