bd2573f081
chore(deps): update dependency eslint-plugin-jest-dom to v3.9.2
2021-09-12 11:42:06 +00:00
7b5d54bb78
chore(deps): update dependency @testing-library/react to v12.1.0
2021-09-11 13:34:10 +00:00
969e4ac9e2
chore(deps): update dependency @testing-library/dom to v8.5.0
2021-09-11 11:04:10 +00:00
a563b3b4e4
feat(curriculum): CSS Box Model project ( #42182 )
...
* feat(curriculum): add initial steps
Add the initial step files for this project.
* feat(curriculum): write test texts
Add some test text (tests coming soon).
* feat: tests for HTML bits
Add tests for the HTML bits - CSS holding off until parser lands.
* feat: CSS tests
New CSS parser works great!
* fix: link href
Fix the href in the boilerplate.
* chore: apply suggestions from code review
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* fix: clarify link element
* fix: optional chaining
* fix: remove unused meta props
* fix: update helper and fix tests
* chore: apply tom's review suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* chore: no console logs
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: intro
Add introductory text, tweak instructions a bit.
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-10 17:17:03 +01:00
ac11c85409
chore(deps): update dependency webpack to v5.52.1
2021-09-10 15:36:47 +00:00
4ae1a50fd7
chore(deps): update dependency tailwindcss to v2.2.15
2021-09-10 14:10:13 +00:00
e9be93f964
chore(deps): npm audit fix - tools
2021-09-10 18:11:02 +05:30
240a3aea88
chore(deps): npm audit fix - root
2021-09-10 18:11:02 +05:30
9aea61d0df
fix: conflicting info updated ( #43394 )
2021-09-10 15:40:39 +05:30
f46d183d95
chore(deps): update babel monorepo to v7.15.6 ( #43424 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-10 15:27:27 +05:30
11493a6a5e
chore(deps): update dependency serve to v12.0.1
2021-09-09 22:56:31 +00:00
1552c5226f
chore(deps): update codesee to v0.81.0
2021-09-09 21:02:13 +00:00
b34465d217
chore(deps): update dependency axios to v0.21.2 [security] ( #43409 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-09 22:09:12 +05:30
654526c942
chore(i18n,learn): update translations ( #43421 )
2021-09-09 07:15:47 -07:00
5bdf6159f5
chore(deps): update dependency prettier to v2.4.0
2021-09-09 13:38:43 +00:00
b1c3b8cb03
feat: enable translated certs ( #43397 )
2021-09-09 17:27:34 +05:30
58ee4a77c5
chore(deps): update dependency eslint-plugin-testing-library to v4.12.2
2021-09-09 10:48:41 +00:00
adc07fb50a
fix(curriculum): typo in parsing html and saving data challenge ( #43416 )
2021-09-09 09:29:54 +02:00
4bfe989324
fix: typo in problem 260 ( #43418 )
2021-09-09 09:28:35 +02:00
983ff5d93f
fix(deps): update dependency sanitize-html to v2.5.0
2021-09-09 00:05:51 +00:00
e1dff59eab
chore(deps): update codesee to v0.80.0
2021-09-08 22:11:00 +00:00
2c5ba710c3
fix(deps): update dependency react-i18next to v11.12.0
2021-09-08 20:12:09 +00:00
4950313ca0
chore(deps): update dependency remark-html to 13.0.2 [security] ( #43400 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-08 13:46:01 -05:00
790f757f49
chore(deps): update dependency tailwindcss to v2.2.14
2021-09-08 16:58:31 +00:00
483946e788
chore(deps): update dependency @testing-library/dom to v8.3.0 ( #43399 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-08 22:28:20 +05:30
430719f56a
chore(i18n,client): processed translations ( #43404 )
2021-09-08 22:25:23 +05:30
499ce56fd6
fix(deps): update dependency i18next to v20.6.1
2021-09-08 14:33:16 +00:00
b942bc98b2
chore(deps): update dependency jest to v27.1.1
2021-09-08 13:25:15 +00:00
42b748edf2
chore(deps): update dependency tailwindcss to v2.2.12
2021-09-08 12:30:52 +00:00
a48091a012
fix(client): avoid calling the api for signed out users ( #42383 )
...
* feat(client): call api for singed in paypal subs
* feat(client): update tests
* feat(client): add kebab case
* fix: clarify tests
2021-09-07 21:24:18 -05:00
bdcd6fa577
chore(deps): update codesee to v0.79.0
2021-09-08 00:27:13 +00:00
fa84f6c449
feat(curriculum): css picasso painting ( #42436 )
...
* feat: generating steps
- Steps 1-32 done.
- Steps 33-80 done.
- Instructions 1-26 done.
- Instructions 27-61 done.
- More steps.
- Instructions 62-88 done.
- Clarify instructions for new concepts.
- build fixes
- Audit instructions on live site.
* fix: add helpCategory
* feat: write tests
* feat: add intro
* chore: use the right selectors
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* chore: cannot read property Shaun of undefined :)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: Shau-ptional chaining
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: uncross my wires
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-07 21:49:42 +02:00
6fd628f338
fix(tools): correct files -> challengeFiles ( #43385 )
2021-09-07 20:24:11 +05:30
fee38fe744
chore(i18n,docs): processed translations ( #43374 )
2021-09-07 20:19:09 +05:30
2c5ec74e45
fix: remove stray files ( #43376 )
2021-09-07 20:18:47 +05:30
88385e46bb
fix: button width and text not matching ( #43380 )
2021-09-07 20:18:25 +05:30
ec4821a707
chore(i18n,curriculum): processed translations ( #43390 )
2021-09-07 20:17:37 +05:30
fa6d3f4cf2
chore(deps): update dependency tailwindcss to v2.2.11
2021-09-07 12:50:50 +00:00
a5eafbf04f
chore(deps): update dependency tailwindcss to v2.2.10
2021-09-06 22:06:25 +00:00
c3375f37fd
chore(deps): update typescript-eslint monorepo to v4.31.0
2021-09-06 20:05:33 +00:00
c0922f814f
fix(deps): update dependency node-fetch to v2.6.2
2021-09-06 16:07:22 +00:00
d7e6e39a84
chore(deps): update dependency acorn to v8.5.0
2021-09-06 13:18:23 +00:00
5c45e66234
chore(deps): update dependency eslint-plugin-testing-library to v4.12.1
2021-09-06 12:24:06 +00:00
148cf18412
chore(i18n,curriculum): update translations ( #43375 )
2021-09-06 11:52:36 +01:00
b952bbb179
chore(i18n,learn): update translations ( #43386 )
2021-09-05 20:14:23 +02:00
ec34f0f918
chore(deps): update babel monorepo to v7.15.5
2021-09-04 11:01:38 +00:00
5d53d9d4a9
chore(deps): update codesee to v0.78.0
2021-09-03 21:41:15 +00:00
27622f7f94
chore(deps): update storybook monorepo to v6.3.8
2021-09-03 20:28:55 +00:00
38d7ac87ba
chore(deps): update dependency webpack to v5.52.0
2021-09-03 18:06:04 +00:00
7857756062
chore(client): meta and yml certificate -> certification ( #43353 )
...
* chore(client): meta and yml certificate -> certification
* make translators lives more difficult - rename everything
2021-09-03 08:08:45 -07:00