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

feat: add material symbols #3045

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brian-smith-tcril
Copy link
Contributor

  • Update from @material-icons/svg to @material-design-icons/svg
  • Add @material-symbols/svg-400

Description

Include a description of your changes here, along with a link to any relevant Jira tickets and/or Github issues.

Deploy Preview

Include a direct link to your changes in this PR's deploy preview here (e.g., a specific component page).

Merge Checklist

  • If your update includes visual changes, have they been reviewed by a designer? Send them a link to the Netlify deploy preview, if applicable.
  • Does your change adhere to the documented style conventions?
  • Do any prop types have missing descriptions in the Props API tables in the documentation site (check deploy preview)?
  • Were your changes tested using all available themes (see theme switcher in the header of the deploy preview, under the "Settings" icon)?
  • Were your changes tested in the example app?
  • Is there adequate test coverage for your changes?
  • Consider whether this change needs to reviewed/QA'ed for accessibility (a11y). If so, please request an a11y review for the PR in the #wg-paragon Open edX Slack channel.

Post-merge Checklist

  • Verify your changes were released to NPM at the expected version.
  • If you'd like, share your contribution in #show-and-tell.
  • 🎉 🙌 Celebrate! Thanks for your contribution.

* Update from `@material-icons/svg` to `@material-design-icons/svg`
* Add `@material-symbols/svg-400`
Copy link

netlify bot commented May 9, 2024

Deploy Preview for paragon-openedx failed.

Built without sensitive environment variables

Name Link
🔨 Latest commit 1314c44
🔍 Latest deploy log https://app.netlify.com/sites/paragon-openedx/deploys/663d039f6c8023000896a1b7

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.18%. Comparing base (9993fb3) to head (1314c44).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3045   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files         249      249           
  Lines        4342     4342           
  Branches     1000     1034   +34     
=======================================
  Hits         4046     4046           
+ Misses        293      292    -1     
- Partials        3        4    +1     

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

@brian-smith-tcril
Copy link
Contributor Author

When running npm start locally I encountered this issue

⠹ Building development bundle

<--- Last few GCs --->

[647145:0x6026c50]   136650 ms: Scavenge 4065.4 (4115.4) -> 4062.7 (4116.1) MB, 4.5 / 0.0 ms  (average mu = 0.331, current mu = 0.337) allocation failure; 
[647145:0x6026c50]   136669 ms: Scavenge 4065.9 (4116.1) -> 4063.3 (4116.9) MB, 4.5 / 0.0 ms  (average mu = 0.331, current mu = 0.337) allocation failure; 
[647145:0x6026c50]   136688 ms: Scavenge 4066.5 (4117.1) -> 4063.8 (4117.1) MB, 4.6 / 0.0 ms  (average mu = 0.331, current mu = 0.337) allocation failure; 


<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 0xb9a330 node::Abort() [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 2: 0xaa07ee  [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 3: 0xd71ed0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 4: 0xd72277 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 5: 0xf4f635  [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 6: 0xf50538 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 7: 0xf60a33  [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 8: 0xf618a8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
 9: 0xf64a75 v8::internal::Heap::HandleGCRequest() [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
10: 0xee2bdf v8::internal::StackGuard::HandleInterrupts() [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
11: 0x12e3335 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
12: 0x1710739  [/home/bsmith/.nvm/versions/node/v18.20.2/bin/node]
Aborted
npm ERR! Lifecycle script `develop` failed with error: 
npm ERR! Error: command failed 
npm ERR!   in workspace: paragon-pattern-library-documentation@1.0.0 
npm ERR!   at location: /home/bsmith/code/paragon/www 
npm ERR! Lifecycle script `start` failed with error: 
npm ERR! Error: command failed 
npm ERR!   in workspace: paragon-pattern-library-documentation@1.0.0 
npm ERR!   at location: /home/bsmith/code/paragon/www 

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