Skip to content

Commit 740af1a

Browse files
Merge #345
345: fix(deps): update gatsby monorepo r=jbolda a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gatsby-plugin-image](https://togithub.com/gatsbyjs/gatsby) | [`1.8.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/gatsby-plugin-image/1.8.0/1.9.0) | [![age](https://badges.renovateapi.com/packages/npm/gatsby-plugin-image/1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/gatsby-plugin-image/1.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/gatsby-plugin-image/1.9.0/compatibility-slim/1.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/gatsby-plugin-image/1.9.0/confidence-slim/1.8.0)](https://docs.renovatebot.com/merge-confidence/) | | [gatsby-plugin-sharp](https://togithub.com/gatsbyjs/gatsby) | [`3.8.0` -> `3.9.0`](https://renovatebot.com/diffs/npm/gatsby-plugin-sharp/3.8.0/3.9.0) | [![age](https://badges.renovateapi.com/packages/npm/gatsby-plugin-sharp/3.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/gatsby-plugin-sharp/3.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/gatsby-plugin-sharp/3.9.0/compatibility-slim/3.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/gatsby-plugin-sharp/3.9.0/confidence-slim/3.8.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gatsbyjs/gatsby</summary> ### [`v1.9.0`](https://togithub.com/gatsbyjs/gatsby/compare/f8cc2a3f02f621f20af9b60dda6f1980fbd37a05...fbc58933c6a6d5d8837e36104fdb74a0cb02163d) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/715739c81824862bcf724ea581a9408fa357a27c...808f32ff1506297af5daeef1dd9907f3e1ec47a1) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/jbolda/gatsby-source-airtable). Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 parents ce8863f + 4d9a505 commit 740af1a

File tree

4 files changed

+52
-48
lines changed

4 files changed

+52
-48
lines changed

examples/recipes-with-multi-type/package-lock.json

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/recipes-with-multi-type/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@mdx-js/react": "1.6.22",
1111
"gatsby": "3.9.0",
1212
"gatsby-link": "3.9.0",
13-
"gatsby-plugin-image": "1.8.0",
13+
"gatsby-plugin-image": "1.9.0",
1414
"gatsby-plugin-mdx": "2.9.0",
1515
"gatsby-plugin-react-helmet": "4.9.0",
16-
"gatsby-plugin-sharp": "3.8.0",
16+
"gatsby-plugin-sharp": "3.9.0",
1717
"gatsby-source-airtable": "file:../__fixtures__",
1818
"gatsby-source-filesystem": "3.9.0",
1919
"gatsby-transformer-remark": "4.6.0",

examples/recipes-with-photos/package-lock.json

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/recipes-with-photos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dependencies": {
88
"gatsby": "3.9.0",
99
"gatsby-link": "3.9.0",
10-
"gatsby-plugin-image": "1.8.0",
10+
"gatsby-plugin-image": "1.9.0",
1111
"gatsby-plugin-react-helmet": "4.9.0",
12-
"gatsby-plugin-sharp": "3.8.0",
12+
"gatsby-plugin-sharp": "3.9.0",
1313
"gatsby-source-airtable": "file:../__fixtures__",
1414
"gatsby-source-filesystem": "3.9.0",
1515
"gatsby-transformer-sharp": "3.9.0",

0 commit comments

Comments
 (0)