Commit Graph

34872 Commits

Author SHA1 Message Date
renovate[bot]
5b2c82d29f chore(deps): update dependency ts-jest to v29.1.0 2023-04-09 03:31:24 +00:00
renovate[bot]
8bddaef94f chore(deps): update automerged always - codesee to v0.551.0 2023-04-08 23:36:20 +00:00
renovate[bot]
bd8336c7b4 fix(deps): update dependency i18next to v22.4.14 2023-04-08 21:20:12 +00:00
renovate[bot]
5169ac1e37 chore(deps): update dependency @uiw/react-codemirror to v3.2.9 2023-04-08 18:20:33 +00:00
Elian Doran
13ab1e9885
fix(curriculum): fix backspace in string escape sequences (#50001) 2023-04-08 13:22:30 +02:00
Gaurav Nainwal
c0eb4e6fac
fix(curriculum): revise intro "Selecting from Many Options with Switch Statements" (#50000) 2023-04-08 14:52:17 +05:30
renovate[bot]
e1dd1a5726 chore(deps): update github actions 2023-04-08 07:15:40 +00:00
Muhammed Mustafa
210d75c23c
refactor(client): move to uiw react codemirror for challenge editor (#49323)
* refactor(client): move to uiw react codemirror

use editor value to set the input

revert my test which I added by mistake

Remove the state test

update pnpm lock

* fix the broken lock file

* rename the file for clearance

* Move the old properties to the old classs

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

* fix typo

---------

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-04-07 21:19:37 +02:00
camperbot
1558ce16f1
chore(i18n,docs): processed translations (#49992) 2023-04-07 11:05:13 -05:00
camperbot
d23ff47967
chore(i18n,learn): processed translations (#49993) 2023-04-07 07:23:40 -07:00
renovate[bot]
762f35c385
chore(deps): update dependency tailwindcss to v3.3.1 (#49921)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 18:58:21 +02:00
camperbot
919bdca177
chore(i18n,docs): processed translations (#49979) 2023-04-06 18:56:02 +02:00
camperbot
6ce3e5d4c5
chore(i18n,learn): processed translations (#49981) 2023-04-06 18:55:43 +02:00
Naomi Carrigan
2076e41b2d
chore: improve block namify (#49950)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-06 18:31:55 +02:00
camperbot
3c82cf3b9a
chore(i18n,client): processed translations (#49980) 2023-04-06 17:41:32 +02:00
renovate[bot]
dc958155b4
chore(deps): update automerged always - codesee to v0.549.0 (#49920)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 18:54:45 +05:30
renovate[bot]
88b923e553
chore(deps): update dependency @types/react to v16.14.38 (#49919)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 16:02:14 +05:30
Muhammed Mustafa
e08c6dec2c
refactor(client): make elements in show global to reduce the load on every render (#49972)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-06 15:58:49 +05:30
Sahejdeep Singh
f1d00c6c6b
fix: acceptance for latest safari version (#49959)
fix: acceptance for latest safari version
2023-04-06 15:33:36 +09:00
Rafael D. Hernandez
530a80fcc6
docs: remove Atom as a recommended code editor (#49974)
* update: docs - remove atom as recommendation

* Update docs/how-to-setup-freecodecamp-locally.md

LGTM

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

* Update docs/how-to-setup-freecodecamp-locally.md

Agreed  - LGTM

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

* Update docs/how-to-setup-freecodecamp-locally.md

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

---------

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-04-06 15:09:53 +09:00
renovate[bot]
bd42353841 chore(deps): update dependency @types/node to v18.15.11 2023-04-06 02:35:08 +00:00
Muhammed Mustafa
16a0b8572a
refactor(client): split lower-jaw component to subcomponents (#49015)
---------

Co-authored-by: Bruce B <bbsmooth@gmail.com>
Co-authored-by: moshe vilner <shootermv@gmail.com>
2023-04-05 22:11:37 +02:00
cto234
9bdea8fc8f
fix(curriculum): Bad grammar cat photo app 8 (#49969)
* Fixed grammar and formatting

* Re-added instructions
2023-04-05 21:23:28 +02:00
a2937
3500a4c0d1
fix(curriculum): make logical AND/OR step more concise (#49965)
* Fix typos in js logical steps.

* Consistency across both pages.
2023-04-05 17:16:07 +00:00
Oliver Eyton-Williams
5ea1f4fffc
feat: add githash as query param (#49960) 2023-04-05 21:15:51 +05:30
Muhammed Mustafa
1d8e9fb0b7
feat(api): create sentry plugin (#49731)
* feat(api): add sentry plugin

Apply suggestions from code review

Revert "feat(api): add sentry plugin"

This reverts commit fcde4ee03e9b83e335a6a2bccd490490e9993597.

install sentryNode

WIP: create sentry debug

WIP: find out why use errorhandler isn't typed correct

install sentry

add the deleted sentry code

create sentry plugin

* fix error found through sentry

* Polish sentry plugin

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

* duplicate the changes made in the other plugin

* add done to seterrorHandler

* Fix a typo in sentry option

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

* Stop the dns from running if a DSN wasn't provided

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

* Polish the function and check the variable value

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

* check the dsn dashboard in the env

* export dsn value if it isn't sentrydashboard

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

* when the value is undefined init errors

* revert the if statement

* throw an error whenever an environment variable is not right

---------

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-05 08:35:23 -07:00
Mrugesh Mohapatra
162336365b
fix(e2e): update workflows and cypress configs (#49947)
* chore: bump cypress to v11

* fix: remove firefox downgrade

* fix: remove passing specs in the run-script
2023-04-05 08:33:22 -07:00
camperbot
d31dd8a9d2
chore(i18n,learn): processed translations (#49961) 2023-04-05 17:20:27 +02:00
camperbot
49fe1fa0ac
chore(i18n,docs): processed translations (#49957) 2023-04-05 20:18:33 +05:30
camperbot
3b86194020
chore(i18n,client): processed translations (#49958) 2023-04-05 19:49:41 +05:30
renovate[bot]
ec0da45e09 chore(deps): update dependency @types/lodash to v4.14.192 2023-04-05 12:33:08 +00:00
Mrugesh Mohapatra
db4e58fa7a
fix(e2e): disable running on firefox temporarily (#49954) 2023-04-05 13:29:15 +05:30
renovate[bot]
97325f03b5 chore(deps): update dependency @types/node-fetch to v2.6.3 2023-04-05 04:14:10 +00:00
Mrugesh Mohapatra
f1fee66b0f
docs: update the setup guide (#49941)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-04 14:25:41 -07:00
Mrugesh Mohapatra
f3ecae64e9
chore: add more gaps to the code area (#49939) 2023-04-04 23:27:54 +05:30
camperbot
b44c93d2e2
chore(i18n,learn): processed translations (#49944) 2023-04-04 14:49:02 +00:00
renovate[bot]
82e21aca0e
fix(deps): update dependency react-i18next to v12 (#49800)
* fix(deps): update dependency react-i18next to v12

* chore: address linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
2023-04-04 10:38:32 +01:00
renovate[bot]
314c978524 chore(deps): update babel monorepo to v7.21.4 2023-04-04 07:21:28 +00:00
Naomi Carrigan
8aa0432b18
chore(curriculum): no quotes in code strings (#49936)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-03 20:29:27 +00:00
Arsalan Yaqoob Malik
8d9a31ac77
fix: add test for only 4 keyframe waypoints (#49935) 2023-04-03 19:07:48 +00:00
Muhammed Mustafa
6e89d3b2dd
feat(tools): remove assertion in params inside challenge editor (#49931) 2023-04-03 18:38:22 +00:00
Rabin-Osti
b9fd70cdfc
fix: Improve wording in Record Collection instructions (#49926) 2023-04-03 12:09:29 -06:00
renovate[bot]
a638da6747
chore(deps): update dependency markdownlint to v0.28.0 (#49854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 17:03:43 +00:00
Mrugesh Mohapatra
6b0f5ebc06
fix(pnpm): disable strict peers flag (#49934) 2023-04-03 22:00:11 +05:30
camperbot
16a1f915d6
chore(i18n,learn): processed translations (#49930) 2023-04-03 07:51:10 -07:00
camperbot
5151d70ad3
chore(i18n,client): processed translations (#49929) 2023-04-03 15:20:31 +02:00
Muhammed Mustafa
283f8e2c2a
fix(client): rendering the block title as an array (#49924) 2023-04-03 12:53:23 +00:00
renovate[bot]
b48d12714a
fix(deps): update dependency @sinclair/typebox to v0.26.6 (#49855)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 09:13:36 +00:00
Muhammed Mustafa
b460bc0fba
feat(client): add unique flash messages to the sounds (#49785)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 14:08:45 +05:30
Anmol Sarraf
6552b88382
fix(curriculum): reword instructions in XMLHttpRequest section (#49876) 2023-04-03 09:37:39 +01:00