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

143.json (12038B)


      1 {
      2   "number": 143,
      3   "title": "Bump next from 12.1.0 to 12.1.5",
      4   "state": "merged",
      5   "diff_file": "143.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-04-13T08:33:47Z",
      8   "closed_at": "2022-04-18T09:54:24Z",
      9   "merged_at": "2022-04-18T09:54:24Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/next-12.1.5",
     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.0 to 12.1.5.\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.5</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>[Script] Use <code>__non_webpack_require__</code> to fetch partytown server-side: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35793\">#35793</a></li>\n<li>Use ReadableStream in client hydration for Firefox compatibility: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35796\">#35796</a></li>\n<li>Continue testing react v17 with e2e tests: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35787\">#35787</a></li>\n<li>Collect packages are used and eliminated in getServerSideProps: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35404\">#35404</a></li>\n<li>Initial implementation of statically optimized flight data of server component pages: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35619\">#35619</a></li>\n<li>Fix <code>layout=&quot;raw&quot;</code> image element sizes prop: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35809\">#35809</a></li>\n<li>fix: reset visible state when src/href changed: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35287\">#35287</a></li>\n<li>Add warning when importing &quot;next&quot; directly: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35884\">#35884</a></li>\n<li>Custom app for switchable runtime: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35666\">#35666</a></li>\n<li>Update repo to use react 18 by default: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35888\">#35888</a></li>\n<li>Fix Firefox flash of white on <code>next/image</code> with <code>placeholder=blur</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35889\">#35889</a></li>\n<li>Fix data encoder and decoder to use <code>stream</code> in renderer: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35936\">#35936</a></li>\n<li>Revert &quot;fix the dynamic routing of middleware&quot;: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35932\">#35932</a></li>\n<li>Update: Add error message when for getServerSideProps invalid return value: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35887\">#35887</a></li>\n<li>Code refactoring: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35937\">#35937</a></li>\n<li>fix: add locale prefix to middleware preflight url: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35911\">#35911</a></li>\n<li>Emotion SWC Plugin - Allow for jsxImportSource to be configurable: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35963\">#35963</a></li>\n<li>Update polyfill of web streams: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35571\">#35571</a></li>\n<li>Add <code>.eslintrc.cjs</code> to list of supported <code>next lint</code> config files: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35440\">#35440</a></li>\n<li>update webpack: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35867\">#35867</a></li>\n<li>Ensure minimalMode previousCache expire time is capped: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35954\">#35954</a></li>\n<li>Add test case for module resolution in node_modules from different contexts: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35978\">#35978</a></li>\n<li>Support shared component with next built-in client components: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35975\">#35975</a></li>\n<li>Use eager import to include client modules: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35979\">#35979</a></li>\n<li>Use renderToString for flush effects: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35999\">#35999</a></li>\n<li>test: organize react 18 tests: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36003\">#36003</a></li>\n<li>allow to provide postcss plugin options as a string: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35173\">#35173</a></li>\n<li>Fix leaking internal config to user-defined <code>loader</code> prop in <code>next/image</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36013\">#36013</a></li>\n<li>Support export all syntax in client components: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36027\">#36027</a></li>\n<li>Interpolate default exports: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35933\">#35933</a></li>\n<li>feat(next-swc): Update swc crates: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35996\">#35996</a></li>\n<li>Interpolate default exports is now unnecessary: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36065\">#36065</a></li>\n<li>Do not add locale to link for api route and middleware preflight: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35994\">#35994</a></li>\n<li>update <code>@\u200bvercel/nft</code> to 0.18.1: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36075\">#36075</a></li>\n<li>Fix outputStandalone with optimizeCss: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36028\">#36028</a></li>\n<li>Interpolate module.exports as default import : <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36082\">#36082</a></li>\n<li>fix(next-url): print properly using logger symbol: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36097\">#36097</a></li>\n</ul>\n<h3>Documentation Changes</h3>\n<ul>\n<li>Docs: update react 18's overview: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35766\">#35766</a></li>\n<li>Update dead link for getStaticPaths in error docs: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35814\">#35814</a></li>\n<li>Link to <code>with-docker-multi-env</code> example.: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35820\">#35820</a></li>\n<li>Add Vitest example.: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35858\">#35858</a></li>\n<li>Docs: Add useful link to invalid-getstaticprops-value error message: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35915\">#35915</a></li>\n<li>Update Manual Steps in Getting Started guide: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35898\">#35898</a></li>\n<li>fix: toBeInTheDocument is not a function: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35930\">#35930</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/38d17bca0c34ebcc3055dbdfc42bfff26f88f62e\"><code>38d17bc</code></a> v12.1.5</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/9c613aaa66c78b53f026decda9ee8309279da293\"><code>9c613aa</code></a> v12.1.5-canary.7</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/a11479bad999be6b356cdd3cc3d02ff66f3cdb52\"><code>a11479b</code></a> docs: failed-loading-swc possible fix for Windows users (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36081\">#36081</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ad1b6310deb6ccaec16016e999049fa307a8a61c\"><code>ad1b631</code></a> add support for changing /route/#hashes (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36079\">#36079</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/7013a8c2192859c8806d04933a5463feb200f092\"><code>7013a8c</code></a> [example]\u00a0Fix fast refresh in with-slate example (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36095\">#36095</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/46d3f0e216c44d551f899bf53779dc0789525e6a\"><code>46d3f0e</code></a> fix(next-url): print properly using logger symbol (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36097\">#36097</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/da6f271d9be8eb96727d8a8079d0b01aabb36faa\"><code>da6f271</code></a> Interpolate module.exports as default import  (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36082\">#36082</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/a9d6d9f71acb17a92a3c0965df342049c0dec115\"><code>a9d6d9f</code></a> v12.1.5-canary.6</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/95a8f31d86f47d8d8f00534781974f143129ecfe\"><code>95a8f31</code></a> Fix outputStandalone with optimizeCss (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36028\">#36028</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/8c5797959c7d83d58c04fb51d12a844de94b8e4e\"><code>8c57979</code></a> update <code>@\u200bvercel/nft</code> to 0.18.1 (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/36075\">#36075</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/compare/v12.1.0...v12.1.5\">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.0&new-version=12.1.5)](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 }