-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 4c662a6
authored
Bump next from 15.1.1 to 15.1.4 in /template/{{app_name}} (#382)
Bumps [next](https://github.com/vercel/next.js) from 15.1.1 to 15.1.4.
<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>v15.1.4</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>backport: force module format for virtual client-proxy (<a
href="https://redirect.github.com/vercel/next.js/issues/74608">#74608</a>)</li>
<li>Fix prerender tags when notFound is called (<a
href="https://redirect.github.com/vercel/next.js/issues/74607">#74607</a>)</li>
<li>Use provided waitUntil for pending revalidates (<a
href="https://redirect.github.com/vercel/next.js/issues/74604">#74604</a>)</li>
<li>Feature: next/image: add support for images.qualities in next.config
(<a
href="https://redirect.github.com/vercel/next.js/issues/74588">#74588</a>)</li>
<li>Chore: docs: add missing search: '' on remotePatterns (<a
href="https://redirect.github.com/vercel/next.js/issues/74587">#74587</a>)</li>
<li>Chore: docs: update version history of next/image (<a
href="https://redirect.github.com/vercel/next.js/issues/73923">#73923</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74570">#74570</a>)</li>
<li>Chore: next/image: improve imgopt api bypass detection for
unsupported images (<a
href="https://redirect.github.com/vercel/next.js/issues/74569">#74569</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to @ and @ for helping!</p>
<h2>v15.1.3</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Retry manifest file loading only in dev mode: <a
href="https://redirect.github.com/vercel/next.js/issues/73900">#73900</a></li>
<li>Use shared worker for lint & typecheck steps: <a
href="https://redirect.github.com/vercel/next.js/issues/74154">#74154</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/unstubbable"><code>@unstubbable</code></a> and
<a href="https://github.com/ztanner"><code>@ztanner</code></a> for
helping!</p>
<h2>v15.1.2</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Update React from 7283a213-20241206 to 65e06cb7-20241218: <a
href="https://redirect.github.com/vercel/next.js/pull/74117">vercel/next.js#74117</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ztanner"><code>@ztanner</code></a> for
helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/48f2588b0fea2bffb5bf6534169ee112438786a6"><code>48f2588</code></a>
v15.1.4</li>
<li><a
href="https://github.com/vercel/next.js/commit/dcb208e2603559d276a2a87f90fb2c2125e99900"><code>dcb208e</code></a>
backport: force module format for virtual client-proxy (<a
href="https://redirect.github.com/vercel/next.js/issues/74162">#74162</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74608">#74608</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/6f6766a255d03a8b9a6b6a092c3c40cc3145f61e"><code>6f6766a</code></a>
Fix prerender tags when notFound is called (<a
href="https://redirect.github.com/vercel/next.js/issues/74577">#74577</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74607">#74607</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/a46f27f59a4ce8b1b61cd37eaacdb0b1937e5d74"><code>a46f27f</code></a>
Use provided waitUntil for pending revalidates (<a
href="https://redirect.github.com/vercel/next.js/issues/74164">#74164</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74604">#74604</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/bc6acf62178f7f7d2650bdf0ef054d5ef7a28386"><code>bc6acf6</code></a>
feat(next/image): add support for <code>images.qualities</code> in
next.config (<a
href="https://redirect.github.com/vercel/next.js/issues/74588">#74588</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/d253ac5c57b2a126944caa21006770e67456e349"><code>d253ac5</code></a>
chore(docs): add missing <code>search: ''</code> on
<code>remotePatterns</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/73925">#73925</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74587">#74587</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/7b195a82a5f95ca32748852fe506a7949b885b25"><code>7b195a8</code></a>
chore(docs): update version history of <code>next/image</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/73923">#73923</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74570">#74570</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/5a501d37caefacef8899bf6925ec0252624b4dc5"><code>5a501d3</code></a>
chore(next/image): improve imgopt api bypass detection for unsupported
images...</li>
<li><a
href="https://github.com/vercel/next.js/commit/4cbaaa118d2138edd32263da0dc4b2ecb9ddbc2b"><code>4cbaaa1</code></a>
v15.1.3</li>
<li><a
href="https://github.com/vercel/next.js/commit/221d18ba18d832d2bd86f4a5313b572d7380891b"><code>221d18b</code></a>
Backport v15: used shared worker for lint & typecheck steps (<a
href="https://redirect.github.com/vercel/next.js/issues/74154">#74154</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74285">#74285</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.1.1...v15.1.4">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/navapbc/template-application-nextjs/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 23b2119 commit 4c662a6Copy full SHA for 4c662a6
File tree
2 files changed
+41
-51
lines changedFilter options
- template/{{app_name}}
2 files changed
+41
-51
lines changedtemplate/{{app_name}}/package-lock.json
Copy file name to clipboardExpand all lines: template/{{app_name}}/package-lock.json+40-50Lines changed: 40 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
template/{{app_name}}/package.json
Copy file name to clipboardExpand all lines: template/{{app_name}}/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments