Skip to content

chore: upgrade Next.js - #316

Merged
PaiJi merged 2 commits into
mainfrom
feat/add-furrygala-sponsor-banner
Aug 16, 2026
Merged

chore: upgrade Next.js#316
PaiJi merged 2 commits into
mainfrom
feat/add-furrygala-sponsor-banner

Conversation

@PaiJi

@PaiJi PaiJi commented Aug 16, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • 新功能
    • 赞助商横幅新增 FurryGala 2026 青岛活动轮播内容,支持跳转及点击统计。
  • 内容调整
    • 移除原有赞助项的“推荐”标签。
  • 维护
    • 更新运行时、构建工具、React/Next.js、类型定义及代码格式化相关依赖版本。

@cursor

cursor Bot commented Aug 16, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@PaiJi
PaiJi deployed to Develop August 16, 2026 16:26 — with GitHub Actions Active
@PaiJi
PaiJi merged commit 6806206 into main Aug 16, 2026
5 of 6 checks passed
@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e38efb94-bd4f-4197-b6b4-b1270a08fee6

📥 Commits

Reviewing files that changed from the base of the PR and between 4f2ce0b and 3202adb.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • package.json
  • src/components/SponsorBanner/index.tsx

📝 Walkthrough

Walkthrough

本次变更升级多项项目依赖,并在 SponsorBanner 中新增 FurryGala 2026 青岛活动轮播项及点击埋点,同时移除原赞助项的“推荐”标签。

Changes

依赖版本更新

Layer / File(s) Summary
运行时与工具依赖版本升级
package.json
升级 Next.js、Sentry、Axios、React、类型定义、react-i18next、Prettier 等依赖版本。依赖名称和配置结构未改变。

赞助横幅内容更新

Layer / File(s) Summary
新增 FurryGala 赞助轮播项
src/components/SponsorBanner/index.tsx
新增 FurryGala 2026 青岛活动的链接、点击埋点、横幅图片和替代文本,并移除原赞助项的“推荐”标签。

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Poem

小兔挥爪看版本,
React、Next 一起跳。
FurryGala 登上横幅,
青岛活动链接好。
点击埋点随风跑。

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-furrygala-sponsor-banner

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@PaiJi
PaiJi deleted the feat/add-furrygala-sponsor-banner branch August 16, 2026 16:26
@PaiJi
PaiJi deployed to Develop August 16, 2026 16:29 — with GitHub Actions Active
@PaiJi
PaiJi deployed to Develop August 16, 2026 16:29 — with GitHub Actions Active
@github-actions

Copy link
Copy Markdown

📦 Next.js Bundle Analysis for furrycons-site

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 343.83 KB (🟡 +2.09 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Seven Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/ 22.53 KB 366.36 KB 104.67% (🟡 +0.06%)
/404 873 B 344.68 KB 98.48% (+/- <0.01%)
/[organization]/[slug] 45.03 KB 388.86 KB 111.10% (+/- <0.01%)
/_error 2.49 KB 346.32 KB 98.95% (+/- <0.01%)
/city/[code] 1.68 KB 345.51 KB 98.72% (+/- <0.01%)
/organization 3.93 KB 347.76 KB 99.36% (🟡 +0.02%)
/years 5.03 KB 348.86 KB 99.67% (🟡 +0.02%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant