edX requirements bot
20eb6b9de3
chore: update browserslist DB ( #1277 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-10-06 00:14:55 +00:00
Feanil Patel
b43f088f9f
Merge pull request #1274 from openedx/feanil/remove-reactifex-packages
...
build: remove unused reactifex packages
2025-09-29 10:54:51 -04:00
renovate[bot]
5f4d620b1e
chore(deps): update dependency @openedx/paragon to v23.14.3 ( #1275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 14:52:29 +00:00
Feanil Patel
a7ef931ef5
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-29 10:49:42 -04:00
Feanil Patel
1ac78e2752
Merge pull request #1267 from raccoongang/Artur_Filippovskii/node24-upgrade-3
...
test: Remove support for Node 20
2025-09-29 10:48:19 -04:00
artur.filippovskii
2867ea653b
test: Remove support for Node 20
2025-09-29 09:53:49 +03:00
artur.filippovskii
3f71adec02
build: Upgrade to Node 24
2025-09-26 11:56:19 -03:00
artur.filippovskii
e33573e503
test: Add Node 24 to CI matrix
2025-09-26 09:50:36 -03:00
renovate[bot]
1b2b34e0e4
chore(deps): update dependency @testing-library/jest-dom to v6.8.0 ( #1273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 05:36:18 +00:00
renovate[bot]
5f34256118
fix(deps): update dependency core-js to v3.45.1 ( #1272 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 05:35:47 +00:00
edX requirements bot
d9ab9a9c4c
chore: update browserslist DB ( #1271 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-09-22 00:16:14 +00:00
renovate[bot]
29979a57e1
fix(deps): update dependency @edx/frontend-platform to v8.5.1 ( #1269 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-15 04:35:36 +00:00
renovate[bot]
97144ba002
fix(deps): update dependency @edx/frontend-component-footer to v14.9.2 ( #1268 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-15 04:35:17 +00:00
renovate[bot]
10bb6e1b3e
fix(deps): update dependency @edx/frontend-component-header to v6.6.1 ( #1265 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 04:51:26 +00:00
renovate[bot]
4a37b68550
fix(deps): update dependency @edx/frontend-component-footer to v14.9.1 ( #1264 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 04:51:02 +00:00
edX requirements bot
f50c77e051
chore: update browserslist DB ( #1263 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-09-08 00:15:47 +00:00
Samuel Allan
67c3ce6402
fix: update frontend-build to fix install issues ( #1260 )
...
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-04 08:47:08 -06:00
edX requirements bot
3a7a443d5b
chore: update browserslist DB ( #1259 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-09-01 00:17:47 +00:00
renovate[bot]
7c7e472fb2
fix(deps): update dependency @openedx/paragon to v23.14.2 ( #1258 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 05:07:17 +00:00
renovate[bot]
c74c62f5a0
fix(deps): update dependency @fortawesome/react-fontawesome to v0.2.6 ( #1257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 05:07:05 +00:00
edX requirements bot
8e1c4f06c4
chore: update browserslist DB ( #1256 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-08-25 00:16:16 +00:00
Simone Saturno
d2ed3e54ee
refactor: replaced injectIntl with useIntl ( #1239 )
...
* refactor: replaced injectIntl with useIntl
* test: update tests for useIntl hook implementation
* fix: add missing trailing comma
* test: fix failing component tests and remove deprecated defaultProps
- Fix SwitchContent component defaultProps warning with default parameters
- Fix Visibility component formatMessage errors and remove defaultProps
- Fix FormControls component intl provider issues with useIntl mock
- Fix EditButton component defaultProps and message formatting
- Update EditableItemHeader, EmptyContent components
- Replace React defaultProps with ES6 default parameters across components
- Update test mocking to properly handle useIntl hook
- All 82 tests now pass (previously 4 failed, 78 passed)
Resolves React deprecation warnings and modernizes component patterns.
* fix: add missing trailing comma
2025-08-18 10:00:13 -04:00
edX requirements bot
c73d1f96a0
chore: update browserslist DB ( #1255 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-08-18 00:17:07 +00:00
Brayan Cerón
8b88de618d
feat: add slot to extend the profile fields ( #1211 )
...
* feat: add extended profile fields functionality with context and form components
* refactor: replace string literals with FORM_MODE constants in profile fields components
* feat: implement BaseField component and refactor field elements to use it
* chore: remove unused webpack development configuration file
* feat: refactor extended profile fields implementation and remove unused components
* feat: update dependencies for frontend-plugin-framework and remove unused dompurify
* refactor: simplify pluginProps structure in ExtendedProfileFieldsSlot component
* feat: add README and example images for Extended Profile Fields slot
* refactor: improve performance & keep consistency
* feat: add Additional Profile Fields slot with example implementation and documentation
* feat: update custom fields image for Additional Profile Fields slot
* fix: reorder import of AdditionalProfileFieldsSlot for consistency
* test: fix snapshot
* fix: adjust margin in example to avoid oddities on mobile
* fix: remove unnecessary empty divs from ProfilePage snapshots
2025-08-13 15:25:45 -04:00
ayesha waris
872fa4c917
test: added test cases to improve test coverage ( #1254 )
...
Co-authored-by: Ayesha Waris <ayesha.waris@192.168 .1.75>
2025-08-13 15:21:09 +05:00
renovate[bot]
cdf19f4ba5
fix(deps): update dependency core-js to v3.45.0 ( #1253 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 05:22:00 +00:00
renovate[bot]
67af9d0f8d
fix(deps): update dependency @edx/frontend-platform to v8.5.0 ( #1252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 05:21:51 +00:00
edX requirements bot
7ac0e21741
chore: update browserslist DB ( #1251 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-08-11 00:17:23 +00:00
Eemaan Amir
25a0f08850
fix: fixed styling of buttons ( #1250 )
...
* fix: fixed styling of buttons
* test: updated test snapshots
2025-08-07 16:17:55 +05:00
renovate[bot]
cb0af0df7b
fix(deps): update dependency @openedx/paragon to v23.14.1 ( #1248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 05:43:14 +00:00
renovate[bot]
23f8b5a58c
fix(deps): update dependency @edx/frontend-component-header to v6.6.0 ( #1249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 05:42:43 +00:00
edX requirements bot
ea50a3ec10
chore: update browserslist DB ( #1247 )
...
Co-authored-by: jsnwesson <62807795+jsnwesson@users.noreply.github.com >
2025-08-04 00:17:53 +00:00
Kyle McCormick
31a0e43a92
chore: Delete CODEOWNERS ( #1245 )
...
See: https://github.com/openedx/axim-engineering/issues/1511
2025-07-31 16:18:14 -04:00
renovate[bot]
927fb56c8b
fix(deps): update dependency @fortawesome/react-fontawesome to v0.2.3 ( #1244 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 06:50:28 +00:00
renovate[bot]
1f88d5752f
chore(deps): update dependency @testing-library/jest-dom to v6.6.4 ( #1243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-28 06:50:07 +00:00
renovate[bot]
58e14019dc
fix(deps): update dependency core-js to v3.44.0 ( #1237 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 07:13:53 +00:00
renovate[bot]
e373c7da75
fix(deps): update dependency @edx/frontend-component-header to v6.4.2 ( #1236 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 07:13:40 +00:00
Eemaan Amir
2b3857d922
fix: added country code list to profilePage state ( #1235 )
2025-07-11 18:43:36 +05:00
Eemaan Amir
863937be88
fix: added DISABLE_VISIBILITY_EDITING flag to index ( #1234 )
2025-07-11 17:33:47 +05:00
Eemaan Amir
9d5a89d4c6
feat: removed flag for new profile UI and depreacted old code ( #1233 )
2025-07-11 11:09:13 +05:00
Awais Ansari
762e29047f
feat: merge 2u-main into master ( #1231 )
...
* feat: added country disabling feature (#1084 )
* feat: added country disabling feature
* fix: lint errors
* test: added test case for disabled countries
* refactor: combined test cases
* feat: reskin of Profile MFE main page (#1114 )
* feat: reskin of Profile MFE main page
* feat: reskin of Profile MFE main page
* test: updated tests according to the changes
* fix: added missing name property
* test: updated test snapshot
* test: added tests for reducers
* feat: moved reskin logic behind env variable
* test: updated tests
* refactor: refactored code according to requested changes
* fix: fixed lint errors
* refactor: refactored code according to requested changes
* refactor: refactored code according to requested changes
* feat: fixed reloading issue
* fix: fixed responsiveness issues on mobile view (#1133 )
* fix: fixed reponsiveness issues on mobile view
* test: updated tests
* refactor: refactored code as requested
* test: added not found test case
* test: updated test cases
* feat: added restricted country functionality
* fix: fixed test cases
* test: updated snapshot
* test: updated test cases
* feat: made profile editable (#1212 )
* feat: readded editable fields to new profile view
* feat: made fullname editable and updated design
* test: updated test cases
* refactor: refactored code based on reviews
* feat: made fullname uneditable and added redirect link (#1215 )
* feat: made fullname uneditable and added redirect link
* refactor: refactored code
* refactor: refactored code
* chore: rebase 2u-main with master (#1225 )
* fix(deps): update dependency @edx/frontend-platform to v8.3.3 (#1187 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency core-js to v3.41.0 (#1188 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update `@openedx` dependencies to versions that support React 18 (#1189 )
* chore(deps): update dependency @openedx/frontend-build to v14.4.1 (#1191 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update react-router monorepo to v6.30.0 (#1192 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: upgrade react to v18 (#1190 )
* fix(deps): update dependency @edx/frontend-platform to v8.3.4 (#1195 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.4.0 (#1196 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-header to v6.3.0 (#1197 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.6.0 (#1199 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/openedx-atlas to ^0.7.0 (#1200 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-header to v6.4.0 (#1201 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: import `FooterSlot` from component package instead of slot package (#1198 )
* chore(deps): update dependency glob to v11.0.2 (#1202 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.7.0 (#1203 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.7.1 (#1204 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency core-js to v3.42.0 (#1205 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-platform to v8.3.6 (#1207 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update commitlint monorepo to v19.8.1 (#1206 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-platform to v8.3.7 (#1209 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.7.2 (#1213 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update react-router monorepo to v6.30.1 (#1214 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-platform to v8.3.9 (#1216 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency @edx/frontend-component-footer to v14.9.0 (#1217 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat!: add design tokens support (#1220 )
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
* fix: fixed lint issues
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com >
Co-authored-by: Hunia Fatima <huniafatima99@gmail.com >
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
Co-authored-by: sundasnoreen12 <sundasnoreen12@gmail.com >
* fix: fixed font sizing issue after applying elm theme (#1228 )
* Revert "fix: fixed font sizing issue after applying elm theme (#1228 )" (#1232 )
This reverts commit a9159f6613 .
---------
Co-authored-by: muhammadadeeltajamul <muhammadadeeltajamul@hotmail.com >
Co-authored-by: Muhammad Adeel Tajamul <77053848+muhammadadeeltajamul@users.noreply.github.com >
Co-authored-by: Eemaan Amir <57627710+eemaanamir@users.noreply.github.com >
Co-authored-by: sundasnoreen12 <sundasnoreen12@gmail.com >
Co-authored-by: sundasnoreen12 <72802712+sundasnoreen12@users.noreply.github.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com >
Co-authored-by: Hunia Fatima <huniafatima99@gmail.com >
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
Co-authored-by: eemaanamir <eemaan.amir@gmail.com >
2025-07-10 10:12:21 +05:00
renovate[bot]
fa7267f17c
fix(deps): update dependency @openedx/paragon to v23.14.0 ( #1230 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-07 06:54:42 +00:00
renovate[bot]
7b754edef8
fix(deps): update dependency @edx/frontend-component-header to v6.4.1 ( #1229 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-07 06:54:14 +00:00
renovate[bot]
0bb7ee2fd4
fix(deps): update dependency core-js to v3.43.0 ( #1223 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 11:39:56 +00:00
renovate[bot]
335dd7819d
chore(deps): update dependency glob to v11.0.3 ( #1222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 11:39:43 +00:00
renovate[bot]
b18a01c302
fix(deps): update dependency @openedx/paragon to v23.13.0 ( #1226 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 05:06:16 +00:00
Brian Smith
981dccf2d5
feat!: add design tokens support ( #1220 )
...
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
2025-06-18 12:13:59 -04:00
renovate[bot]
e8be148ca9
fix(deps): update dependency @edx/frontend-component-footer to v14.9.0 ( #1217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 08:03:40 +00:00
renovate[bot]
167a8bd9a8
fix(deps): update dependency @edx/frontend-platform to v8.3.9 ( #1216 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 07:58:23 +00:00
renovate[bot]
db2336ac09
fix(deps): update react-router monorepo to v6.30.1 ( #1214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-26 06:07:45 +00:00