Commit Graph

28633 Commits (5a44900bd28c592477e5b92ff31a6d3aac56f671)

Author SHA1 Message Date
Renovate Bot 39117312ca chore(deps): update dependency tailwindcss to v2.2.9 2021-08-30 13:47:23 +00:00
Renovate Bot 7012f8c27e chore(deps): update dependency eslint-plugin-react to v7.25.0 2021-08-29 09:31:20 +00:00
Renovate Bot 9414ccd338 chore(deps): update dependency mocha to v9.1.1 2021-08-28 15:30:33 +00:00
awu43 f8aa621672
delete old ts-ignore comments (#43329) 2021-08-27 23:38:30 +02:00
camperbot fd7e0f8568
chore(i18n,curriculum): update translations (#43324) 2021-08-27 18:24:25 +02:00
camperbot 313b2baa20
chore(i18n,learn): update translations (#43323) 2021-08-27 18:23:35 +02:00
camperbot a973b29042
chore(i18n,docs): update translations (#43322) 2021-08-27 18:23:06 +02:00
Tom cfbc7e9283
fix(curriculum): console not repsonding properly issue (#43053)
* fix(curriculum): console not repsonding properly issue

* fix: refine instructions

* fix: add a test + reword to remove seed comments

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/debugging/understanding-the-differences-between-the-freecodecamp-and-browser-console.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/debugging/understanding-the-differences-between-the-freecodecamp-and-browser-console.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: remove comments from dictionary

* fix: remove comments from i18n dictionaries

* Revert "fix: remove comments from dictionary"

This reverts commit 7f76d5a8ec.

* Revert "fix: remove comments from i18n dictionaries"

This reverts commit 54b1c12cfc.

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-08-27 17:57:08 +02:00
Anshul Singh f834d648e8
fix max heap insert function (#43285) 2021-08-27 17:10:29 +02:00
Renovate Bot e67870f243 chore(deps): update dependency jest to v27.1.0 2021-08-27 13:16:00 +00:00
Renovate Bot 920c849090 chore(deps): update dependency tailwindcss to v2.2.8 2021-08-27 11:54:41 +00:00
Chris Benjamin 985bca3358
fix: updated lesson description for version requirements (#43317) 2021-08-27 11:13:45 +02:00
Renovate Bot 7134e48f82 chore(deps): update codesee to v0.73.0 2021-08-27 08:45:53 +00:00
miyaliu666 c96a426e45
delete an extra word in Chinese trending articles (#43319) 2021-08-27 12:17:56 +05:30
camperbot f9736fffa1
chore(i18n,curriculum): update translations (#43308) 2021-08-27 10:21:26 +05:30
camperbot ef6604f69e
chore(i18n,docs): update translations (#43306) 2021-08-27 10:20:40 +05:30
Renovate Bot 9d466b36f5 fix(deps): update dependency gatsby to v3.12.1 2021-08-27 03:23:29 +00:00
Renovate Bot 9eb5ae5940 fix(deps): update dependency algoliasearch to v4.10.5 2021-08-27 01:45:16 +00:00
awu43 58ed9330bf
fix(client): ensure unmount effect has most recent values (#43282)
* ensure unmount effect has most recent values

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-26 18:03:11 -05:00
Ismail Tlemcani 67ee31cbfc
feat(client): ts-migration for layout index file, Intro Component and header test file (#43094) 2021-08-26 17:17:25 -05:00
Renovate Bot 5cc76bdc88 chore(deps): update dependency autoprefixer to v10.3.3 2021-08-26 21:11:38 +00:00
Renovate Bot d1e4144a30 chore(deps): update codesee to v0.72.1 2021-08-26 19:34:00 +00:00
camperbot 1db205cdab
chore(i18n,learn): update translations (#43307) 2021-08-26 20:57:13 +05:30
Oliver Eyton-Williams 4d529253cf
test: fix flaky redirect tests (#43243)
* test: fix flaky redirect tests

* refactor: add warning about redirections in dev
2021-08-26 14:57:24 +00:00
Noor Fakhry d964e18339
fix(curriculum): exercise-tracker test and description improvement (#43205)
* fix(curriculum): clarify exercise tracker

* feat:separatetest steps for logs endpoint

* feat:separate test steps for logs endpoint, refactored a description sentence

* feat:separate-test-steps-for-users-endpoint

* added string checks on last commit

* feat:separate-test-steps-for-exercises-endpoint

* feat:separate-test-steps-for-users-endpoint

* feat:separate test steps

* feat:separate test steps

* feat:explicitly specify prop returned from 'GET /api/users'

* feat:explicitly specify obj returned from

* feat:explicitly specify returned responses from 'GET/api/users/:_id/logs'

* feat:separate test steps

* feat:separate test steps(apply req changes)

* feat:spearate test steps(made more req changes)

* feat:separate test steps(apply more req changes)

* feat:separate test steps(modified clarification of return from POST api/users)

* feat:separate test changes(added / after 'url')

* feat:separate test changes(applied more req changes)

* feat:spearate test steps(removed unwanted space)

* feat:separate test steps
2021-08-26 12:27:52 +01:00
Ilenia 1d0a6a5673
Changing documentation links for i18n ease (#43274)
* fixing links for i18n ease

* fixing links for i18n ease

* revert brain fart

* hopefully now the link works

* changing links for ease of translation
2021-08-26 10:59:44 +02:00
Nicholas Carrigan (he/him) 3ed507a817
fix: unhide this string (#43292)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-26 08:32:10 +05:30
Renovate Bot 2255c9b544 chore(deps): update codesee to v0.72.0 2021-08-25 23:06:22 +00:00
chandan270 96bed09af6
fix: remove image from challenge (#43303) 2021-08-25 22:02:09 +02:00
srijit2002 ab3e12935d
fix(curriculum):Incorrect answer passes test for Set the font-size for Multiple Heading Elements challenge. (#43297) 2021-08-25 20:16:49 +02:00
Sem Bauke cd005668b9
feat: change logos on chinese language (#43269)
* feat: change logos on chinese language

* fix: use Ahmads logos

* fix: error

* fix: tencent logo size

* feat: include chinese traditional

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-25 18:21:56 +02:00
camperbot 34b8ac2029
chore(i18n,docs): update translations (#43298) 2021-08-25 21:49:11 +05:30
Oliver Eyton-Williams 45a2564dcf
test: build client once and use in Cypress jobs (#43301) 2021-08-25 09:18:31 -07:00
Nicholas Carrigan (he/him) b9d08f2fea
feat: locale specific help posts (#43290) 2021-08-25 21:43:40 +05:30
camperbot 673b1caa39
chore(i18n,curriculum): update translations (#43267) 2021-08-25 21:42:11 +05:30
camperbot 867044aa63
chore(i18n,client): processed translations (#43299) 2021-08-25 21:41:33 +05:30
Renovate Bot d493150f26 chore(deps): update dependency @testing-library/dom to v8.2.0 2021-08-25 15:18:55 +00:00
Renovate Bot e78b60a456 chore(deps): update dependency @testing-library/dom to v8.1.1 2021-08-25 12:13:38 +00:00
Renovate Bot 7314609c5e chore(deps): update dependency husky to v7.0.2 2021-08-25 04:10:23 +00:00
Renovate Bot 4603a1f9a7 chore(deps): update dependency eslint-plugin-import to v2.24.2 2021-08-25 02:48:57 +00:00
Renovate Bot c80031b6d8 chore(deps): update dependency eslint-plugin-testing-library to v4.12.0 2021-08-24 22:26:28 +00:00
Oliver Eyton-Williams d161998acc
test: check that JS projects can be submitted. (#43222)
* test: check that JS projects can be submitted.

* refactor: remove stale workflow comments

* refactor: remove redundant build

* chore: update Cypress version in CI

* test: create separate electron-only workflow

* test: put data-cy on correct button

* test: drop mailhog from electron CI

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* refactor: update differences comment

* test: separate toggling from logging in

* test: check solutions can be viewed on cert

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-08-24 20:26:48 +02:00
Patrick Lehmann 5371af7767
fix(learn): removed space from first sentence and added instruction to basic javascript challenges (#43198)
* sheesh

* added markdown formatting to challenge

* added formatting to keep space in concatenating strings with the plus equals operator

* Delete husky.sh

* added back in italian dictionary

* removed code formatting

* updating text formatting for challenges, removed space and added instruction

Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com>
2021-08-24 10:26:45 -07:00
Christian Z. Tamayo a42348d3b9
test: Privacy terms redirection (#43195) 2021-08-24 22:36:23 +05:30
camperbot 202da8452e
chore(i18n,docs): processed translations (#43275) 2021-08-24 20:09:49 +05:30
camperbot f8b41a34ab
chore(i18n,client): processed translations (#43276) 2021-08-24 16:39:35 +02:00
Christian Z. Tamayo e2d6639773
feat(e2e): Add cypress globals to eslint overrides (#43234)
fix(docs): Remove cypress eslint note on e2e docs
2021-08-24 16:29:00 +02:00
muneeb-121 b3cae635e1
fix: typo intro.json 2021-08-24 16:05:17 +02:00
Renovate Bot 15f560cd26 chore(deps): update typescript-eslint monorepo to v4.29.3 2021-08-23 21:37:28 +00:00
Oliver Eyton-Williams 5e49521fc2
fix(client): some editor edge cases (#43256)
* fix: handle erm on line zero

* refactor: fix eslint errors

* fix: prevent crash on zero height editable region
2021-08-23 11:34:53 -07:00