Skip to content

chore(deps): bump next from 15.1.0 to 15.2.4 #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps next from 15.1.0 to 15.2.4.

Release notes

Sourced from next's releases.

v15.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Match subrequest handling for edge and node (#77474)
  • exclude images and static media from dev origin check (#77417)
  • ensure /__next middleware URLs are included in the origin check (#77416)
  • remove direct ip/port bypass in dev origin check (#77414)
  • switch development origin verification to be opt-in rather than opt-out (#77395)

Credits

Huge thanks to @​ijjk and @​ztanner for helping!

v15.2.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary. This release contains a security patch for CVE-2025-29927.

Core Changes

  • Update default allowed origins list (#77212)
  • unify allowed origin detection handling (#77053)
  • Add dev warning for cross-origin and stabilize allowedDevOrigins (#77044)
  • Ensure deploymentId is used for CSS preloads (#77210)
  • Update middleware request header (#77201)
  • [metadata] remove the default segement check for metadata rendering (#77119)
  • [ts-hint] fix vscode type hint plugin enabling (#77099)
  • [metadata] re-insert icons to head for streamed metadata (#76915)

Credits

Huge thanks to @​ijjk, @​ztanner, and @​huozhi for helping!

v15.2.2

Core Changes

  • [dev-overlay] fix styling on overflow error messages, add button hover state: #76771
  • Fix: respond 405 status code on OPTIONS request to SSG page: #76767
  • [dev-overlay] Always show relative paths: #76742
  • [metadata] remove the duplicate metadata in the error boundary: #76791
  • Upgrade React from d55cc79b-20250228 to 443b7ff2-20250303: #76804
  • [dev-overlay] Ignore animations on page load: #76834
  • fix: remove useless set-cookie in action-handler: #76839
  • Turbopack: handle task cancelation: #76831
  • Upgrade React from 443b7ff2-20250303 to e03ac20f-20250305: #76842

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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.

Summary by Sourcery

Chores:

  • Update Next.js dependency to the latest patch version

Bumps [next](https://github.com/vercel/next.js) from 15.1.0 to 15.2.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.0...v15.2.4)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2025
Copy link

vercel bot commented Apr 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-monitoring ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2025 8:20am

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 10, 2025
Copy link
Contributor

sourcery-ai bot commented Apr 10, 2025

Reviewer's Guide by Sourcery

This pull request updates the Next.js dependency from version 15.1.0 to 15.2.4. This involves changes to package.json and yarn.lock to reflect the new version.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update Next.js dependency to version 15.2.4.
  • Update the Next.js dependency from version 15.1.0 to 15.2.4 in package.json.
  • Update the Next.js dependency in yarn.lock.
package.json
yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@codecov-commenter
Copy link

codecov-commenter commented Apr 10, 2025

Bundle Report

Changes will increase total bundle size by 128.04kB (1.92%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
clickhouse-monitoring-bundle-server-cjs 2.73MB 113.25kB (4.32%) ⬆️
clickhouse-monitoring-bundle-edge-server-array-push 137.2kB 7.46kB (5.75%) ⬆️
clickhouse-monitoring-bundle-client-array-push 3.93MB 7.33kB (0.19%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: clickhouse-monitoring-bundle-edge-server-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
middleware.js 6.1kB 103.36kB 6.27% ⚠️
../types/cache-life.d.ts 46 bytes 5.86kB 0.79%
../types/server.d.ts (New) 1.32kB 1.32kB 100.0% 🚀
view changes for bundle: clickhouse-monitoring-bundle-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/css/*.css 6 bytes 468.48kB 0.0%
static/chunks/2559-*.js (New) 396.57kB 396.57kB 100.0% 🚀
static/chunks/9394-*.js (New) 194.37kB 194.37kB 100.0% 🚀
static/chunks/framework-*.js -33 bytes 179.56kB -0.02%
static/chunks/1684-*.js (New) 175.02kB 175.02kB 100.0% 🚀
static/chunks/4bd1b696-*.js 2.33kB 168.42kB 1.4%
static/chunks/4849-*.js (New) 124.82kB 124.82kB 100.0% 🚀
static/chunks/main-*.js 58 bytes 534 bytes 12.18% ⚠️
static/chunks/main-*.js 5.52kB 119.57kB 4.84%
static/chunks/4812-*.js (New) 51.6kB 51.6kB 100.0% 🚀
server/app/[host]/query/[query_id]/page_client-*.js 693 bytes 37.54kB 1.88%
server/app/[host]/disks/database/[database]/page_client-*.js 681 bytes 35.45kB 1.96%
server/app/[host]/[query]/page_client-*.js 681 bytes 35.25kB 1.97%
server/app/[host]/disks/page_client-*.js 681 bytes 35.17kB 1.97%
app-*.json 43 bytes 33.38kB 0.13%
static/chunks/1704-*.js (New) 31.33kB 31.33kB 100.0% 🚀
server/app/[host]/charts/[charts]/page_client-*.js 637 bytes 30.22kB 2.15%
server/app/[host]/overview/page_client-*.js 633 bytes 29.47kB 2.2%
server/app/[host]/database/[database]/[table]/@materializedview/page_client-*.js 657 bytes 29.08kB 2.31%
server/app/[host]/database/[database]/[table]/@dictionary/page_client-*.js 657 bytes 29.08kB 2.31%
server/app/[host]/database/[database]/[table]/@mergetree/page_client-*.js 657 bytes 29.08kB 2.31%
server/app/[host]/database/[database]/[table]/@view/page_client-*.js 657 bytes 29.07kB 2.31%
server/app/[host]/database/[database]/@nav/[table]/page_client-*.js 657 bytes 29.07kB 2.31%
server/app/[host]/database/[database]/[table]/page_client-*.js 657 bytes 29.07kB 2.31%
server/app/[host]/dashboard/page_client-*.js 690 bytes 28.97kB 2.44%
server/app/[host]/part-info/[database]/[table]/page_client-*.js 655 bytes 28.3kB 2.37%
server/app/[host]/database/[database]/@nav/page_client-*.js 653 bytes 27.87kB 2.4%
server/app/[host]/database/[database]/page_client-*.js 653 bytes 27.86kB 2.4%
server/app/[host]/clusters/[cluster]/replicas-*.js 653 bytes 27.72kB 2.41%
server/app/play/page_client-*.js 653 bytes 27.52kB 2.43%
server/app/api/pageview/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/api/timezone/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/api/healthz/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/api/version/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/_not-*.js 653 bytes 27.34kB 2.45%
server/app/api/clean/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/api/init/route_client-*.js 653 bytes 27.34kB 2.45%
server/app/healthz/route_client-*.js 653 bytes 27.33kB 2.45%
server/app/[host]/clusters/[cluster]/count-*.js 653 bytes 27.33kB 2.45%
server/app/[host]/clusters/[cluster]/parts-*.js 653 bytes 27.33kB 2.45%
server/app/page_client-*.js 653 bytes 27.29kB 2.45%
server/app/[host]/clusters/[cluster]/page_client-*.js 653 bytes 27.19kB 2.46%
server/app/[host]/replica/[replica]/tables/page_client-*.js 649 bytes 27.08kB 2.46%
server/app/[host]/clusters/page_client-*.js 649 bytes 27.07kB 2.46%
server/app/[host]/part-info/[database]/page_client-*.js 647 bytes 26.81kB 2.47%
server/app/[host]/explain/page_client-*.js 645 bytes 26.78kB 2.47%
server/app/[host]/part-*.js 647 bytes 26.74kB 2.48%
server/app/[host]/tables/[database]/[table]/page_client-*.js 645 bytes 26.61kB 2.48%
server/app/[host]/tables/[database]/page_client-*.js 645 bytes 26.48kB 2.5%
server/app/[host]/tables/page_client-*.js 645 bytes 26.41kB 2.5%
server/app/[host]/database/page_client-*.js 645 bytes 26.37kB 2.51%
static/chunks/8795-*.js (New) 26.28kB 26.28kB 100.0% 🚀
static/chunks/5006-*.js (New) 26.16kB 26.16kB 100.0% 🚀
server/app/[host]/about/page_client-*.js 637 bytes 25.33kB 2.58%
static/chunks/1263-*.js (New) 25.08kB 25.08kB 100.0% 🚀
static/chunks/4359-*.js (New) 24.5kB 24.5kB 100.0% 🚀
static/chunks/8262-*.js (New) 23.73kB 23.73kB 100.0% 🚀
static/chunks/4277-*.js (New) 21.89kB 21.89kB 100.0% 🚀
static/chunks/3568-*.js (New) 19.49kB 19.49kB 100.0% 🚀
static/chunks/app/[host]/query/[query_id]/page-*.js -94 bytes 19.14kB -0.49%
static/chunks/8698-*.js (New) 18.19kB 18.19kB 100.0% 🚀
static/chunks/7948-*.js (New) 17.49kB 17.49kB 100.0% 🚀
static/chunks/app/[host]/overview/page-*.js 7 bytes 15.64kB 0.04%
static/chunks/app/layout-*.js 9 bytes 15.12kB 0.06%
static/chunks/app/error-*.js -41 bytes 14.54kB -0.28%
static/chunks/app/[host]/dashboard/page-*.js -33 bytes 13.42kB -0.25%
static/chunks/4639-*.js (New) 13.4kB 13.4kB 100.0% 🚀
static/chunks/8110-*.js (New) 12.57kB 12.57kB 100.0% 🚀
static/chunks/9353-*.js (New) 12.34kB 12.34kB 100.0% 🚀
static/chunks/5805-*.js (New) 10.68kB 10.68kB 100.0% 🚀
static/chunks/8321-*.js (New) 10.67kB 10.67kB 100.0% 🚀
static/chunks/app/[host]/explain/page-*.js 4 bytes 10.62kB 0.04%
static/chunks/app/[host]/clusters/[cluster]/layout-*.js -7 bytes 10.35kB -0.07%
static/chunks/app/[host]/database/[database]/@nav/[table]/page-*.js -7 bytes 10.35kB -0.07%
static/chunks/app/[host]/database/[database]/@nav/page-*.js -7 bytes 10.35kB -0.07%
static/chunks/app/[host]/disks/database/[database]/layout-*.js -7 bytes 10.35kB -0.07%
static/chunks/app/[host]/charts/[charts]/page-*.js -6 bytes 10.18kB -0.06%
static/chunks/6560-*.js (New) 9.94kB 9.94kB 100.0% 🚀
static/chunks/6904-*.js (New) 8.64kB 8.64kB 100.0% 🚀
static/chunks/6874-*.js (New) 8.5kB 8.5kB 100.0% 🚀
static/chunks/9613-*.js (New) 7.7kB 7.7kB 100.0% 🚀
static/chunks/4541-*.js (New) 7.38kB 7.38kB 100.0% 🚀
static/chunks/4052-*.js (New) 6.98kB 6.98kB 100.0% 🚀
static/chunks/app/[host]/layout-*.js -5 bytes 6.79kB -0.07%
static/chunks/app/[host]/part-*.js 6 bytes 6.29kB 0.1%
static/chunks/app/[host]/database/[database]/[table]/@mergetree/page-*.js -37 bytes 5.82kB -0.63%
static/chunks/webpack-*.js 2 bytes 3.59kB 0.06%
static/chunks/app/[host]/part-info/[database]/[table]/page-*.js 2 bytes 3.21kB 0.06%
static/chunks/app/play/page-*.js -3 bytes 2.68kB -0.11%
static/chunks/2668.*.js (New) 2.46kB 2.46kB 100.0% 🚀
server/middleware-*.js 12 bytes 922 bytes 1.32%
static/xuBT5fslHnLpbJidHqu2M/_buildManifest.js (New) 813 bytes 813 bytes 100.0% 🚀
static/chunks/app/[host]/clusters/[cluster]/replicas-*.js 1 bytes 304 bytes 0.33%
static/chunks/app/[host]/database/[database]/page-*.js 1 bytes 304 bytes 0.33%
static/chunks/app/[host]/clusters/[cluster]/count-*.js 2 bytes 270 bytes 0.75%
static/chunks/app/[host]/clusters/page-*.js 2 bytes 270 bytes 0.75%
static/chunks/app/[host]/clusters/[cluster]/parts-*.js 2 bytes 270 bytes 0.75%
static/chunks/app/[host]/replica/[replica]/tables/page-*.js 2 bytes 270 bytes 0.75%
static/chunks/pages/_app-*.js 2 bytes 242 bytes 0.83%
static/chunks/app/[host]/[query]/page-*.js 2 bytes 224 bytes 0.9%
static/chunks/app/[host]/disks/database/[database]/page-*.js 2 bytes 224 bytes 0.9%
static/chunks/app/[host]/disks/page-*.js 2 bytes 224 bytes 0.9%
static/chunks/app/[host]/about/page-*.js -1 bytes 204 bytes -0.49%
static/chunks/app/[host]/database/[database]/[table]/@dictionary/page-*.js 2 bytes 189 bytes 1.07%
static/chunks/app/[host]/database/[database]/[table]/@materializedview/page-*.js 2 bytes 189 bytes 1.07%
static/chunks/app/[host]/database/[database]/[table]/@view/page-*.js 2 bytes 188 bytes 1.08%
static/xuBT5fslHnLpbJidHqu2M/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/chunks/6118-*.js (Deleted) -398.27kB 0 bytes -100.0% 🗑️
static/chunks/5714-*.js (Deleted) -194.18kB 0 bytes -100.0% 🗑️
static/chunks/1517-*.js (Deleted) -181.32kB 0 bytes -100.0% 🗑️
static/chunks/635-*.js (Deleted) -125.25kB 0 bytes -100.0% 🗑️
static/chunks/6093-*.js (Deleted) -49.11kB 0 bytes -100.0% 🗑️
static/chunks/2174-*.js (Deleted) -31.56kB 0 bytes -100.0% 🗑️
static/chunks/4839-*.js (Deleted) -27.46kB 0 bytes -100.0% 🗑️
static/chunks/905-*.js (Deleted) -26.45kB 0 bytes -100.0% 🗑️
static/chunks/8824-*.js (Deleted) -26.23kB 0 bytes -100.0% 🗑️
static/chunks/4285-*.js (Deleted) -25.18kB 0 bytes -100.0% 🗑️
static/chunks/6715-*.js (Deleted) -24.52kB 0 bytes -100.0% 🗑️
static/chunks/1942-*.js (Deleted) -23.88kB 0 bytes -100.0% 🗑️
static/chunks/1181-*.js (Deleted) -21.9kB 0 bytes -100.0% 🗑️
static/chunks/2013-*.js (Deleted) -19.65kB 0 bytes -100.0% 🗑️
static/chunks/937-*.js (Deleted) -18.42kB 0 bytes -100.0% 🗑️
static/chunks/2041-*.js (Deleted) -17.59kB 0 bytes -100.0% 🗑️
static/chunks/6896-*.js (Deleted) -13.4kB 0 bytes -100.0% 🗑️
static/chunks/3897-*.js (Deleted) -12.74kB 0 bytes -100.0% 🗑️
static/chunks/1377-*.js (Deleted) -12.34kB 0 bytes -100.0% 🗑️
static/chunks/9665-*.js (Deleted) -10.83kB 0 bytes -100.0% 🗑️
static/chunks/4414-*.js (Deleted) -10.8kB 0 bytes -100.0% 🗑️
static/chunks/7098-*.js (Deleted) -9.98kB 0 bytes -100.0% 🗑️
static/chunks/6825-*.js (Deleted) -8.69kB 0 bytes -100.0% 🗑️
static/chunks/9710-*.js (Deleted) -7.7kB 0 bytes -100.0% 🗑️
static/chunks/4248-*.js (Deleted) -7.5kB 0 bytes -100.0% 🗑️
static/chunks/5934-*.js (Deleted) -7.01kB 0 bytes -100.0% 🗑️
static/chunks/5691.*.js (Deleted) -2.46kB 0 bytes -100.0% 🗑️
static/B4FSV6TNJqFMSE-*.js (Deleted) -810 bytes 0 bytes -100.0% 🗑️
static/B4FSV6TNJqFMSE-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: clickhouse-monitoring-bundle-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
6741.js (New) 495.33kB 495.33kB 100.0% 🚀
3605.js (New) 397.0kB 397.0kB 100.0% 🚀
9191.js (New) 214.29kB 214.29kB 100.0% 🚀
../app/[host]/dashboard/page.js 2.81kB 158.3kB 1.81%
9181.js (New) 130.67kB 130.67kB 100.0% 🚀
4447.js (New) 106.32kB 106.32kB 100.0% 🚀
8548.js (New) 68.82kB 68.82kB 100.0% 🚀
6875.js (New) 63.11kB 63.11kB 100.0% 🚀
../app/[host]/[query]/page.js 356 bytes 52.81kB 0.68%
../app/[host]/overview/page.js 339 bytes 44.03kB 0.78%
6839.js (New) 38.89kB 38.89kB 100.0% 🚀
2840.js (New) 34.63kB 34.63kB 100.0% 🚀
7527.js (New) 31.4kB 31.4kB 100.0% 🚀
../app/[host]/query/[query_id]/page.js 339 bytes 29.54kB 1.16%
6844.js (New) 28.4kB 28.4kB 100.0% 🚀
580.js (New) 26.82kB 26.82kB 100.0% 🚀
6994.js (New) 25.43kB 25.43kB 100.0% 🚀
2126.js (New) 23.62kB 23.62kB 100.0% 🚀
9232.js (New) 22.66kB 22.66kB 100.0% 🚀
4017.js (New) 21.86kB 21.86kB 100.0% 🚀
../app/[host]/explain/page.js 344 bytes 17.84kB 1.97%
7334.js (New) 17.57kB 17.57kB 100.0% 🚀
../app/[host]/charts/[charts]/page.js 353 bytes 16.99kB 2.12%
../app/[host]/disks/database/[database]/page.js 357 bytes 16.62kB 2.2%
../app/[host]/disks/page.js 356 bytes 13.32kB 2.75%
9326.js (New) 13.02kB 13.02kB 100.0% 🚀
../app/[host]/about/page.js 345 bytes 11.08kB 3.21%
../app/api/pageview/route.js 110 bytes 10.95kB 1.02%
../app/[host]/clusters/[cluster]/replicas-status/page.js 342 bytes 10.92kB 3.23%
../app/[host]/clusters/[cluster]/page.js 348 bytes 10.0kB 3.61%
../app/[host]/part-info/[database]/[table]/page.js 352 bytes 9.86kB 3.7%
../pages/_error.js 796 bytes 9.51kB 9.14% ⚠️
../app/[host]/clusters/[cluster]/count-across-replicas/page.js 349 bytes 9.41kB 3.85%
../app/[host]/clusters/[cluster]/parts-across-replicas/page.js 349 bytes 9.27kB 3.91%
6942.js (New) 8.16kB 8.16kB 100.0% 🚀
../app/[host]/part-info/[database]/page.js 347 bytes 8.14kB 4.45%
../app/[host]/part-info/page.js 347 bytes 8.04kB 4.51%
101.js (New) 8.04kB 8.04kB 100.0% 🚀
9210.js (New) 8.01kB 8.01kB 100.0% 🚀
8117.js (New) 7.63kB 7.63kB 100.0% 🚀
3645.js (New) 7.63kB 7.63kB 100.0% 🚀
1.js (New) 7.46kB 7.46kB 100.0% 🚀
1797.js (New) 7.29kB 7.29kB 100.0% 🚀
1439.js (New) 7.2kB 7.2kB 100.0% 🚀
3223.js (New) 7.17kB 7.17kB 100.0% 🚀
3826.js (New) 7.14kB 7.14kB 100.0% 🚀
9123.js (New) 7.02kB 7.02kB 100.0% 🚀
8812.js (New) 6.95kB 6.95kB 100.0% 🚀
775.js (New) 6.92kB 6.92kB 100.0% 🚀
5883.js (New) 6.89kB 6.89kB 100.0% 🚀
1827.js (New) 6.88kB 6.88kB 100.0% 🚀
6452.js (New) 6.87kB 6.87kB 100.0% 🚀
8603.js (New) 6.87kB 6.87kB 100.0% 🚀
6711.js (New) 6.84kB 6.84kB 100.0% 🚀
338.js (New) 6.83kB 6.83kB 100.0% 🚀
../app/api/clean/route.js 119 bytes 6.72kB 1.8%
7064.js (New) 6.6kB 6.6kB 100.0% 🚀
102.js (New) 6.57kB 6.57kB 100.0% 🚀
1187.js (New) 6.52kB 6.52kB 100.0% 🚀
7957.js (New) 5.94kB 5.94kB 100.0% 🚀
../../types/cache-life.d.ts 46 bytes 5.86kB 0.79%
2813.js (New) 5.83kB 5.83kB 100.0% 🚀
../app/api/init/route.js 109 bytes 5.76kB 1.93%
7403.js (New) 5.74kB 5.74kB 100.0% 🚀
../app/[host]/tables/[database]/[table]/page.js 350 bytes 5.69kB 6.55% ⚠️
../app/[host]/replica/[replica]/tables/page.js 348 bytes 5.46kB 6.81% ⚠️
../app/[host]/tables/[database]/page.js 348 bytes 5.25kB 7.1% ⚠️
9466.js -16.64kB 5.23kB -76.09%
8712.js (New) 5.15kB 5.15kB 100.0% 🚀
../app/[host]/tables/page.js 350 bytes 5.14kB 7.31% ⚠️
8152.js (New) 5.07kB 5.07kB 100.0% 🚀
../app/[host]/database/page.js 347 bytes 4.8kB 7.8% ⚠️
../app/[host]/database/[database]/[table]/@materializedview/page.js 336 bytes 4.59kB 7.91% ⚠️
../app/[host]/database/[database]/[table]/@dictionary/page.js 338 bytes 4.58kB 7.97% ⚠️
../app/[host]/database/[database]/[table]/@mergetree/page.js 336 bytes 4.58kB 7.92% ⚠️
../app/[host]/database/[database]/@nav/[table]/page.js 338 bytes 4.57kB 7.98% ⚠️
../app/[host]/database/[database]/[table]/@view/page.js 338 bytes 4.57kB 7.98% ⚠️
../app/[host]/database/[database]/[table]/page.js 336 bytes 4.57kB 7.95% ⚠️
7747.js (New) 4.38kB 4.38kB 100.0% 🚀
../app/[host]/clusters/page.js 348 bytes 4.29kB 8.83% ⚠️
9866.js (New) 4.23kB 4.23kB 100.0% 🚀
9300.js (New) 4.18kB 4.18kB 100.0% 🚀
../app/api/version/route.js 110 bytes 4.01kB 2.82%
../app/api/timezone/route.js 108 bytes 3.76kB 2.95%
../app/play/page.js 350 bytes 3.69kB 10.48% ⚠️
../pages/_app.js 89 bytes 3.36kB 2.72%
../app/[host]/database/[database]/@nav/page.js 337 bytes 3.2kB 11.78% ⚠️
../app/[host]/database/[database]/page.js 337 bytes 3.19kB 11.81% ⚠️
1425.js (New) 2.43kB 2.43kB 100.0% 🚀
../app/page.js 317 bytes 2.4kB 15.26% ⚠️
../app/_not-found/page.js 337 bytes 2.33kB 16.88% ⚠️
../app/[host]/disks/database/[database]/page.js.nft.json -3 bytes 1.69kB -0.18%
../app/[host]/query/[query_id]/page.js.nft.json -3 bytes 1.54kB -0.19%
7646.js (New) 1.45kB 1.45kB 100.0% 🚀
../app/healthz/route.js 108 bytes 1.45kB 8.07% ⚠️
../app/api/healthz/route.js 110 bytes 1.43kB 8.33% ⚠️
../app/[host]/charts/[charts]/page.js.nft.json -3 bytes 1.42kB -0.21%
../app/[host]/[query]/page.js.nft.json -3 bytes 1.39kB -0.22%
../app/[host]/disks/page.js.nft.json -3 bytes 1.39kB -0.22%
../../types/server.d.ts (New) 1.32kB 1.32kB 100.0% 🚀
5934.js (New) 613 bytes 613 bytes 100.0% 🚀
../app/[host]/database/[database]/@nav/[table]/page.js.nft.json 1 bytes 592 bytes 0.17%
../app/[host]/database/[database]/[table]/@dictionary/page.js.nft.json 1 bytes 592 bytes 0.17%
../app/[host]/database/[database]/[table]/@materializedview/page.js.nft.json 1 bytes 592 bytes 0.17%
../app/[host]/database/[database]/[table]/@view/page.js.nft.json 1 bytes 592 bytes 0.17%
../app/[host]/database/[database]/[table]/@mergetree/page.js.nft.json 1 bytes 592 bytes 0.17%
../app/[host]/database/[database]/@nav/page.js.nft.json 1 bytes 547 bytes 0.18%
../app/[host]/database/[database]/[table]/page.js.nft.json 1 bytes 547 bytes 0.18%
../app/[host]/database/[database]/page.js.nft.json 1 bytes 502 bytes 0.2%
../app/[host]/clusters/[cluster]/parts-across-replicas/page.js.nft.json 1 bytes 483 bytes 0.21%
../app/[host]/clusters/[cluster]/replicas-status/page.js.nft.json 1 bytes 483 bytes 0.21%
../app/[host]/part-info/[database]/[table]/page.js.nft.json 1 bytes 483 bytes 0.21%
../app/[host]/replica/[replica]/tables/page.js.nft.json 1 bytes 483 bytes 0.21%
../app/[host]/clusters/[cluster]/count-across-replicas/page.js.nft.json 1 bytes 483 bytes 0.21%
../app/[host]/overview/page.js.nft.json 3 bytes 405 bytes 0.75%
../app/[host]/clusters/page.js.nft.json 1 bytes 405 bytes 0.25%
../app/[host]/dashboard/page.js.nft.json 2 bytes 379 bytes 0.53%
../app/[host]/tables/[database]/[table]/page.js.nft.json 1 bytes 355 bytes 0.28%
../app/[host]/clusters/[cluster]/page.js.nft.json 1 bytes 328 bytes 0.31%
../app/[host]/tables/[database]/page.js.nft.json 1 bytes 328 bytes 0.31%
../app/[host]/part-info/[database]/page.js.nft.json 1 bytes 328 bytes 0.31%
../app/[host]/about/page.js.nft.json 1 bytes 301 bytes 0.33%
../app/[host]/database/page.js.nft.json 1 bytes 301 bytes 0.33%
../app/[host]/part-info/page.js.nft.json 1 bytes 301 bytes 0.33%
../app/[host]/tables/page.js.nft.json 1 bytes 301 bytes 0.33%
../app/[host]/explain/page.js.nft.json 1 bytes 297 bytes 0.34%
../app/play/page.js.nft.json 1 bytes 293 bytes 0.34%
../app/_not-found/page.js.nft.json 1 bytes 274 bytes 0.37%
../app/page.js.nft.json 1 bytes 247 bytes 0.41%
../app/api/pageview/route.js.nft.json -1 bytes 223 bytes -0.45%
../app/api/version/route.js.nft.json -1 bytes 197 bytes -0.51%
../app/api/timezone/route.js.nft.json -1 bytes 197 bytes -0.51%
../app/api/healthz/route.js.nft.json -1 bytes 171 bytes -0.58%
7938.js (New) 169 bytes 169 bytes 100.0% 🚀
../app/healthz/route.js.nft.json -1 bytes 159 bytes -0.62%
5962.js (New) 90 bytes 90 bytes 100.0% 🚀
4210.js (Deleted) -432.52kB 0 bytes -100.0% 🗑️
6266.js (Deleted) -398.71kB 0 bytes -100.0% 🗑️
9977.js (Deleted) -214.46kB 0 bytes -100.0% 🗑️
6387.js (Deleted) -113.07kB 0 bytes -100.0% 🗑️
1989.js (Deleted) -99.01kB 0 bytes -100.0% 🗑️
7627.js (Deleted) -66.82kB 0 bytes -100.0% 🗑️
9892.js (Deleted) -62.99kB 0 bytes -100.0% 🗑️
9514.js (Deleted) -38.89kB 0 bytes -100.0% 🗑️
7166.js (Deleted) -34.66kB 0 bytes -100.0% 🗑️
5526.js (Deleted) -31.63kB 0 bytes -100.0% 🗑️
5555.js (Deleted) -28.41kB 0 bytes -100.0% 🗑️
5452.js (Deleted) -24.3kB 0 bytes -100.0% 🗑️
281.js (Deleted) -23.63kB 0 bytes -100.0% 🗑️
6483.js (Deleted) -22.71kB 0 bytes -100.0% 🗑️
828.js (Deleted) -19.22kB 0 bytes -100.0% 🗑️
451.js (Deleted) -17.57kB 0 bytes -100.0% 🗑️
4497.js (Deleted) -13.03kB 0 bytes -100.0% 🗑️
4389.js (Deleted) -8.15kB 0 bytes -100.0% 🗑️
5088.js (Deleted) -8.04kB 0 bytes -100.0% 🗑️
3885.js (Deleted) -8.02kB 0 bytes -100.0% 🗑️
4856.js (Deleted) -7.63kB 0 bytes -100.0% 🗑️
8062.js (Deleted) -7.62kB 0 bytes -100.0% 🗑️
3948.js (Deleted) -7.46kB 0 bytes -100.0% 🗑️
1102.js (Deleted) -7.29kB 0 bytes -100.0% 🗑️
5786.js (Deleted) -7.19kB 0 bytes -100.0% 🗑️
5972.js (Deleted) -7.16kB 0 bytes -100.0% 🗑️
8967.js (Deleted) -7.14kB 0 bytes -100.0% 🗑️
8160.js (Deleted) -7.01kB 0 bytes -100.0% 🗑️
1823.js (Deleted) -6.94kB 0 bytes -100.0% 🗑️
2466.js (Deleted) -6.92kB 0 bytes -100.0% 🗑️
5486.js (Deleted) -6.88kB 0 bytes -100.0% 🗑️
7144.js (Deleted) -6.88kB 0 bytes -100.0% 🗑️
2151.js (Deleted) -6.87kB 0 bytes -100.0% 🗑️
6154.js (Deleted) -6.87kB 0 bytes -100.0% 🗑️
3274.js (Deleted) -6.83kB 0 bytes -100.0% 🗑️
6783.js (Deleted) -6.83kB 0 bytes -100.0% 🗑️
6965.js (Deleted) -6.59kB 0 bytes -100.0% 🗑️
2219.js (Deleted) -6.57kB 0 bytes -100.0% 🗑️
548.js (Deleted) -6.52kB 0 bytes -100.0% 🗑️
9982.js (Deleted) -5.94kB 0 bytes -100.0% 🗑️
6470.js (Deleted) -5.83kB 0 bytes -100.0% 🗑️
7562.js (Deleted) -5.75kB 0 bytes -100.0% 🗑️
9378.js (Deleted) -5.23kB 0 bytes -100.0% 🗑️
4817.js (Deleted) -5.15kB 0 bytes -100.0% 🗑️
3727.js (Deleted) -5.07kB 0 bytes -100.0% 🗑️
8896.js (Deleted) -4.38kB 0 bytes -100.0% 🗑️
6297.js (Deleted) -4.23kB 0 bytes -100.0% 🗑️
3911.js (Deleted) -4.18kB 0 bytes -100.0% 🗑️
2298.js (Deleted) -2.43kB 0 bytes -100.0% 🗑️
7797.js (Deleted) -1.45kB 0 bytes -100.0% 🗑️
9407.js (Deleted) -613 bytes 0 bytes -100.0% 🗑️
3417.js (Deleted) -169 bytes 0 bytes -100.0% 🗑️
1743.js (Deleted) -90 bytes 0 bytes -100.0% 🗑️

Files in ../app/[host]/about/page.js:

  • ./package.json → Total Size: 3.5kB

Files in ../app/api/version/route.js:

  • ./package.json → Total Size: 3.5kB

@duyet duyet merged commit fa745be into main Apr 11, 2025
41 checks passed
@duyet duyet deleted the dependabot/npm_and_yarn/next-15.2.4 branch April 11, 2025 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants