-
Notifications
You must be signed in to change notification settings - Fork 0
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
enable useSortedClasses #140
Merged
Merged
+51
−61
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dependency-cruiser reportvisualize dependenices of changed files. flowchart LR
subgraph 0["apps"]
subgraph 1["web"]
subgraph 2["app"]
subgraph 3["_components"]
4["Footer.tsx"]
5["Icons.tsx"]
9["index.ts"]
C["SocialLink.tsx"]
end
subgraph 6["_features"]
subgraph 7["articles"]
8["Tag.tsx"]
N["constants.ts"]
W["index.ts"]
X["ArticleListItem.tsx"]
end
subgraph O["colorMode"]
P["ColorModeToggle.tsx"]
Y["index.ts"]
end
subgraph Q["richLinkCard"]
R["RichLinkCard.tsx"]
S["getOGP.ts"]
10["index.ts"]
end
subgraph T["share"]
U["Share.tsx"]
end
V["index.ts"]
Z["Header.tsx"]
end
subgraph A["_utils"]
B["index.ts"]
end
subgraph 11["articles"]
12["page.tsx"]
end
subgraph 13["dev"]
subgraph 14["testing-markdown-renderer"]
15["page.tsx"]
end
end
16["page.tsx"]
end
end
end
subgraph D["node_modules"]
subgraph E[".pnpm"]
subgraph F["next@14.0.4_@opentelemetry+api@1.7.0_react-dom@18.2.0_react@18.2.0"]
subgraph G["node_modules"]
subgraph H["next"]
I["navigation.js"]
end
end
end
subgraph J["react@18.2.0"]
subgraph K["node_modules"]
subgraph L["react"]
M["index.js"]
end
end
end
end
end
subgraph 17["packages"]
subgraph 18["eslint-config"]
subgraph 19["src"]
1A["base.cjs"]
end
end
end
8-->9
8-->N
9-->4
9-->5
9-->C
C-->5
P-->9
R-->9
R-->S
R-->M
U-->M
V-->W
V-->Y
V-->Z
W-->N
W-->8
X-->9
X-->B
X-->8
Y-->P
Z-->9
Z-->5
Z-->Y
10-->R
12-->9
12-->W
15-->V
15-->B
15-->I
16-->9
16-->B
style 4 fill:lime,color:black
style 5 fill:lime,color:black
style 8 fill:lime,color:black
style P fill:lime,color:black
style R fill:lime,color:black
style U fill:lime,color:black
style 12 fill:lime,color:black
style 15 fill:lime,color:black
style 16 fill:lime,color:black
style 1A fill:lime,color:black
Report generated by dependency-cruiser report action 46a729a working directory: execute command
|
📦 Next.js Bundle Analysis for webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
all done 👍🏻
ref: biomejs/biome#1274