herschel666 / photoblog

Goodbye Flickr …
https://photos.klg.bz/
MIT License
10 stars 0 forks source link

chore(deps): update gatsby monorepo #656

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-preset-gatsby 0.5.16 -> 0.7.0 age adoption passing confidence
gatsby (changelog) 2.25.3 -> 2.27.3 age adoption passing confidence
gatsby-image 2.4.21 -> 2.6.0 age adoption passing confidence
gatsby-plugin-feed 2.6.0 -> 2.8.0 age adoption passing confidence
gatsby-plugin-layout 1.3.13 -> 1.5.0 age adoption passing confidence
gatsby-plugin-netlify 2.4.0 -> 2.6.0 age adoption passing confidence
gatsby-plugin-react-helmet 3.3.14 -> 3.5.0 age adoption passing confidence
gatsby-plugin-sharp 2.7.1 -> 2.9.0 age adoption passing confidence
gatsby-plugin-typescript 2.5.0 -> 2.7.0 age adoption passing confidence
gatsby-remark-images 3.4.1 -> 3.6.0 age adoption passing confidence
gatsby-source-contentful 4.1.0 -> 4.1.1 age adoption passing confidence
gatsby-source-filesystem 2.4.2 -> 2.6.1 age adoption passing confidence
gatsby-transformer-remark 2.9.2 -> 2.11.1 age adoption passing confidence
gatsby-transformer-sharp 2.5.21 -> 2.7.0 age adoption passing confidence

Release Notes

gatsbyjs/gatsby ### [`v0.7.0`](https://togithub.com/gatsbyjs/gatsby/releases/v0.7.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/135e554aa9e8f10a282983eca65c29ffae738339...v0.7.0) ##### Update to React 0.14 The big change for this release was updating React to 0.14. Thanks to [@​patrykkopycinski](https://togithub.com/patrykkopycinski) for his [PR](https://togithub.com/gatsbyjs/gatsby/pull/81)! 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 [#​32](https://togithub.com/gatsbyjs/gatsby/issues/32) if interested. #### `gatsby serve` now `gatsby 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](https://togithub.com/petehunt)'s [webpack-require](https://togithub.com/petehunt/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.](https://togithub.com/gatsbyjs/gatsby#deploying-to-github-pages-and-other-times-your-sites-links-need-prefixes) ### 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`](https://togithub.com/gatsbyjs/gatsby/releases/0.6.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/077b67fa366eb5c5e0171e87eec8c8810d44c0d5...135e554aa9e8f10a282983eca65c29ffae738339) ### Bug fix - Previously Gatsby was compiling the production bundle.js with source-maps inlined. [@​fson](https://togithub.com/fson) noticed this and wrote a PR to fix this which reduced bundle.js size by _3x_! [#​48](https://togithub.com/gatsbyjs/gatsby/pull/48)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled due to failing status checks.

:recycle: Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

:ghost: 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.