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.md (11623B)


      1 # PR #143 Bump next from 12.1.0 to 12.1.5
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-04-13T08:33:47Z
      6 - **Branch:** dependabot/npm_and_yarn/next-12.1.5 → main
      7 - **Merged:** 2022-04-18T09:54:24Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [143.diff](./143.diff)
     12 
     13 ---
     14 
     15 Bumps [next](https://github.com/vercel/next.js) from 12.1.0 to 12.1.5.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v12.1.5</h2>
     21 <h3>Core Changes</h3>
     22 <ul>
     23 <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>
     24 <li>Use ReadableStream in client hydration for Firefox compatibility: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35796">#35796</a></li>
     25 <li>Continue testing react v17 with e2e tests: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35787">#35787</a></li>
     26 <li>Collect packages are used and eliminated in getServerSideProps: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35404">#35404</a></li>
     27 <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>
     28 <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>
     29 <li>fix: reset visible state when src/href changed: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35287">#35287</a></li>
     30 <li>Add warning when importing &quot;next&quot; directly: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35884">#35884</a></li>
     31 <li>Custom app for switchable runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35666">#35666</a></li>
     32 <li>Update repo to use react 18 by default: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35888">#35888</a></li>
     33 <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>
     34 <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>
     35 <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>
     36 <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>
     37 <li>Code refactoring: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35937">#35937</a></li>
     38 <li>fix: add locale prefix to middleware preflight url: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35911">#35911</a></li>
     39 <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>
     40 <li>Update polyfill of web streams: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35571">#35571</a></li>
     41 <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>
     42 <li>update webpack: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35867">#35867</a></li>
     43 <li>Ensure minimalMode previousCache expire time is capped: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35954">#35954</a></li>
     44 <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>
     45 <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>
     46 <li>Use eager import to include client modules: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35979">#35979</a></li>
     47 <li>Use renderToString for flush effects: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35999">#35999</a></li>
     48 <li>test: organize react 18 tests: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36003">#36003</a></li>
     49 <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>
     50 <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>
     51 <li>Support export all syntax in client components: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36027">#36027</a></li>
     52 <li>Interpolate default exports: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35933">#35933</a></li>
     53 <li>feat(next-swc): Update swc crates: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35996">#35996</a></li>
     54 <li>Interpolate default exports is now unnecessary: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36065">#36065</a></li>
     55 <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>
     56 <li>update <code>@​vercel/nft</code> to 0.18.1: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36075">#36075</a></li>
     57 <li>Fix outputStandalone with optimizeCss: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36028">#36028</a></li>
     58 <li>Interpolate module.exports as default import : <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36082">#36082</a></li>
     59 <li>fix(next-url): print properly using logger symbol: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36097">#36097</a></li>
     60 </ul>
     61 <h3>Documentation Changes</h3>
     62 <ul>
     63 <li>Docs: update react 18's overview: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35766">#35766</a></li>
     64 <li>Update dead link for getStaticPaths in error docs: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35814">#35814</a></li>
     65 <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>
     66 <li>Add Vitest example.: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35858">#35858</a></li>
     67 <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>
     68 <li>Update Manual Steps in Getting Started guide: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35898">#35898</a></li>
     69 <li>fix: toBeInTheDocument is not a function: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35930">#35930</a></li>
     70 </ul>
     71 <!-- raw HTML omitted -->
     72 </blockquote>
     73 <p>... (truncated)</p>
     74 </details>
     75 <details>
     76 <summary>Commits</summary>
     77 <ul>
     78 <li><a href="https://github.com/vercel/next.js/commit/38d17bca0c34ebcc3055dbdfc42bfff26f88f62e"><code>38d17bc</code></a> v12.1.5</li>
     79 <li><a href="https://github.com/vercel/next.js/commit/9c613aaa66c78b53f026decda9ee8309279da293"><code>9c613aa</code></a> v12.1.5-canary.7</li>
     80 <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>
     81 <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>
     82 <li><a href="https://github.com/vercel/next.js/commit/7013a8c2192859c8806d04933a5463feb200f092"><code>7013a8c</code></a> [example] Fix fast refresh in with-slate example (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36095">#36095</a>)</li>
     83 <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>
     84 <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>
     85 <li><a href="https://github.com/vercel/next.js/commit/a9d6d9f71acb17a92a3c0965df342049c0dec115"><code>a9d6d9f</code></a> v12.1.5-canary.6</li>
     86 <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>
     87 <li><a href="https://github.com/vercel/next.js/commit/8c5797959c7d83d58c04fb51d12a844de94b8e4e"><code>8c57979</code></a> update <code>@​vercel/nft</code> to 0.18.1 (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36075">#36075</a>)</li>
     88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.1.0...v12.1.5">compare view</a></li>
     89 </ul>
     90 </details>
     91 <br />
     92 
     93 
     94 [![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)
     95 
     96 Dependabot 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`.
     97 
     98 [//]: # (dependabot-automerge-start)
     99 [//]: # (dependabot-automerge-end)
    100 
    101 ---
    102 
    103 <details>
    104 <summary>Dependabot commands and options</summary>
    105 <br />
    106 
    107 You can trigger Dependabot actions by commenting on this PR:
    108 - `@dependabot rebase` will rebase this PR
    109 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    110 - `@dependabot merge` will merge this PR after your CI passes on it
    111 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    112 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    113 - `@dependabot reopen` will reopen this PR if it is closed
    114 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    115 - `@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)
    116 - `@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)
    117 - `@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)
    118 
    119 
    120 </details>
    121