Commit Graph

29555 Commits

Author SHA1 Message Date
9f9fb63caa chore(i18n,curriculum): processed translations (#44193) 2021-11-17 19:50:53 +05:30
8812e6b3ac chore(deps): update codesee to v0.142.0 (#44184)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 19:50:16 +05:30
Tom
f0698aa517 feat(client,api): add user tokens and route for submitting coderoad tutorials (#43304)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-17 19:49:24 +05:30
4eb036a2bb chore(deps): update dependency @types/validator to v13.7.0 (#44182)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 19:45:35 +05:30
8c94a26fbe chore(deps): pin dependencies (#44191)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 19:32:50 +05:30
383bafa064 chore(i18n,curriculum): update translations (#44186) 2021-11-17 12:53:39 +01:00
8a785e92f0 chore(deps): update dependency webpack to v5.64.1 (#44181)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 13:40:08 +05:30
0b15f0e505 fix(client): remove auto redirect in email sign up page (#42832) 2021-11-17 12:19:32 +05:30
Tom
21be9df82a feat: add/rename md files for new RDBMS tutorials (#44132)
* feat: split RDBMS tutorial into two parts

* fix: update challenges across the rest of the languages
2021-11-16 21:35:59 +00:00
56a60700b7 feat(client): add patreon ga (#44179)
* feat: add patreon ga

* Apply suggestions from code review

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

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-16 14:26:56 +00:00
2aa95a4b85 fix(deps): update dependency react-i18next to v11.14.2 (#44166)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 11:31:40 +05:30
6d21f143c3 fix(deps): update dependency @types/node to v16.11.7 (#44167)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-15 20:18:53 +05:30
e56c75ba68 chore(i18n,curriculum): update translations (#44177) 2021-11-15 20:10:48 +05:30
9dc35e4397 chore(deps): pin dependency @types/node to 16.11.7 (#44173)
* chore(deps): pin dependency @types/node to 16.11.7

* chore: install @types/node in tools

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-15 15:26:55 +05:30
fa42282699 chore(deps): update codesee to v0.141.2 (#44176)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-13 12:24:24 +05:30
9f21b9bf19 feat: change flex to grid (#44175) 2021-11-12 11:47:26 -08:00
dceb27236e chore(i18n,curriculum): processed translations (#44171) 2021-11-12 16:35:39 +01:00
98a4b24057 chore(i18n,client): processed translations (#44170) 2021-11-12 16:35:12 +01:00
d489aa307e chore: import node types (#44172)
* chore: add @types/node to client

* fix: update declaration with node 16 changes
2021-11-12 20:38:39 +05:30
355341908b chore(deps): update dependency rollup to v2.60.0 (#44165)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 13:17:38 +05:30
5e7a02194a chore(deps): update codesee to v0.141.0 (#44164)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 10:50:02 +05:30
19f0b2619d chore(deps): update dependency copy-webpack-plugin to v9.1.0 (#44163)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 10:49:39 +05:30
0b362380d4 fix(client): remove url parameters from forum href (#44157)
* fix(client): remove url parameters from forum href

* add tests for removeUrlParamters

* use URL API, Shaun's preferred method
2021-11-11 21:57:26 +00:00
95923c11c7 chore(deps): update dependency webpack to v5.64.0 (#44162)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 01:51:35 +05:30
87e20dd062 chore(deps): update dependency gatsby-plugin-webpack-bundle-analyser-v2 to v1.1.26 (#44161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 00:57:03 +05:30
c5a7d8aea1 chore(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1 (#44156)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 00:06:55 +05:30
89c94e54e7 chore(client): add and apply naming convention (#44110)
* refactor: remove unused types

* chore: add naming-convention lint rule

* refactor: rename redux proptypes

* chore: remove Type suffix from prop-types

* chore: apply conventions to ajax

* chore: apply convention to create-types

* chore: apply convention to show-project-links

* chore: search-bar

* chore: Hotkeys

* chore: privacy

* chore: portfolio

* chore: search-page-hits

* chore: search-suggestion

* chore: search-hits

* chore: no-hits-suggestion

* chore: timeline-pagination

* chore: various profile files

* chore: heat-map

* chore: portfolio

* chore: certifications

* chore: landing-top

* chore: certifications

* chore: campers-image

* chore: big-call-to-action

* chore: paypal related files

* chore: show-user

* chore: show-settings

* chore: show-certification

* test: rename profile snap

* fix: ignore snake case for stripe card form

* refactor: remove duplicate type declarations

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

* fix: handle null solutions in Timeline

* test: add remaining Profile props

* refactor: revert accidental rename

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-11-11 10:09:50 -08:00
85359ed00a chore(i18n,curriculum): update translations (#44159) 2021-11-11 21:32:39 +05:30
48e44ddc05 chore(i18n,learn): update translations (#44158) 2021-11-11 14:10:15 +01:00
b54747afae chore(deps): update dependency eslint-plugin-react to v7.27.0 (#44151)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 17:04:25 +05:30
e27ad96264 fix(deps): update dependency react-i18next to v11.14.1 (#44146)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 12:25:47 +05:30
fb6995cefc chore(deps): update dependency @testing-library/dom to v8.11.1 (#44116)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 12:10:31 +05:30
c5b1cd2994 chore(deps): update dependency eslint-plugin-import to v2.25.3 (#44150)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 10:29:59 +05:30
f64537599e chore(deps): update dependency webpack to v5.63.0 (#44131)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 10:28:52 +05:30
8060e58e73 chore(deps): update dependency redux-saga-test-plan to v4.0.4 (#44128)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 10:28:24 +05:30
23482c2a2c fix(deps): update dependency reselect to v4.1.2 (#44119)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 10:27:29 +05:30
4c04de0611 chore(deps): update codesee to v0.140.0 (#44117)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 10:27:02 +05:30
9cd5f5f00e chore(curriculum): add instructions 07 (#44152)
* Update polygon-area-calculator.md

* Update probability-calculator.md

* Update time-calculator.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-11-10 23:02:33 +01:00
db777d914a feat(client): ts-migration for EditorTabs component (#44006)
* chore: rename the file EditorTabs.js to tsx

* refactor: refactor the file EditorTabs to tsx

refactor: refactor the file EditorTabs to tsx

refactor: refactor the file EditorTabs to tsx

* Update client/src/templates/Challenges/classic/desktop-layout.tsx

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

Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-11-10 08:50:02 -08:00
2657265a84 chore(i18n,learn): update translations (#44153) 2021-11-10 16:49:12 +00:00
ba8efbba8b chore(deps): update babel monorepo to v7.16.3 (#44147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 22:03:07 +05:30
6c5bd13612 chore(deps): update dependency mock-fs to v5.1.2 (#44142)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 21:59:01 +05:30
5a57d28bc0 fix(deps): update dependency @stripe/stripe-js to v1.21.1 (#44115)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 21:57:53 +05:30
385ed3a695 chore(i18n,curriculum): update translations (#44154) 2021-11-10 08:27:30 -08:00
7f769cdaf8 Add Patreon client key validation (#44155) 2021-11-10 08:21:50 -08:00
6feeaa289b fix(deps): update dependency @types/react-dom to v17.0.11 (#44107)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 20:17:39 +05:30
38c7cab70a fix: bump number of english articles (#44149) 2021-11-10 12:57:15 +04:00
8d6d210d82 feat(client): ts-migration for the Mobile Layout component (#44082)
* chore: rename the file MobileLayout.js to tsx

* refactor: refactor the file MobileLayout to TS

Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
2021-11-10 09:29:19 +01:00
26319e0094 fix: ignore package-lock (#44148) 2021-11-10 08:05:05 +01:00
419b3b3719 fix(curriculum): Fix a typo in 10-coding-interview-prep/rosetta-code/subleq (#44133)
* Fix a typo

* Fix more new line issues
2021-11-09 12:52:37 -06:00