Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3b0c58f
fix: Run `npm audit fix` to update dependencies.
feanil Oct 15, 2025
fa3f7b2
fix: Run `npm audit fix` to update dependencies. (#734)
feanil Oct 17, 2025
b527fbc
chore(deps): update dependency @openedx/paragon to v23.14.9 (#735)
renovate[bot] Oct 20, 2025
aaf2e36
chore(deps): update dependency @reduxjs/toolkit to v2.9.1 (#736)
renovate[bot] Oct 20, 2025
0db621b
chore(deps): bump actions/setup-node from 5 to 6 (#737)
dependabot[bot] Oct 23, 2025
2221655
chore(deps): update dependency @edx/frontend-component-footer to v14.…
renovate[bot] Nov 3, 2025
b6ba8fb
chore(deps): update dependency @edx/frontend-platform to v8.5.2 (#740)
renovate[bot] Nov 3, 2025
e70fa29
chore(deps): update dependency @reduxjs/toolkit to v2.9.2 (#741)
renovate[bot] Nov 3, 2025
0a4285a
chore(deps): update dependency @openedx/paragon to v23.16.0 (#742)
renovate[bot] Nov 3, 2025
b926e13
chore(deps): update dependency @reduxjs/toolkit to v2.10.1 (#743)
renovate[bot] Nov 10, 2025
c38e805
fix(deps): update dependency @edx/frontend-component-header to v8 (#744)
renovate[bot] Nov 12, 2025
86b6574
[DEPR] feat!: remove notices wrapper (#731)
MaxFrank13 Nov 13, 2025
f59b501
fix(deps): update dependency react-router-dom to v6.30.2 (#745)
renovate[bot] Nov 17, 2025
85a5a6e
chore(deps): update dependency @openedx/paragon to v23.17.0 (#746)
renovate[bot] Nov 17, 2025
1f0b758
chore(deps): update dependency @openedx/paragon to v23.18.0 (#748)
renovate[bot] Nov 24, 2025
2a0ed57
chore(deps): update dependency @reduxjs/toolkit to v2.11.0 (#749)
renovate[bot] Nov 24, 2025
c277150
feat: added the ability for instances to use local translations fro…
jajjibhai008 Dec 3, 2025
a502c9d
feat: added the ability for instances to use local translations fro…
jajjibhai008 Dec 3, 2025
67f0ddf
chore: merge master
MaxFrank13 Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ HOTJAR_VERSION='6'
HOTJAR_DEBUG=''
ACCOUNT_SETTINGS_URL=''
ACCOUNT_PROFILE_URL=''
ENABLE_NOTICES=''
CAREER_LINK_URL=''
ENABLE_EDX_PERSONAL_DASHBOARD=false
ENABLE_PROGRAMS=false
Expand Down
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ HOTJAR_VERSION='6'
HOTJAR_DEBUG=''
ACCOUNT_SETTINGS_URL='http://localhost:1997'
ACCOUNT_PROFILE_URL='http://localhost:1995'
ENABLE_NOTICES=''
CAREER_LINK_URL=''
ENABLE_EDX_PERSONAL_DASHBOARD=false
ENABLE_PROGRAMS=false
Expand Down
1 change: 0 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ HOTJAR_VERSION='6'
HOTJAR_DEBUG=''
ACCOUNT_SETTINGS_URL='http://account-settings-url.test'
ACCOUNT_PROFILE_URL='http://account-profile-url.test'
ENABLE_NOTICES=''
CAREER_LINK_URL=''
ENABLE_EDX_PERSONAL_DASHBOARD=true
ENABLE_PROGRAMS=false
Expand Down
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ transifex_temp = ./temp/babel-plugin-formatjs

NPM_TESTS=build i18n_extract lint test

# Variables for additional translation sources and imports (define in edx-internal if needed)
ATLAS_EXTRA_SOURCES =
ATLAS_EXTRA_INTL_IMPORTS =
ATLAS_OPTIONS =

.PHONY: test
test: $(addprefix test.npm.,$(NPM_TESTS)) ## validate ci suite

Expand Down Expand Up @@ -48,9 +53,10 @@ pull_translations:
translations/frontend-platform/src/i18n/messages:frontend-platform \
translations/paragon/src/i18n/messages:paragon \
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard
translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard \
$(ATLAS_EXTRA_SOURCES)

$(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard
$(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard $(ATLAS_EXTRA_INTL_IMPORTS)

# This target is used by CI.
validate-no-uncommitted-package-lock-changes:
Expand Down
1 change: 0 additions & 1 deletion example.env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module.exports = {
NEW_RELIC_LICENSE_KEY: '',
ACCOUNT_SETTINGS_URL: 'http://localhost:1997',
ACCOUNT_PROFILE_URL: 'http://localhost:1995',
ENABLE_NOTICES: '',
CAREER_LINK_URL: '',
EXPERIMENT_08_23_VAN_PAINTED_DOOR: true,
};
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "^14.6.0",
"@edx/frontend-component-header": "^6.6.0",
"@edx/frontend-component-header": "^8.0.0",
"@edx/frontend-enterprise-hotjar": "7.2.0",
"@edx/frontend-platform": "^8.3.1",
"@edx/openedx-atlas": "^0.7.0",
Expand All @@ -56,7 +56,7 @@
"react-helmet": "^6.1.0",
"react-intl": "6.8.9",
"react-redux": "^7.2.4",
"react-router-dom": "6.30.1",
"react-router-dom": "6.30.2",
"react-share": "^4.4.0",
"redux": "4.2.1",
"redux-logger": "3.0.6",
Expand Down
25 changes: 0 additions & 25 deletions src/components/NoticesWrapper/api.js

This file was deleted.

65 changes: 0 additions & 65 deletions src/components/NoticesWrapper/api.test.js

This file was deleted.

40 changes: 0 additions & 40 deletions src/components/NoticesWrapper/hooks.js

This file was deleted.

Loading
Loading