Skip to content
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

Develop #945

Merged
merged 54 commits into from
Jun 30, 2024
Merged

Develop #945

merged 54 commits into from
Jun 30, 2024

Conversation

hiro0218
Copy link
Owner

No description provided.

Copy link

vercel bot commented Jun 15, 2024

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

Name Status Preview Updated (UTC)
b-0218-jp ✅ Ready (Inspect) Visit Preview Jun 30, 2024 2:18pm

Copy link
Contributor

github-actions bot commented Jun 15, 2024

dependency-cruiser 禁断の依存性チェック - 検索結果

概要

34 modules    45 dependencies    0 errors    0 warnings    0 informational    0 ignored

違反は見つかりませんでした。


変更されたファイルの依存関係を可視化します。
flowchart LR

subgraph 0["src"]
subgraph 1["build"]
subgraph 2["article"]
3["index.ts"]
4["markdownToHtmlString.ts"]
subgraph 5["rehype0218"]
6["index.ts"]
end
end
end
subgraph 7["components"]
subgraph 8["Feature"]
subgraph 9["PostSection"]
A["index.tsx"]
end
end
subgraph B["UI"]
subgraph C["Layout"]
D["index.ts"]
E["Cluster.tsx"]
K["Grid.tsx"]
L["Sidebar.tsx"]
N["Stack.tsx"]
end
subgraph O["LinkCard"]
P["index.tsx"]
end
subgraph Q["Date"]
R["index.tsx"]
end
subgraph S["Tag"]
T["index.tsx"]
end
end
end
subgraph F["ui"]
subgraph G["styled"]
subgraph H["CssBaseline"]
subgraph I["Settings"]
J["Space.ts"]
end
subgraph 1P["Elements"]
1Q["index.ts"]
end
end
1R["iconSets.tsx"]
end
M["mixin.ts"]
subgraph 12["icons"]
13["index.ts"]
1I["ChatBubbleLeft.tsx"]
1J["type.ts"]
1K["ExclamationCircle.tsx"]
1L["ExclamationTriangle.tsx"]
1M["Hatenabookmark.tsx"]
1N["InformationCircle.tsx"]
1O["LightBulb.tsx"]
end
end
subgraph U["pages"]
subgraph V["_components"]
subgraph W["home"]
X["index.ts"]
subgraph Y["Hero"]
Z["index.tsx"]
end
subgraph 10["LinkMore"]
11["index.tsx"]
end
end
end
subgraph 14["[post]"]
subgraph 15["_components"]
subgraph 16["Content"]
subgraph 17["style"]
18["GfmAlert.tsx"]
19["Heading.ts"]
1A["index.tsx"]
1B["LinkPreview.ts"]
end
end
subgraph 1C["Note"]
1D["index.tsx"]
end
end
end
subgraph 1E["archive"]
1F["index.page.tsx"]
end
subgraph 1G["popular"]
1H["index.page.tsx"]
end
end
end
3-->4
4-->6
A-->D
A-->P
A-->X
D-->E
D-->K
D-->L
D-->N
E-->J
K-->J
K-->J
L-->M
L-->J
N-->J
N-->J
P-->R
P-->T
P-->M
R-->D
X-->Z
X-->11
Z-->D
11-->13
18-->13
19-->J
1A-->18
1A-->19
1A-->1B
1A-->M
1B-->M
1D-->D
1D-->13
1F-->D
1F-->P
1H-->D
1H-->P
1I-->1J
1K-->1J
1L-->1J
1M-->1J
1N-->1J
1O-->1J
1Q-->1R
1R-->13

style 3 fill:lime,color:black
style 6 fill:lime,color:black
style A fill:lime,color:black
style J fill:lime,color:black
style K fill:lime,color:black
style M fill:lime,color:black
style N fill:lime,color:black
style P fill:lime,color:black
style T fill:lime,color:black
style 13 fill:lime,color:black
style 1F fill:lime,color:black
style 1H fill:lime,color:black
style 1I fill:lime,color:black
style 1J fill:lime,color:black
style 1K fill:lime,color:black
style 1L fill:lime,color:black
style 1M fill:lime,color:black
style 1N fill:lime,color:black
style 1O fill:lime,color:black
style 1Q fill:lime,color:black
style 1R fill:lime,color:black
Loading

Copy link
Contributor

github-actions bot commented Jun 15, 2024

📦 Next.js Bundle Analysis for b.0218.jp

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 133.04 KB (🟡 +986 B)
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!

Nine 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)
/ 38.22 KB 171.26 KB 48.93% (🟡 +0.03%)
/404 1.16 KB 134.2 KB 38.34% (🟡 +0.01%)
/[post] 14.2 KB 147.23 KB 42.07% (+/- <0.01%)
/about 44.2 KB 177.24 KB 50.64% (🟡 +0.01%)
/archive 36.43 KB 169.47 KB 48.42% (🟡 +0.01%)
/popular 36.24 KB 169.28 KB 48.36% (🟡 +0.02%)
/privacy 44.19 KB 177.23 KB 50.64% (🟡 +0.01%)
/tags 35.89 KB 168.93 KB 48.27% (🟡 +0.02%)
/tags/[slug] 3.66 KB 136.7 KB 39.06% (+/- <0.01%)
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.

[Automated] Update NPM dependencies
[Automated] Update NPM dependencies
[Automated] Update NPM dependencies
@hiro0218 hiro0218 merged commit 81c84c8 into master Jun 30, 2024
8 checks passed
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.

None yet

1 participant