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

180.json (12382B)


      1 {
      2   "number": 180,
      3   "title": "Bump next from 12.1.5 to 12.1.6",
      4   "state": "merged",
      5   "diff_file": "180.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-05-03T08:32:33Z",
      8   "closed_at": "2022-05-23T11:28:58Z",
      9   "merged_at": "2022-05-23T11:28:58Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/next-12.1.6",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [next](https://github.com/vercel/next.js) from 12.1.5 to 12.1.6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vercel/next.js/releases\">next's releases</a>.</em></p>\n<blockquote>\n<h2>v12.1.6</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>rsc: remove router injection: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36101\">#36101</a></li>\n<li>Fix <code>export from</code> and native modules in server component: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36072\">#36072</a></li>\n<li>feat(next-swc): Update css parser: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36114\">#36114</a></li>\n<li>fix: do not add locale prefix to api route on NextURL: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36118\">#36118</a></li>\n<li>Add experimental onlyGenereated flag for unstable_revalidate: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36108\">#36108</a></li>\n<li>Support necessary headers in the web server response: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36122\">#36122</a></li>\n<li>Fix only generated case in minimal mode: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36130\">#36130</a></li>\n<li>Fix req.url of rsc dynamic routes pages gSSP in edge runtime: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36134\">#36134</a></li>\n<li>Reogranize the client component detection utils: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36135\">#36135</a></li>\n<li>Add support for catch-all route params in NextRequest page type declaration: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36137\">#36137</a></li>\n<li>rsc: mark next head as client component: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36138\">#36138</a></li>\n<li>rsc: keep static page props: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36157\">#36157</a></li>\n<li>Update to target es5 for use-subscription: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36159\">#36159</a></li>\n<li>Fix text decoding for chunk: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36165\">#36165</a></li>\n<li>Fix symlink and copy logic to <code>standalone</code> directory when using <code>outputStandalone</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35535\">#35535</a></li>\n<li>Adds linting rule to avoid assignment to 'module' variable: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35279\">#35279</a></li>\n<li>Fix res.json support for string / null: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36186\">#36186</a></li>\n<li>Update swc: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36187\">#36187</a></li>\n<li>Fix <code>next/image</code> usage in most cases of <code>onLoad()</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36176\">#36176</a></li>\n<li>[eslint-config-next] Update <code>@\u200btypescript-eslint/parser</code> to v5.19.0: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36156\">#36156</a></li>\n<li>Add support for tsconfig moduleResolution <code>node | node12 | nodenext</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36189\">#36189</a></li>\n<li>Fix missing _app component of AppTree in gIP context: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36206\">#36206</a></li>\n<li>refactor(build): no force transpile optional chaining: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35976\">#35976</a></li>\n<li>NextResponse.json: pass options to Response: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35367\">#35367</a></li>\n<li>Improve NextApiHandler type for early returns: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35166\">#35166</a></li>\n<li>Fix build activity indicator position: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36208\">#36208</a></li>\n<li>404 page - Responsive color scheme: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/32113\">#32113</a></li>\n<li>perf(escapeStringRegexp): test before replace: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34472\">#34472</a></li>\n<li>rsc: skip next builtin module when apply loaders: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36202\">#36202</a></li>\n<li>Use finally to clean up seen requests: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36222\">#36222</a></li>\n<li>fix(next-swc/ssg): less aggressive exports drop: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36199\">#36199</a></li>\n<li>fix type definition for defaultGetInitialProps: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36252\">#36252</a></li>\n<li>Use renderToStaticMarkup to render documentHTML: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36213\">#36213</a></li>\n<li>Fix flight loader: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36282\">#36282</a></li>\n<li>Add telemetry for image config formats (avif/webp): <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36289\">#36289</a></li>\n<li>Ensure error is cleared for missing global css: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36292\">#36292</a></li>\n<li>next/jest: Allow moduleNameMapper to match before Next.js internal mappings: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36312\">#36312</a></li>\n<li>Add client HMR tracing for debugging: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36328\">#36328</a></li>\n<li>feat:Add support for useDefineForClassFields typescript option: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36335\">#36335</a></li>\n<li>Use fallbackable path module for node and edge runtime: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36306\">#36306</a></li>\n<li>Update swc: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36269\">#36269</a></li>\n<li>fix(next): use moduleGraph.getIssuer to avoid deprecation warning (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36329\">#36329</a>): <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36330\">#36330</a></li>\n<li>Ensure beforeFiles client-side resolving handles dynamic routes: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36317\">#36317</a></li>\n<li>Ensure there is only 1 render pass in concurrent rendering with getInitialProps in <code>_document</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36352\">#36352</a></li>\n<li>Changes to the beforeInteractive strategy to make it work for streaming: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/31936\">#31936</a></li>\n<li>Update swc: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36351\">#36351</a></li>\n<li>Fix failing E2E deployment test cases: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36368\">#36368</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vercel/next.js/commit/b188fab3360855c28fd9407bd07c4ee9f5de16a6\"><code>b188fab</code></a> v12.1.6</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/f492962a82863c8f463ff343038dd980fe082012\"><code>f492962</code></a> Update codeowners image pattern (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36631\">#36631</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/0c23f5d1d2551fc13a09d85e83b55ab5f537ee61\"><code>0c23f5d</code></a> v12.1.6-canary.17</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/cb4eaaab6d5477c2ef54b43624820c526f57e725\"><code>cb4eaaa</code></a> add Script key for cache (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36627\">#36627</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/20e5fed1cf9973df5d4ea31b2193e77d8ac6140f\"><code>20e5fed</code></a> Handle styled-jsx in newLinkBehavior codemod (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36628\">#36628</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/9e53af8e30f200902f675415e19d0a6a588e301e\"><code>9e53af8</code></a> Fix next node buildin module error message for edge runtime (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36434\">#36434</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/c905fda59060d0f485938851a1d493d491b06c5a\"><code>c905fda</code></a> Fix swc jest pagesDir config (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36623\">#36623</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/4eee0e32f3e78a0ba75f1915f76bd54f5bbd3757\"><code>4eee0e3</code></a> Update findPagesDir (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36619\">#36619</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/6bb0e91a0c71ef2bb3d2b932ce81fbff53028393\"><code>6bb0e91</code></a> Add tests for routing experiment (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36618\">#36618</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ddba1aab1f220b646319d605c30dc87daddef9d5\"><code>ddba1aa</code></a> v12.1.6-canary.16</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/compare/v12.1.5...v12.1.6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=12.1.5&new-version=12.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\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   "review_comments": []
     25 }