renovate[bot]
64ef7f82fc
fix(deps): update dependency @growthbook/growthbook-react to v0.13.0 ( #49681 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-12 18:20:59 +05:30
renovate[bot]
61be2c68b0
fix(deps): update dependency react-router-dom to v6.9.0
2023-03-12 12:05:26 +00:00
renovate[bot]
8c15289f13
chore(deps): update dependency webpack to v5.76.1
2023-03-12 09:30:06 +00:00
renovate[bot]
e315d91b0c
chore(deps): update dependency eslint-config-prettier to v8.7.0
2023-03-12 06:00:42 +00:00
renovate[bot]
7de9fa55a1
chore(deps): update dependency @types/node to v18.15.0
2023-03-12 02:59:50 +00:00
renovate[bot]
cc8b7da4b2
chore(deps): update automerged always - codesee to v0.531.0
2023-03-11 23:37:37 +00:00
renovate[bot]
d5b87cd07d
fix(deps): update dependency react-reflex to v4.0.12
2023-03-11 20:29:46 +00:00
renovate[bot]
748dea033c
fix(deps): update dependency fastify to v4.14.1
2023-03-11 19:45:28 +00:00
renovate[bot]
caed609114
chore(deps): update dependency autoprefixer to v10.4.14
2023-03-11 17:09:13 +00:00
Jameson Richard
c6a3c8635a
fix(curriculum): add missing code elements in challenge 15 of The Odin Project ( #49661 )
...
update wording for challenge 15 of The Odin Project - charset meta element
Co-authored-by: You <kirktopode>
2023-03-11 15:35:48 +01:00
Dylan R
dbd119b994
fix(curriculum): Fixing a typo in curriculum ( #49665 )
...
* fixing typy in step 41
* updated wording
2023-03-11 14:30:06 +05:30
renovate[bot]
4193207ce6
fix(deps): update dependency jquery to v3.6.4
2023-03-11 07:48:09 +00:00
renovate[bot]
a88b97c5b3
chore(deps): update github actions ( #49669 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 07:24:56 +02:00
Walid Mouaaouia
aab4c2e132
fix(curriculum): Changed the paragraph about map/filter/reduce in ES6 JS ( #49629 )
2023-03-11 06:44:12 +02:00
Oliver Eyton-Williams
4213c65670
fix: update clean commands ( #49650 )
...
* fix: update clean commands
With npx the command had to be run twice to clean node_modules.
Also, we have rimraf installed, so npx is not necessary.
* fix: include root node_modules
* fix: update script
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
---------
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2023-03-11 01:11:28 +05:30
Oliver Eyton-Williams
c5984e78e5
fix: only cache pnpm store once ( #49662 )
2023-03-11 01:10:18 +05:30
camperbot
4d1fe9c640
chore(i18n,learn): processed translations ( #49654 )
2023-03-10 15:55:06 +02:00
camperbot
fafb8da7c7
chore(i18n,client): processed translations ( #49652 )
2023-03-10 18:28:14 +05:30
Oliver Eyton-Williams
14286f6f8b
chore(.github): cache pnpm store ( #49637 )
...
💸
2023-03-10 12:08:40 +00:00
Tom
b950070f80
feat(curriculum): add college algebra cert as upcoming change ( #43605 )
...
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2023-03-10 10:55:50 +00:00
camperbot
2d510e189b
chore(i18n,learn): processed translations ( #49642 )
2023-03-10 09:51:16 +01:00
Md Kaif Khan
2cb4bac99a
fix(curriculum): use #<name> for element id reference ( #49638 )
...
fix:updated getMessage element phrase in json apis and ajax course
2023-03-10 09:47:45 +01:00
Muhammed Mustafa
74046d1d82
refactor(client): delete honest-Policy file ( #49643 )
...
* refactor(client): clean extra element I have added by mistake
* reduce the complexicity of the file
2023-03-10 09:45:29 +01:00
pmelin
90d35945c1
chore(cypress): TS Migration: projects.ts, show-cert-from-superblock.ts and challenges.ts ( #49635 )
2023-03-10 07:41:25 +00:00
Oliver Eyton-Williams
fe4de8dfe6
docs(devops): correct build command for updates ( #49646 )
2023-03-10 09:19:50 +02:00
camperbot
194ea36103
chore(i18n,docs): processed translations ( #49639 )
2023-03-10 09:16:50 +02:00
Niraj Nandish
4769a448e1
feat(api): sessions management ( #49499 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2023-03-09 20:36:33 +05:30
Shaun Hamilton
1da3e95ee3
chore(.gitpod): rm extensions@X ( #49641 )
2023-03-09 14:36:48 +00:00
camperbot
c43207b651
chore(i18n,client): processed translations ( #49640 )
2023-03-09 15:31:32 +01:00
Muhammed Mustafa
86c215acdd
feat(client): add type reset ( #49628 )
...
* feat(client): add type reset
* downgrade babel types
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
---------
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2023-03-09 14:25:30 +00:00
Oliver Eyton-Williams
3864d36e35
fix: remove use-node-version + update devops docs ( #49636 )
...
* fix: drop use-node-version + explain npmrc config
* docs(devops): go back to installing node directly
* docs(devops): update scripts + cleanup
* docs: add note about updating node
---------
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2023-03-09 14:09:13 +00:00
Mohit Singh
05266841f3
fix(curriculum): fixed the spelling error of 'attribute' ( #49633 )
2023-03-09 05:57:35 +02:00
camperbot
7f5d162ada
chore(i18n,docs): processed translations ( #49622 )
2023-03-08 19:45:04 +01:00
Mrugesh Mohapatra
b13713c33f
chore(client): rename and update analytics ( #49626 )
2023-03-08 15:01:22 +00:00
Shaun Hamilton
e08797c2df
fix(docs): update wsl instructions for pnpm ( #49624 )
2023-03-08 19:14:54 +05:30
camperbot
da3ffe2c1b
chore(i18n,client): processed translations ( #49623 )
2023-03-08 12:42:54 +00:00
Mrugesh Mohapatra
9f80ccd8b2
fix(tools): rename and update curriculum scripts ( #49620 )
2023-03-08 12:02:54 +00:00
Mrugesh Mohapatra
50bc79fde7
fix(tools): rename and update seed user config ( #49619 )
2023-03-08 12:27:14 +01:00
Muhammed Mustafa
32380519f9
feat(client): clean extra CSS properties ( #49608 )
...
* feat(client): clean extra css property
* remove the extra panel default property
2023-03-08 08:37:36 +01:00
Mahibul Haque
a98eedc9ec
fix: lang attribute issue in step-67 ( #49591 )
...
* #49562 Issue:Fix lang attribute issue
* fix(curriculum): updated lang attribute issue
2023-03-08 08:35:55 +01:00
Oliver Eyton-Williams
16dec4ef86
feat: use pnpm to manage pm2 ( #49574 )
...
* fix(api): use pnpm to manage pm2
This means that pm2 will get the correct NODE_PATH environment variable.
Also, if we use pnpm to manage node, this ensure that pm2 will use that
node version.
* docs(devops): update api install and update docs
* feat: set node version via npmrc
This means that all scripts (pnpm run ...) will use this node version.
The only way to get other node versions is to invoke `node` directly.
* fix(docs): update api docs for pnpm installation
* feat: use pm2 from root
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2023-03-07 14:54:31 -08:00
Naomi Carrigan
04ce4e7709
fix: pass expected object to isAudited ( #49548 )
2023-03-07 20:15:39 +01:00
Oliver Eyton-Williams
5f59b2b8c7
feat(api): validate environment variables before use ( #49613 )
...
* feat(api): validate environment variables before use
This is similar in concept to ensure-env, but a little simpler since
there is no need to put the data in a file before the api can consume
it.
* refactor: combine the two env files
2023-03-07 10:03:46 -08:00
Mrugesh Mohapatra
0393910a24
fix(client): add return type to component ( #49616 )
2023-03-07 17:07:55 +00:00
Muhammed Mustafa
040faba6f8
feat(ui-components): add ControlLabel component ( #47219 )
2023-03-07 20:58:29 +05:30
camperbot
4abdc6e53b
chore(i18n,learn): processed translations ( #49611 )
2023-03-07 15:33:40 +01:00
camperbot
e5136cf58d
chore(i18n,client): processed translations ( #49607 )
2023-03-07 14:33:16 +00:00
Liam Campbell
9db80be77c
fix(curriculum): specifies the cafe's street address ( #49597 )
...
* fix(curriculum): specifies the cafe's street address
2023-03-07 13:36:34 +00:00
Shaun Hamilton
1ba31f0833
feat(.devcontainer): basic codespaces config ( #48484 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2023-03-06 20:49:35 +05:30
camperbot
0a7b769b40
chore(i18n,client): processed translations ( #49602 )
2023-03-06 20:46:41 +05:30