Muhammad Anas
bc4abcdeef
chore: update frontend-component-header to v8 ( #468 )
2025-11-03 16:38:29 -05:00
Feanil Patel
c564150cb5
build: remove unused reactifex packages
...
Remove reactifex and @edx/reactifex packages from devDependencies as they are no longer
needed. Translation extraction functionality has been verified to work
correctly without these dependencies.
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-25 11:02:18 -04:00
Samuel Allan
266589bca6
chore(deps): update frontend-build to fix install issues ( #464 )
...
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
https://github.com/openedx/frontend-build/issues/664 and
https://github.com/openedx/frontend-build/pull/665 for more information.
The frontend-build dependency was updated by:
```
npm install --package-lock-only @openedx/frontend-build
```
Private-ref: https://tasks.opencraft.com/browse/BB-9953
Co-authored-by: Braden MacDonald <mail@bradenm.com >
2025-09-05 17:34:04 +00:00
Diana Villalvazo
a579455e58
test: Remove unwanted mocks, unmocks and deprecate react-unit-test-utils package ( #465 )
...
* test: remove last snapshot
* test: remove unwanted mocks, remove unmocks, refactor renderWithIntl
* test: refactor renderWithIntl with small improvements
* test: remove react-unit-test-utils
* test: change fireEvent for userEvent
2025-09-05 12:34:28 -04:00
Brian Smith
715cc60c1c
feat!: add design tokens support ( #441 )
...
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
2025-06-18 16:05:04 -04:00
Brian Smith
4825c3d68c
feat: import FooterSlot from component package instead of slot package ( #414 )
2025-04-24 12:33:01 -04:00
Brian Smith
d03e7c40d8
feat: upgrade to react 18 ( #406 )
2025-04-09 15:22:36 -04:00
Régis Behmo
5a7063c123
chore: remove husky 🪓 🐶 ( #405 )
2025-04-09 13:56:30 +00:00
Brian Smith
5c5ff1190b
chore(deps): update @openedx dependencies to versions that support React 18 ( #399 )
2025-03-27 16:17:00 -04:00
Emad Rad
6527f505f1
chore: npm publish action removed ( #366 )
...
We don't push MFEs to the npm registry.
Achieves part of https://github.com/openedx/public-engineering/issues/284
2024-12-18 13:48:18 -05:00
milad-emami
400950cff8
feat: update react-pdf to v7 and fix worker configuration
2024-12-18 13:25:38 +03:30
Adolfo R. Brandes
5283e7c7c6
fix: Use browserslist-config
...
We were installing browserslist-config but not declaring it. This had
the effect that webpack - and likely others - were not using it.
2024-12-06 10:54:46 -03:00
milad-emami
212014fed9
chore: update redux-devtools-extension to @redux-devtools/extension@3.0.0
2024-11-25 12:14:34 +03:30
milad-emami
9600301a62
chore(deps): update dependency redux-mock-store to 1.5.5
...
Updates redux-mock-store to version 1.5.5 in both package.json and package-lock.json to ensure dependency consistency
2024-11-25 12:08:07 +03:30
Brian Smith
91e33748ab
feat(deps): update header to 5.6.0 ( #363 )
2024-10-22 19:19:55 -04:00
Bilal Qamar
20dc736278
refactor: installed jest-environment-jsdom package, updated package-lock
2024-06-03 16:08:02 +05:00
Bilal Qamar
d72beeb2d4
Merge branch 'master' of github.com:openedx/frontend-app-ora-grading into bilalqamar95/jest-v29-upgrade
2024-06-03 16:06:23 +05:00
Brian Smith
64b57df976
feat: use frontend-plugin-framework to provide a FooterSlot
2024-05-23 11:28:25 -03:00
Bilal Qamar
650d708a1c
refactor: major version upgrade for react-unit-test-utils
2024-05-16 16:04:13 +05:00
Bilal Qamar
b23effdb7f
feat: updated frontend-build & frontend-platform major versions
2024-04-24 13:54:40 +05:00
Bilal Qamar
a67f201f4d
feat: updated frontend-build major version, bumps jest to v29
2024-04-15 15:43:48 +05:00
Mashal Malik
f67ffdd480
refactor: replace @edx/paragon and @edx/frontend-build ( #294 )
...
* refactor: replace @edx/paragon and @edx/frontend-build
* refactor: updated edx packages
* fix: fixed failing test cases by remmoving paragon mock
* fix: updated lock file to fix build issues
---------
Co-authored-by: mashal-m <mashal.malik@arbisoft.com >
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
Co-authored-by: Muhammad Abdullah Waheed <abdullah.waheed@arbisoft.com >
2024-02-28 13:04:23 -03:00
renovate[bot]
836df49829
fix(deps): update dependency axios to ^0.28.0 [security]
2024-02-21 22:18:09 -05:00
Syed Ali Abbas Zaidi
5bed90b659
feat: migrate enzyme to edx/react-unit-test-utils ( #295 )
...
* feat: migrate enzyme to edx/react-unit-test-utils
* refactor: remove shallowWrapper usage
* refactor: remove unnecessary _instance usage
2024-02-10 00:35:02 +05:00
Abdullah Waheed
df7a189bcd
fix: upgraded frontend-build to fix security issue
2024-02-08 14:43:21 -05:00
Abdullah Waheed
3bb3d90f3a
feat: babel-plugin-react-intl to babel-plugin-formatjs migration
2024-02-08 14:43:19 -05:00
Omar Al-Ithawi
4a708da50c
feat: tutor-mfe compatiblilty for atlas pull ( #312 )
...
- install atlas
- remove `--filter` to pull all languages by default
- use ATLAS_OPTIONS to allow custom `--filter`
- include frontend-platform in `atlas pull`
Refs: FC-0012 OEP-58
2024-02-05 16:58:28 -05:00
renovate[bot]
a9771fbf49
chore(deps): update dependency @testing-library/jest-dom to v6
2024-01-26 07:48:36 -05:00
renovate[bot]
8f58b72919
fix(deps): update react-router monorepo to v6.21.3
2024-01-26 05:59:50 -05:00
renovate[bot]
204586e79b
fix(deps): update dependency @edx/frontend-component-header to v4.11.1
2024-01-25 20:25:00 -05:00
renovate[bot]
31be6daac3
fix(deps): update dependency @edx/frontend-component-footer to v12.7.1
2024-01-25 17:43:59 -05:00
renovate[bot]
77b4f9b47e
fix(deps): update dependency core-js to v3.35.1
2024-01-25 01:25:50 -05:00
renovate[bot]
a6436997bb
fix(deps): update dependency core-js to v3.33.1
2023-10-23 15:16:43 -04:00
renovate[bot]
7959a39267
fix(deps): update react-router monorepo to v6.17.0
2023-10-23 13:51:41 -04:00
Feanil Patel
3a1dbfdee5
chore: Update to the new version of brand-openedx in the new scope. ( #277 )
...
Part of https://github.com/openedx/axim-engineering/issues/23
This updates the `@edx/brand` alias to point to the `brand-openedx` package at
the `openedx` scope. This does not impact imports because this package is used
via an alias.
2023-10-20 17:26:09 -04:00
renovate[bot]
9b326f1ee8
fix(deps): update dependency core-js to v3.33.0
2023-10-19 03:14:33 -04:00
renovate[bot]
25389ff296
fix(deps): update dependency @edx/frontend-component-header to v4.8.0
2023-10-18 20:59:19 -04:00
renovate[bot]
80f782b87f
fix(deps): update dependency @edx/frontend-component-footer to v12.5.0
2023-10-18 18:57:41 -04:00
renovate[bot]
264bed987e
chore(deps): update dependency jest to v29.7.0
2023-10-18 11:37:15 -04:00
Syed Ali Abbas Zaidi
b8f43b92a1
feat: upgrade react router to v6 ( #174 )
...
Co-authored-by: Matthew Carter <mcarter@edx.org >
2023-10-18 11:33:42 -04:00
renovate[bot]
f6d8c324d9
fix(deps): update dependency @edx/frontend-platform to v4.6.3
2023-10-17 17:42:46 -04:00
Illia Shestakov
cc11ce0f81
fix(deps): replace edx.org brand dependency with openedx brand ( #199 )
2023-10-10 10:48:33 -04:00
renovate[bot]
358263de3c
fix(deps): update dependency regenerator-runtime to ^0.14.0
2023-09-05 11:35:20 -04:00
renovate[bot]
dc7fc94ab5
fix(deps): update dependency core-js to v3.32.1
2023-09-05 10:29:35 -04:00
renovate[bot]
b643afd1b8
fix(deps): update dependency @edx/frontend-component-header to v4.6.0
2023-09-05 05:30:04 -04:00
renovate[bot]
5ac1868d30
fix(deps): update dependency @edx/frontend-component-footer to v12.2.1
2023-09-05 03:35:52 -04:00
renovate[bot]
19e2f35522
fix(deps): update dependency @edx/frontend-platform to v4.6.1
2023-09-04 14:25:59 -04:00
renovate[bot]
d24ab3358b
chore(deps): update dependency jest to v29.6.4
2023-09-04 12:18:38 -04:00
Bilal Qamar
b7b94531aa
feat: update react & react-dom to v17 ( #190 )
...
* feat: update react & react-dom to v17
* build: update pkgs
* fix: fix lint issue
* build: update paragon
* refactor: updated edx packages
* build: update -react-redux
* refactor: updated package-lock
* refactor: updated package-lock
* refactor: updated package-lock
---------
Co-authored-by: mashal-m <mashal.malik@arbisoft.com >
Co-authored-by: Mashal Malik <107556986+Mashal-m@users.noreply.github.com >
2023-08-28 10:36:11 -04:00
leangseu-edx
78ada8ce34
chore: disable cycle dependency error for eslint ( #227 )
...
* chore: disable cycle dependency error for eslint
* chore: remove done from async function
* chore: downgrade @testing-library/react to 12 for react@16 support
* fix: update integration test selection and waiting
---------
Co-authored-by: Ben Warzeski <bwarzesk@gmail.com >
2023-07-17 11:17:58 -04:00