114.md (12342B)
1 # PR #114 Bump next from 12.1.0 to 12.1.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-03-28T08:41:27Z 6 - **Branch:** dependabot/npm_and_yarn/next-12.1.1 → main 7 - **Closed:** 2022-03-29T08:29:30Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [114.diff](./114.diff) 12 13 --- 14 15 Bumps [next](https://github.com/vercel/next.js) from 12.1.0 to 12.1.1. 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.1</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>refactor: move <code>HtmlContext</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34482">#34482</a></li> 24 <li>rsc: clean client buffer cache after flushed: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34475">#34475</a></li> 25 <li>Ensure config's <code>experimental</code> field exists: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34500">#34500</a></li> 26 <li>Only log experiments warning if user actually opted in to an experiment(s): <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34413">#34413</a></li> 27 <li>Add <code>unstable_useFlushEffects</code> hook: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34117">#34117</a></li> 28 <li>fix: mock image path as <code>next/image</code> expects it: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34350">#34350</a></li> 29 <li>fix process polyfill on middleware: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34426">#34426</a></li> 30 <li>Ensure workers are not left open: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34503">#34503</a></li> 31 <li>Leverage existing component checking warning for streaming: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34526">#34526</a></li> 32 <li>build(next-swc): linux glibc compatible issue: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34481">#34481</a></li> 33 <li>Fix <code>next/image</code> incorrectly warning for <code>position: absolute</code> parent: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34551">#34551</a></li> 34 <li>Remove <code>useMaybeDeferContent</code> hook: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34506">#34506</a></li> 35 <li>Allow reading request bodies in middlewares (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34294">#34294</a>): <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34519">#34519</a></li> 36 <li>Update swc crates: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34491">#34491</a></li> 37 <li>feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34237">#34237</a></li> 38 <li>Improve <code>next/image</code> warnings to avoid printing more than once: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34562">#34562</a></li> 39 <li>Support trailingSlash in middleware SSR: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34544">#34544</a></li> 40 <li>Update to latest version of jscodeshift: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34563">#34563</a></li> 41 <li>Don't import internally from types in <code>next-env.d.ts</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34394">#34394</a></li> 42 <li>Improve type imports in server/render and optimize the Edge SSR loader: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34552">#34552</a></li> 43 <li>remove commons chunk config: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34445">#34445</a></li> 44 <li>Add <code>cargo clippy</code> and <code>cargo fmt</code> to CI: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34625">#34625</a></li> 45 <li>Fix rsc bootstrap buffer missing in the future renders: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34631">#34631</a></li> 46 <li>fix: match <code>redirect</code> and <code>rewrite</code> destination types: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34617">#34617</a></li> 47 <li>fix: make sure <code>image-config.ts</code> gets transpiled to ES5: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34677">#34677</a></li> 48 <li>Normalize image optimizer error status codes: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34699">#34699</a></li> 49 <li>Fix CSS Loader Detection False Positives: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34584">#34584</a></li> 50 <li>Upgrade <code>@napi-rs/triples</code> to support android arm platform: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34752">#34752</a></li> 51 <li>Add proper headers to responses in web server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34723">#34723</a></li> 52 <li>produce source maps for middlewares: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34409">#34409</a></li> 53 <li>Reduce the size of web server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34767">#34767</a></li> 54 <li>collect telemetry for ESLint rules: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34564">#34564</a></li> 55 <li>Refactor entries generation in hot-reloader: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34733">#34733</a></li> 56 <li>Integrate tsec into the linting process: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33746">#33746</a></li> 57 <li>Add API config to allow disabling response size warning: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34700">#34700</a></li> 58 <li>fix(<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34030">#34030</a>): ignore non-checkable jsx spread attribute: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34473">#34473</a></li> 59 <li>fix eslint-plugin-react version to avoid jsx-key error: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34800">#34800</a></li> 60 <li>fix: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34711">#34711</a> ensure distDir inside project folder: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34795">#34795</a></li> 61 <li>Update to ncc dev overlay during build instead of pre-compile: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34813">#34813</a></li> 62 <li>Add warning for Yarn PnP v3 with Node.js < 16.14: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34818">#34818</a></li> 63 <li>lock eslint-config-next dependencies: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34823">#34823</a></li> 64 <li>Clean-up error when starting next with non-existent dir: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34830">#34830</a></li> 65 <li>Ensure unstable_revalidate does not error from notFound: true: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34826">#34826</a></li> 66 <li>Update eslint-plugin-react to latest version: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34819">#34819</a></li> 67 <li>Add CLI command typo detection: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34836">#34836</a></li> 68 <li>Fix flight loader for shared components: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34692">#34692</a></li> 69 <li>refactor: re-use existed escapeRegex: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34470">#34470</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/79a8651bc454c0d2be6e805237bbe93ad6bf02ab"><code>79a8651</code></a> v12.1.1</li> 79 <li><a href="https://github.com/vercel/next.js/commit/a5540e8fda35735349fe37d0683fc424bbffcbbf"><code>a5540e8</code></a> v12.1.1-canary.18</li> 80 <li><a href="https://github.com/vercel/next.js/commit/b21e3c258e24becc3c33397c023c0c9d9af59f75"><code>b21e3c2</code></a> test: warn on substr() usage (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35499">#35499</a>)</li> 81 <li><a href="https://github.com/vercel/next.js/commit/db2567b01b2dd0a0c4f5862dc161b4584b9227f1"><code>db2567b</code></a> chore: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35421">#35421</a>)</li> 82 <li><a href="https://github.com/vercel/next.js/commit/f16ee05f599de27e777ac2b736c3bf820a19bd7b"><code>f16ee05</code></a> Fix typo in docs (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35561">#35561</a>)</li> 83 <li><a href="https://github.com/vercel/next.js/commit/ef7b53528f8f7e2226127a4bdc1223f1c677b042"><code>ef7b535</code></a> Fix <code>next info</code> accidentally printing stderr (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35556">#35556</a>)</li> 84 <li><a href="https://github.com/vercel/next.js/commit/59905c10018e08d50c319978d67fb6811575241a"><code>59905c1</code></a> Fix styled transform in next-swc/emotion (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35527">#35527</a>)</li> 85 <li><a href="https://github.com/vercel/next.js/commit/ebe1b4cb47e2680cab214710aea4d782b885f405"><code>ebe1b4c</code></a> Upgrade react-server-dom-webpack (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35524">#35524</a>)</li> 86 <li><a href="https://github.com/vercel/next.js/commit/432261a1e15b253b8a56be42cc3698a4d7bdf513"><code>432261a</code></a> Add link for revalidate from notFound section (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35553">#35553</a>)</li> 87 <li><a href="https://github.com/vercel/next.js/commit/2cf6696fff59a34425cf77597e8b1a70388d7f4b"><code>2cf6696</code></a> Merge rsc queries handling (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35545">#35545</a>)</li> 88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.1.0...v12.1.1">compare view</a></li> 89 </ul> 90 </details> 91 <br /> 92 93 94 [](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 122 123 ## Comments 124 125 ### @dependabot[bot] — 2022-03-29T08:29:29Z 126 127 Superseded by #118. 128