Skip to content

Conversation

@avivkeller
Copy link
Member

Signed-off-by: Aviv Keller <me@aviv.sh>
Copilot AI review requested due to automatic review settings June 2, 2025 00:19
@avivkeller avivkeller requested a review from a team as a code owner June 2, 2025 00:19
@vercel
Copy link

vercel bot commented Jun 2, 2025

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

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview Jun 2, 2025 0:20am

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the '@heroicons/react' package from the optimizedPackageImports array as Next.js already optimizes it internally.

  • Removed '@heroicons/react' from the optimizedPackageImports
  • Updated apps/site/next.config.mjs accordingly

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.46%. Comparing base (c11af00) to head (9670246).
Report is 13 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7825      +/-   ##
==========================================
- Coverage   75.48%   75.46%   -0.03%     
==========================================
  Files         101      101              
  Lines        8309     8309              
  Branches      218      218              
==========================================
- Hits         6272     6270       -2     
- Misses       2035     2037       +2     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MattIPv4
Copy link
Member

MattIPv4 commented Jun 2, 2025

Thoughts on using smth like https://github.com/hashicorp/nextjs-bundle-analysis so that we'd have empirical data (easily accessed, I realise we can run local analysis w/ foam tree) to confirm a change like this hasn't changed the bundle drastically?

@bjohansebas bjohansebas added the github_actions:pull-request Trigger Pull Request Checks label Jun 2, 2025
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Jun 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2025

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟠 81 🟢 100 🟢 100 🟢 91 🔗
/en/about 🟢 100 🟢 100 🟢 100 🟠 82 🔗
/en/about/previous-releases 🟢 100 🟢 100 🟢 100 🟠 83 🔗
/en/download 🟢 98 🟢 100 🟢 100 🟢 91 🔗
/en/blog 🟢 100 🟢 100 🟢 96 🟢 92 🔗

@ovflowd
Copy link
Member

ovflowd commented Jun 2, 2025

Thoughts on using smth like https://github.com/hashicorp/nextjs-bundle-analysis so that we'd have empirical data (easily accessed, I realise we can run local analysis w/ foam tree) to confirm a change like this hasn't changed the bundle drastically?

We had that in the past, but needs to be added within the next.js config file... And it slows down builds enormously...

@avivkeller avivkeller added this pull request to the merge queue Jun 3, 2025
Merged via the queue into main with commit 82142e7 Jun 3, 2025
15 checks passed
@avivkeller avivkeller deleted the chore/nitpick-heroicons branch June 3, 2025 16:39
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.

6 participants