Commit Graph

31843 Commits (e9240196e8bdb4e875c36bf598fcd10ec5190ac8)

Author SHA1 Message Date
camperbot e9240196e8
chore(i18n,docs): processed translations (#48427) 2022-11-08 07:04:19 -08:00
camperbot 984a1845a2
chore(i18n,learn): processed translations (#48428) 2022-11-08 07:03:26 -08:00
camperbot 390a53909e
chore(i18n,learn): processed translations (#48420) 2022-11-07 12:28:52 -06:00
Adelinked 631241a483
fix(curriculum): max heap remove element method (#48345)
* fix:test for the remove element from a max heap method

* replace var by let in all the tests

* replace var by const for MaxHeap function of the seed

Co-authored-by: Adelinked <boulfekhar.adelazizz@gmail.com>
2022-11-07 14:27:02 +01:00
renovate[bot] 127f5cd85b
fix(deps): update dependency json-server to v0.17.1 (#48399)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07 18:44:36 +05:30
camperbot f6af37ed5d
chore(i18n,docs): processed translations (#48418) 2022-11-07 18:41:41 +05:30
camperbot f9abde2814
chore(i18n,client): processed translations (#48419) 2022-11-07 18:41:16 +05:30
YMatsuda 8ea7e50e94
chore(client, i18n): update Japanese footer Nov 22 (#48415) 2022-11-07 15:50:58 +05:30
renovate[bot] 4af27f8aa1 chore(deps): update typescript-eslint monorepo to v5.42.0 2022-11-06 08:26:17 +00:00
renovate[bot] e0349bb9bd chore(deps): update dependency joi to v17.7.0 2022-11-06 05:16:17 +00:00
renovate[bot] ee669cf882 chore(deps): update automerged always - codesee to v0.422.0 2022-11-06 02:47:53 +00:00
renovate[bot] a0357591eb chore(deps): update babel monorepo 2022-11-06 00:17:31 +00:00
renovate[bot] d789be45ea fix(deps): update grouped - stripe 2022-11-05 21:47:49 +00:00
renovate[bot] 21f268f851 fix(deps): update dependency reselect to v4.1.7 2022-11-05 19:12:02 +00:00
renovate[bot] 368f2d606b fix(deps): update dependency react-router-dom to v6.4.3 2022-11-05 16:14:32 +00:00
renovate[bot] cbe2d7cbfc fix(deps): update dependency enzyme-adapter-react-16 to v1.15.7 2022-11-05 13:41:04 +00:00
renovate[bot] 8c78540bcd chore(deps): update dependency tailwindcss to v3.2.2 2022-11-05 11:33:27 +00:00
renovate[bot] d0d6d4c3b8 chore(deps): update dependency dotenv to v16.0.3 2022-11-05 09:03:48 +00:00
renovate[bot] 6fd913db8e chore(deps): update dependency @types/node to v16.18.3 2022-11-05 06:08:21 +00:00
renovate[bot] 733e3645be chore(deps): update github/codeql-action digest to 9e288b0 2022-11-05 03:25:59 +00:00
camperbot 084bf7600f
chore(i18n,learn): processed translations (#48391) 2022-11-04 10:53:44 -05:00
camperbot d7abe32210
chore(i18n,client): processed translations (#48390) 2022-11-04 14:09:10 +01:00
Muhammed Mustafa 8a23a25707
feat(tools): FormContext link FormGroup with its children (#48356) 2022-11-04 14:20:45 +03:00
Oliver Eyton-Williams ecfe09c52d
fix: confirm modal (#48388)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-04 11:06:47 +00:00
Mrugesh Mohapatra 75f4ff10d5
feat(client): add a confirmation modal on signout (#48385)
* feat(client): add a confirmation modal on signout

* test: add and update universal nav

* chore: remove extraneous action

* chore: apply suggestions from code review
2022-11-04 10:31:06 +01:00
Mrugesh Mohapatra 12beeee067
refactor: consistent layout imports (#48378) 2022-11-04 09:40:03 +02:00
Patrick Peters 9266e9fabb
fix(curriculum): replace Github OAuth article link (#48384)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Pat Peters <Pat_Peters@gallup.com>
2022-11-04 10:47:58 +05:30
Shaun Hamilton ec3ee856ec
feat(tools): ignore no-unused-vars on underscore (#48386) 2022-11-04 10:43:46 +05:30
camperbot 4e7d147a03
chore(i18n,learn): processed translations (#48380) 2022-11-03 14:47:19 -05:00
Mrugesh Mohapatra 616837f2cf
chore: update dotenv to v16 (#48370) 2022-11-03 09:10:05 +01:00
Jeremy L Thompson 00f047728b
fix(curriculum): update code order to help with confusion (#48366)
* minor - update order to help with confusion

* update variable names, remove source from tests

* minor - wording

* missing variable rename
2022-11-03 09:09:30 +01:00
Mrugesh Mohapatra cbaa88910e
chore(ci): remove headless from cypress config (#48373) 2022-11-03 13:38:59 +05:30
camperbot 9ae150518e
chore(i18n,learn): processed translations (#48372) 2022-11-02 22:54:24 +05:30
Mrugesh Mohapatra 47244a33d4
fix: drop npm caches in CI (#48369) 2022-11-02 16:41:55 +05:30
Jordan Moore d5d03e078a
feat(tools): Implement basic functionality of table component (#47263)
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-11-02 14:20:10 +05:30
Atir Nayab ace378bff1
fix(curriculum): improve testing in regex challenge (#48266)
* fix(curriculum): add 2 test cases and updated solution

* fix(curriculum): solution regex updated

* fix(curriculum): regex expression updated in regex challenge

* fix(curriculum): solution regex expression updated in regex challenge
2022-11-01 12:41:31 -07:00
Mrugesh Mohapatra 7cf61dae8d
fix(actions): bump mongodb to 4.4 explicitly (#48362) 2022-11-01 16:11:56 +00:00
camperbot 3e2a820aff
chore(i18n,docs): processed translations (#48363) 2022-11-01 19:37:08 +05:30
camperbot 8ac737b25b
chore(i18n,learn): processed translations (#48364) 2022-11-01 19:36:22 +05:30
Ahmad Abdolsaheb 46b5b7ff0d
feat: October footer (#48354)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-01 11:28:00 +00:00
Xavier-Pierre-dev de02417bd5
fix(learn): advanced-node-and-express username field (#47349)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-11-01 11:51:48 +05:30
Naomi Carrigan 756013372e
feat(curriculum): test for extensions (#48297)
* feat: test for extensions

* fix: one of the tags isn't injected always?
2022-10-31 18:26:04 -05:00
Muhammed Mustafa 5ef777973a
feat(client): refactor the buttons leading to the certifcations intro (#48320) 2022-10-31 18:11:51 -05:00
Yash Pratapwar f61f28c443
fix (curriculum): Improved sentences in challenges-english. (#48306) 2022-10-31 17:54:24 -05:00
Rohit Patel be840dee58
fix(curriculum): add lesson to registration form practice project for adding method attribute (#48208)
* fix: added step to add method attribute to form

* added additional test case

* added description to clarify steps

* updated text as per review comments
2022-10-31 15:37:25 -07:00
Atir Nayab aff567f4bf
fix(curriculum): change overflow css of body to hidden in penguin practice project (#48163)
* fix(curriculum): change overflow css of body to hidden

* fix(curriculum): changed overflow css of body in all the steps in penguin practice project

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/61968e9243a4090cc805531c.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* fix(curriculum): removed and prevent programmatic scrolling from description

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-31 15:32:11 -05:00
camperbot 657afbdf29
chore(i18n,docs): processed translations (#48352) 2022-10-31 12:14:00 -05:00
camperbot e48527c2ff
chore(i18n,client): processed translations (#48353) 2022-10-31 17:23:00 +02:00
camperbot 1dc55ab6ab
chore(i18n,learn): processed translations (#48355) 2022-10-31 19:35:45 +05:30
renovate[bot] 1d590c3918 fix(deps): update dependency react-instantsearch-dom to v6.38.0 2022-10-31 12:42:04 +00:00