Commit Graph

1552 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
ab830caaa6 refactor: clean client on setup (#66108) 2026-02-27 08:10:41 +05:30
Sem Bauke
a37824b673 refactor(client): remove node-fetch in favor of Node’s built-in fetch (#66013) 2026-02-23 22:45:17 +05:30
Sem Bauke
cb87d5d552 chore: upgrade Joi to v18 (#66011) 2026-02-23 19:07:57 +05:30
Oliver Eyton-Williams
a4825bbbb0 revert:update react monaco editor (#65941) 2026-02-18 18:33:15 +05:30
Sem Bauke
f8de1e2ce8 chore: update react-monaco-editor to version 0.59.0 (#65850) 2026-02-17 21:36:18 +05:30
Oliver Eyton-Williams
6affb2b19c fix: gatsby develop (#65877) 2026-02-14 07:36:40 +05:30
Sem Bauke
30bcf40381 feat(client): migrate to Gatsby v5 and React 18 (#65729)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2026-02-11 19:15:32 +01:00
Huyen Nguyen
558f980cd4 chore(deps): upgrade @freecodecamp/ui to v5.2.1 (#65786) 2026-02-10 09:04:15 +05:30
Oliver Eyton-Williams
c4f88f6705 Revert "chore(deps): remove eslint-plugin-flowtype (#65670)" (#65707) 2026-02-04 20:24:06 +01:00
Huyen Nguyen
56683d9a36 chore(deps): remove eslint-plugin-flowtype (#65670) 2026-02-04 17:50:36 +05:30
Huyen Nguyen
cd4d5d3ba0 chore(deps): upgrade @freeCodeCamp/ui to 5.1.1 (#65667) 2026-02-03 06:12:26 +00:00
Huyen Nguyen
71956ec32b chore(deps): upgrade validator to v13.15.26 (#65671) 2026-02-03 04:23:57 +00:00
Oliver Eyton-Williams
f940f2beee refactor: simplify turbo config, use it for develop + build (#65526) 2026-01-28 21:38:40 +05:30
Oliver Eyton-Williams
5ff971687c refactor: move challenge build outside client (#65513) 2026-01-27 10:23:51 +05:30
Oliver Eyton-Williams
e5cae6909c feat(tools): modularize browser-scripts (#65399) 2026-01-26 13:21:20 +01:00
Oliver Eyton-Williams
0b048016d2 refactor(tools): simplify turbo tasks, include outputs (#65462) 2026-01-24 10:15:15 +05:30
Mrugesh Mohapatra
4ea52e2639 chore: update to node 24 (#65416) 2026-01-22 19:29:48 +05:30
Oliver Eyton-Williams
6770ee4c26 refactor(client): use schema snapshot to avoid costly inference (#65360)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2026-01-21 16:22:20 +00:00
Oliver Eyton-Williams
631a679b8f feat: use turbo to orchestrate tests (#65351) 2026-01-21 10:17:06 +05:30
Oliver Eyton-Williams
608afa8a39 chore: use turborepo for type checking (#64455) 2026-01-19 19:05:27 +05:30
Oliver Eyton-Williams
f03ad05e84 refactor: bundle shared so each consumer can require/import without hassle (#64167) 2026-01-19 09:45:40 +00:00
Kannan
ddfd598eb4 chore(deps): migrate client vitest to 4.0.15 (#64819) 2026-01-19 10:01:43 +01:00
Huyen Nguyen
09148e0cd9 chore(deps): upgrade @freecodecamp/ui to 5.0.1 (#64611) 2025-12-16 08:55:06 +01:00
Oliver Eyton-Williams
6fc07e3561 refactor(client): manually generate webmanifest (#64529) 2025-12-15 11:27:02 +01:00
Sem Bauke
43781bf6e1 chore(client): update component library to v5 (#64279) 2025-12-11 09:32:18 +05:30
Oliver Eyton-Williams
29420e8214 chore: remove validate-keys script (#64341) 2025-12-05 11:26:05 -08:00
Huyen Nguyen
5d6eacb615 feat(client): add pinyin-to-hanzi input to fill in the blank challenge (#63986) 2025-12-01 10:35:06 -08:00
Oliver Eyton-Williams
1e0805fd72 refactor: one eslint task per workspace (#63835) 2025-11-21 19:21:46 +05:30
Oliver Eyton-Williams
960fd9e072 refactor: split curriculum build in two (#63639) 2025-11-19 03:00:32 -08:00
DanielRosa74
2432f5e9e4 feat(tools, client): add speaking tasks logic (#61906)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-11-07 19:29:21 +00:00
Sem Bauke
b28f2c3f6b refactor(client): move to react-scroll (#62921) 2025-10-24 17:18:54 +05:30
Oliver Eyton-Williams
4a635c1b32 refactor: migrate (some) curriculum files to TypeScript (#62228)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 10:54:57 +05:30
Shaun Hamilton
16cbb4c24d dev(client): disable webpack console warnings (#62873)
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
2025-10-17 11:05:42 -05:00
Shaun Hamilton
7c20027732 feat(client): add challenge interactive editor (#61805)
Co-authored-by: sembauke <semboot699@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-10-09 09:34:03 +05:30
Shaun Hamilton
35d05d2c05 feat(client): add exam attempts to exam-download page (#61361)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2025-09-25 21:27:31 +02:00
Oliver Eyton-Williams
51eba06a7d refactor: remove jest and lint vitest (#62330) 2025-09-24 09:27:03 +02:00
Oliver Eyton-Williams
00a015cd92 feat: update growthbook and handle network errors (#61374)
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2025-09-22 21:06:38 +05:30
Oliver Eyton-Williams
881dfd8f78 refactor: client jest -> vitest (#62177) 2025-09-16 08:30:06 +02:00
Huyen Nguyen
415f0207f5 chore(deps): upgrade @freecodecamp/ui to v4.3.0 (#61996) 2025-09-11 10:49:10 +05:30
Tom
5ae2e3eca7 chore(deps,api): update date-fns and add date-fns-tz (#61048) 2025-06-25 18:49:04 +02:00
Huyen Nguyen
dd6117d4e6 chore(deps): upgrade @freecodecamp/ui to v4.2.0 (#60919) 2025-06-25 09:27:02 +05:30
Oliver Eyton-Williams
8a4603b0b7 chore(deps): update normalize-url (#60912) 2025-06-23 08:26:34 -05:00
Oliver Eyton-Williams
89e9a31ceb chore(deps): update i18next (#60542) 2025-05-27 17:09:18 +05:30
Oliver Eyton-Williams
7a424171d2 chore: update required pnpm version to >=10 (#60285) 2025-05-12 18:57:18 +05:30
Sem Bauke
f18252006f chore(deps): update @freecodecamp/ui to version 4.0.1 (#59405)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-03-25 13:38:10 +05:30
Naomi
0b96c09e84 feat: replace ts-node with tsx (#59019) 2025-03-11 19:55:54 +00:00
Oliver Eyton-Williams
62cdd77e8a chore(client): migrate to React 17 (#58355)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2025-02-13 13:51:03 -08:00
Anna
0047f98a24 feat(tools): use stylelint globally (#58508)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-02-03 08:44:33 +01:00
Tom
499ccb53a0 feat(client): persist playback rate in lecture videos (#58087) 2025-01-17 09:26:06 +01:00
Anna
1e12fc4059 feat: add a css linter (#56823)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-01-13 15:50:17 +00:00