Commit Graph

27929 Commits

Author SHA1 Message Date
94c5afbf70 chore(i18n,client): processed translations (#42558) 2021-06-18 15:51:01 +02:00
523633678b chore(i18n,curriculum): processed translations (#42559) 2021-06-18 15:50:39 +02:00
08daf11bef fix(deps): update dependency i18next to v20.3.2 (#42551)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-18 18:51:36 +05:30
3499c2b08e chore(deps): update dependency typescript to v4.3.4 (#42550)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-18 17:34:46 +05:30
ba3fd9a49b fix(deps): update dependency monaco-editor to v0.25.2 (#42552)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-18 12:28:21 +04:00
643f34fe3a feat(tools): hide string action (#42547)
Create an action that allows us to hide a specific string during
the crowdin upload process.
2021-06-17 23:54:56 +05:30
7857c3932b fix: signout redirect (#42538)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-06-17 23:54:18 +05:30
6fedc48495 fix: convert all eslint warnings to errors (#42527)
Rather than having to configure each rule to be an error rather than a
warning, we just fail the linting if there are any issues at all.
2021-06-17 23:53:52 +05:30
873cd64fdb chore(deps): update dependency tailwindcss to v2.2.0 (#42548)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-17 23:53:18 +05:30
310bbdf54b fix(client): store challenge panes sizes (#42519)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-06-17 23:50:39 +05:30
3a8c1444eb chore(i18n,client): processed translations (#42544) 2021-06-17 07:49:44 -07:00
5cb3cff877 chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
bc42ad1f27 fix(curriculum): add regex for comma separated const declarations (#42518)
Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com>
2021-06-17 13:35:46 +01:00
aa21539967 chore(deps): update dependency webpack to v5.39.1 (#42543)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-17 17:41:47 +05:30
964b4204d3 chore(deps): update dependency typescript to v4.3.3 (#42542)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-17 15:44:07 +05:30
c9eaa6527f chore(deps): update dependency postcss to v8.3.5 (#42474)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-17 14:55:59 +05:30
de4e16a676 fix(curriculum): typo in Project Euler Problem (#42539)
* fixed typo

* removed change from translation

* fixed typo only in english language
2021-06-17 08:57:57 +02:00
7970cf82ee chore(deps): update codesee to v0.38.0 (#42540)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 20:24:10 +02:00
2ebc3b62ab feat(client): remove axios, include credentials (#42531)
* Revert "revert: replace axios with fetch"

This reverts commit 418287f1e8.

* fix: always include credentials

Since www.freecodecamp.org and api.freecodecamp.org are different
origins we have to tell fetch to 'include' the credentials.
2021-06-16 21:23:49 +05:30
a1af753e2a fix(deps): update dependency gatsby to v3.7.2 (#42520)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 21:23:02 +05:30
87ea2772f8 fix: typo in build-curriculum.js (#42533) 2021-06-16 15:27:23 +00:00
b793107de6 chore(i18n,curriculum): processed translations (#42530) 2021-06-16 07:30:51 -07:00
e5505cbe7b fix(curriculum): minor indentation for readability (#42451)
* Fixed minor indentation for readability

* amended to 2 indentation
2021-06-16 14:35:34 +01:00
b17476a760 chore(i18n,learn): update translations (#42529) 2021-06-16 19:02:55 +05:30
418287f1e8 revert: replace axios with fetch
This reverts commit 82f3f6ae0c via PR #41944.
2021-06-16 17:24:57 +05:30
e402464304 revert(ajax): use 'same-origin' credentials
This reverts commit 80b12ee25c via PR #42525.
2021-06-16 17:24:57 +05:30
e1ca0ce1f6 chore(deps): update dependency inquirer to v8.1.1 (#42513)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 16:06:03 +05:30
80b12ee25c fix(ajax): use 'same-origin' credentials (#42525) 2021-06-16 09:47:47 +00:00
af6e6a01d3 chore(deps): update codesee to v0.37.0 (#42521)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 10:56:41 +02:00
129ea4fe16 chore(deps): update node.js to v14.17.1 (#42514)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 12:58:08 +05:30
3bcd5b207f chore(deps): update dependency chokidar to v3.5.2 (#42506)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 12:57:43 +05:30
82f3f6ae0c refactor: replace axios with fetch (#41944) 2021-06-15 11:47:25 -07:00
a378bc6dd4 chore: rework the language audits for build (#42510)
This also reverts commit cd5c28b332.
2021-06-15 23:07:52 +05:30
863c706440 chore: group + automerge CodeSee package updates 2021-06-15 22:29:37 +05:30
e3c76933cc chore: prevent major bumps to normalize-url
The highest version that can be used in a browser is 4, after which
Safari is likely to break.
2021-06-15 22:29:37 +05:30
a555e013a0 refactor: remove unused env vars (#42500) 2021-06-15 09:57:10 -07:00
cd5c28b332 revert: disable portuguese (#42508)
* revert: disable portuguese

First certification is not 100% yet. Shipped too soon. :(

* feat: enable portuguese curriculum

Curriculum can build in portuguese, leaving client disabled to
prevent language from appearing in nav bar.

* feat: move audited cert list

Moves the audited cert list to the config, instead of the utils.
2021-06-15 21:32:29 +05:30
Tom
067761f2f6 feat(curriculum): add relational databases cert as upcoming change (#41658) 2021-06-15 16:37:13 +01:00
ae0d34359a fix(curriculum): stop false positives in test for array hard coding (#42461)
* Fixed test regex to avoid false matches

* Changed regex to only match values in globalArray

* Revert non-English changes
2021-06-15 10:35:35 -05:00
dba157e7c0 Add a period at the end of an ul tag (#42483) 2021-06-15 20:44:36 +05:30
978ce8b512 chore(i18n,curriculum): processed translations (#42504) 2021-06-15 07:22:09 -07:00
e9c8d12703 fix(i18n): add missing portuguese blocks (#42505) 2021-06-15 07:21:20 -07:00
4a240fc58d chore(tools): split color tokens to separate layers (#42388) 2021-06-15 15:33:18 +03:00
56fa9aba3c fix(deps): update dependency algoliasearch to v4.9.3 (#42499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 17:48:51 +05:30
f1f7c64c3b chore(deps): update dependency webpack to v5.39.0 (#42493)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 17:13:04 +05:30
f6c7e2ace6 chore(deps): update babel monorepo to v7.14.6 (#42492)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 16:38:39 +05:30
b93ab9e0fd fix(deps): update dependency monaco-editor to v0.25.1 (#42452)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 15:37:10 +05:30
d1aebc895f fix(deps): pin dependency normalize-url to v4.5.1 (#42497)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 11:24:19 +02:00
Tom
3cb174a1ce fix(client): downgrade normalize-url to fix Safari issue (#42490) 2021-06-15 11:06:41 +02:00
9430e8294b chore(deps): update dependency @codesee/tracker to v0.36.0 (#42495)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-15 09:54:06 +02:00