matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

239.json (19713B)


      1 {
      2   "number": 239,
      3   "title": "Bump react, react-dom and @types/react",
      4   "state": "closed",
      5   "diff_file": "239.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-06-17T08:35:05Z",
      8   "closed_at": "2023-01-03T16:43:32Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.\nUpdates `react` from 18.1.0 to 18.2.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/facebook/react/releases\">react's releases</a>.</em></p>\n<blockquote>\n<h2>18.2.0 (June 14, 2022)</h2>\n<h3>React DOM</h3>\n<ul>\n<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24523\">#24523</a>)</li>\n<li>Fix false positive hydration errors with Suspense. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24480\">#24480</a> and  <a href=\"https://github.com/acdlite\"><code>@\u200bacdlite</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24532\">#24532</a>)</li>\n<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href=\"https://github.com/gaearon\"><code>@\u200bgaearon</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24459\">#24459</a>)</li>\n</ul>\n<h3>React DOM Server</h3>\n<ul>\n<li>Pass information about server errors to the client. (<a href=\"https://github.com/salazarm\"><code>@\u200bsalazarm</code></a> and <a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24551\">#24551</a> and <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Allow to provide a reason when aborting the HTML stream. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24680\">#24680</a>)</li>\n<li>Eliminate extraneous text separators in the HTML where possible. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24630\">#24630</a>)</li>\n<li>Disallow complex children inside <code>&lt;title&gt;</code> elements to match the browser constraints. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24679\">#24679</a>)</li>\n<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href=\"https://github.com/jplhomer\"><code>@\u200bjplhomer</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24641\">#24641</a>)</li>\n</ul>\n<h3>Server Components (Experimental)</h3>\n<ul>\n<li>Add support for <code>useId()</code> inside Server Components. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a>) in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24172\">#24172</a></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/facebook/react/blob/main/CHANGELOG.md\">react's changelog</a>.</em></p>\n<blockquote>\n<h2>18.2.0 (June 14, 2022)</h2>\n<h3>React DOM</h3>\n<ul>\n<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24523\">#24523</a>)</li>\n<li>Fix false positive hydration errors with Suspense. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24480\">#24480</a> and  <a href=\"https://github.com/acdlite\"><code>@\u200bacdlite</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24532\">#24532</a>)</li>\n<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href=\"https://github.com/gaearon\"><code>@\u200bgaearon</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24459\">#24459</a>)</li>\n</ul>\n<h3>React DOM Server</h3>\n<ul>\n<li>Pass information about server errors to the client. (<a href=\"https://github.com/salazarm\"><code>@\u200bsalazarm</code></a> and <a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24551\">#24551</a> and <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Allow to provide a reason when aborting the HTML stream. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24680\">#24680</a>)</li>\n<li>Eliminate extraneous text separators in the HTML where possible. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24630\">#24630</a>)</li>\n<li>Disallow complex children inside <code>&lt;title&gt;</code> elements to match the browser constraints. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24679\">#24679</a>)</li>\n<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href=\"https://github.com/jplhomer\"><code>@\u200bjplhomer</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24641\">#24641</a>)</li>\n</ul>\n<h3>Server Components (Experimental)</h3>\n<ul>\n<li>Add support for <code>useId()</code> inside Server Components. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a>) in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24172\">#24172</a></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/facebook/react/commit/72b7462fe73ea2f7bc296bc58670baf9677ce8b2\"><code>72b7462</code></a> Bump local package.json versions for 18.1 release (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react/issues/24447\">#24447</a>)</li>\n<li>See full diff in <a href=\"https://github.com/facebook/react/commits/v18.2.0/packages/react\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~gnoff\">gnoff</a>, a new releaser for react since your current version.</p>\n</details>\n<br />\n\nUpdates `react-dom` from 18.1.0 to 18.2.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/facebook/react/releases\">react-dom's releases</a>.</em></p>\n<blockquote>\n<h2>18.2.0 (June 14, 2022)</h2>\n<h3>React DOM</h3>\n<ul>\n<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24523\">#24523</a>)</li>\n<li>Fix false positive hydration errors with Suspense. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24480\">#24480</a> and  <a href=\"https://github.com/acdlite\"><code>@\u200bacdlite</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24532\">#24532</a>)</li>\n<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href=\"https://github.com/gaearon\"><code>@\u200bgaearon</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24459\">#24459</a>)</li>\n</ul>\n<h3>React DOM Server</h3>\n<ul>\n<li>Pass information about server errors to the client. (<a href=\"https://github.com/salazarm\"><code>@\u200bsalazarm</code></a> and <a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24551\">#24551</a> and <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Allow to provide a reason when aborting the HTML stream. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24680\">#24680</a>)</li>\n<li>Eliminate extraneous text separators in the HTML where possible. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24630\">#24630</a>)</li>\n<li>Disallow complex children inside <code>&lt;title&gt;</code> elements to match the browser constraints. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24679\">#24679</a>)</li>\n<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href=\"https://github.com/jplhomer\"><code>@\u200bjplhomer</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24641\">#24641</a>)</li>\n</ul>\n<h3>Server Components (Experimental)</h3>\n<ul>\n<li>Add support for <code>useId()</code> inside Server Components. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a>) in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24172\">#24172</a></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/facebook/react/blob/main/CHANGELOG.md\">react-dom's changelog</a>.</em></p>\n<blockquote>\n<h2>18.2.0 (June 14, 2022)</h2>\n<h3>React DOM</h3>\n<ul>\n<li>Provide a component stack as a second argument to <code>onRecoverableError</code>. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Fix hydrating into <code>document</code> causing a blank page on mismatch. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24523\">#24523</a>)</li>\n<li>Fix false positive hydration errors with Suspense. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24480\">#24480</a> and  <a href=\"https://github.com/acdlite\"><code>@\u200bacdlite</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24532\">#24532</a>)</li>\n<li>Fix ignored <code>setState</code> in Safari when adding an iframe. (<a href=\"https://github.com/gaearon\"><code>@\u200bgaearon</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24459\">#24459</a>)</li>\n</ul>\n<h3>React DOM Server</h3>\n<ul>\n<li>Pass information about server errors to the client. (<a href=\"https://github.com/salazarm\"><code>@\u200bsalazarm</code></a> and <a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24551\">#24551</a> and <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24591\">#24591</a>)</li>\n<li>Allow to provide a reason when aborting the HTML stream. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24680\">#24680</a>)</li>\n<li>Eliminate extraneous text separators in the HTML where possible. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24630\">#24630</a>)</li>\n<li>Disallow complex children inside <code>&lt;title&gt;</code> elements to match the browser constraints. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24679\">#24679</a>)</li>\n<li>Fix buffering in some worker environments by explicitly setting <code>highWaterMark</code> to <code>0</code>. (<a href=\"https://github.com/jplhomer\"><code>@\u200bjplhomer</code></a> in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24641\">#24641</a>)</li>\n</ul>\n<h3>Server Components (Experimental)</h3>\n<ul>\n<li>Add support for <code>useId()</code> inside Server Components. (<a href=\"https://github.com/gnoff\"><code>@\u200bgnoff</code></a>) in <a href=\"https://github-redirect.dependabot.com/facebook/react/pull/24172\">#24172</a></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/facebook/react/commit/b345523528f6b346c3a6de2145d5df6b2e23ca75\"><code>b345523</code></a> [Fizz] Support abort reasons (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24680\">#24680</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/bcbeb52bf36c6f5ecdad46a48e87cf4354c5a64f\"><code>bcbeb52</code></a> [Fizz] Disallow complex children in &lt;title&gt; elements (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24679\">#24679</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/4f29ba1cc52061e439cede3813e100557b23a15c\"><code>4f29ba1</code></a> support errorInfo in onRecoverableError (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24591\">#24591</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/26a5b3c7f781e93b5bcf4e5a7a6f13233409475d\"><code>26a5b3c</code></a> Explicitly set <code>highWaterMark</code> to 0 for <code>ReadableStream</code> (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24641\">#24641</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/aec575914a0fd76c9db8998ea62c3ee975de70d7\"><code>aec5759</code></a> [Fizz] Send errors down to client (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24551\">#24551</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/a2766387efe68b318b23d8c35c70b850d1e6a250\"><code>a276638</code></a> [Fizz] Improve text separator byte efficiency (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24630\">#24630</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/05c34dea91eced40d08cd72432087c1e26a4f59c\"><code>05c34de</code></a> [Test] Outer boundary should not report errors from an inner boundary (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24618\">#24618</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/82c64e1a49239158c0daa7f0d603d2ad2ee667a9\"><code>82c64e1</code></a> Match Preact behavior for boolean props on custom elements (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24541\">#24541</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/2c8a1452b82b9ec5ebfa3f370b31fda19610ae92\"><code>2c8a145</code></a> Fix ignored setState in Safari when iframe is touched (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24459\">#24459</a>)</li>\n<li><a href=\"https://github.com/facebook/react/commit/8197c73ec334e4430d892cead14aa371f13467a9\"><code>8197c73</code></a> Support document rendering (<a href=\"https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24523\">#24523</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/facebook/react/commits/v18.2.0/packages/react-dom\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~gnoff\">gnoff</a>, a new releaser for react-dom since your current version.</p>\n</details>\n<br />\n\nUpdates `@types/react` from 18.0.9 to 18.0.14\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     23   "comments": [
     24     {
     25       "author": "dependabot[bot]",
     26       "created_at": "2023-01-03T16:43:34Z",
     27       "body": "OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it."
     28     }
     29   ],
     30   "review_comments": []
     31 }