Commit Graph

27697 Commits (3b2be48dea06583b433c6cc3dac53e72112f7c59)

Author SHA1 Message Date
Sujal Gupta 8ba3b8c16c
fix(client): typo in APIs and Microservices Projects intro (#42140) 2021-05-16 14:12:34 +05:30
Renovate Bot 929f27ce9e chore(deps): update dependency eslint-plugin-import to v2.23.2 2021-05-15 17:39:04 +00:00
camperbot 0596e2749a
chore(i18n,curriculum): update translations (#42147) 2021-05-15 18:01:37 +02:00
alirezaghey cbb7afd5b8
fix(curriculum): correct link text (#42143)
* Small language improvement

The correct term is assignment operator.

* Small language improvement

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
2021-05-15 17:10:19 +02:00
Renovate Bot b644110bf9 fix(deps): update dependency i18next to v20.2.4 2021-05-15 11:30:09 +00:00
Renovate Bot b6289e1d5d fix(deps): update dependency i18next to v20.2.3 2021-05-15 09:00:33 +00:00
Sem Bauke 2e915a7259
fix(learn): rework Rosetta Code SHA256 (#41936)
* fix(learn): rework Rosetta Code SHA256

* fix: add extra info

* Add suggestions from Nick

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-14 16:41:42 +00:00
Oliver Eyton-Williams 07f324b278
test: run sequentially (#42132)
Running tests in parallel while outputting to a single console can
result in confusing output.  Results can get interleaved and, more
importantly, if one test fails, the rest get killed. This can create
unpredictable error messages.
2021-05-14 09:11:21 -07:00
alirezaghey 79e799feb5
fix(curriculum): scoping variables language improvement (#42135) 2021-05-14 09:02:54 -07:00
Renovate Bot 8a67ecf788 chore(deps): update dependency start-server-and-test to v1.12.2 2021-05-14 15:46:11 +00:00
Renovate Bot 4f3096c1ed chore(deps): update dependency @testing-library/react to v11.2.7 2021-05-14 14:27:44 +00:00
gikf d9ed4057ef
fix(curriculum): rework Project Euler 80 (#42128)
* fix: rework challenge to use argument in function

* fix: add solution
2021-05-14 11:51:29 +05:30
gikf 4a9559ad98
feat(curriculum): add tests and solution (#42111)
* feat: add tests

* feat: add solution
2021-05-14 11:50:30 +05:30
gikf 4c083f44e9
fix(curriculum): rework Project Euler 77 (#42077)
* fix: rework challenge to use argumnet in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-14 11:49:58 +05:30
gikf 911d18bae5
fix(curriculum): rework Project Euler 78 (#42104)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: improve look and spacing
2021-05-14 11:49:23 +05:30
gikf efe1f48a57
fix(curriculum): rework Project Euler 76 (#42072)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-14 11:48:52 +05:30
gikf e9f8f425b3
fix(curriculum): rework Project Euler 74 (#42057)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: use MathJax for consistent look
2021-05-14 11:48:22 +05:30
camperbot 44e1bbd95a
chore(i18n,client): processed translations (#42127) 2021-05-13 12:48:03 +00:00
camperbot 36548a13f2
chore(i18n,docs): processed translations (#42126) 2021-05-13 18:02:33 +05:30
Jennifer 0e113154d2
fix(client): typo in information message (#42123) 2021-05-13 10:58:06 +00:00
renovate[bot] 8edd0e0be6
chore(deps): update node.js to v14.17.0 (#42121)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-13 16:07:21 +05:30
renovate[bot] 0085af6957
chore(deps): update dependency markdownlint to v0.23.1 (#42040)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-13 11:36:41 +03:00
renovate[bot] 8f441131d1
fix(deps): update dependency monaco-editor to v0.24.0 (#42122)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-13 09:24:02 +02:00
Renovate Bot 135e12fd65 chore(deps): update dependency monaco-editor-webpack-plugin to v3.1.0 2021-05-13 02:40:27 +00:00
Renovate Bot ba7ffbd6cc chore(deps): update babel monorepo to v7.14.2 2021-05-13 00:13:19 +00:00
Aung Myat Min fd6b32a3c5
fix(curriculum): typos in D3 challenge (#42116)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-05-12 23:03:28 +01:00
renovate[bot] 8a1de362c1
chore(deps): update dependency copy-webpack-plugin to v8 (#42049)
* chore(deps): update dependency copy-webpack-plugin to v8

* fix(client,webpack): update to the new schema

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
2021-05-13 00:00:32 +05:30
Niraj Nandish d820b2a0cd
fix(curriculum): Update wording of test in 'Add Methods After Inheritance' (#42112)
* fix: Update wording of test in 'Add Methods After Inheritance'

* fix(curriculum): Correct grammar of test description

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-12 11:25:05 -07:00
camperbot 1537354cf2
chore(i18n,docs): processed translations (#42113) 2021-05-12 21:26:15 +05:30
camperbot 7aaa365393
chore(i18n,curriculum): processed translations (#42115) 2021-05-12 21:25:58 +05:30
camperbot 7f8f4dad63
chore(i18n,client): processed translations (#42114) 2021-05-12 21:24:11 +05:30
Huyen Nguyen 64b081d3d2
docs: add storybook command to contributing guide (#42105) 2021-05-12 13:24:40 +02:00
Mrugesh Mohapatra 0d483049f0
docs: remove duplicate code block (#42109) 2021-05-12 10:05:44 +02:00
Mrugesh Mohapatra 9fd7a9f58f
docs: add chat badge (#42108)
credits to @SethFalco for adding this on devtools  repo
2021-05-12 08:49:22 +02:00
Lasse Jørgensen a73c205e04
feat(client): add optional information block to intro pages (#42091)
* feat: add optional information block to intro pages

* feat: rename to note, add property to all blocks
2021-05-12 11:30:08 +05:30
Renovate Bot c7b0f81f0f fix(deps): update gatsby monorepo 2021-05-11 22:11:03 +00:00
Oliver Eyton-Williams 854fee4779
Revert "fix(client): use strip-comments library for js comments removal (#41960)" (#42103)
This reverts commit b16fadb436.
2021-05-11 17:12:48 +00:00
Vignesh Saikrishna Mallya 6b0cd89df4
fix(client): fixed typo in 'certification card' english translation (#42100) 2021-05-11 15:10:47 +00:00
gikf 4260416ac3
fix(curriculum): rework Project Euler 75 (#42066)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-11 18:26:58 +05:30
Oliver Eyton-Williams 7a8d6b2504
feat(client): add hashes to monaco workers (#42097) 2021-05-11 18:26:06 +05:30
gikf a6acbe20cc
fix(curriculum): rework Project Euler 71 (#42006) 2021-05-11 13:33:29 +02:00
Oliver Eyton-Williams 916ca023bf
fix: only generate bundle stats during CI (#42094)
* fix: only generate bundle stats during CI

* fix: run if CI exists
2021-05-11 15:59:44 +05:30
Usama Ali 5f33051a92
fix(curriculum): typo for using zombie.js (#42090) 2021-05-11 06:12:40 +02:00
Renovate Bot 6757d39648 chore(deps): update dependency webpack to v5.37.0 2021-05-11 03:32:55 +00:00
Renovate Bot 4df358b7c6 chore(deps): update dependency cypress to v7.3.0 2021-05-11 02:16:33 +00:00
Renovate Bot 26b407967c fix(deps): update dependency postcss to v8.2.15 2021-05-11 00:37:25 +00:00
Renovate Bot 45fabeb1d5 fix(deps): update dependency nanoid to v3.1.23 2021-05-10 23:38:54 +00:00
Renovate Bot 965fc8240d chore(deps): update dependency dotenv to v9.0.2 2021-05-10 22:13:17 +00:00
Renovate Bot 81696e9b23 chore(deps): pin dependencies 2021-05-10 20:46:01 +00:00
Huyen Nguyen 3efe3fa73f
feat(tools): create ui-components package and setup Storybook (#41920)
* feat(client): basic Storybook setup

* Revert "feat(client): basic Storybook setup"

This reverts commit f55e249326.

* feat(tools): create ui-components package and setup Storybook

* Add ui-components to lerna.json
2021-05-11 00:37:01 +05:30