Skip to content

Commit

Permalink
build(deps): Bump @next/mdx from 14.1.4 to 14.2.3 in /website (#4867)
Browse files Browse the repository at this point in the history
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 14.1.4 to 14.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/mdx</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.2.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>Fix: resolve mixed re-exports module as cjs (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64681">#64681</a>)</li>
<li>fix: mixing namespace import and named import client components (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64809">#64809</a>)</li>
<li>Fix mixed exports in server component with barrel optimization (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64894">#64894</a>)</li>
<li>Fix next/image usage in mdx(<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64875">#64875</a>)</li>
<li>fix(fetch-cache): fix additional typo, add type &amp; data
validation (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64799">#64799</a>)</li>
<li>prevent erroneous route interception during lazy fetch (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64692">#64692</a>)</li>
<li>fix root page revalidation when redirecting in a server action (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64730">#64730</a>)</li>
<li>fix: remove traceparent from cachekey should not remove traceparent
from original object (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64727">#64727</a>)</li>
<li>Clean-up fetch metrics tracking (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64746">#64746</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/samcx"><code>@​samcx</code></a>, <a
href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a
href="https://github.com/Jeffrey-Zutt"><code>@​Jeffrey-Zutt</code></a>,
and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for
helping!</p>
<h2>v14.2.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>Fix Server Action error logs for unhandled POST requests (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64315">#64315</a>)</li>
<li>Improve rendering performance (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64408">#64408</a>)</li>
<li>Fix the method prop case in Server Actions transform (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64398">#64398</a>)</li>
<li>fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64405">#64405</a>)</li>
<li>tweak test for Azure (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64424">#64424</a>)</li>
<li>router restore should take priority over pending actions (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64449">#64449</a>)</li>
<li>Fix client boundary inheritance for barrel optimization (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64467">#64467</a>)</li>
<li>improve turborepo caching (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64493">#64493</a>)</li>
<li>feat: strip traceparent header from cachekey (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64499">#64499</a>)</li>
<li>Fix more Turbopack build tests</li>
<li>Update lockfile for compatibility with turbo (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64360">#64360</a>)</li>
<li>Fix typo in dynamic-rendering.ts (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64365">#64365</a>)</li>
<li>Fix DynamicServerError not being thrown in fetch (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64511">#64511</a>)</li>
<li>fix(next): Metadata.openGraph values not resolving basic values when
type is set (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63620">#63620</a>)</li>
<li>disable production chunking in dev (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64488">#64488</a>)</li>
<li>Fix cjs client components tree-shaking (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64558">#64558</a>)</li>
<li>fix refresh behavior for discarded actions (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64532">#64532</a>)</li>
<li>fix: filter out middleware requests in logging (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64549">#64549</a>)</li>
<li>Turbopack: Allow client components to be imported in app routes (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64520">#64520</a>)</li>
<li>Fix ASL bundling for dynamic css (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64451">#64451</a>)</li>
<li>add pathname normalizer for actions (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64592">#64592</a>)</li>
<li>fix incorrect refresh request when basePath is set (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64589">#64589</a>)</li>
<li>test: skip turbopack build test (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64356">#64356</a>)</li>
<li>hotfix(turbopack): Update with patch for postcss.config.js path
resolution on Windows (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/64677">#64677</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/2e7a96a1e8821d88f210a90b4284fd24b71c1821"><code>2e7a96a</code></a>
v14.2.3</li>
<li><a
href="https://github.com/vercel/next.js/commit/c850e4a69a8ff62502753e2ff15bbabcea94b556"><code>c850e4a</code></a>
v14.2.2</li>
<li><a
href="https://github.com/vercel/next.js/commit/c0ae6f6ffdad865de660e897ecbeafda2bca78da"><code>c0ae6f6</code></a>
v14.2.1</li>
<li><a
href="https://github.com/vercel/next.js/commit/774563f2b994ae9686b8ec68b506a6ef3d7c9756"><code>774563f</code></a>
v14.2.0</li>
<li><a
href="https://github.com/vercel/next.js/commit/7aabb1d5ceb5574c578db10c2abef634c436c6b2"><code>7aabb1d</code></a>
v14.2.0-canary.67</li>
<li><a
href="https://github.com/vercel/next.js/commit/265d7b97bae999c59c4370503b37ad2d0f25778d"><code>265d7b9</code></a>
v14.2.0-canary.66</li>
<li><a
href="https://github.com/vercel/next.js/commit/22754faff6137054e5ed474e63d939fc415209b4"><code>22754fa</code></a>
v14.2.0-canary.65</li>
<li><a
href="https://github.com/vercel/next.js/commit/167ea3382fe6b113dbcf4272d55ce04ac314c51c"><code>167ea33</code></a>
v14.2.0-canary.64</li>
<li><a
href="https://github.com/vercel/next.js/commit/c2890635171e0316dc1bad1153b8e875b39f7da6"><code>c289063</code></a>
v14.2.0-canary.63</li>
<li><a
href="https://github.com/vercel/next.js/commit/e46d088aec4531e5b0d51f0f794a722aa307ae7c"><code>e46d088</code></a>
v14.2.0-canary.62</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v14.2.3/packages/next-mdx">compare
view</a></li>
</ul>
</details>
<br />


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


</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] committed May 1, 2024
1 parent 8b57778 commit d856a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docsearch/react": "^3.6.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "~14.1.4",
"@next/mdx": "~14.2.3",
"@types/mdx": "^2.0.11",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "20.12.7",
Expand Down
8 changes: 4 additions & 4 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d856a14

Please sign in to comment.