-
Notifications
You must be signed in to change notification settings - Fork 350
ci: add next components to bundle check #3174
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit abada09)Here are some key observations to aid the review process:
|
|
📦 Bundle Size Analysis ✅ No bundle size changes detected. Unchanged Components
📊 Summary:
|
| text = "", | ||
| value = "", | ||
| name = "", | ||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed a change in the core/src folder to trigger the action, and this comment is already described in the props descriptions (JSDoc) above
| @@ -1,2 +1,3 @@ | |||
| export * from "./AttentionBox"; | |||
| export * from "./Dropdown"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not in the same folder? How did it work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is actually 😛
User description
https://monday.monday.com/boards/3532714909/pulses/18335286394
PR Type
Enhancement, Tests
Description
Add next components to bundle size check pipeline
Fix JSON regex pattern for accurate content extraction
Improve bundle comparison display for next components
Clean up JSDoc comments in RadioButton component
Diagram Walkthrough
File Walkthrough
next.ts
Reorganize next components exportspackages/core/src/components/next.ts
index.ts
Add Modal to next exportspackages/core/src/components/next/index.ts
generate-size-limit-config.js
Add next components to size limit configscripts/bundle-check/generate-size-limit-config.js
compare-bundles.js
Improve bundle comparison for next componentsscripts/bundle-check/compare-bundles.js
RadioButton.tsx
Remove JSDoc comments from RadioButtonpackages/core/src/components/RadioButton/RadioButton.tsx