Skip to content

Commit

Permalink
chore: bump next from 13.4.0 to 14.2.5 (#337)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 13.4.0 to 14.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/5f59ee5f197a09275da7a9fa876986f22f4b7711"><code>5f59ee5</code></a>
v14.1.1</li>
<li><a
href="https://github.com/vercel/next.js/commit/f48b90b162c1a27a1ecaa8ae0a452e0a6605c35f"><code>f48b90b</code></a>
even more</li>
<li><a
href="https://github.com/vercel/next.js/commit/7f789f4a6f6a4f89495c770bed74d5e5d0e01d44"><code>7f789f4</code></a>
more timeout</li>
<li><a
href="https://github.com/vercel/next.js/commit/ab71c4cf782e13d564f48fe15732b9c42a3f6f36"><code>ab71c4c</code></a>
update timeout</li>
<li><a
href="https://github.com/vercel/next.js/commit/75f60d92c43187aa5786f88f0fe4e2bfc7d44c7b"><code>75f60d9</code></a>
update trigger release workflow</li>
<li><a
href="https://github.com/vercel/next.js/commit/74b3f0f4f3dcc15f35c9b9956755ca7b7b6a6db5"><code>74b3f0f</code></a>
Server Action tests (<a
href="https://redirect.github.com/vercel/next.js/issues/62655">#62655</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/a6946b69ccb268015887ea6d6ef39f262e5636b1"><code>a6946b6</code></a>
Backport metadata fixes (<a
href="https://redirect.github.com/vercel/next.js/issues/62663">#62663</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/4002f4b33c5a42166e5ad5f9ff4f879195aeb852"><code>4002f4b</code></a>
Fix draft mode invariant (<a
href="https://redirect.github.com/vercel/next.js/issues/62121">#62121</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/7dbf6f8298daea8e8c5198e9a4e7e758da665a6d"><code>7dbf6f8</code></a>
fix: babel usage with next/image (<a
href="https://redirect.github.com/vercel/next.js/issues/61835">#61835</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/3efc842a0a30ffd3a991e45736ac615f336d3103"><code>3efc842</code></a>
Fix next/server apit push alias for ESM pkg (<a
href="https://redirect.github.com/vercel/next.js/issues/61721">#61721</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.4.0...v14.1.1">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=13.4.0&new-version=14.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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/solana-labs/explorer/network/alerts).

</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Co-authored-by: steveluscher <[email protected]>
  • Loading branch information
dependabot[bot] and steveluscher authored Jul 31, 2024
1 parent cf97415 commit 00f541a
Show file tree
Hide file tree
Showing 5 changed files with 1,166 additions and 301 deletions.
2 changes: 1 addition & 1 deletion app/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function SearchBar() {
loadOptions={performSearch}
autoFocus
inputId={useId()}
ref={ref => (selectRef.current = ref)}
ref={selectRef}
noOptionsMessage={() => 'No Results'}
loadingMessage={() => 'loading...'}
placeholder="Search for blocks, accounts, transactions, programs, and tokens"
Expand Down
12 changes: 7 additions & 5 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ import { Navbar } from '@components/Navbar';
import { SearchBar } from '@components/SearchBar';
import { ClusterProvider } from '@providers/cluster';
import { ScrollAnchorProvider } from '@providers/scroll-anchor';
import type { Viewport } from 'next';
import { Rubik } from 'next/font/google';
import { Metadata } from 'next/types';

export const metadata: Metadata = {
description: 'Inspect transactions, accounts, blocks, and more on the Solana blockchain',
manifest: '/manifest.json',
title: 'Explorer | Solana',
viewport: {
initialScale: 1,
maximumScale: 1,
width: 'device-width',
},
};

export const viewport: Viewport = {
initialScale: 1,
maximumScale: 1,
width: 'device-width',
};

const rubikFont = Rubik({
Expand Down
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const SUPPLY_ALIASES = ['accounts', 'accounts/top'];
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
// FIXME: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
missingSuspenseWithCSRBailout: false,
},
images: {
remotePatterns: [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"cross-fetch": "^3.1.5",
"elfy": "^1.0.0",
"eslint": "8.39.0",
"eslint-config-next": "13.4.0",
"eslint-config-next": "14.2.5",
"humanize-duration-ts": "^2.1.1",
"moment": "^2.29.4",
"next": "13.4.0",
"next": "14.2.5",
"p-limit": "^3.1.0",
"pako": "^2.1.0",
"react": "18.2.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-content-loader": "^6.1.0",
"react-countup": "^6.4.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.11",
"react-feather": "^2.0.10",
"react-json-view": "^1.21.3",
Expand All @@ -71,8 +71,8 @@
"@types/chart.js": "^2.9.34",
"@types/node": "18.16.3",
"@types/pako": "^2.0.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-select": "3.1.2",
"@types/testing-library__jest-dom": "5.14.5",
"bootstrap": "^5.1.3",
Expand Down
Loading

0 comments on commit 00f541a

Please sign in to comment.