Skip to content

Commit

Permalink
Merge #160
Browse files Browse the repository at this point in the history
160: Bump gatsby from 4.17.2 to 4.19.1 r=bidoubiwa a=dependabot[bot]

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.17.2 to 4.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby's releases</a>.</em></p>
<blockquote>
<h2>v4.19</h2>
<p>Welcome to <code>[email protected]</code> release (July 2022 #<!-- raw HTML omitted --><!-- raw HTML omitted -->2)</p>
<p>Key highlights of this release:</p>
<ul>
<li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#gatsby-head-api">Gatsby Head API</a> - Better performance &amp; more future-proof than <code>react-helmet</code></li>
<li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#release-candidate-for-gatsby-plugin-mdx-v4">Release Candidate for gatsby-plugin-mdx v4</a> - Support for MDX v2 and more!</li>
</ul>
<p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p>
<p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/">Previous release notes</a></p>
<p><a href="https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.19.0">Full changelog</a></p>
<h2>v4.18</h2>
<p>Welcome to <code>[email protected]</code> release (July 2022 #<!-- raw HTML omitted --><!-- raw HTML omitted -->1)</p>
<p>Key highlights of this release:</p>
<ul>
<li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#typesoutputpath-option-for-graphql-typegen"><code>typesOutputPath</code> option for GraphQL Typegen</a> - Configure the location of the generated TypeScript types</li>
<li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#server-side-rendering-ssr-in-development">Server Side Rendering (SSR) in development</a> - Find bugs &amp; hydration errors more easily during <code>gatsby develop</code></li>
<li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#open-rfcs">Open RFCs</a> - MDX v2 &amp; Metadata management</li>
</ul>
<p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p>
<p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v4.17/">Previous release notes</a></p>
<p><a href="https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.18.0">Full changelog</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/3789449fafe6aecee7b3747a4782e7d89a71f93c"><code>3789449</code></a> chore(release): Publish</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/0cdad26d534eab0fb8b28c9b51b1dc76bd8ef131"><code>0cdad26</code></a> chore(gatsby-parcel-config): Adjust peerDep (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36185">#36185</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36191">#36191</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/4e6ffa500856a3e3e0dcdc1a39a41a83347b0101"><code>4e6ffa5</code></a> fix(gatsby): use host param for express again (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36186">#36186</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36190">#36190</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/1f05fedda2699b7729be50b630a13a3fe04515db"><code>1f05fed</code></a> fix(gatsby): prevent escaping textContent for scripts (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36174">#36174</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36189">#36189</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/53bedf19e998aee23db6a7b85205470ee6e3cc0a"><code>53bedf1</code></a> chore(release): Publish</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/19c9c0bb1befd573dbfb59ce3c297fe010ae17db"><code>19c9c0b</code></a> fix(gatsby): Wrap Head with &lt;Location&gt; (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36160">#36160</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36165">#36165</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/6f0d46bffa6475a4365438e2b9400aac12b69ae8"><code>6f0d46b</code></a> feat(gatsby): allow deduplicating head elements on <code>id</code> (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36138">#36138</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36159">#36159</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/62d2a490f3935007bccc4c20466d6bb77e075cc1"><code>62d2a49</code></a> fix(gatsby): Allow script in Gatsby Head (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36136">#36136</a>) (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36137">#36137</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/41f88f1a6f251b97b88d094cce9674d157bf9328"><code>41f88f1</code></a> feat(gatsby-graphiql-explorer): Amend Query name if available (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/36110">#36110</a>)</li>
<li><a href="https://github.com/gatsbyjs/gatsby/commit/40810c46d18753ea10c8f60ebdabc164482e7983"><code>40810c4</code></a> feat(gatsby): Gatsby Head API (<a href="https://github-redirect.dependabot.com/gatsbyjs/gatsby/issues/35980">#35980</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.19.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gatsby&package-manager=npm_and_yarn&previous-version=4.17.2&new-version=4.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Jul 20, 2022
2 parents 5b92aa1 + 8d3e8cd commit 70a6b41
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 483 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"gatsby": "^4.17.2",
"gatsby": "^4.19.1",
"jest": "^27.4.7",
"prettier": "^2.3.2",
"wait-port": "^0.2.9"
Expand Down
Loading

0 comments on commit 70a6b41

Please sign in to comment.