Files
firezone/website/package.json
dependabot[bot] d856a1405d build(deps): Bump @next/mdx from 14.1.4 to 14.2.3 in /website (#4867)
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="2e7a96a1e8"><code>2e7a96a</code></a>
v14.2.3</li>
<li><a
href="c850e4a69a"><code>c850e4a</code></a>
v14.2.2</li>
<li><a
href="c0ae6f6ffd"><code>c0ae6f6</code></a>
v14.2.1</li>
<li><a
href="774563f2b9"><code>774563f</code></a>
v14.2.0</li>
<li><a
href="7aabb1d5ce"><code>7aabb1d</code></a>
v14.2.0-canary.67</li>
<li><a
href="265d7b97ba"><code>265d7b9</code></a>
v14.2.0-canary.66</li>
<li><a
href="22754faff6"><code>22754fa</code></a>
v14.2.0-canary.65</li>
<li><a
href="167ea3382f"><code>167ea33</code></a>
v14.2.0-canary.64</li>
<li><a
href="c289063517"><code>c289063</code></a>
v14.2.0-canary.63</li>
<li><a
href="e46d088aec"><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>
2024-05-01 14:33:38 +00:00

57 lines
1.5 KiB
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "bash ./timestamps.sh",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "~14.2.3",
"@types/mdx": "^2.0.11",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "20.12.7",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-syntax-highlighter": "^15.5.11",
"asciinema-player": "^3.7.1",
"autoprefixer": "10.4.18",
"fast-xml-parser": "^4.3.5",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",
"mixpanel-browser": "^2.50.0",
"next": "^14.1.3",
"next-hubspot": "^1.3.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.4",
"react-icons": "^5.2.0",
"react-markdown": "^9.0.1",
"react-mixpanel-browser": "^4.1.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"tailwindcss": "3.4.3"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
"hastscript": "^9.0.0",
"typescript": "5.4.5"
}
}