Skip to content

Commit

Permalink
deps: bump next from 14.0.4 to 14.1.0 (#148)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.0.
<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.1.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Turbopack: switch to a single client components entrypoint: <a href="https://redirect.github.com/vercel/next.js/issues/59352">#59352</a></li>
<li>Update <code>swc_core</code> to <code>v0.86.98</code> and turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/59393">#59393</a></li>
<li>Fix cases for the <code>optimize_server_react</code> transform: <a href="https://redirect.github.com/vercel/next.js/issues/59390">#59390</a></li>
<li>Use new JSX transform: <a href="https://redirect.github.com/vercel/next.js/issues/56294">#56294</a></li>
<li>loading.tsx should have no effect on partial rendering when PPR is enabled: <a href="https://redirect.github.com/vercel/next.js/issues/59196">#59196</a></li>
<li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/59426">#59426</a></li>
<li>Remove CacheNode.status field: <a href="https://redirect.github.com/vercel/next.js/issues/59472">#59472</a></li>
<li>Rename CacheNode.data → .lazyData : <a href="https://redirect.github.com/vercel/next.js/issues/59473">#59473</a></li>
<li>Generate Params Cleanup: <a href="https://redirect.github.com/vercel/next.js/issues/59431">#59431</a></li>
<li>Fix webpack chunks handling in traces: <a href="https://redirect.github.com/vercel/next.js/issues/59498">#59498</a></li>
<li>Rename CacheNode.subTreeData -&gt; .rsc : <a href="https://redirect.github.com/vercel/next.js/issues/59491">#59491</a></li>
<li>fix NODE_OPTIONS=inspect: <a href="https://redirect.github.com/vercel/next.js/issues/59530">#59530</a></li>
<li>Add CacheNode.prefetchRsc field: <a href="https://redirect.github.com/vercel/next.js/issues/59537">#59537</a></li>
<li>allow passing wildcard domains in serverActions.allowedDomains: <a href="https://redirect.github.com/vercel/next.js/issues/59428">#59428</a></li>
<li>Page Info Cleanup: <a href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a></li>
<li>Fix force-static and fetch no-store cases: <a href="https://redirect.github.com/vercel/next.js/issues/59549">#59549</a></li>
<li>Should not show no index for client rendering bailout: <a href="https://redirect.github.com/vercel/next.js/issues/59531">#59531</a></li>
<li>Enable build worker by default: <a href="https://redirect.github.com/vercel/next.js/issues/59405">#59405</a></li>
<li>Fork navigateReducer into PPR and non-PPR versions: <a href="https://redirect.github.com/vercel/next.js/issues/59538">#59538</a></li>
<li>cleanup magic segment strings: <a href="https://redirect.github.com/vercel/next.js/issues/59552">#59552</a></li>
<li>chore: update Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/59589">#59589</a></li>
<li>Fix another magic segment string constant: <a href="https://redirect.github.com/vercel/next.js/issues/59591">#59591</a></li>
<li>Make CacheNodeSeedData match FlightRouterState more closely: <a href="https://redirect.github.com/vercel/next.js/issues/59590">#59590</a></li>
<li>transpilePackages should override default settings for external packages: <a href="https://redirect.github.com/vercel/next.js/issues/59385">#59385</a></li>
<li>move segment constants to separate file: <a href="https://redirect.github.com/vercel/next.js/issues/59587">#59587</a></li>
<li>Revert &quot;Page Info Cleanup (<a href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/59592">#59592</a></li>
<li>Fix useOptimistic in server components bug. Add tests for invalid React server APIs: <a href="https://redirect.github.com/vercel/next.js/issues/59621">#59621</a></li>
<li>Partial Pre Rendering Headers: <a href="https://redirect.github.com/vercel/next.js/issues/59447">#59447</a></li>
<li>Add tests for invalid React server APIs: <a href="https://redirect.github.com/vercel/next.js/issues/59622">#59622</a></li>
<li>Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: <a href="https://redirect.github.com/vercel/next.js/issues/59650">#59650</a></li>
<li>refactor and simplify app dynamic components: <a href="https://redirect.github.com/vercel/next.js/issues/59658">#59658</a></li>
<li>Change manifestPath to pagesManifestPath: <a href="https://redirect.github.com/vercel/next.js/issues/59657">#59657</a></li>
<li>Fix issue with outputFileTracingExcludes and pages/api edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/59157">#59157</a></li>
<li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/59722">#59722</a></li>
<li>Remove path normalization logic when uploading .next/trace traces: <a href="https://redirect.github.com/vercel/next.js/issues/59305">#59305</a></li>
<li>LayoutRouter: Support segment value of Promise<!-- raw HTML omitted --> to asynchronously bail out and trigger a server patch: <a href="https://redirect.github.com/vercel/next.js/issues/59724">#59724</a></li>
<li>fix: Allow start turbopack dev server for a project using middleware: <a href="https://redirect.github.com/vercel/next.js/issues/59759">#59759</a></li>
<li>fix: gracefully shutdown server: <a href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a></li>
<li>Revert &quot;fix: gracefully shutdown server (<a href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/59792">#59792</a></li>
<li>Optionally bundle legacy react-dom/server APIs based on usage: <a href="https://redirect.github.com/vercel/next.js/issues/59737">#59737</a></li>
<li>fix <code>default</code> handling in route groups that handle interception: <a href="https://redirect.github.com/vercel/next.js/issues/59752">#59752</a></li>
<li>Transpile all code on app browser layer: <a href="https://redirect.github.com/vercel/next.js/issues/59569">#59569</a></li>
<li>Initial implementation of PPR client navigations: <a href="https://redirect.github.com/vercel/next.js/issues/59725">#59725</a></li>
<li>fix(turbopack): prevent edge entrypoint from becoming an async module: <a href="https://redirect.github.com/vercel/next.js/issues/59818">#59818</a></li>
<li>Ensure we validate revalidate configs properly: <a href="https://redirect.github.com/vercel/next.js/issues/59822">#59822</a></li>
<li>Update error check in validateRevalidate: <a href="https://redirect.github.com/vercel/next.js/issues/59826">#59826</a></li>
<li>Rename confusing loaders: <a href="https://redirect.github.com/vercel/next.js/issues/59827">#59827</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/16e7a5bd9323a49a0b3770a6636bfe9970af5fd1"><code>16e7a5b</code></a> v14.1.0</li>
<li><a href="https://github.com/vercel/next.js/commit/8a3881fef07c102e28b8217022c7db24bfba1ed4"><code>8a3881f</code></a> Update labeler.json (<a href="https://redirect.github.com/vercel/next.js/issues/60843">#60843</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/1b255a6c5b506f03f1294e937d961f1a1974bd23"><code>1b255a6</code></a> v14.0.5-canary.68</li>
<li><a href="https://github.com/vercel/next.js/commit/02c2f11ec969d2c5767f9dfbec275bbc65171e66"><code>02c2f11</code></a> Enable missing suspense bailout by default (<a href="https://redirect.github.com/vercel/next.js/issues/60840">#60840</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/2096dfa687be61953fe7ccc6b54deea313a517d9"><code>2096dfa</code></a> v14.0.5-canary.67</li>
<li><a href="https://github.com/vercel/next.js/commit/b8d8e6e7cc296a907fd0123b10177634d6b35c24"><code>b8d8e6e</code></a> dx: warn the deprecated cache configs are used (<a href="https://redirect.github.com/vercel/next.js/issues/60836">#60836</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/c192f4ec2fd5cb90b06a7ba256d4aad537f33bcf"><code>c192f4e</code></a> turbopack: rename custom cache handler configs (<a href="https://redirect.github.com/vercel/next.js/issues/60828">#60828</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/2227ae5f344f84b3a325d1a9604617876b0df333"><code>2227ae5</code></a> Revert &quot;Fix: Throw an error for empty array return in <code>generateStaticParams</code> ...</li>
<li><a href="https://github.com/vercel/next.js/commit/b7f5107544199a91c42066be615685a9baf228ee"><code>b7f5107</code></a> Fix: respect init.cache if fetch input is request instance (<a href="https://redirect.github.com/vercel/next.js/issues/60821">#60821</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/752c15e7984a6eae5ccf32eb572fe0fe767324d3"><code>752c15e</code></a> Add metrics names for unstable_cache (<a href="https://redirect.github.com/vercel/next.js/issues/60802">#60802</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.0.4...v14.1.0">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.0.4&new-version=14.1.0)](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>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 311713b commit 6753117
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 70 deletions.
2 changes: 1 addition & 1 deletion arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@arcjet/ip": "1.0.0-alpha.7",
"@connectrpc/connect-web": "1.3.0",
"arcjet": "1.0.0-alpha.7",
"next": "14.0.4"
"next": "14.1.0"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.7",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-react": "7.33.2",
"next": "14.0.4"
"next": "14.1.0"
},
"peerDependencies": {
"eslint": "^8"
Expand Down
118 changes: 50 additions & 68 deletions package-lock.json

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

0 comments on commit 6753117

Please sign in to comment.