Commit Graph

29091 Commits (421dab38e8083a00c70a00e31ddde55e0bd61b22)

Author SHA1 Message Date
Mrugesh Mohapatra 0a3ce84e5a chore(api): update non-semver axios 2021-10-25 22:49:46 +05:30
Mrugesh Mohapatra 9780533fa4 chore(api,deps): housekeeping for patch updates 2021-10-25 22:49:46 +05:30
renovate[bot] af52f468c1
fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.16 (#43922)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-25 22:48:20 +05:30
Kristofer Koishigawa bcc9beff1f
feat(curriculum): introduce let and const earlier (#43133)
* fix: move "Explore Differences Between..." to basic JS, update seed and tests

* fix: resequence "Declare String Variables"

* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests

* fix: revert changes to non-English "Explore Differences Between..." test text

* fix: revert test strings, solutions, and seeds for non-English challenges

* fix: update "Declare String Variables" description

* fix: sync quotation marks in description and seed

* fix: modify note in "Declare a Read-Only..." challenge

* fix: update operator and compound assignment challenges

* fix: update string challenges

* fix: update array and array method challenges

* fix: update function and scope challenges, resequence slightly

* fix: "Word Blanks" solution

* fix: add spacing to seed

* fix: concatenating += challenge spacing

* fix: appending variables to strings spacing

* fix: find the length of a string spacing

* fix: removed instances of removedFromMyArray = 0

* fix: switch challenges

* fix: function argument and param spacing

* fix: update counting cards, object challenges, and record collection

* fix: finish rest of Basic JS section

* fix: introducing else statements solution

* fix: update spacing and wording

* fix: update wording for const challenge

* fix: update functional programming challenges

* fix: intermediate algorithms and cert challenges

* fix: revert some spacing and remove comments for fp challenge solutions

* feat: add notes with links to moved let and const challenges in first two es6 challenges

* fix: update es6 intro text

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md

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

* fix: concatenating strings with plus operator seed

* fix: add comments back to Declare a Read-Only Variable... seed

* feat: add es6 to basic javascript redirect tests for let and const challenges

* fix: revert "Concatenating Strings with Plus Operator" seed

* fix: move test file to cypress/integration/learn/redirects, separate redirect tests

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-10-25 17:55:58 +01:00
camperbot 71b555ab16
chore(i18n,curriculum): update translations (#43998) 2021-10-25 18:08:03 +02:00
camperbot 5d950b4d4f
chore(i18n,docs): update translations (#43997) 2021-10-25 18:07:41 +02:00
Mrugesh Mohapatra a7af447f35
fix(docs): update & simplify introduction copy (#43999)
* fix(docs): update& simplify introduction copy

* Update docs/index.md

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2021-10-25 17:06:59 +01:00
Anurag Gupta f90dc7d903
fix(curriculum): update challenge to heading tags instead of headers (#43429)
* header changed to heading tag

* fix: Exercise about heading tags <h1> ... <h6>, accidentally refers to header tags

* fix: changed header to heading on pages affected

* Update curriculum/challenges/_meta/applied-visual-design/meta.json

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

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

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

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

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

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

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

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

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

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

* Update curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-002.md

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

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* file renamed

* dashed-name changed for all languages

* made changes in all the challenges

* file title changed

* added cypress test

* cypress test added

* Update cypress/integration/learn/redirects/heading-challenge.js

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2021-10-25 16:17:54 +01:00
Mrugesh Mohapatra e37b600fba
chore(.env): remove stripe create plans key (#43978) 2021-10-25 14:14:01 +02:00
Mrugesh Mohapatra 9114f80b03
fix(docs): reorder the sidebar in order of relevance (#43992) 2021-10-25 12:56:22 +02:00
Renovate Bot a4ba10a7bc chore(deps): update dependency rollup to v2.58.1 2021-10-25 08:42:09 +00:00
camperbot 33c095a415
chore(i18n,curriculum): update translations (#43988) 2021-10-25 09:26:40 +05:30
Mrugesh Mohapatra f5ccaf971b
fix(config): add a bolder warning when missing .env (#43979) 2021-10-25 09:23:13 +05:30
Renovate Bot fa8b2693ad fix(deps): update dependency @types/react to v17.0.32 2021-10-24 13:58:11 +00:00
Renovate Bot 6088002f7b chore(deps): update dependency lint-staged to v11.2.4 2021-10-23 22:04:16 +00:00
camperbot 798ac7793b
chore(i18n,learn): update translations (#43984) 2021-10-23 09:35:51 -07:00
Renovate Bot c8e2cae8d1 chore(deps): update dependency @types/validator to v13.6.5 2021-10-23 13:04:01 +00:00
Renovate Bot 0499b06ad2 chore(deps): update codesee to v0.124.0 2021-10-23 03:05:05 +00:00
Renovate Bot b4d68a9c64 chore(deps): update dependency ts-node to v10.4.0 2021-10-23 00:48:07 +00:00
Renovate Bot 8f8333d710 fix(deps): update dependency gatsby to v3.14.4 2021-10-22 21:59:00 +00:00
camperbot 0f5690f786
chore(i18n,docs): update translations (#43969) 2021-10-22 14:52:41 +01:00
Nicholas Carrigan (he/him) 6b0f9be393
chore: remove erroneous files (#43959) 2021-10-22 09:38:06 +02:00
Renovate Bot 7dbc2835d3 chore(deps): update dependency @types/react-transition-group to v4.4.4 2021-10-22 04:33:26 +00:00
Nicholas Carrigan (he/him) b0768b1005
chore: enable data vis cert (#43961) 2021-10-22 08:23:55 +05:30
Renovate Bot 4a2104bb1e chore(deps): update codesee to v0.122.0 2021-10-22 00:33:39 +00:00
Renovate Bot 558440de9d chore(deps): update dependency ts-node to v10.3.1 2021-10-21 22:02:35 +00:00
Renovate Bot 874afd0d06 chore(deps): update dependency postcss to v8.3.11 2021-10-21 20:44:57 +00:00
Nicholas Carrigan (he/him) b8d9e5c6a6
docs: rename part to step (#43949) 2021-10-21 19:09:19 +01:00
Nicholas Carrigan (he/him) b36cdbafd1
chore: rename "part" to "step" (#43934)
* chore: rename part to step

* chore: update metas

* chore: more renaming

* chore: update tooling

* chore: update frontmatter

* chore(tools): title testing
2021-10-21 18:07:52 +01:00
camperbot 6dbe68eb2f
chore(i18n,docs): update translations (#43956) 2021-10-21 15:59:31 +01:00
camperbot 73b913f651
chore(i18n,curriculum): update translations (#43957) 2021-10-21 13:31:07 +00:00
Renovate Bot 750087163e chore(deps): update codesee to v0.121.0 2021-10-21 10:50:20 +00:00
Renovate Bot a6c707ee98 fix(deps): update dependency @types/react to v17.0.31 2021-10-21 09:44:13 +00:00
Renovate Bot 7a6e3fd5f9 chore(deps): update dependency husky to v7.0.4 2021-10-21 07:54:20 +00:00
Renovate Bot 2da421e2bc chore(deps): update dependency babel-loader to v8.2.3 2021-10-21 04:10:04 +00:00
Renovate Bot 1508be2fb8 chore(deps): update dependency webpack to v5.59.1 2021-10-21 01:02:05 +00:00
Renovate Bot 5be3f83299 chore(deps): update dependency postcss to v8.3.10 2021-10-20 22:45:51 +00:00
Nicholas Carrigan (he/him) f08b6a9eb4
chore: remove accidental challenges (#43948) 2021-10-20 21:27:12 +01:00
Nicholas Carrigan (he/him) 2dc68c9be2
chore(tools): ignore step files (#43947) 2021-10-20 22:25:46 +02:00
Renovate Bot 13e4d265dc chore(deps): update dependency mongodb to v3.7.3 2021-10-20 20:17:06 +00:00
Shaun Hamilton d100132f75
feat(client): refactor Flash/redux into TS (#42725)
* feat(client): ts-migrate Flash/redux

* add app types

* convert Flash/redux/index to vanilla TS

* update redux types.ts

* use FlashState type over State type

* update typing

* fix: prettier errors I caused?

* fix: re-add comment I removed

* remove comment

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

* fix type to not include {}

* remove commented out code for future use

* remove unused initialState object

* rename Flash onClose prop to match action name

* directly type reducer to return state

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

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-20 12:58:10 -05:00
Renovate Bot 8e43c3c838 fix(deps): update dependency algoliasearch to v4.11.0 2021-10-20 16:20:45 +00:00
Renovate Bot bf295391a7 chore(deps): update dependency @types/sanitize-html to v2.5.0 2021-10-20 12:04:22 +00:00
Renovate Bot 686804f60c fix(deps): update dependency @types/react-dom to v17.0.10 2021-10-20 11:04:42 +00:00
renovate[bot] 66e47ecf84
fix(deps): update dependency react-instantsearch-dom to v6.13.0 (#43933)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 15:29:38 +05:30
Renovate Bot 37a51d5cf1 chore(deps): update dependency @types/validator to v13.6.4 2021-10-20 08:43:07 +00:00
Renovate Bot 8dbd29d78a chore(deps): update dependency webpack to v5.59.0 2021-10-20 03:37:11 +00:00
Renovate Bot 5ef2091a74 chore(deps): update dependency @testing-library/user-event to v13.5.0 2021-10-20 01:55:48 +00:00
Renovate Bot 295601b806 chore(deps): update codesee to v0.119.0 2021-10-20 00:50:13 +00:00
Renovate Bot 22e39432fd fix(deps): update dependency @stripe/stripe-js to v1.20.3 2021-10-19 23:05:12 +00:00