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

42.md (10469B)


      1 # PR #42 Bump next from 12.0.9 to 12.0.10
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-02-01T08:26:47Z
      6 - **Branch:** dependabot/npm_and_yarn/next-12.0.10 → main
      7 - **Merged:** 2022-02-01T09:56:53Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [42.diff](./42.diff)
     12 
     13 ---
     14 
     15 Bumps [next](https://github.com/vercel/next.js) from 12.0.9 to 12.0.10.
     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.0.10</h2>
     21 <h3>Core Changes</h3>
     22 <ul>
     23 <li>fix: image optimizer hangs when invalid image is requested: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33719">#33719</a></li>
     24 <li>feat: make <code>compress</code> configurable in standalone mode: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33717">#33717</a></li>
     25 <li>fix: allow certain variable names in development: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33638">#33638</a></li>
     26 <li>Use swc parse for flight server and client loaders: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33713">#33713</a></li>
     27 <li>Properly support custom 500 page in the web server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33729">#33729</a></li>
     28 <li>chore: deprecate process.browser: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32862">#32862</a></li>
     29 <li>Improve tests for streaming and server components: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33740">#33740</a></li>
     30 <li>fix: fixes <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33314">#33314</a> move is-plain-object for es5 compilation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33690">#33690</a></li>
     31 <li>Add <code>stale-while-revalidate</code> pattern to Image Optimization API: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33735">#33735</a></li>
     32 <li>Allow to delete URL search params in middleware rewrites: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33725">#33725</a></li>
     33 <li>Ensure all CSS files are included for experimental critical CSS: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33752">#33752</a></li>
     34 <li>Ensure non-error thrown in getStaticPaths shows correctly: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33753">#33753</a></li>
     35 <li>Fix encoding error with location and refresh headers: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33763">#33763</a></li>
     36 <li>Fix duplicate image src causing canceled request: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33776">#33776</a></li>
     37 <li>Generate functions manifest: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33770">#33770</a></li>
     38 <li>Enable jest hoist transform when using next/jest: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33731">#33731</a></li>
     39 <li>fix typo: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33840">#33840</a></li>
     40 <li>fix(next/image): render valid html according to W3C: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33825">#33825</a></li>
     41 </ul>
     42 <h3>Documentation Changes</h3>
     43 <ul>
     44 <li>Update Time to First Byte (TTFB) link: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33715">#33715</a></li>
     45 <li>Changed data fetching file name to overview to fix meta data title: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33232">#33232</a></li>
     46 <li>Correct misspelling in testing documentation <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33754">#33754</a>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33755">#33755</a></li>
     47 <li>Move custom server note from middleware doc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33744">#33744</a></li>
     48 <li>Fixed duplicate data fetching overview page + links: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33774">#33774</a></li>
     49 <li>[docs] Mention SWC in TypeScript documentation.: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33801">#33801</a></li>
     50 <li>Testing docs: Comment out optional config that points to a file: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33827">#33827</a></li>
     51 <li>Update Content-Security-Policy header usage explanation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33833">#33833</a></li>
     52 </ul>
     53 <h3>Example Changes</h3>
     54 <ul>
     55 <li>Fix <code>with-docker</code> example dockerfile: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33695">#33695</a></li>
     56 <li>Added next.config.js with datocms-assets domain in allow list: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33647">#33647</a></li>
     57 <li>Fix: broken npm install: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33767">#33767</a></li>
     58 <li>[example] Upgrade the with-stripe-typescript example app: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33761">#33761</a></li>
     59 <li>Upgrade to <code>@​stitches/react</code> 1.2.6: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33817">#33817</a></li>
     60 <li>Doc: fix broken link to api routes doc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33836">#33836</a></li>
     61 </ul>
     62 <h3>Misc Changes</h3>
     63 <ul>
     64 <li>run stale 20 minutes earlier</li>
     65 <li>fix: use github action instead of bot: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33718">#33718</a></li>
     66 <li>fix syntax error in <code>lock.yml</code></li>
     67 <li>fix rsc test suite runner: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33745">#33745</a></li>
     68 </ul>
     69 <h3>Credits</h3>
     70 <!-- raw HTML omitted -->
     71 </blockquote>
     72 <p>... (truncated)</p>
     73 </details>
     74 <details>
     75 <summary>Commits</summary>
     76 <ul>
     77 <li><a href="https://github.com/vercel/next.js/commit/4c28177c15e7b90229e70d5030aa9a5b60918005"><code>4c28177</code></a> v12.0.10</li>
     78 <li><a href="https://github.com/vercel/next.js/commit/94989461ffd2a731bb43d1ebd628f7e93fc9a480"><code>9498946</code></a> v12.0.10-canary.2</li>
     79 <li><a href="https://github.com/vercel/next.js/commit/e0095faf23797d537a2ce9cbc57235cf9306931c"><code>e0095fa</code></a> fix(next/image): render valid html according to W3C (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33825">#33825</a>)</li>
     80 <li><a href="https://github.com/vercel/next.js/commit/b00270b1abcabf5ef463553bd868f5b3d233d8ca"><code>b00270b</code></a> fix typo (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33840">#33840</a>)</li>
     81 <li><a href="https://github.com/vercel/next.js/commit/ad79c04d6bfe91cb25f2a85e7b170e75ac769ed4"><code>ad79c04</code></a> Update Content-Security-Policy header usage explanation (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33833">#33833</a>)</li>
     82 <li><a href="https://github.com/vercel/next.js/commit/4f5975ffc49967f49acb7ea595b75723aa1356df"><code>4f5975f</code></a> Doc: fix broken link to api routes doc (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33836">#33836</a>)</li>
     83 <li><a href="https://github.com/vercel/next.js/commit/3bac02e032792b07726ba795e5b07b502185667a"><code>3bac02e</code></a> Enable jest hoist transform when using next/jest (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33731">#33731</a>)</li>
     84 <li><a href="https://github.com/vercel/next.js/commit/5b31c18e76754837fb6732bc1fc56fef9d3b7ad2"><code>5b31c18</code></a> Generate functions manifest (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33770">#33770</a>)</li>
     85 <li><a href="https://github.com/vercel/next.js/commit/030666b5bf46783ab7d79d53ec2f0a7fc365ed02"><code>030666b</code></a> [Docs] Testing docs: Comment out optional config that points to a file (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33827">#33827</a>)</li>
     86 <li><a href="https://github.com/vercel/next.js/commit/a410155b936232e1137ae2c745e452e675060eda"><code>a410155</code></a> Upgrade to <code>@​stitches/react</code> 1.2.6 (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33817">#33817</a>)</li>
     87 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.0.9...v12.0.10">compare view</a></li>
     88 </ul>
     89 </details>
     90 <br />
     91 
     92 
     93 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=12.0.9&new-version=12.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     94 
     95 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`.
     96 
     97 [//]: # (dependabot-automerge-start)
     98 [//]: # (dependabot-automerge-end)
     99 
    100 ---
    101 
    102 <details>
    103 <summary>Dependabot commands and options</summary>
    104 <br />
    105 
    106 You can trigger Dependabot actions by commenting on this PR:
    107 - `@dependabot rebase` will rebase this PR
    108 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    109 - `@dependabot merge` will merge this PR after your CI passes on it
    110 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    111 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    112 - `@dependabot reopen` will reopen this PR if it is closed
    113 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    114 - `@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)
    115 - `@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)
    116 - `@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)
    117 
    118 
    119 </details>
    120