Michael Terry
e9f0a658d6
chore: update to paragon 19.1.0
...
Replace our custom Tour component with the drop-in ProductTour
replacement in paragon.
2022-02-28 11:19:19 -05:00
Michael Terry
7049445969
chore: update to paragon 19.0.0
...
Adapt to the big <Card> redesign.
Also, as part of 19.0.0, the shadow variables in paragon got
marked as !default, letting the theme override them. This would
normally be fine and good. But the edx.org theme has a dramatically
larger shadow set. And a lot of our cards and card-like components
were designed with a smaller shadow in mind. So I added a new
raised-card custom css class to keep as many cards looking the same.
Notably, I cannot fix the data tables on the Progress tab. So those
might have a larger shadow with this change, but that's unavoidable
and presumably the intent of the edx.org theme authors.
2022-02-28 11:19:19 -05:00
Michael Terry
f17a635e9d
chore: update to paragon 17.1.2
...
Adapt to secret <Spinner> API breakage (they stopped rendering
children, instead requiring a screenReaderText prop).
2022-02-28 11:19:19 -05:00
Michael Terry
cc8ee33dcd
chore: update to paragon 17.0.0
...
- Drop our custom breakpoints (identical to paragon's)
- Drop our custom useWindowSize (and adapt to paragon's version
not providing a size initially at component mount)
- Drop our dependency on react-responsive
- Drop our dependency on react-break
2022-02-28 11:19:19 -05:00
Simon Chen
947e5e3cb2
fix: deny proctored exam access to audit and honor enrollment tracks ( #831 )
...
We need to allow both Timed exams and non-exam types content to be rendered
Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local >
2022-02-17 16:10:32 -05:00
renovate[bot]
c02bf1eeed
chore(deps): update dependency @testing-library/jest-dom to v5.16.2 ( #760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-17 15:47:13 -05:00
renovate[bot]
b4c90ab506
chore(deps): update dependency jest to v27.5.1 ( #756 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-17 15:46:24 -05:00
renovate[bot]
e20bed64fb
fix(deps): update dependency @edx/paragon to v16.24.0 ( #748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-17 15:45:35 -05:00
Simon Chen
74484b7847
fix: revert "fix: deny proctored exam access to audit and honor enrollment tracks ( #828 )" ( #830 )
...
This reverts commit 45d5141769 .
Co-authored-by: Simon Chen <schen@edX-C02FW0GUML85.local >
2022-02-17 14:58:21 -05:00
Simon Chen
45d5141769
fix: deny proctored exam access to audit and honor enrollment tracks ( #828 )
...
Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan >
2022-02-17 14:11:51 -05:00
Kyle McCormick
93790464f8
build: move pact dependency to devDependencies ( #823 )
...
Pact is a testing library. It is not used in to run the
Learning MFE application. Therefore, it belongs in the
devDependencies section of package.json, not the
dependencies section.
2022-02-16 09:05:25 -05:00
Chris Deery
c2cb5744a1
fix: [AA-1195] update dependencies for security warnings ( #826 )
...
fix: [AA-1195] fix dependency security alerts
Update frontend-build dependency to 9.0.6
Update es-check to 6.2.1
2022-02-15 13:02:19 -05:00
dependabot[bot]
5d62cb2f46
chore(deps): bump nanoid from 3.1.30 to 3.2.0 ( #809 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:43:35 -05:00
dependabot[bot]
0f11fd6245
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 ( #817 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:41:53 -05:00
dependabot[bot]
2d6e4063ed
chore(deps): bump follow-redirects from 1.14.1 to 1.14.8 ( #824 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:38:18 -05:00
Bianca Severino
7b6f5ccf86
chore: bump frontend-lib-special-exams to 1.15.3 ( #822 )
2022-02-14 09:57:08 -05:00
Bianca Severino
61f0ce2023
chore: bump frontend-lib-special-exams to 1.15.2 ( #814 )
2022-02-08 11:11:02 -05:00
Zachary Hancock
f2f0cb6008
chore: update special exams lib ( #798 )
2022-01-13 14:51:51 -05:00
Zachary Hancock
f5d1b1c897
chore: update special exams library ( #788 )
2022-01-04 12:32:18 -05:00
Asad Iqbal
1546c62e7f
feat: Removed course header stuff ( #715 )
2021-12-20 08:57:05 -05:00
Carla Duarte
2fa4a837b1
feat: new user course home tour (AA-1027) ( #750 )
2021-12-14 12:53:10 -05:00
Renovate Bot
f92d2e2ecd
fix(deps): update dependency @edx/frontend-platform to v1.14.3
2021-12-08 23:28:08 +00:00
Bianca Severino
fffc48b41a
chore: update frontend-lib-special-exams to 1.14.1 ( #765 )
2021-12-08 10:22:10 -05:00
Renovate Bot
0cc2dcdbc5
fix(deps): update dependency @edx/frontend-platform to v1.14.2
2021-12-08 13:09:15 +00:00
Renovate Bot
439965847a
fix(deps): update dependency core-js to v3.19.3
2021-12-06 09:52:29 +00:00
Renovate Bot
e2ce54dea8
fix(deps): update dependency core-js to v3.19.2
2021-11-29 21:10:12 +00:00
Renovate Bot
af45d899e3
fix(deps): update dependency reselect to v4.1.5
2021-11-25 00:05:33 +00:00
Renovate Bot
15a4ea42b2
chore(deps): update dependency @testing-library/jest-dom to v5.15.1
2021-11-23 16:12:04 +00:00
Renovate Bot
555dddf8de
fix(deps): update dependency @edx/frontend-platform to v1.14.1
2021-11-22 13:32:11 +00:00
renovate[bot]
b03e0fd904
chore(deps): update dependency es-check to v6.1.1 ( #725 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-19 09:39:52 -05:00
renovate[bot]
a0c2e86a95
fix(deps): update dependency reselect to v4.1.4 ( #709 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-19 09:08:15 -05:00
renovate[bot]
45afc3fbee
fix(deps): update dependency @pact-foundation/pact to v9.17.0 ( #747 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-19 09:03:56 -05:00
renovate[bot]
15d20dd693
fix(deps): update dependency @edx/paragon to v16.18.0 ( #692 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-19 09:03:27 -05:00
renovate[bot]
2d77ad7125
fix(deps): update dependency core-js to v3.19.1 ( #705 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:52:43 -05:00
renovate[bot]
33df4d2b7f
chore(deps): update dependency @testing-library/user-event to v13.5.0 ( #690 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:51:25 -05:00
renovate[bot]
09b16976fd
chore(deps): update dependency jest to v27.3.1 ( #691 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:50:35 -05:00
renovate[bot]
1b430f99fe
chore(deps): update dependency @edx/frontend-build to v8.1.6 ( #707 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:49:42 -05:00
renovate[bot]
982f849f41
fix(deps): update dependency @edx/frontend-platform to v1.14.0 ( #713 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:46:51 -05:00
renovate[bot]
6ec3a4cb5a
chore(deps): update dependency @testing-library/jest-dom to v5.15.0 ( #722 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:46:17 -05:00
renovate[bot]
4d29b202b1
chore(deps): update dependency ansi-regex to 5.0.1 [security] ( #736 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:45:15 -05:00
renovate[bot]
99ee1da598
chore(deps): update dependency path-parse to 1.0.7 [security] ( #737 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:44:53 -05:00
renovate[bot]
b896a64853
chore(deps): update dependency tmpl to 1.0.5 [security] ( #738 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-18 16:44:10 -05:00
Bianca Severino
c19f21d257
fix: pass integrity signature flag to exam wrapper ( #739 )
2021-11-08 13:36:45 -05:00
Carla Duarte
f7428db3c3
feat: product tour components ( #695 )
2021-11-05 07:57:15 -06:00
Renovate Bot
7986db7027
fix(deps): update dependency @edx/frontend-enterprise-utils to v1.1.1
2021-11-03 09:12:44 +00:00
alangsto
663559f8c7
chore: update special exams lib ( #718 )
2021-11-01 10:24:59 -04:00
Renovate Bot
8a3722a723
fix(deps): update dependency redux to v4.1.2
2021-10-28 10:36:03 +00:00
Renovate Bot
581e8c4769
fix(deps): update dependency react-redux to v7.2.6
2021-10-25 21:16:21 +00:00
Renovate Bot
45a823e6c7
fix(deps): update dependency @pact-foundation/pact to v9.16.5
2021-10-24 18:08:04 +00:00
Renovate Bot
c3ea12225d
chore(deps): update dependency husky to v7.0.4
2021-10-21 05:26:12 +00:00