openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 62 forks source link

feat: babel-plugin-react-intl to babel-plugin-formatjs migration #572

Closed abdullahwaheed closed 10 months ago

abdullahwaheed commented 11 months ago

Upgraded to fronted-build v13 which migrates deprecated babel-plugin-react-intl to babel-plugin-formatjs. Changed i18n_extract script in package.json accordingly

Epic Link

Migrate off babel-plugin-react-intl in favor of babel-plugin-formatjs

How Has This Been Tested?

Compared src/i18n/transifex_input.json file before and after change

Screenshots/sandbox (optional):

Include a link to the sandbox for design changes or screenshot for before and after. Remove this section if it's not applicable.

Before After

Merge Checklist

Post-merge Checklist

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1cb8ad3) 92.32% compared to head (c253319) 92.32%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #572 +/- ## ======================================= Coverage 92.32% 92.32% ======================================= Files 169 169 Lines 3451 3451 Branches 899 899 ======================================= Hits 3186 3186 Misses 244 244 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.