12.md (11794B)
1 # PR #12 Bump next from 12.0.7 to 12.0.8 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-01-20T19:13:59Z 6 - **Branch:** dependabot/npm_and_yarn/next-12.0.8 → main 7 - **Merged:** 2022-01-20T21:06:06Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [12.diff](./12.diff) 10 11 --- 12 13 Bumps [next](https://github.com/vercel/next.js) from 12.0.7 to 12.0.8. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> 17 <blockquote> 18 <h2>v12.0.8</h2> 19 <h3>Core Changes</h3> 20 <ul> 21 <li>Fix no-server-import-in-page eslint rule for subfolder middleware: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32139">#32139</a></li> 22 <li>Create Base Server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32154">#32154</a></li> 23 <li>Revert support for render prop in <code><Main /></code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32184">#32184</a></li> 24 <li>Refactor FS references in the Base Server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32179">#32179</a></li> 25 <li>telemetry: collect feature usage for linting during build: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32022">#32022</a></li> 26 <li>Chore/load bindings improvements: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32191">#32191</a></li> 27 <li>fix(NODE_ENV): Warn when launching start or build on development: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/14033">#14033</a></li> 28 <li>Fix crash in no-page-custom-font eslint rule when default export is unnamed.: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32251">#32251</a></li> 29 <li>Add docs for leveraging outputStandalone config: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32255">#32255</a></li> 30 <li>Replace raw-body with get-stream and bytes: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/21915">#21915</a></li> 31 <li>Update to latest ncc and ensure caniuse-lite data is external : <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32064">#32064</a></li> 32 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32210">#32210</a></li> 33 <li>Simplify custom <code>Writable</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32247">#32247</a></li> 34 <li>Add shake exports transform to next-swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32253">#32253</a></li> 35 <li>Revert "Replace raw-body with get-stream and bytes": <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32305">#32305</a></li> 36 <li>Re-open chore(deps): upgrade browserslist: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32300">#32300</a></li> 37 <li>Fix RSC link navigation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32303">#32303</a></li> 38 <li>Compile escape-string-regexp: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32310">#32310</a></li> 39 <li>Add unstable_useRefreshRoot: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32342">#32342</a></li> 40 <li>Upate swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32365">#32365</a></li> 41 <li>fix unstable_useRefreshRoot typing: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32364">#32364</a></li> 42 <li>fix(next-swc/styled-jsx): Fix <code>nth</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32358">#32358</a></li> 43 <li>Rename experimental vital hook: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32343">#32343</a></li> 44 <li>Inline server data response with partial hydration: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32330">#32330</a></li> 45 <li>Update <code>jsx</code> transform of swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32383">#32383</a></li> 46 <li>Fix running server with Polyfilled fetch: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32368">#32368</a></li> 47 <li>Fix dynamic routes with pages under index folder: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32440">#32440</a></li> 48 <li>Fixes <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32338">#32338</a> missing Document components trigger an error for production builds: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32345">#32345</a></li> 49 <li>Fixes for inline embedding data in the web runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32471">#32471</a></li> 50 <li>Add vitals and rsc to npm files: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32472">#32472</a></li> 51 <li>fixes to allow lazy compilation for import(): <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32441">#32441</a></li> 52 <li>upgrade webpack and watchpack: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32173">#32173</a></li> 53 <li>Update to filter loader specific files from traces: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32267">#32267</a></li> 54 <li>Fix server data cache key: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32506">#32506</a></li> 55 <li>[middleware] Fix hydration for rewrites to dynamic pages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32534">#32534</a></li> 56 <li>Ensure image-optimizer is traced for standalone mode: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32522">#32522</a></li> 57 <li>Remove unused classnames dependency from react-dev-overlay: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32487">#32487</a></li> 58 <li>next-swc: Emit errors and add tests to next-ssg: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32254">#32254</a></li> 59 <li>Include message body in redirect responses: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/31886">#31886</a></li> 60 <li>Prevent NEXT_PHASE env change in workers: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28941">#28941</a></li> 61 <li>Check stack property for page export exceptions: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32289">#32289</a></li> 62 <li>fix(next-swc/styled-jsx): Fix interpolation in media query: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32490">#32490</a></li> 63 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32566">#32566</a></li> 64 <li>Add turbo / improve Rust build caching in GitHub Actions: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/31464">#31464</a></li> 65 <li>Fix ReadableStream.pipeTo() being unimplemented in the web runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32602">#32602</a></li> 66 <li>Ensure AMP optimizer is only excluded from trace when not used: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32577">#32577</a></li> 67 <li>Upgraded next-env dependencies: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32613">#32613</a></li> 68 </ul> 69 <!-- raw HTML omitted --> 70 </blockquote> 71 <p>... (truncated)</p> 72 </details> 73 <details> 74 <summary>Commits</summary> 75 <ul> 76 <li><a href="https://github.com/vercel/next.js/commit/d7a96d22be60bd84297befe7bff9ecc8862eaebf"><code>d7a96d2</code></a> v12.0.8</li> 77 <li><a href="https://github.com/vercel/next.js/commit/df0e89984e4f057c2f03745b090732bb055ebabb"><code>df0e899</code></a> v12.0.8-canary.22</li> 78 <li><a href="https://github.com/vercel/next.js/commit/d291aa9134ef2be420aa1e0d9467746384367953"><code>d291aa9</code></a> Refactor data fetching API docs (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/30615">#30615</a>)</li> 79 <li><a href="https://github.com/vercel/next.js/commit/b6b7d85f6d42dd04ff5062380887edd16f3a6d0e"><code>b6b7d85</code></a> Docs: correct ignorance pattern for .env.local (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32647">#32647</a>)</li> 80 <li><a href="https://github.com/vercel/next.js/commit/36eba95227214437f2d2dc616a0b3129a6e7315f"><code>36eba95</code></a> Fixes <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33153">#33153</a>: Updating cross-references from master to main + canary (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33198">#33198</a>)</li> 81 <li><a href="https://github.com/vercel/next.js/commit/0de84472eb565d5ecae1e6b71994f0cd46c8ecb9"><code>0de8447</code></a> v12.0.8-canary.21</li> 82 <li><a href="https://github.com/vercel/next.js/commit/57a87050e77e9398842a78e43d48b26542642330"><code>57a8705</code></a> Add util for normalizing errors (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33159">#33159</a>)</li> 83 <li><a href="https://github.com/vercel/next.js/commit/2d0fd341a3be4091a379f1498817c1c781157e52"><code>2d0fd34</code></a> Fix broken yarn pnp (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32867">#32867</a>)</li> 84 <li><a href="https://github.com/vercel/next.js/commit/9836429beed54a7dffeaa88c199a77046b26608f"><code>9836429</code></a> drop dynamic import with <code>ssr: false</code> on server-side (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32606">#32606</a>)</li> 85 <li><a href="https://github.com/vercel/next.js/commit/600f113358f8074f69682c7199435e30149633a7"><code>600f113</code></a> next-swc: fix ssg code elimination when used in render (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32709">#32709</a>)</li> 86 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.0.7...v12.0.8">compare view</a></li> 87 </ul> 88 </details> 89 <br /> 90 91 92 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 93 94 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`. 95 96 [//]: # (dependabot-automerge-start) 97 [//]: # (dependabot-automerge-end) 98 99 --- 100 101 <details> 102 <summary>Dependabot commands and options</summary> 103 <br /> 104 105 You can trigger Dependabot actions by commenting on this PR: 106 - `@dependabot rebase` will rebase this PR 107 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 108 - `@dependabot merge` will merge this PR after your CI passes on it 109 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 110 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 111 - `@dependabot reopen` will reopen this PR if it is closed 112 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 113 - `@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) 114 - `@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) 115 - `@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) 116 117 118 </details> 119