Bumps [next](https://github.com/vercel/next.js) from 11.1.0 to 11.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v11.1.1</h2> <h3>Core Changes</h3> <ul> <li>Next.js swc publish flow: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27984">#27984</a></li> <li>Ensure config file message is only shown once: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28017">#28017</a></li> <li>Add missing fields to <code>NextConfig</code> type: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27974">#27974</a></li> <li>use a shared worker pool for collecting page data and static page generation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27924">#27924</a></li> <li>Use <a href="https://github.com/next"><code>@next</code></a> scope for native packages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28046">#28046</a></li> <li>Fix <code>generateBuildId</code> type that can be async function: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28040">#28040</a></li> <li>Fix image optimization encoding url: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28045">#28045</a></li> <li>Clean up <code>Document</code> in preparation for streaming: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28032">#28032</a></li> <li>Render as a concatenation of streams: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28082">#28082</a></li> <li>Add support for dynamic HTML: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28085">#28085</a></li> <li>Support suspense in next dynamic: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27611">#27611</a></li> <li>Handle blob urls in image component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27975">#27975</a></li> <li>Bypass webpack compilation for precompiled <code>@next/polyfills-nomodule</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27596">#27596</a></li> <li>Update <code>util</code> to 0.12.4: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/27939">#27939</a></li> <li>Remove duplicate doctypes: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28089">#28089</a></li> <li>Fix revalidate for initial notFound: true paths: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28097">#28097</a></li> <li>Add proper error when failing to load next.config.js: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28099">#28099</a></li> <li>Fix: wrong link error message: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28127">#28127</a></li> <li>Add support for Jaeger trace target: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28129">#28129</a></li> <li>Enable pure client suspense in blocking rendering: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28165">#28165</a></li> <li>Add entrypoint tracing: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/25538">#25538</a></li> <li>Add module type to build-module trace: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28128">#28128</a></li> <li>Update to latest babel versions: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28174">#28174</a></li> <li>Improve jaeger traces: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28168">#28168</a></li> <li>fix development mode bug with pages with "+" and other special characters: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28122">#28122</a></li> <li>let loaders automatically infer source map setting: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28204">#28204</a></li> <li>Avoid fs write <code>next-env.d.ts</code> on read-only filesystems: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28206">#28206</a></li> <li>Document usage of suspense option of next/dynamic: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28210">#28210</a></li> <li>Add warning when parent styles break <code>next/image</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28221">#28221</a></li> <li>Use <code>zen-observable</code> library: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28214">#28214</a></li> <li>Fix HMR when custom _app or _document is removed: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28227">#28227</a></li> <li>Add relationship between issuer and module to traces: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28192">#28192</a></li> <li>Update generating next-server dependencies: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28223">#28223</a></li> <li>Fix <code>next/image</code> blur placeholder when JS is disabled: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28269">#28269</a></li> <li>Ensure adding _app/_document HMRs correctly: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28279">#28279</a></li> <li>upgrade webpack to 5.51.1: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28291">#28291</a></li> <li>[ESLint] Adds <code>process.exit</code> to <code>next lint</code> success output: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28299">#28299</a></li> <li>Fix next env vars injection in dynamic: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28309">#28309</a></li> <li>Add layout to data-nimg attribute: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28312">#28312</a></li> <li>Add data attribute to script component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28310">#28310</a></li> <li>Ensure <code>@babel/core</code> is de-duped when nccing: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28384">#28384</a></li> <li>Fix forked NODE_OPTIONS except for inspect: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28420">#28420</a></li> <li>[ESLint] Enable caching by default: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28349">#28349</a></li> <li>Update test config to leverage swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28400">#28400</a></li> <li>Add missing <code>typescript</code> property to <code>NextConfig</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28459">#28459</a></li> <li>next/script fix duplicate scripts : <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28428">#28428</a></li> <li>Ensure error is shown correctly for empty headers field: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28430">#28430</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/804971fd9a49dfd009f7339dd8bf4bc32e6eb02c"><code>804971f</code></a> v11.1.1</li> <li><a href="https://github.com/vercel/next.js/commit/194d70f068288e3f08273694370910c0d8b2548b"><code>194d70f</code></a> v11.1.1-canary.19</li> <li><a href="https://github.com/vercel/next.js/commit/36d922fbdadcc357824d20169754e5bb4b950725"><code>36d922f</code></a> Add apiVersion to config (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28610">#28610</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a60690f59b211777cb49abd4c5ecc4656464d0e9"><code>a60690f</code></a> v11.1.1-canary.18</li> <li><a href="https://github.com/vercel/next.js/commit/7afc97c5744b38bdf36aa7f87625f438224688aa"><code>7afc97c</code></a> Add CSP to Image Optimization API (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28620">#28620</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8711c5ca53b468d4a270bb4d627a3c813565b8b3"><code>8711c5c</code></a> Tests: Remove unnecessary await (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28594">#28594</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d209435724891fd20222cd268d95bf0f304ffaa4"><code>d209435</code></a> Small grammar fixes (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28590">#28590</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/04cc37f763e36fc4458105d37215f79f7c9b108d"><code>04cc37f</code></a> Add docs for using pageExtensions to colocate other files with page component...</li> <li><a href="https://github.com/vercel/next.js/commit/f1dbc9260d48c7995f6c52f8fbcc65f08e627992"><code>f1dbc92</code></a> Ensure dev server side errors are correct (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28520">#28520</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/27c2937cc748e0a04226c75c4381d6298830dd46"><code>27c2937</code></a> Update with-jest packages and docs (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/28209">#28209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v11.1.0...v11.1.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lachlanjc/supercons/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.