Commit Graph

2751 Commits

Author SHA1 Message Date
Renovate Bot
92dc7a785f fix(deps): update dependency react-tooltip to v4.2.19 2021-05-06 12:11:25 +00:00
Renovate Bot
1680f25085 fix(deps): update dependency postcss to v8.2.14 2021-05-06 11:09:17 +00:00
Oliver Eyton-Williams
bbb3d10ea9 chore(deps): algoliasearch 2021-05-06 13:26:54 +05:30
Oliver Eyton-Williams
7ea9d7f62f chore(deps): jest-json-schema-extended 2021-05-06 13:26:54 +05:30
Renovate Bot
c9be11d05a fix(deps): update dependency date-fns to v2.21.2 2021-05-05 21:52:49 +00:00
Mrugesh Mohapatra
29b388025b fix(deps): pin dependency @wojtekmaj/enzyme-adapter-react-17 to 0.6.1 (#42009)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 13:49:59 -07:00
Nicholas Carrigan (he/him)
fd11361fc8 fix(client): update navbar for Chinese Simplified and Traditional (#42007)
* fix: navbar bug

Should resolve the current bug on staging with the nav bar.

* fix: update display names

Update the display names for the two Chinese options.

* fix(tools): remove extraneous test

Docs do not indicate that language code needs to be 2 characters.
2021-05-06 01:44:25 +05:30
Nicholas Carrigan (he/him)
3da4be21bb chore: seed chinese traditional (#42005)
Seeds the chinese traditional files manually so we can deploy to
staging.
2021-05-05 22:43:49 +05:30
Nicholas Carrigan
e46e80e08f feat(client): add chinese traditional
Add chinese traditional to the all-langs validation and necessary
client build configs.
2021-05-05 21:06:54 +05:30
Mrugesh Mohapatra
ce6124a9ed fix: use unofficial adapter for react 17 for enzyme 2021-05-05 20:59:43 +05:30
Renovate Bot
b6da89c5b6 chore(deps): update react monorepo 2021-05-05 20:59:42 +05:30
renovate[bot]
4ace78e0f7 chore(deps): pin dependencies (#42002)
chore(deps): pin dependencies
2021-05-05 20:52:14 +05:30
Oliver Eyton-Williams
e7156dcc9e feat: generate Webpack stats in CI (#41993) 2021-05-05 14:32:22 +00:00
Renovate Bot
26dc5a7fae fix(deps): update dependency react-tooltip to v4.2.18 2021-05-05 14:20:38 +00:00
Oliver Eyton-Williams
a0ac43083a fix: apply audit fix 2021-05-05 18:12:50 +05:30
Oliver Eyton-Williams
4dafe9e168 chore(deps): autoprefixer 2021-05-05 18:12:50 +05:30
Oliver Eyton-Williams
a23d96f0d8 chore(deps): include postcss 2021-05-05 18:12:50 +05:30
Oliver Eyton-Williams
83b9abeb7d chore(deps): react-monaco-editor 2021-05-05 18:12:50 +05:30
Oliver Eyton-Williams
5f8520f0d4 chore(deps): monaco-editor 2021-05-05 18:12:50 +05:30
Renovate Bot
6d8bbf7cfc fix(deps): update dependency react-instantsearch-dom to v6.11.0 2021-05-05 04:50:31 +00:00
Renovate Bot
f5a9251f5e chore(deps): update babel monorepo to v7.14.1 2021-05-05 00:17:08 +00:00
renovate[bot]
8f753a0b67 fix(deps): update dependency react-i18next to v11.8.15 (#41972)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-04 18:15:05 +05:30
camperbot
f1adef45a0 chore(i18n,learn): update translations (#41971) 2021-05-03 19:32:27 +05:30
Ahmad Abdolsaheb
27c8d564e4 fix(client): replace Stripe with PayPal (#41924)
* feat: remove stripe payment option from client

* feat: remove stripe completely

* fix: remove last Stripe remnants

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-05-03 11:45:23 +03:00
Renovate Bot
23564eb732 chore(deps): update dependency webpack to v5.36.2 2021-05-03 07:59:15 +00:00
Renovate Bot
31a69ea685 chore(deps): update babel monorepo to v7.14.0 2021-05-01 16:09:10 +00:00
renovate[bot]
3f776cbc70 fix(deps): update dependency i18next to v20 (#41903)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-01 14:40:54 +02:00
Oliver Eyton-Williams
2eac236e39 fix: remove JS comments revisited (#41952)
* fix: restrict removeJSComments to test-evaluator

To prevent @babel from being included everywhere, this only calls
removeJSComments inside the test-evaluator

* test: add removeJSComments test
2021-04-30 22:30:06 +03:00
Mrugesh Mohapatra
341fe76f0f chore: roll back CSRF changes for the weekend
This reverts commit 00193858a0.
2021-04-30 23:57:28 +05:30
Oliver Eyton-Williams
00193858a0 fix: generate csrf tokens on server not client (#41908)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-04-30 09:42:26 +03:00
GM Fuster
3b056aa7b4 chore(replit): use correct brand name across codebase (#41941)
* replace repl.it with replit.com in the English version

Replace repl.it to replit.com in the English version.  Chinese and Spanish versions have the same issue.

* Updated the repl.it to replit.com or Replit

I changed the text from replit.com to Replit and added the changes to the files outside the curriculum folder.

* Forgot removing one .com.

There was on Replit.com that I missed when I reviewed the files.

* Resolve conflicts

I got an unable to auto merge so resolving conflicts and trying again.

* try committing conflicts again

* Trying the conflicts again

* chore: fix typo in personal library

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

Co-authored-by: gemmaf98 <44875585+gemmaf98@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
2021-04-29 11:13:38 +01:00
Oliver Eyton-Williams
9be2fb9a10 fix: use lodash-es in the client (#41931) 2021-04-28 16:11:20 -05:00
Evgeny Klimenchenko
db369fbed1 fix(client): remove JS comments from user code for tests (#41873)
* Removes comments in js challanges by default

* fix local-scope-and-functions test regex

* fix all languages

* revert language changes

* removed unnecessary removeJSComments from challenges

* fix challanges in other languages

* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
Sem Bauke
20cbfce484 chore(client) remove contextual navigation (#41919) 2021-04-28 08:10:43 -05:00
Sem Bauke
4d83779b2e fix(curriculum): intellisense suggenstion box should not be visible (#41918) 2021-04-27 09:27:53 -07:00
Tom
e79e212912 fix(curriculum): helper function regex s flag causing error (#41910) 2021-04-23 22:59:33 +02:00
Shaun Hamilton
d3f59e6d5d fix(dev): rename superBlock with v7 to certSlug (#41738)
* fix(dev): rename superBlock with v7 to slug

* improve name slug -> certSlug

* superBlockTitle -> superBlock

* correct teeny, tiny mistake

* fix: correct slug to certSlug in certLocation

* refactor currentCerts

* rename showCert cert -> certSlug and various
2021-04-23 22:29:17 +03:00
Renovate Bot
41a7768ca1 chore(deps): update dependency @testing-library/jest-dom to v5.12.0 2021-04-22 19:21:13 +00:00
Shaun Hamilton
96e8dbc58f fix(client): replace lookbehind in transformEditorLink (#41889) 2021-04-22 19:06:33 +05:30
Oliver Eyton-Williams
669844527c chore: remove unused code (#41878) 2021-04-22 11:36:56 +03:00
Renovate Bot
ec7224fb65 chore(deps): update dependency webpack to v5.35.0 2021-04-21 18:00:24 +00:00
Renovate Bot
8bca96845c fix(deps): update dependency @babel/standalone to v7.13.17 2021-04-21 09:19:21 +00:00
Renovate Bot
8a4d945c7c fix(deps): update dependency gatsby to v3.3.1 2021-04-21 04:41:06 +00:00
Renovate Bot
2648e9938f fix(deps): update dependency validator to v13.6.0 2021-04-21 02:12:29 +00:00
Shaun Hamilton
fd955635e5 feat(client): transform app url to editor (#41858) 2021-04-20 14:47:42 -07:00
Renovate Bot
6e481cd193 chore(deps): update babel monorepo to v7.13.16 2021-04-20 18:26:07 +00:00
Renovate Bot
abe9b997cd fix(deps): pin dependency psl to 1.8.0 2021-04-19 19:24:12 +00:00
gracewest333
90fe009374 feat(client): add placeholder text to forum posts (#41849) 2021-04-18 19:40:26 +03:00
Ahmad Abdolsaheb
cbf088595c feat: add gap scripts for production and staging (#40807)
* feat: set gap

* feat: add gap script conditionally

* feat: add 2.16.2 script

* feat: add initial tests

* feat: add dev and chinese gap scripts

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-04-16 14:29:53 +05:30
Renovate Bot
42bb12ea65 fix(deps): update gatsby monorepo 2021-04-15 23:06:47 +00:00