renovate[bot]
e5388690b2
fix(deps): update dependency core-js to v3.47.0
2025-12-10 12:05:24 +05:00
renovate[bot]
f5c5913d3f
chore(deps): update dependency glob to v7.2.3
2025-12-09 20:50:15 +00:00
renovate[bot]
687dae6b21
fix(deps): update dependency tinymce to v5.10.9 ( #587 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 15:26:31 +00:00
renovate[bot]
b812b96d77
fix(deps): update dependency formik to v2.4.9
2025-12-09 14:59:27 +00:00
renovate[bot]
142abd8dd4
fix(deps): update dependency @edx/openedx-atlas to ^0.7.0 ( #815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 14:47:28 +00:00
renovate[bot]
ece4432f58
chore(deps): update dependency @edx/browserslist-config to v1.5.0 ( #747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 14:17:40 +00:00
renovate[bot]
c599046813
chore(deps): update dependency axios to ^0.30.0 ( #780 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 14:13:55 +00:00
Awais Ansari
00440fc15a
chore: update header version to 8 ( #829 )
2025-11-14 15:31:25 +05:00
Feanil Patel
df53c7cff8
build: remove unused @edx/reactifex package ( #813 )
...
* build: remove unused @edx/reactifex package
Remove @edx/reactifex package from devDependencies as it is no longer
needed. Translation extraction functionality has been verified to work
correctly without this dependency.
Co-Authored-By: Claude <noreply@anthropic.com >
* build: Drop the push_translations target.
That work is now done by the openedx-translations repo.
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Adolfo R. Brandes <adolfo@axim.org >
2025-09-26 14:22:10 -03:00
Samuel Allan
3e1c95319a
fix: update frontend-build to fix install issues ( #806 )
...
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
2025-09-05 11:57:49 -06:00
Ahtisham Shahid
28b1b1973b
feat: updated v2 captcha to v3 in post editor ( #803 )
...
* feat: updated v2 captcha to v3 in post editor
* feat: added google captcha v3 for comment
* test: added test cases
* test: added test case to update the post
* test: updated test case for preview node
* test: updated test case for comment error
* test: removed mock file
* fix: removed comments
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@gmail.com >
2025-08-22 16:54:52 +05:00
Ahtisham Shahid
2241575cc0
feat: added captcha to discussion post creation ( #785 )
...
* feat: added captcha to discussion post creation
* feat: added captcha for comment and response
* fix: removed learner check
* test: fixed test cases
* fix: removed comment and added check for empty sitekey
* fix: fixed translation issue
* test: added test cases for recaptcha
* test: should allow posting a comment with CAPTCHA
* test: added submit post test cases
* test: test edge cases for api
* test: added test cases for react-google-recaptcha
* test: added test case for default values for captcha
* fix: removed unused catch
---------
Co-authored-by: sundasnoreen12 <sundasnoreen12@gmail.com >
Co-authored-by: Awais Ansari <awais.ansari63@gmail.com >
2025-07-17 18:55:16 +05:00
Brian Smith
33375a51e0
feat!: add design tokens support ( #777 )
...
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <dcoa@live.com >
2025-06-18 15:45:26 -04:00
Brian Smith
bad12462f5
feat: import FooterSlot from component package instead of slot package ( #765 )
2025-04-24 11:50:49 -04:00
Régis Behmo
60da5eafc4
chore: remove husky 🪓 🐶 ( #761 )
2025-04-09 14:53:26 -04:00
Hunia Fatima
05cf174335
feat: upgrade react to v18 ( #759 )
2025-04-09 10:11:28 -04:00
Brian Smith
ff72dab001
chore(deps): update @openedx dependencies to versions that support React 18 ( #758 )
2025-03-27 16:16:13 -04:00
Brian Smith
79a2fa404b
feat(deps): update header to 5.6.0 ( #741 )
2024-10-22 19:19:10 -04:00
Bilal Qamar
4297a96102
feat: updated frontend-build & frontend-platform major versions ( #626 )
...
* chore: bumped jest to v29
* refactor: updated frontend-build
* refactor: updated package-lock
* feat: updated build and platform major versions, along with edx packages
* refactor: updated package-lock
* refactor: updated package-lock
2024-08-02 16:32:34 +05:00
Brian Smith
50948acfeb
feat: import FooterSlot from frontend-slot-footer package
2024-05-17 09:39:00 -03:00
Awais Ansari
4de1011780
Revert "feat: use frontend-plugin-framework to provide a FooterSlot" ( #700 )
...
This reverts commit d7474782b4 .
2024-05-13 18:16:56 +05:00
Brian Smith
d7474782b4
feat: use frontend-plugin-framework to provide a FooterSlot
2024-05-10 11:21:26 -03:00
Danyal Faheem
c0873df575
fix: render favicon and siteName in title ( #668 )
...
* fix: render favicon and siteName in title
* fix: remove translation files
2024-04-05 16:09:53 +05:00
Brian Smith
1a2068d52f
chore(deps): update paragon and frontend-build to openedx scope
2024-02-28 12:55:13 -03:00
Omar Al-Ithawi
71a18c532e
feat: tutor-mfe compatiblilty for atlas pull ( #660 )
...
- install atlas
- remove `--filter` to pull all languages by default
- use ATLAS_OPTIONS to allow custom `--filter`
- include frontend-platform in `atlas pull`
2024-02-02 16:58:53 -05:00
renovate[bot]
6cacde4367
fix(deps): update dependency yup to v0.32.11 ( #632 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-09 16:55:32 +05:00
renovate[bot]
8015f6c1c0
fix(deps): update dependency classnames to v2.5.1 ( #636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-09 16:47:33 +05:00
renovate[bot]
b5d036a54d
fix(deps): update dependency regenerator-runtime to v0.14.1
2023-12-18 15:05:01 +00:00
renovate[bot]
bc997108ef
chore(deps): update dependency @edx/frontend-build to v13.0.14 ( #628 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 18:33:51 +05:00
renovate[bot]
f31a0e71f3
fix(deps): update dependency formik to v2.4.5 ( #619 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 15:15:42 +05:00
renovate[bot]
9761787c89
fix(deps): update dependency @reduxjs/toolkit to v1.9.7 ( #616 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 12:30:12 +05:00
renovate[bot]
e5a21f4a75
chore(deps): update dependency @edx/frontend-build to v13.0.12 ( #624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 14:16:54 +05:00
renovate[bot]
1d89e9556a
fix(deps): update dependency @edx/frontend-component-footer to v12.6.1 ( #625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 14:11:01 +05:00
Syed Ali Abbas Zaidi
b35632df64
feat: upgrade react router to v6 ( #542 )
...
* feat: upgrade react router to v6
* fix: routing issues
* fix: category route should redirect to all posts
* fix: path error on routes
2023-12-07 18:10:48 +05:00
renovate[bot]
0d5df18ab2
fix(deps): update dependency redux to v4.2.1 ( #621 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 12:21:46 +05:00
renovate[bot]
c61435546d
fix(deps): update dependency regenerator-runtime to v0.14.0 ( #622 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 12:03:29 +05:00
renovate[bot]
df4a3c2a73
chore(deps): update dependency rosie to v2.1.1 ( #605 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 16:15:31 +05:00
renovate[bot]
ac635edcb8
chore(deps): update dependency @edx/frontend-build to v13.0.8 ( #608 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 13:07:44 +05:00
renovate[bot]
c4f7115732
fix(deps): update dependency @edx/frontend-component-footer to v12.6.0 ( #609 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 13:01:08 +05:00
renovate[bot]
5cc8ba43fe
fix(deps): update dependency @edx/frontend-component-header to v4.10.1 ( #610 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 12:51:30 +05:00
renovate[bot]
68505821bb
fix(deps): update dependency @edx/paragon to v20.46.3 ( #611 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 11:51:58 +05:00
renovate[bot]
352fa0eacf
chore(deps): update dependency @edx/frontend-build to v13.0.5 ( #604 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 14:45:32 +05:00
renovate[bot]
6d90da7aa2
chore(deps): update dependency @testing-library/jest-dom to v5.17.0 ( #588 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-08 00:04:27 +05:00
renovate[bot]
7d7221b144
fix(deps): update dependency @edx/frontend-component-footer to v12.5.1 ( #590 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 18:30:33 +05:00
renovate[bot]
7cd93bd8d2
fix(deps): update dependency @edx/frontend-component-header to v4.9.1 ( #594 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 18:15:15 +05:00
renovate[bot]
46ddd6d885
chore(deps): update dependency @edx/reactifex to v1.1.0 ( #580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-03 14:41:08 +05:00
renovate[bot]
5bd15655f6
chore(deps): update dependency axios-mock-adapter to v1.22.0 ( #589 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-03 14:27:33 +05:00
Muhammad Abdullah Waheed
27f73e3c23
feat: babel-plugin-react-intl to babel-plugin-formatjs migration ( #572 )
2023-11-01 12:02:57 +05:00
Feanil Patel
3a6a783f21
chore: Update to the new version of brand-openedx in the new scope. ( #585 )
...
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 15:59:01 -04:00
renovate[bot]
69e0689ab9
fix(deps): update dependency @edx/frontend-platform to v4.6.3 ( #566 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 16:18:23 +05:00