nextjs-xx / nextjs-fullstack-app-template

NextJS NextUI Storybook React Graphql Apollo
2 stars 2 forks source link

Update react monorepo #121

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.0.9 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.0.5 -> 18.3.1 age adoption passing confidence
react (source) 18.1.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.1.0 -> 18.3.1 age adoption passing confidence

Release Notes

facebook/react (react) ### [`v18.3.1`](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://redirect.github.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24591](https://redirect.github.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24523](https://redirect.github.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24480](https://redirect.github.com/facebook/react/pull/24480) and [@​acdlite](https://redirect.github.com/acdlite) in [#​24532](https://redirect.github.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@​gaearon](https://redirect.github.com/gaearon) in [#​24459](https://redirect.github.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@​salazarm](https://redirect.github.com/salazarm) and [@​gnoff](https://redirect.github.com/gnoff) in [#​24551](https://redirect.github.com/facebook/react/pull/24551) and [#​24591](https://redirect.github.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24680](https://redirect.github.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24630](https://redirect.github.com/facebook/react/pull/24630)) - Disallow complex children inside `` elements to match the browser constraints. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24679](https://redirect.github.com/facebook/react/pull/24679)) - Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@​jplhomer](https://redirect.github.com/jplhomer) in [#​24641](https://redirect.github.com/facebook/react/pull/24641)) ##### Server Components (Experimental) - Add support for `useId()` inside Server Components. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24172](https://redirect.github.com/facebook/react/pull/24172)) </details> <details> <summary>facebook/react (react-dom)</summary> ### [`v18.3.1`](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://redirect.github.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24591](https://redirect.github.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24523](https://redirect.github.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24480](https://redirect.github.com/facebook/react/pull/24480) and [@​acdlite](https://redirect.github.com/acdlite) in [#​24532](https://redirect.github.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@​gaearon](https://redirect.github.com/gaearon) in [#​24459](https://redirect.github.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@​salazarm](https://redirect.github.com/salazarm) and [@​gnoff](https://redirect.github.com/gnoff) in [#​24551](https://redirect.github.com/facebook/react/pull/24551) and [#​24591](https://redirect.github.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24680](https://redirect.github.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24630](https://redirect.github.com/facebook/react/pull/24630)) - Disallow complex children inside `<title>` elements to match the browser constraints. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24679](https://redirect.github.com/facebook/react/pull/24679)) - Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@​jplhomer](https://redirect.github.com/jplhomer) in [#​24641](https://redirect.github.com/facebook/react/pull/24641)) ##### Server Components (Experimental) - Add support for `useId()` inside Server Components. ([@​gnoff](https://redirect.github.com/gnoff) in [#​24172](https://redirect.github.com/facebook/react/pull/24172)) </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel="noreferrer nofollow" target="_blank" href="https://redirect.github.com/renovatebot/renovate/discussions">config help</a> if that's undesired.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box</li> </ul> <hr /> <p>This PR was generated by <a rel="noreferrer nofollow" target="_blank" href="https://mend.io/renovate/">Mend Renovate</a>. View the <a rel="noreferrer nofollow" target="_blank" href="https://developer.mend.io/github/nextjs-xx/nextjs-fullstack-app-template">repository job log</a>.</p> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/netlify[bot]"><img src="https://avatars.githubusercontent.com/in/13473?v=4" />netlify[bot]</a> commented <strong> 6 months ago</strong> </div> <div class="markdown-body"> <h3><span aria-hidden="true">❌</span> Deploy Preview for <em>fanciful-rolypoly-bec1a8</em> failed.</h3> <table> <thead> <tr> <th style="text-align: center;">Name</th> <th>Link</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;"><span aria-hidden="true">🔨</span> Latest commit</td> <td>422061b793b1f591902e2375243d83d09b58f3cd</td> </tr> <tr> <td style="text-align: center;"><span aria-hidden="true">🔍</span> Latest deploy log</td> <td><a href="https://app.netlify.com/sites/fanciful-rolypoly-bec1a8/deploys/6718999bb3afb800089ae8a8">https://app.netlify.com/sites/fanciful-rolypoly-bec1a8/deploys/6718999bb3afb800089ae8a8</a></td> </tr> </tbody> </table> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>