Commit Graph

35748 Commits

Author SHA1 Message Date
camperbot
a8bb1c01c4 chore(i18n,client): processed translations (#45710) 2022-04-18 06:58:21 -07:00
renovate[bot]
6ed7a3ceb7 chore(deps): update dependency prismjs to v1.28.0 (#45707)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 19:03:05 +05:30
Mrugesh Mohapatra
7f550a61d1 chore: update hall of fame 2022-04-18 18:56:51 +05:30
Huyen Nguyen
d35c24af42 feat(ui-components): add states and full-width support to Button component (#45665)
* add active style

* add disable state

* add support for full-width

* add custom focus outline
2022-04-18 11:26:36 +03:00
Renovate Bot
d117989677 chore(deps): update dependency @rollup/plugin-node-resolve to v13.2.1 2022-04-18 06:04:57 +00:00
Renovate Bot
15e7be4141 chore(deps): update codesee to v0.234.0 2022-04-18 02:10:05 +00:00
Renovate Bot
0e4030e1bc fix(deps): update dependency react-i18next to v11.16.6 2022-04-17 22:06:40 +00:00
Renovate Bot
cbf835bd61 chore(deps): update storybook monorepo to v6.4.22 2022-04-17 18:53:32 +00:00
Renovate Bot
694db374ce chore(deps): update dependency tailwindcss to v3.0.24 2022-04-17 15:06:12 +00:00
Renovate Bot
70ecfa5850 chore(deps): update dependency rollup to v2.70.2 2022-04-17 11:15:24 +00:00
Renovate Bot
458d0832b6 chore(deps): update dependency lint-staged to v12.3.8 2022-04-17 04:44:25 +00:00
Renovate Bot
f743dce632 chore(deps): update dependency @types/react-test-renderer to v17.0.2 2022-04-17 01:18:22 +00:00
Renovate Bot
413d240771 chore(deps): update dependency @types/react-redux to v7.1.24 2022-04-16 22:05:17 +00:00
Renovate Bot
6237921541 chore(deps): update dependency @types/node to v16.11.27 2022-04-16 19:18:18 +00:00
Renovate Bot
be3b27fd78 chore(deps): update dependency @types/chai to v4.3.1 2022-04-16 16:15:42 +00:00
Renovate Bot
3c54a53055 chore(deps): update dependency @testing-library/react to v12.1.5 2022-04-16 13:14:12 +00:00
Renovate Bot
6b8c33697e chore(deps): update dependency @rollup/plugin-typescript to v8.3.2 2022-04-16 10:00:58 +00:00
Renovate Bot
0f7415234b fix(deps): pin dependency @sentry/gatsby to 6.19.6 2022-04-16 04:11:39 +00:00
camperbot
6060197423 chore(i18n,docs): processed translations (#45685) 2022-04-16 04:14:53 +09:00
camperbot
d177ff4e11 chore(i18n,learn): processed translations (#45682) 2022-04-15 14:16:36 -03:00
camperbot
049689bbd8 chore(i18n,client): processed translations (#45681) 2022-04-15 14:14:15 -03:00
Naomi Archibong
4ff9c2a6fc feat: update wording for string length (#45602) 2022-04-15 08:13:42 -07:00
Tristan Toye
dfe5a7fd05 Add Sentry to client for error handling (#43920)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-15 09:54:02 -05:00
Rafael D. Hernandez
832eb29c0d fix(learn): Change width for piano on step 28 (#45673)
* fix: change width on step 28

* fix: update step-33 seed

Co-authored-by: Rafael Hernandez <rafaeldavish@Rafaels-MacBook-Pro.local>
2022-04-15 09:36:24 -05:00
Oliver Eyton-Williams
4cc20172c5 fix: fallback to english challenges (#45635)
* fix: fallback to english challenges

All challenges will use the english version if a translated file is not
available.  SHOW_NEW_CURRICULUM still gates what's shown in the client.

* refactor: use closures to simplify createChallenge

* refactor: remove messy destructure

* refactor: add meta via helper

* fix: fallback to [] for meta.required

* fix: repair challenge.block

* refactor: use CONST_CASE for meta + challenge dirs

* fix: catch empty superblocks immediately

* fix: clean up path.resolves

* fix: invalid syntax in JS project steps

* fix: default to english comments and relax tests

Instead of always throwing errors when a comment is not translated, the
tests now warn while SHOW_UPCOMING_CHANGES is true, so that tests will
pass while we're developing and allow translators time to work.

They still throw when SHOW_UPCOMING_CHANGES is false to catch issues
in production

* test: update createCommentMap test

* refactor: delete stale comment

* refactor: clarify validate with explanatory consts

* feat: throw if audited cert falls back to english

* fix: stop testing upcoming localized curriculum
2022-04-15 09:17:49 -05:00
Tom
e0a5fcdb8e fix: add message about third-party cookies (#45672) 2022-04-13 20:56:16 +05:30
Mrugesh Mohapatra
9ea7018740 Merge pull request from GHSA-cc3r-grh4-27gj
* feat: restrict update-user-flag endpoint

* feat(api): add dedicated-endpoints for user

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-13 20:51:31 +05:30
camperbot
bb0f9c8036 chore(i18n,docs): processed translations (#45678) 2022-04-13 23:44:06 +09:00
camperbot
67768b057e chore(i18n,learn): processed translations (#45679) 2022-04-13 23:42:58 +09:00
yuanhepeng
8072041012 fix(curriculum): improve the wording of a challenge (#45677) 2022-04-12 22:05:14 -07:00
Naomi Carrigan
f88b272f79 chore: migrate instructions to learn (#45568)
* chore: migrate instructions to learn

* chore: apply sem's review suggestions

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

* chore: apply tom's review suggestion

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-04-12 09:20:56 -05:00
camperbot
905018ad35 chore(i18n,learn): processed translations (#45670) 2022-04-11 19:34:39 +05:30
camperbot
f40a2c6da1 chore(i18n,client): processed translations (#45669) 2022-04-11 19:34:09 +05:30
Renovate Bot
c1e442a064 fix(deps): update dependency react-i18next to v11.16.5 2022-04-11 00:06:57 +00:00
Renovate Bot
44fb360cba fix(deps): update dependency @stripe/stripe-js to v1.27.0 2022-04-10 21:59:41 +00:00
Renovate Bot
6fda1f1473 chore(deps): update dependency webpack to v5.72.0 2022-04-10 19:58:25 +00:00
Renovate Bot
fb216cccb7 chore(deps): update dependency @testing-library/dom to v8.13.0 2022-04-10 17:07:49 +00:00
Renovate Bot
999a5e66a7 fix(deps): update dependency react-i18next to v11.16.3 2022-04-10 14:49:03 +00:00
Renovate Bot
1d1f1ad77e chore(deps): update dependency eslint-plugin-import to v2.26.0 2022-04-10 11:37:32 +00:00
Renovate Bot
b64e2f481f chore(deps): update codesee to v0.227.0 2022-04-10 06:00:09 +00:00
Renovate Bot
520db30828 fix(deps): update dependency react-instantsearch-dom to v6.23.3 2022-04-10 03:47:24 +00:00
Renovate Bot
6ed07d5823 fix(deps): update dependency @stripe/react-stripe-js to v1.7.1 2022-04-10 01:54:38 +00:00
Renovate Bot
35969c670d chore(deps): update storybook monorepo to v6.4.21 2022-04-09 23:17:40 +00:00
Renovate Bot
8fc705c24f chore(deps): update dependency @types/react-dom to v17.0.15 2022-04-09 20:51:17 +00:00
Renovate Bot
9c278f1968 chore(deps): update dependency @types/enzyme to v3.10.12 2022-04-09 18:13:21 +00:00
Renovate Bot
6544117f6d chore(deps): update dependency @types/react to v17.0.44 2022-04-09 14:53:45 +00:00
Farhan Hasin Chowdhury
7882ff1c94 fix(curriculum): adjusted hint img src
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-04-09 11:41:17 +00:00
JuumanBeing
c92a71e11e fix(curriculum): include note about counting spaces by .length property (#45641)
Added a sentence to bring attention to the fact that the JS string .length property counts space characters.
2022-04-09 12:27:50 +02:00
camperbot
a963286612 chore(i18n,client): processed translations (#45644) 2022-04-09 19:01:10 +09:00
camperbot
19152d19f8 chore(i18n,learn): processed translations (#45646) 2022-04-09 19:00:01 +09:00