Commit Graph

4060 Commits (3edafd9e891a2da7acb2b7f1db70dcff8e52f333)

Author SHA1 Message Date
Matheus Pormanhani be29e37a69
chore: typescript migration of components/settings/Honesty.test.js (#45713)
* chore: renamed file to .tsx

* chore: migrate components/settings/Honesty.test.js to .tsx

* fix: update Honesty.test.tsx snapshot
2022-04-18 09:03:44 -07:00
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
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 3c54a53055 chore(deps): update dependency @testing-library/react to v12.1.5 2022-04-16 13:14:12 +00:00
Renovate Bot 0f7415234b fix(deps): pin dependency @sentry/gatsby to 6.19.6 2022-04-16 04:11:39 +00:00
camperbot 049689bbd8
chore(i18n,client): processed translations (#45681) 2022-04-15 14:14:15 -03: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
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 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 999a5e66a7 fix(deps): update dependency react-i18next to v11.16.3 2022-04-10 14:49:03 +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
camperbot a963286612
chore(i18n,client): processed translations (#45644) 2022-04-09 19:01:10 +09:00
Renovate Bot ae4603ca98 chore(deps): update dependency @testing-library/jest-dom to v5.16.4 2022-04-09 05:40:30 +00:00
Renovate Bot b55f61c6ef chore(deps): update babel monorepo to v7.17.9 2022-04-09 02:55:43 +00:00
Oliver Eyton-Williams 1d87c3c4f2
fix: handle missing sound saga payloads (#45645) 2022-04-08 18:57:57 +01:00
Alessia Vanni 4f3b131a4b
chore: Added article links in italian footer (#45586)
* Update trending.json

Added 30 articles from the column "Published" on Trello

* Update trending.json

Replaced the first thirty titles and links

* Update trending.json

Ho ridotto la lunghezza di alcuni titoli (<=28 caratteri) e spostato la parentesi di chiusura su una nuova riga

* Add missing comma

* JSON formatting

* fixed titles length

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-04-08 12:55:45 +02:00
Ahmad Abdolsaheb fbc84c6647
feat: update footer Apr 2022 (#45638) 2022-04-08 09:08:33 +02:00
camperbot 5a681766ab
chore(i18n,client): processed translations (#45639) 2022-04-07 09:56:53 -07:00
Muhammed Mustafa 9e5816c0c9
fixed a typo in basic-node-and-express intro (#45640) 2022-04-07 16:26:38 +02:00
Ahmad Abdolsaheb 4034c59ba2
feat(client): add secure donation border to donation form (#45637)
* feat: add secure donation border to donation form

* feat: add string to translations

* Apply suggestions from code review

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

* feat: cleanup and reorder logic

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-07 13:24:42 +01:00
camperbot 4005d65123
chore(i18n,client): processed translations (#45632) 2022-04-07 11:28:03 +02:00
Naomi Carrigan 0c35edb4d6
feat: change monaco shortcut (#45627)
* feat: change monaco shortcut

* fix: oops I lost the eslint-enable comment

* feat(tests): add cypress tests
2022-04-07 14:10:34 +05:30
camperbot 5145d3dcfe
chore(i18n,client): processed translations (#45620) 2022-04-05 12:16:39 +02:00
Tiffanie Alcaide 5b0250241a
chore(client): migrate i18n/configForTest.js to TS (#45624) 2022-04-04 19:44:17 +00:00
renovate[bot] 27b71f5e1e
fix(deps): update dependency nanoid to v3.3.2 (#45607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 19:11:19 +05:30
Bruce B 31cbbc3501
fix: update light theme code example color contrast ratios (#45603) 2022-04-04 16:27:38 +03:00
Tom 3d242179b2
fix: make crtl+s save to appropriate location (#45406)
* fix: crtl+s for multifile cert projects

* fix: remove unused code

* feat: add limit on save frequency
2022-04-04 15:32:43 +03:00
Renovate Bot f43de0969e fix(deps): update dependency @stripe/stripe-js to v1.26.0 2022-04-03 19:43:07 +00:00
Renovate Bot 88ac6c51f0 chore(deps): update dependency webpack to v5.71.0 2022-04-03 16:53:04 +00:00
Renovate Bot 12078b6831 chore(deps): update codesee to v0.223.0 2022-04-03 07:12:44 +00:00
Renovate Bot 11611cff28 fix(deps): update dependency react-instantsearch-dom to v6.23.1 2022-04-03 03:17:56 +00:00
Renovate Bot 2b52a9854b fix(deps): update dependency react-final-form to v6.5.9 2022-04-02 20:18:04 +00:00
sjkadali ca33332a38
chore(challenges-utils): Typescript migration of Challenges util postUpdate$.js (#45601)
* Rename to .ts

* Typescript migration of Challenges/utils/postUpdate$.js
2022-04-02 11:58:11 +02:00
camperbot f6c903fccc
chore(i18n,client): processed translations (#45598) 2022-04-01 11:01:55 -07:00
Tom 9f753a5662
feat: let users save cert project code to db (#44700)
* feat: let users save cert project code to db

fix: move getChallenges call out of request function so it only runs once

fix: use FlashMessages enum

fix: transform challengeFiles earlier

test: make tribute page use multifile editor

stuff I was playing with - revert this to get it to a working state

refactor: allow undefined editableRegionBoundaries

fix: save history

history is not necessarily ["name.ext"] and using the incorrect history
could cause weird bugs

fix: replace files -> challengeFiles on the client

refactor: DRY out ajax

fix: use file -> challengefile map

refactor: rename ajax types

fix: alphatize flash-messages.ts

revert: tribute page project

fix: remove logs

fix: prettier

fix: cypress

fix: prettier

fix: remove submitComplete action

fix: block UI for new projects

fix: handle code size

* fix: catch undefined files

* fix: don't default to undefined when it's already the default

* fix: only update savedChallenges if applicable

* fix: dehumidify backend + fine tune nearby stuff

* fix: prop-types

* fix: dehumidify sagas

* fix: variable name

* fix: types

* Apply suggestions from code review

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

* fix: typo

* fix: prettier

* fix: props types

* fix: flash messages

* Update client/src/utils/challenge-request-helpers.ts

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

* chore: rename function uniformize -> standardize

* fix: flash message

* fix: add link to forum on flash messages

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-31 10:34:40 -05:00
camperbot d9d363b6fe
chore(i18n,client): processed translations (#45573) 2022-03-30 06:58:34 -07:00
Mrugesh Mohapatra 111a402378
fix(client): add loader for email sign up (#45560)
Add a loader for the buttons.

Co-authored-by: Oliver Eyton-Williams ojeytonwilliams@gmail.com
2022-03-29 15:42:28 +05:30
Mrugesh Mohapatra b2a96e0a09
fix(client): sign up for email list directly (#45508)
* fix(client): sign up for email list directly

* fix: remove extraneous code
2022-03-28 19:51:58 +05:30
Renovate Bot 3375a94677 fix(deps): update dependency react-instantsearch-dom to v6.23.0 2022-03-28 04:13:13 +00:00
Renovate Bot 3cd35e8aec fix(deps): update dependency gatsby-plugin-advanced-sitemap to v2.1.0 2022-03-27 22:30:27 +00:00
Renovate Bot b046847b7d chore(deps): update codesee to v0.216.0 2022-03-27 16:10:59 +00:00
Renovate Bot 1177e8182d fix(deps): update dependency typescript to v4.6.3 2022-03-27 13:20:09 +00:00
Renovate Bot a4a0cbc209 fix(deps): update dependency react-i18next to v11.16.2 2022-03-27 04:02:35 +00:00
Renovate Bot fbb34d2810 chore(deps): update dependency @testing-library/jest-dom to v5.16.3 2022-03-26 06:00:37 +00:00
camperbot 4fb1af8d6f
chore(i18n,client): processed translations (#45529) 2022-03-25 18:24:16 +05:30
renovate[bot] 6fc99192f4
fix(deps): update font awesome (#45479)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-25 18:23:45 +05:30
Naomi Carrigan 6d56b777d8
fix: disable code folding when editable regions present (#45525) 2022-03-25 16:15:19 +05:30
camperbot a93a8fc70d
chore(i18n,client): processed translations (#45519) 2022-03-25 06:40:33 +09:00
camperbot 11e929ec1a
chore(i18n,client): processed translations (#45514) 2022-03-23 06:30:55 -07:00
camperbot f975837442
chore(i18n,client): processed translations (#45503) 2022-03-23 00:44:13 -03:00
Ahmad Abdolsaheb 94650964c4
feat: a/b test lock icon (#45499)
* feat: a/b test

* Update client/i18n/locales/english/translations.json

* Apply suggestions from code review
2022-03-22 16:28:41 +00:00
Bruce B 3490a3a956
fix(a11y): hotkeys for toggle-aria-roledescription (#45498) 2022-03-22 13:22:26 +01:00
Tom a428284804
feat: release rdbms as beta (#45428) 2022-03-22 11:35:38 +05:30
camperbot 8ae12b0849
chore(i18n,client): processed translations (#45490) 2022-03-21 09:59:04 -03:00
Renovate Bot fc77d053ed fix(deps): update dependency react-i18next to v11.16.1 2022-03-20 20:41:52 +00:00
Renovate Bot fde7a38d49 fix(deps): update dependency @stripe/stripe-js to v1.25.0 2022-03-20 17:12:20 +00:00
Renovate Bot f00cf66e22 fix(deps): update dependency algoliasearch to v4.13.0 2022-03-20 14:50:36 +00:00
Renovate Bot ec8affdb75 chore(deps): update codesee to v0.211.0 2022-03-20 09:36:35 +00:00
Renovate Bot 8f3ea03ff5 chore(deps): update dependency postcss to v8.4.12 2022-03-20 02:13:46 +00:00
Renovate Bot a856fd4e8b chore(deps): update dependency gatsby-plugin-webpack-bundle-analyser-v2 to v1.1.27 2022-03-19 21:00:05 +00:00
Renovate Bot 560784feef chore(deps): update dependency autoprefixer to v10.4.4 2022-03-19 14:33:47 +00:00
Renovate Bot 141932a69d chore(deps): update babel monorepo 2022-03-19 02:55:23 +00:00
camperbot 2df1a3235f
chore(i18n,client): processed translations (#45453) 2022-03-18 16:23:48 +09:00
Ahmad Abdolsaheb 54fb32f007
feat: add dark theme editor highlight color (#45450) 2022-03-17 13:28:25 +01:00
Kai Wei Mo 6a7d2e5cbe
feat: visual distinction between instructions and code (#45354)
* Add border-left to description-container

* Add description-container use primary-background

* Jaw border to quaternary bg

* Select editor line to highlight bg

* Update client/src/templates/Challenges/classic/editor.tsx

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-17 14:07:18 +03:00
Triumph Joshua Odemudia adcce7fb6d
Chore: Typescript Migration for Index.js file (#45447) 2022-03-17 15:34:19 +05:30
camperbot 93d2d838c4
chore(i18n,client): processed translations (#45444) 2022-03-16 23:11:32 +05:30
Ahmad Abdolsaheb 7b9bc8bb99
fix: clean up donate-saga error (#45435)
* fix: clean donate-saga error

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-15 15:11:31 -07:00
Naomi Carrigan 10efb79643
fix: resolve lint error in paypal-button (#45440) 2022-03-15 18:54:08 +00:00
camperbot a070a76694
chore(i18n,client): processed translations (#45437) 2022-03-16 02:05:33 +09:00
Ahmad Abdolsaheb 193973f7ec
feat: add database cert alert (#45346)
* feat: add database cert alert

* fix: change link to forum post

* fix: alert text

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2022-03-15 10:31:20 +01:00
Tom daaa2b38cf
feat: encode user tokens (#45429) 2022-03-15 14:11:43 +05:30
camperbot 9a48c71ecf
chore(i18n,client): processed translations (#45431) 2022-03-14 18:04:30 +01:00
Renovate Bot f058ad2850 fix(deps): update dependency react-i18next to v11.15.7 2022-03-13 10:57:28 +00:00
Renovate Bot b0e4dff83f chore(deps): update codesee to v0.208.1 2022-03-12 17:14:40 +00:00
Renovate Bot 782295ec21 chore(deps): update dependency @testing-library/react to v12.1.4 2022-03-12 03:31:55 +00:00
Tom 9e5f9b2a7c
fix: webhook process (#45385)
* fix: token rework functional

fix: clean up

fix: more clean up

fix: more clean up

fix: add widget back to settings

fix:

fix:

fix: cypress

Apply suggestions from code review

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

fix: use flash enum

* chore: rename webhookToken -> userToken

fix: add translations I forgot to save

* fix: add missing tones for flash messages

* fix: node test
2022-03-11 13:58:23 -08:00
camperbot 0c9a05917c
chore(i18n,client): processed translations (#45413) 2022-03-11 09:49:18 -08:00
Ilenia bd8f9097c6
chore: changed article links in it footer (#45402) 2022-03-11 10:53:32 +05:30
Oliver Eyton-Williams 8ee9b5761a
fix: use keys in curriculum.json (#45407)
* feat: add function to map from path to superblock

* fix: use superblocks as keys in curriculum.json

* fix: handle new superblock names

* fix: keep deleting relational-database
2022-03-10 20:41:33 +00:00
camperbot 94ea8012ad
chore(i18n,client): processed translations (#45403) 2022-03-10 16:04:49 +01:00
Ahmad Abdolsaheb 2e9b37a02b
feat: A/B test firing a confetti on block donation modal (#45393) 2022-03-10 09:13:10 +00:00
camperbot c3127e14bf
chore(i18n,client): processed translations (#45394) 2022-03-09 15:40:57 +01:00
Alexey Rubanik 2381b729ee
correcting the verbs usage in 153 line intro.json (#45387) 2022-03-09 09:57:07 +01:00
Shaun Hamilton 8b3f3251b4
feat(client): match .freecodecamp.org for submissions (#45386) 2022-03-09 09:56:09 +01:00
camperbot c19978a0fb
chore(i18n,client): processed translations (#45383) 2022-03-08 20:38:35 +05:30
Renovate Bot 98d60ebe88 chore(deps): update codesee to v0.204.0 2022-03-08 05:36:15 +00:00
Renovate Bot d04cd37431 fix(deps): update dependency react-i18next to v11.15.6 2022-03-08 01:47:21 +00:00
Ahmad Abdolsaheb 5d30bb6cd5
feat: footer March (#45366)
* feat: footer march

* Update client/i18n/locales/english/trending.json
2022-03-07 14:58:36 +00:00
camperbot 885d04a07e
chore(i18n,client): processed translations (#45372) 2022-03-07 19:46:09 +05:30
Renovate Bot 6848caf9f1 chore(deps): update dependency postcss to v8.4.8 2022-03-07 07:39:46 +00:00
Renovate Bot bb21b4c4c4 chore(deps): update dependency ts-node to v10.7.0 2022-03-06 07:00:10 +00:00
Renovate Bot 36bfe28ab0 chore(deps): update codesee to v0.202.0 2022-03-05 00:31:55 +00:00
Naomi Carrigan 982ba9b307
fix: unrevert verbiage changes (#45349)
* fix: unrevert verbiage changes

* fix: typo

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

* fix(tools): update cypress test

* chore: apply sem's review

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

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2022-03-04 16:35:56 -06:00
camperbot 35d0f02350
chore(i18n,client): processed translations (#45344) 2022-03-04 19:47:07 +05:30
Tom e24c8abc7f
revert: release rdbms to production (#45347) 2022-03-04 15:15:20 +01:00
Tom 84c305ab08
feat: release rdbms to production (#45169)
* fix: add cert to email for when all certs are earned

* fix: unhide rdbms from production

* fix: cert project input field

* feat: add cypress tests

* fix: message on project pages to lower expectations

* fix: update instructions

* fix: add quincy's suggestions

* fix: add beta label and reorder

* fix: utils test

* fix: move rdbms to bottom of settings

* fix: cypress tests

* Apply suggestions from code review

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

* fix: only drop seeded users webhook tokens

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-04 15:38:09 +05:30
renovate[bot] 68ad98f83d
chore(deps): update codesee to v0.200.0 (#45342)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-04 15:36:38 +05:30
Renovate Bot 103784e69f chore(deps): update codesee to v0.199.0 2022-03-04 00:30:50 +00:00
Renovate Bot 3428d46f7e chore(deps): update dependency webpack to v5.70.0 2022-03-03 18:09:42 +00:00
camperbot dc59733434
chore(i18n,client): processed translations (#45332) 2022-03-03 20:30:26 +05:30
Bruce B cef8e8f739
fix(a11y): remove unnecessary link on course heading (#44794)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-03 19:26:10 +05:30
Renovate Bot 298b17a344 chore(deps): update codesee to v0.198.0 2022-03-03 05:30:07 +00:00
Oliver Eyton-Williams c11bd163b2
feat: display multifile projects (#45220)
* refactor: DRY up certification and ProjectModal

* fix: use sensible keys for SolutionViewer

* refactor: handle legacy solutions like new ones

* refactor: correct CompletedChallenge type

* fix: store challengeType for multifile projects

* fix: use challengeType to set display type

* feat: use dropdown to display project + code

* refactor: isOpen -> showCode to avoid a clash

We need to be able both show the code and show the completed project

* refactor: remove redundant parts of projectPreview

* refactor: fix project preview types

* feat: wip, using existing modal to show project

* feat: show projects on timeline

* feat: display projects on time-line

* chore: use consistent case for GitHub

* fix(a11y): translate show solution/view

* refactor: rename showFilesSolution

* refactor: use self-closing tag

* fix: remove hardcoding (certification + timeline)

* fix: remove hardcoding (settings)

* test: supply store and mock ga

* fix: include challengeType for projects

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

* refactor: remove space

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

* fix: key -> filekey on challenge submission

* fix: handle submissions without files

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-03-02 19:49:54 -06:00
Renovate Bot d1d04dbadf fix(deps): update dependency algoliasearch to v4.12.2 2022-03-03 00:40:47 +00:00
renovate[bot] bec2deb3c0
chore(deps): update typescript-eslint monorepo to v5.13.0 (#45294)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-02 11:00:55 +01:00
Renovate Bot 173549df47 fix(deps): update dependency @stripe/stripe-js to v1.24.0 2022-03-02 09:38:25 +00:00
Renovate Bot 1dc0f55d3d chore(deps): update dependency ts-node to v10.6.0 2022-03-02 05:45:08 +00:00
Renovate Bot a3fb9347b6 chore(deps): update codesee to v0.197.2 2022-03-02 03:21:46 +00:00
Renovate Bot abfbbac953 chore(deps): update codesee to v0.197.1 2022-03-01 21:33:27 +00:00
camperbot c6ec2512ad
chore(i18n,client): processed translations (#45298) 2022-03-01 21:39:06 +05:30
Renovate Bot e178e9a808 fix(deps): update dependency typescript to v4.6.2 2022-03-01 10:22:40 +00:00
Renovate Bot d1f799ee80 chore(deps): update codesee to v0.197.0 2022-03-01 05:39:03 +00:00
camperbot 8494837d2c
chore(i18n,client): processed translations (#45286) 2022-02-28 08:46:04 -08:00
Renovate Bot b4ec62dbdb fix(deps): pin dependencies 2022-02-28 12:29:54 +00:00
Naomi Carrigan d37fc114a7
feat: update font-awesome (#45258) 2022-02-28 11:49:32 +01:00
camperbot 0efe6a5770
chore(i18n,client): processed translations (#45276) 2022-02-28 09:02:35 +01:00
HenMoshe b6706a0232
fix: added ctrl + enter to run the tests button (#45278)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-02-27 21:25:45 -08:00
Renovate Bot dacda8df9d chore(deps): update codesee to v0.196.1 2022-02-27 09:53:23 +00:00
Renovate Bot e69cde7ac1 chore(deps): update codesee to v0.195.0 2022-02-26 10:17:19 +00:00
Karen Lowe 79c6d64449
fix: copy edits to motivation (#45260)
Co-authored-by: Karen Lowe <klowe@ancestry.com>
2022-02-26 10:05:39 +05:30
Renovate Bot 15f6c6f7a7 chore(deps): update codesee to v0.194.0 2022-02-25 21:59:32 +00:00
camperbot 517227ae9d
chore(i18n,client): processed translations (#45255) 2022-02-25 12:50:33 +00:00
renovate[bot] b420b508b1
fix(deps): update font awesome (#44957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-02-25 12:17:21 +00:00
Renovate Bot 7b51752da2 chore(deps): update dependency postcss to v8.4.7 2022-02-25 08:49:02 +00:00
Renovate Bot 8c5cb2e4d8 chore(deps): update codesee to v0.193.1 2022-02-25 00:43:46 +00:00
Renovate Bot 805807e276 fix(deps): pin dependency util to 0.12.4 2022-02-24 20:57:57 +00:00
camperbot 8ee7aa08f8
chore(i18n,client): processed translations (#45234) 2022-02-24 23:48:04 +05:30
Ismail Tlemcani 2846df2b66
fix: fix util import statement (#45104)
Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
2022-02-24 08:16:47 -08:00
Renovate Bot 7b1196ba8f chore(deps): update codesee to v0.193.0 2022-02-24 03:09:35 +00:00
Renovate Bot c013ae597d chore(deps): update codesee to v0.192.0 2022-02-23 21:00:40 +00:00
Tom 2586503f9c
fix: typo in rdbms git tutorial title (#45226) 2022-02-23 15:42:29 +00:00
camperbot ff4e21b7f2
chore(i18n,client): processed translations (#45222) 2022-02-23 12:41:30 +00:00
sidemt c681c33587
fix(a11y): use appropriate aria-label for fCC logo depending on its use (#45201) 2022-02-23 13:52:44 +05:30
camperbot 0a4c8db230
chore(i18n,client): processed translations (#45213) 2022-02-22 20:55:27 +05:30
Ahmad Abdolsaheb 64efa96d30
feat(client): add badge benefit to progress modal copy (#45142)
* feat: add badge benefit to progress modal copy

* Update client/src/redux/index.js
2022-02-22 12:38:35 +00:00
Renovate Bot 565bcf80af fix(deps): update dependency react-i18next to v11.15.5 2022-02-22 11:21:43 +00:00
Renovate Bot 09a873f4fe fix(deps): update dependency @babel/standalone to v7.17.6 2022-02-22 02:44:44 +00:00
camperbot 3cbcbb481d
chore(i18n,client): processed translations (#45196) 2022-02-20 07:36:26 -08:00
camperbot b9f34f0667
chore(i18n,client): processed translations (#45191) 2022-02-19 23:46:49 +09:00
camperbot 8138a07d52
chore(i18n,client): processed translations (#45164) 2022-02-19 16:23:47 +09:00
Oliver Eyton-Williams 87f3d320ce
refactor(client): explain transform's signature (#45166)
It's important to not pass frame to transform when using
transformWithFrame. Instead we need to pass either frame.contentDocument
or frame.contentDocument.documentElement
2022-02-18 23:02:40 +00:00
Tom fd14608492
feat: release rdbms on staging (#44576)
fix: unhide cert from settings page

fix: add cert variables where missing

fix: show token on settings page

feat: add challenges to certified user data

fix: stylize settings page a little bit

fix: only show rdbms when upcomingChanges = true

fix: relational databases -> relational database
2022-02-18 17:29:30 +01:00
Mrugesh Mohapatra d8bb9611dc
chore: [CodeFactor] Apply fixes (#45163)
Co-authored-by: codefactor-io <support@codefactor.io>
2022-02-18 04:43:18 -08:00
Shaun Hamilton c620077a7b
fix(client): use iframe document element for transform (#45155) 2022-02-18 10:52:15 +01:00
Renovate Bot 1bdb03807a chore(deps): update codesee to v0.191.0 2022-02-18 02:52:53 +00:00
Renovate Bot 1cf2a9c7b7 chore(deps): update dependency prismjs to v1.27.0 2022-02-18 00:38:41 +00:00
camperbot a26f45ed81
chore(i18n,client): processed translations (#45150) 2022-02-18 03:49:44 +09:00
Renovate Bot 915b331c69 chore(deps): update babel monorepo to v7.17.5 2022-02-17 18:45:18 +00:00
Renovate Bot 29e2b9f775 chore(deps): update dependency webpack to v5.69.1 2022-02-17 17:52:30 +00:00
Naomi Carrigan 1681cf262a
fix: translatable "code saved" message (#45130) 2022-02-17 21:33:02 +05:30
Renovate Bot c056af0e7a chore(deps): update codesee to v0.190.1 2022-02-17 02:17:58 +00:00
Renovate Bot dda619a8aa fix(deps): update dependency nanoid to v3.3.1 2022-02-17 00:25:33 +00:00
Oliver Eyton-Williams b223cdd255
refactor: display solutions (#45139)
* refactor: re-organise show-project-links

* refactor: update ChallengeFile's declared shape

* fix: handle missing challenge solution

* refactor: use display function for Certification

* refactor: use display function for TimeLine

* refactor: use common component for timeline + cert

* fix: handle legacy solutions

* refactor: use widget for certifications

* refactor: reorganise ShowDisplayWidget

* refactor: remove unused ids

* test: pass dataCy, not projectTitle, to widget

* chore: kebabify

* revert: add id back for dropdown

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

* revert: add the ids back

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-02-16 13:48:22 -08:00
camperbot fe7f2b74ca
chore(i18n,client): processed translations (#45141) 2022-02-16 18:18:47 +01:00
Renovate Bot 229a9d8b2b chore(deps): update babel monorepo to v7.17.4 2022-02-16 03:55:50 +00:00
Renovate Bot 904778c7a6 chore(deps): update dependency @testing-library/react to v12.1.3 2022-02-16 01:35:20 +00:00
Renovate Bot 6f6b6cc84c fix(deps): update dependency @stripe/stripe-js to v1.23.0 2022-02-15 22:56:09 +00:00
Bruce B 7abb89326b
fix(a11y): make breadcrumb nav more accessible (#45021)
* fix: make breadcrumb nav more accessible

* refactor: cypress test and jest snapshot

* slight adjustment to left breadcrumb focus outline

* feat: translate aria for nav

* chore(tools): update snapshot

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-02-15 21:44:18 +03:00
Oliver Eyton-Williams cde1407f58
feat(client): make all sources available in tests (#44725)
* feat: make all sources available in tests

The original contents of all files (index.html, script.js etc.) will be
accessible in tests.  For example __sources['index.html'] gets the
original html file and nothing else.

* feat: use __file to get user code
2022-02-15 23:29:31 +05:30
Renovate Bot 62e75bc14f chore(deps): update babel monorepo to v7.17.3 2022-02-15 17:24:44 +00:00
camperbot 4a157750f5
chore(i18n,client): processed translations (#45122) 2022-02-15 08:04:06 -08:00
Renovate Bot 84f60cb9c5 chore(deps): update dependency webpack to v5.69.0 2022-02-15 15:56:49 +00:00
Renovate Bot a500344ce9 fix(deps): update dependency nanoid to v3.3.0 2022-02-15 09:47:46 +00:00
Renovate Bot 192c0fb192 chore(deps): update codesee to v0.189.0 2022-02-15 00:05:59 +00:00
camperbot ad7c9af5bd
chore(i18n,client): processed translations (#45108) 2022-02-14 07:51:42 -08:00
renovate[bot] 24a5087c6c
chore(deps): update codesee to v0.187.0 (#45013)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 21:09:48 +05:30
Ahmad Abdolsaheb fa5c697d2a
feat: clean ga (#45107) 2022-02-14 10:26:56 +01:00
Krzysztof G f644c239c1
chore(client): tsmigrate getTargetEditor.js (#45090) 2022-02-14 06:12:04 +07:00
camperbot dbef7a3464
chore(i18n,client): processed translations (#45083) 2022-02-13 12:44:51 +09:00
Renovate Bot fa670e37db fix(deps): update dependency react-reflex to v4.0.6 2022-02-12 05:03:51 +00:00
Bruce B a5e4596db7
fix(a11y): remove tab role from buttons in beta rwd challenges (#45032)
* fix: remove tab role from buttons in beta rwd challenges

* remove sr-only text

* remove whitespace
2022-02-11 16:00:36 -08:00
Oliver Eyton-Williams 7fe4695794
refactor: ignore eslint less (#45082)
* refactor: remove and fix some eslint disables

* refactor: drop max-line disables
2022-02-11 10:28:13 -08:00
Tom 57cf47dad4
feat: split rdbms into individual blocks and two challengeTypes (#44978)
* feat: split english rdbms into individual blocks

fix: stuff

fix: remove from partiallyComplete array on submit

fix: add suggestion

Update client/i18n/locales/english/translations.json

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

Update client/i18n/locales/english/intro.json

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

Update client/i18n/locales/english/intro.json

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

Update client/i18n/locales/english/intro.json

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

Update client/src/templates/Challenges/codeally/show.tsx

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

* fix: prettier

* fix: style suggestion

* Apply suggestions from code review

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

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-02-11 15:39:27 +00:00
Bruce B 361e7fc2e5
fix(a11y): FCC logo link (#45039)
* fix: fcc logo link

* fix: fcc svg label

* feat: use translated aria for logo

* clean up

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-02-10 17:02:26 -08:00
Huyen Nguyen 8711fbad8e
chore: remove unused file (#45073) 2022-02-10 20:07:42 +01:00
camperbot 829ec163c0
chore(i18n,client): processed translations (#45067) 2022-02-10 10:07:53 -08:00
Oliver Eyton-Williams 5f06b7805c
test: titles in project previews (#45051)
* fix: trim titles before injecting into iframes

Surrounding whitespace isn't useful

* test: check preview iframe has correct title
2022-02-11 00:57:50 +07:00
Oliver Eyton-Williams 44e2bce920
refactor: clean up ref types (#45070)
The react-hotkeys innerRef type is incorrect (it accepts both callback
and object refs), but the lib is unmaintained at this point.
2022-02-10 11:31:55 -06:00
Kita Pairojtanachai (Chris) 22acd4894d
migrate certain files in __mocks__/ (#45071)
* change ref from styleMock.js to .ts

* change ref from fileMock.js to .ts
2022-02-10 18:10:02 +01:00
Poonkuzhali 1fa46c8f11
#45037_Renamed text from Expand courses to Expand course in intro.json (#45061)
* Updated intro.json

Changed the expand courses to expand course
2022-02-10 11:55:07 +00:00
Bruce B 2c8b9f7815
fix: beta rwd - make step heading h1 (#45036) 2022-02-10 11:14:58 +01:00
camperbot ebfcd467c5
chore(i18n,client): processed translations (#45059) 2022-02-10 01:54:13 +09:00
Naomi Carrigan a430aa42ef
feat(client): styling for project cards (#44771)
* feat: project -> certification project

* feat: add certification icon

* feat: cert project banner

* feat: combine new cert detection methods

* feat: add a dynamic tag

* feat: replace blocks with grid bloks for new RWD

* feat: adjust individual progress bar

* feat: add dropdown icon

* feat: add conditional rendering

* feat: add local and fix cert card link

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-02-08 19:49:00 -06:00
Shaun Hamilton 7d1677fc86 fix(client): show description when above line 1 2022-02-09 03:56:13 +03:00
Shaun Hamilton 765e72e702 feat(client): enable scrollBeyondLastLine in editor 2022-02-09 03:56:13 +03:00
Renovate Bot 4049c38440 chore(deps): update babel monorepo to v7.17.2 2022-02-08 21:50:45 +00:00
Bruce B 6b2f2dbf77
fix(a11y): remove complementary role from instructions panel (#45030) 2022-02-08 17:46:24 +00:00
Bruce B 03d9239eb5
fix(a11y): add h1 heading to classic challenges (#45031) 2022-02-08 21:21:19 +05:30
Ahmad Abdolsaheb d863018dd9
feat: footer Feb 22 (#45043) 2022-02-08 07:41:16 -08:00
Renovate Bot 0898c15255 fix(deps): update dependency react-i18next to v11.15.4 2022-02-08 13:04:55 +00:00
Bruce B 7d817cb237
fix(a11y): add title attribute to iframes (#45014)
* fix:add title attribute to iframes
2022-02-08 11:22:54 +01:00
Renovate Bot 37c41cdcf7 chore(deps): update dependency ts-node to v10.5.0 2022-02-07 19:06:10 +00:00
camperbot 6d659c9d90
chore(i18n,client): processed translations (#45025) 2022-02-05 08:59:51 -08:00
Renovate Bot 018f73e518 fix(deps): update dependency sanitize-html to v2.7.0 2022-02-04 18:59:16 +00:00
Renovate Bot 1d76032484 fix(deps): update dependency @babel/standalone to v7.17.1 2022-02-03 21:56:49 +00:00
Renovate Bot a3732facc3 chore(deps): update dependency @testing-library/jest-dom to v5.16.2 2022-02-03 05:35:38 +00:00
Renovate Bot bb36d04b37 chore(deps): update babel monorepo to v7.17.0 2022-02-03 03:08:35 +00:00
Renovate Bot e3184acd2a fix(deps): update dependency babel-plugin-preval to v5.1.0 2022-02-03 00:33:54 +00:00
Renovate Bot efaa3b497b chore(deps): update codesee to v0.177.1 2022-02-02 22:12:54 +00:00
Ahmad Abdolsaheb 3cee5509e6
chore(client): add view_type meta to analytics (#44999) 2022-02-02 17:34:24 +01:00
Ismail Tlemcani 09d30d2d14
fix(client): console output for sets and maps (#44966)
Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
2022-02-02 11:53:49 +00:00
Renovate Bot 634a39eebf fix(deps): update dependency react-instantsearch-dom to v6.22.0 2022-02-02 11:42:37 +00:00
Renovate Bot a84f578a82 chore(deps): update codesee to v0.177.0 2022-02-02 03:11:19 +00:00
Renovate Bot 343258bdd9 chore(deps): update dependency postcss to v8.4.6 2022-02-01 18:29:07 +00:00
Oliver Eyton-Williams c541baf179
fix(client): update invalid stored code (#44437)
* fix: repair invalid stored code
2022-02-01 10:09:08 -06:00
Renovate Bot ca6efe041a chore(deps): update dependency webpack to v5.68.0 2022-01-31 19:12:23 +00:00
Renovate Bot b2caef3d18 fix(deps): update dependency react-final-form to v6.5.8 2022-01-31 15:26:49 +00:00
sidemt 42384803ed
fix(learn, i18n): fix help tags to create help post in Japanese subforum (#44959) 2022-01-31 09:52:26 +00:00
Renovate Bot c998eee75c chore(deps): update codesee to v0.176.1 2022-01-28 23:36:36 +00:00
camperbot a176000798
chore(i18n,client): processed translations (#44952) 2022-01-28 10:38:49 -08:00
Renovate Bot 52a3f79284 fix(deps): update dependency algoliasearch to v4.12.1 2022-01-28 17:11:34 +00:00
Sem Bauke 7ab1e98a7f
fix(editor): remove reference tool-tips (#44949)
* fix(editor): remove MDN refrence tooltips

* fix: init in constructor
2022-01-28 15:11:05 +00:00
Renovate Bot 7df61af92a chore(deps): update codesee to v0.176.0 2022-01-28 13:06:54 +00:00
Oliver Eyton-Williams fff1d833b9
fix: prevent scroll jumping on /settings (#44937) 2022-01-28 09:02:07 +01:00
sidemt 47d27412fa
feat(learn, i18n): enable japanese certifications (#44869)
* feat(learn, i18n): enable japanese certifications

* feat(learn, i18n): update links for japanese pages

* Revert "feat(learn, i18n): update links for japanese pages"

This reverts commit 8e16f4dd22.

* feat(learn, i18n): update links for japanese pages

* feat(learn, i18n): update algoliaIndices for japanese

* feat(learn, i18n): update meta tags for japanese
2022-01-27 09:57:33 -08:00
camperbot 4b9c3dd0dd
chore(i18n,client): processed translations (#44935) 2022-01-27 19:00:07 +05:30
Renovate Bot fd777f5145 chore(deps): update codesee to v0.175.0 2022-01-27 04:01:45 +00:00
Renovate Bot 6da8d634cc chore(deps): update codesee to v0.174.0 2022-01-27 01:51:35 +00:00
Renovate Bot 232624c658 chore(deps): update dependency chai to v4.3.6 2022-01-26 17:35:46 +00:00
Renovate Bot fedf4d1bbb fix(deps): update dependency react-instantsearch-dom to v6.21.1 2022-01-26 15:14:50 +00:00
Renovate Bot 122cebdd97 chore(deps): update codesee to v0.172.0 2022-01-26 11:17:18 +00:00
Renovate Bot 879e73881b chore(deps): update dependency chai to v4.3.5 2022-01-26 08:11:39 +00:00
Krzysztof G 6db9bbbd6e
fix: include labels in editor tabs buttons (#44918) 2022-01-25 13:57:17 -08:00
Oliver Eyton-Williams f63a650c01
fix: show-cert... Cypress tests (#44911)
* fix: scroll to certification section

* test: refactor and update show-cert

Pulls out the flaky code from the before hook (where a single failure
kills the suite) into the test.  Also, the visit to settings to view the
certification only needed to happen once.
2022-01-25 14:23:01 -06:00
Renovate Bot 1a5b3c0ebb chore(deps): pin dependencies 2022-01-25 12:16:01 +00:00
Oliver Eyton-Williams 7216ca55cc
refactor: organise TypeScript config and migrate helpers (#44747)
* feat: allow more 1000 steps to be created at once

* refactor: start migrating to typescript

* refactor: delete-step to ts

* refactor: migrated some helpers

* refactor: migrate create-empty-steps

* refactor: migrate create-step-between

* refactor: finish migrating to TS

* refactor: migrate tests

* fix: ensure mock.restore is done after each test

* fix: prevent double-tscing

* fix: repair the tests

* chore: use ts-node for scripts

We don't need the performance boost of incremental compilation and
ts-node is easier to work with

* refactor: consolidate tsconfigs

* refactor: replace gulp

* fix: use ts-node for build-curriculum

* fix: allow ts compilation of config

* feat: create and use create:config script

* fix: add /config to eslint projects

* fix: remove gulp script
2022-01-25 11:34:16 +01:00
renovate[bot] 82ca6d8441
fix(deps): update dependency nanoid to v3.2.0 (#44899)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 10:41:39 +01:00
renovate[bot] 4f049bf407
fix(deps): update dependency react-instantsearch-dom to v6.21.0 (#44887)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 12:22:56 +05:30
Renovate Bot dd0a073356 chore(deps): update dependency webpack-cli to v4.9.2 2022-01-25 04:18:09 +00:00
Oliver Eyton-Williams cacc4eacd7
fix: handle the sorting of transformed files (#44724)
* fix: handle the sorting of transformed files

We can't use the ext property, since that is transformed, but the
history is maintained.

* test: make solutions polyVinyls for sorting

* refactor: inline prepareChallenge

* refactor: make solutions polys in getChallenges

* fix: convert each solution to a poly

* fix: skip empty solutions

* fix: get challenge file history in client

* refactor: stop calling isPoly from the client

* fix: remove debug console.log

* refactor: remove unnecessary sorting step
2022-01-24 10:42:27 -08:00
Oliver Eyton-Williams b1fb6adc39
fix: insert user html more consistently (#42195)
* fix: use an iframe to preserve head and body

* fix: remove unnecessary parsing of html

The contents gets inserted into the DOM during transformHtml, which
is always part of the build pipeline

* fix: pipe contents through iframe

* refactor: use the same code for both transforms

* fix: try to handle test errors better

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2022-01-24 18:02:25 +00:00
Bruce B 76529a17ba
feat(client): JAWS 2022 bugfix for monaco editor (#44784)
* feat: JAWS 2021 bugfix for monaco editor

* update menu label and toggle announcement

* Update client/src/templates/Challenges/classic/editor.tsx

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

* Update client/src/templates/Challenges/classic/editor.tsx

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

* Update client/src/templates/Challenges/classic/editor.tsx

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

* clarify visibility hack for live region

* Update client/src/templates/Challenges/classic/editor.tsx

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

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-01-24 17:45:01 +00:00
renovate[bot] e61668833a
chore(deps): update dependency nanoid to v3.1.31 [security] (#44873)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 22:14:14 +05:30
Renovate Bot 5e60c14a4d chore(deps): update babel monorepo to v7.16.12 2022-01-22 20:52:45 +00:00
camperbot 9cf0a935aa
chore(i18n,client): processed translations (#44876) 2022-01-23 00:01:07 +09:00
Renovate Bot 8715578440 chore(deps): update codesee to v0.169.0 2022-01-22 02:43:35 +00:00
Renovate Bot 4f03e9f8c8 chore(deps): update dependency webpack to v5.67.0 2022-01-21 21:19:32 +00:00
camperbot b2b5a1967a
chore(i18n,client): processed translations (#44865) 2022-01-22 00:54:58 +09:00
Renovate Bot 188ea02fe1 fix(deps): update dependency typescript to v4.5.5 2022-01-21 02:54:40 +00:00
Renovate Bot c223116c33 chore(deps): update codesee to v0.168.0 2022-01-21 00:14:53 +00:00