Skip to content

Commit

Permalink
Bump next from 14.2.3 to 14.2.10 in /documentation (#284)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.10.
<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>v14.2.10</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>Remove invalid fallback revalidate value (<a
href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li>
<li>Revert server action optimization (<a
href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li>
<li>Add ability to customize Cache-Control (<a
href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/huozhi"><code>@​huozhi</code></a> and <a
href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p>
<h2>v14.2.9</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>Revert &quot;Fix esm property def in flight loader (<a
href="https://redirect.github.com/vercel/next.js/issues/66990">#66990</a>)&quot;
(<a
href="https://redirect.github.com/vercel/next.js/issues/69749">#69749</a>)</li>
<li>Disable experimental.optimizeServer by default to fix failed server
action (<a
href="https://redirect.github.com/vercel/next.js/issues/69788">#69788</a>)</li>
<li>Fix middleware fallback: false case (<a
href="https://redirect.github.com/vercel/next.js/issues/69799">#69799</a>)</li>
<li>Fix status code for /_not-found route (<a
href="https://redirect.github.com/vercel/next.js/issues/64058">#64058</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/69808">#69808</a>)</li>
<li>Fix metadata prop merging (<a
href="https://redirect.github.com/vercel/next.js/issues/69807">#69807</a>)</li>
<li>create-next-app: fix font file corruption when using import alias
(<a
href="https://redirect.github.com/vercel/next.js/issues/69806">#69806</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a
href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a
href="https://github.com/ijjk"><code>@​ijjk</code></a>, and <a
href="https://github.com/lubieowoce"><code>@​lubieowoce</code></a> for
helping!</p>
<h2>v14.2.8</h2>
<h2>What's Changed</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes and minor improvements. It does
<strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Support <code>esmExternals</code> in app directory</h3>
<ul>
<li>Support esm externals in app router (<a
href="https://redirect.github.com/vercel/next.js/issues/65041">#65041</a>)</li>
<li>Turbopack: Allow client components from foreign code in app routes
(<a
href="https://redirect.github.com/vercel/next.js/issues/64751">#64751</a>)</li>
<li>Turbopack: add support for esm externals in app dir (<a
href="https://redirect.github.com/vercel/next.js/issues/64918">#64918</a>)</li>
<li>other related PRs: <a
href="https://redirect.github.com/vercel/next.js/issues/66990">#66990</a>
<a
href="https://redirect.github.com/vercel/next.js/issues/66727">#66727</a>
<a
href="https://redirect.github.com/vercel/next.js/issues/66286">#66286</a>
<a
href="https://redirect.github.com/vercel/next.js/issues/65519">#65519</a></li>
</ul>
<h3>Reading cookies set in middleware in components and actions</h3>
<ul>
<li>initialize ALS with cookies in middleware (<a
href="https://redirect.github.com/vercel/next.js/issues/65008">#65008</a>)</li>
<li>fix middleware cookie initialization (<a
href="https://redirect.github.com/vercel/next.js/issues/65820">#65820</a>)</li>
<li>ensure cookies set in middleware can be read in a server action (<a
href="https://redirect.github.com/vercel/next.js/issues/67924">#67924</a>)</li>
<li>fix: merged middleware cookies should preserve options (<a
href="https://redirect.github.com/vercel/next.js/issues/67956">#67956</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/937651fede26a1cdd8a83aa4636719e466fa7f20"><code>937651f</code></a>
v14.2.10</li>
<li><a
href="https://github.com/vercel/next.js/commit/7ed7f125e07ef0517a331009ed7e32691ba403d3"><code>7ed7f12</code></a>
Remove invalid fallback revalidate value (<a
href="https://redirect.github.com/vercel/next.js/issues/69990">#69990</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/99de0573009208e584d10a810ed84c4b6cf9b4fe"><code>99de057</code></a>
Revert server action optimization (<a
href="https://redirect.github.com/vercel/next.js/issues/69925">#69925</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/24647b9a3a6f0b914423c95a59cd6fcc81caa778"><code>24647b9</code></a>
Add ability to customize Cache-Control (<a
href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/6fa8982f8eb766663fd1e11e43621e53fd8e016c"><code>6fa8982</code></a>
v14.2.9</li>
<li><a
href="https://github.com/vercel/next.js/commit/7998745f37ce0ccd8c9cee28c613869a364a1737"><code>7998745</code></a>
test: lock ts type check (<a
href="https://redirect.github.com/vercel/next.js/issues/69889">#69889</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/4bd3849ccde073cc4c64e0ebfb1ec1b6d5a3ca00"><code>4bd3849</code></a>
create-next-app: fix font file corruption when using import alias (<a
href="https://redirect.github.com/vercel/next.js/issues/69806">#69806</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/375680103bbcf581a9b552e06ea2070def4a4936"><code>3756801</code></a>
test: check most possible combination of CNA flags</li>
<li><a
href="https://github.com/vercel/next.js/commit/9a72ad6e618ba81601ff15359f29f72cce45b878"><code>9a72ad6</code></a>
unpin CNA tests from 14.2.3</li>
<li><a
href="https://github.com/vercel/next.js/commit/747d365004e722b7806ba4560edd4d85b51cb67e"><code>747d365</code></a>
Fix metadata prop merging (<a
href="https://redirect.github.com/vercel/next.js/issues/69807">#69807</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v14.2.3...v14.2.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=14.2.3&new-version=14.2.10)](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/Dashlane/dashlane-cli/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent b12aefe commit da11635
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dashlane/cli-documentation",
"packageManager": "yarn@4.2.2",
"dependencies": {
"next": "^14.2.3",
"next": "^14.2.10",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
Expand Down
92 changes: 46 additions & 46 deletions documentation/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dashlane/cli-documentation@workspace:."
dependencies:
next: "npm:^14.2.3"
next: "npm:^14.2.10"
nextra: "npm:^2.13.4"
nextra-theme-docs: "npm:^2.13.4"
react: "npm:^18.3.1"
Expand Down Expand Up @@ -387,72 +387,72 @@ __metadata:
languageName: node
linkType: hard

"@next/env@npm:14.2.3":
version: 14.2.3
resolution: "@next/env@npm:14.2.3"
checksum: 10/82b445331d46b4896dc86c0e33a7eaaa6f6abfd2408d49e1cb90fbfd6b26c698ea8e69c911ffe597e30fd8294db4e3445cde44b0771eabbfcd13663a9832a397
"@next/env@npm:14.2.12":
version: 14.2.12
resolution: "@next/env@npm:14.2.12"
checksum: 10/9e1f36da7d794a29db42ebc68e24cc7ab19ab2d1fd86d6cdf872fac0f56cbce97d6df9ff43f526ec083c505feea716b86668c7fcc410d809ad136bb656a45d03
languageName: node
linkType: hard

"@next/swc-darwin-arm64@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-darwin-arm64@npm:14.2.3"
"@next/swc-darwin-arm64@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-darwin-arm64@npm:14.2.12"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@next/swc-darwin-x64@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-darwin-x64@npm:14.2.3"
"@next/swc-darwin-x64@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-darwin-x64@npm:14.2.12"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@next/swc-linux-arm64-gnu@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.3"
"@next/swc-linux-arm64-gnu@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.12"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@next/swc-linux-arm64-musl@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-linux-arm64-musl@npm:14.2.3"
"@next/swc-linux-arm64-musl@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-linux-arm64-musl@npm:14.2.12"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@next/swc-linux-x64-gnu@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-linux-x64-gnu@npm:14.2.3"
"@next/swc-linux-x64-gnu@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-linux-x64-gnu@npm:14.2.12"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@next/swc-linux-x64-musl@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-linux-x64-musl@npm:14.2.3"
"@next/swc-linux-x64-musl@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-linux-x64-musl@npm:14.2.12"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@next/swc-win32-arm64-msvc@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.3"
"@next/swc-win32-arm64-msvc@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.12"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@next/swc-win32-ia32-msvc@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.3"
"@next/swc-win32-ia32-msvc@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.12"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@next/swc-win32-x64-msvc@npm:14.2.3":
version: 14.2.3
resolution: "@next/swc-win32-x64-msvc@npm:14.2.3"
"@next/swc-win32-x64-msvc@npm:14.2.12":
version: 14.2.12
resolution: "@next/swc-win32-x64-msvc@npm:14.2.12"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -2907,20 +2907,20 @@ __metadata:
languageName: node
linkType: hard

"next@npm:^14.2.3":
version: 14.2.3
resolution: "next@npm:14.2.3"
"next@npm:^14.2.10":
version: 14.2.12
resolution: "next@npm:14.2.12"
dependencies:
"@next/env": "npm:14.2.3"
"@next/swc-darwin-arm64": "npm:14.2.3"
"@next/swc-darwin-x64": "npm:14.2.3"
"@next/swc-linux-arm64-gnu": "npm:14.2.3"
"@next/swc-linux-arm64-musl": "npm:14.2.3"
"@next/swc-linux-x64-gnu": "npm:14.2.3"
"@next/swc-linux-x64-musl": "npm:14.2.3"
"@next/swc-win32-arm64-msvc": "npm:14.2.3"
"@next/swc-win32-ia32-msvc": "npm:14.2.3"
"@next/swc-win32-x64-msvc": "npm:14.2.3"
"@next/env": "npm:14.2.12"
"@next/swc-darwin-arm64": "npm:14.2.12"
"@next/swc-darwin-x64": "npm:14.2.12"
"@next/swc-linux-arm64-gnu": "npm:14.2.12"
"@next/swc-linux-arm64-musl": "npm:14.2.12"
"@next/swc-linux-x64-gnu": "npm:14.2.12"
"@next/swc-linux-x64-musl": "npm:14.2.12"
"@next/swc-win32-arm64-msvc": "npm:14.2.12"
"@next/swc-win32-ia32-msvc": "npm:14.2.12"
"@next/swc-win32-x64-msvc": "npm:14.2.12"
"@swc/helpers": "npm:0.5.5"
busboy: "npm:1.6.0"
caniuse-lite: "npm:^1.0.30001579"
Expand Down Expand Up @@ -2961,7 +2961,7 @@ __metadata:
optional: true
bin:
next: dist/bin/next
checksum: 10/666c9770206ce693732a6d772297f1ddb3ce72f59862fa4cd104c5536da596026f758c4c9256ea790cf22d1bb8a15e27e5ea9455c948f72a9e3ca61fb745b0f5
checksum: 10/4dcae15547930cdaeb8a1d935dec3ab0c82a65347b0835988fd70fa5b108f1c301b75f98acf063c253858719e2969301fb2b0c30d6b2a46086ec19419430b119
languageName: node
linkType: hard

Expand Down

0 comments on commit da11635

Please sign in to comment.