ae9395648f
fix(deps): update dependency js-yaml to v3.14.1
2021-03-30 21:39:20 +00:00
e00ed55a02
fix(client): add DEV_SSR false flag to gatsby-config ( #41681 )
2021-03-31 01:42:46 +05:30
11d6442456
chore(deps): update dependency @testing-library/react to v11.2.6
2021-03-30 20:02:01 +00:00
1e992546ae
fix(i18n): only reject changed challenge md files ( #41674 )
...
The existing action is overzealous and catches the meta.json files.
2021-03-30 12:11:14 -05:00
cf0353e0db
chore(i8n,curriculum): processed translations ( #41668 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-30 09:44:56 -06:00
6b4a6a0256
chore(deps): update dependency @testing-library/cypress to v7.0.5 ( #41669 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-30 19:31:53 +05:30
9d15b43415
feat: isolate production and staging analytics ( #41648 )
...
* feat: isolate production analytics
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-30 06:45:54 -07:00
36887e991a
fix(deps): update dependency i18next to v19.9.2
2021-03-30 13:19:04 +00:00
bee68b651d
chore(deps): update babel monorepo to v7.13.14
2021-03-30 11:54:39 +00:00
5dddfc5b7c
chore(deps): update dependency y18n [security] ( #41657 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-30 11:13:57 +02:00
225d9c061d
feat(gitpod): prevent port notification, remove pr comment ( #41656 )
2021-03-30 13:25:30 +05:30
740370eb60
refactor: explicit mocking for analytics ( #41562 )
...
The previous approach did avoid a fair number of jest.mock calls, but
made debugging the tests harder. If you don't know about the mapping
it's unclear why the imported module does not behave as normal.
By forcing the use of jest.mock it means that the answer to that
question is in the test you are working on.
2021-03-29 16:48:58 -07:00
fb40f56876
fix(curriculum): malformed paragraph in react/redux ( #41645 )
...
* fix: re-arranged paragraph in react-redux lesson
* fix: re-arranged paragraph in react-redux lesson in different locales
* fix: reverted other locale changes
* fix: switched link to enable opening as a new tab
2021-03-29 16:00:12 +00:00
08caf09e5c
chore(i8n,curriculum): processed translations ( #41617 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-29 13:47:35 +00:00
87684ad630
chore(deps): update dependency debug to v4.3.1 ( #41622 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-29 19:04:29 +05:30
7da5119b4c
fix(renovate): add labels to PRs ( #41652 )
2021-03-29 13:05:29 +00:00
fcf86af5b2
fix(deps): update dependency hast-util-to-html to v7.1.2 ( #41647 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-29 18:14:19 +05:30
e4bfc97299
chore(i8n,docs): processed translations ( #41616 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-29 17:14:24 +05:30
87c9c799c6
fix(curriculum): Regex fix for Create a Variable for a Specific Area ( #41501 )
2021-03-29 17:09:52 +05:30
41577b818c
chore: remove approval workflow ( #41650 )
2021-03-29 16:49:12 +05:30
b67b0b9baa
chore(deps): update dependency eslint to v7.23.0
2021-03-28 21:55:04 +00:00
3a1dd37586
chore(deps): update dependency cross-env to v7.0.3
2021-03-28 19:04:32 +00:00
3b79eb47be
fix(deps): update dependency @octokit/rest to v18.5.2 ( #41638 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-28 19:39:46 +05:30
ab618c6f80
fix(deps): update dependency react-scripts to v2.1.8 ( #41596 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-28 18:37:01 +05:30
08c8e5f071
fix(renovate): update configs and behaviour ( #41639 )
2021-03-28 18:34:36 +05:30
fd4cac780a
chore(deps): update dependency mongodb to v3.6.5 ( #41630 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-28 13:58:37 +05:30
08114292c3
fix(deps): pin dependencies ( #41589 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-27 20:57:57 +05:30
42365dd172
fix: update package files, lerna config ( #41599 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-03-27 07:46:20 -07:00
c962c0c8e5
fix: wrap own properties and not just own ( #41614 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-27 07:59:44 -06:00
e91793b934
fix(client): polyfill path with path-browserify ( #41615 )
...
path is being used by webpack to transform imports into requires. Since
some challenges rely on this transformation, path has to exist in the
browser.
2021-03-27 19:19:30 +05:30
8df5293af3
chore(deps): update dependency node-notifier to 8.0.1 [security] ( #41592 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-27 11:18:32 +05:30
8521823831
docs: fix npm to v6 ( #41607 )
2021-03-27 10:19:48 +05:30
26228279d1
fix(tools): new token ( #41611 )
...
Use the newer camperbot token.
2021-03-27 10:12:40 +05:30
0ba8274066
fix(actions): update workflows, add auto-approval ( #41591 )
...
* fix(actions): update workflows, add auto-approval
* fix: apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-26 12:52:44 -07:00
18ac058840
fix(curriculum): Improve wording of test text ( #41606 )
...
Co-authored-by: Ricardo Passos <55499252+dizz-y@users.noreply.github.com >
2021-03-26 13:01:20 -05:00
b2a339027f
feat(tools): add team reviewers ( #41603 )
2021-03-26 18:19:06 +01:00
34dca74b50
fix(tools): adjust ownership of files ( #41590 )
2021-03-26 20:23:35 +05:30
1dab0abbd0
chore(i8n,curriculum): processed translations ( #41595 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-26 07:42:17 -07:00
e81eb7034c
chore(i8n,docs): processed translations ( #41594 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-26 07:39:07 -07:00
8b3eb39223
chore(deps): update dependency font-awesome to v5.15.3 ( #41593 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-26 18:06:56 +05:30
ca6cb07838
chore(ci): deprecate node 12 ( #41585 )
2021-03-26 17:07:02 +05:30
b7bfacc114
chore(deps): update dependency yargs-parser to 5.0.0-security.0 [security] ( #41588 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-26 15:57:29 +05:30
4213b71577
feat(tools): configure renovate bot ( #41583 )
2021-03-26 12:52:12 +05:30
e5b4ae17a0
fix: Simplify wording to make more sense ( #41586 )
...
* fix: Simplify wording to make more sense
I think that "count odd numbers backward by twos" instead of "count backward by twos by odd numbers" is easier to understand.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/count-backwards-with-a-for-loop.md
I think that this variation sounds better than what I originally wrote.
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-25 22:18:51 +00:00
6e53472337
chore(curriculum): update dependencies
2021-03-26 03:07:12 +05:30
1a97759b47
chore(client): update dependencies
2021-03-26 03:07:12 +05:30
58bfdd7e80
chore(root): update dependencies
2021-03-26 03:07:12 +05:30
b5ed2619eb
fix: replace inline code blocks ( #41576 )
2021-03-26 02:37:48 +05:30
8cc172d9e8
fix(learn): rework Rosetta Code Harshad or Niven series ( #41554 )
...
* fix: rework challenge to use argument in function
* fix: remove unnecessary link
* fix: improve wording
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-26 02:28:09 +05:30
c75cd9ae53
fix(docs): upgrade to mongodb 4.0 ( #41557 )
...
* fix(docs): upgrade to mongodb 4.0
* chore(docs): apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-25 13:23:43 -06:00