Oliver Eyton-Williams
e118dda13a
fix: order imports and remove circular dependencies ( #41824 )
...
* fix: remove circular dependency
redux depended on templates/Challenges/redux and vice versa. This
meant that import order mattered and confusing bugs could arise.
(cherry picked from commit 7d67a4e70922bbb3051f2f9982dcc69e240d43dc)
* feat: require imports to be in alphabetical order
Import order generally does not matter, but there are edge cases
(circular imports and css imports, for example) where changing order
changes behaviour
(cherry picked from commit b8d1393a91ec6e068caf8e8498a5c95df68c2b2c)
* chore: order imports
* fix: lift up challenge description + title comps
This brings the classic Show closer to the others as they
now all create the description and title components
* fix: remove donation-saga/index circular import
(cherry picked from commit 51a44ca668a700786d2744feffeae4fdba5fd207)
* refactor: extract action-types from settings
(cherry picked from commit 25e26124d691c84a0d0827d41dafb761c686fadd)
* fix: lint errors
* feat: prevent useless renames
2021-08-02 08:39:40 -05:00
Huyen Nguyen
2c16234853
chore: add jest global variables ( #42573 )
2021-06-20 09:14:42 +02:00
renovate[bot]
94788e2719
chore(deps): update dependency unist-util-select to v3.0.4 ( #42043 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-07 19:16:23 +05:30
renovate[bot]
955e6eea9d
chore(deps): update dependency lodash to 4.17.21 [security] ( #42032 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-06 20:24:21 +02:00
Renovate Bot
8bdc99c11f
fix(deps): update dependency hast-util-to-html to v7.1.3
2021-05-03 12:28:11 +00:00
renovate[bot]
9c86ed508c
fix(deps): update dependency micromark-extension-gfm-table to v0.4.3 ( #41883 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-22 12:28:47 +05:30
renovate[bot]
283ed2d6ca
fix(deps): update dependency micromark-extension-gfm-strikethrough to v0.6.5 ( #41661 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-21 18:54:56 +05:30
Renovate Bot
5b4cb91a2a
fix(deps): update dependency unist-util-remove to v2.1.0
2021-04-15 02:23:06 +00:00
renovate[bot]
f8f89149c4
fix(deps): update dependency mdast-util-gfm to v0.1.2 ( #41660 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-04-12 18:15:06 +05:30
Renovate Bot
2eaa5d6457
fix(deps): update dependency unist-util-remove to v2.0.1
2021-03-31 20:17:24 +00:00
Randell Dawson
5bb773fcec
fix(tools): Update createStepFile function in new curriculum helper script ( #41693 )
...
* feat: add parseMDSync to parser
* fix: update createStepFile function
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-03-31 18:19:46 +03:00
Renovate Bot
613fbf81ee
fix(deps): update dependency unist-util-is to v4.1.0
2021-03-31 13:22:23 +00:00
Renovate Bot
30026f47c6
fix(deps): update dependency unist-util-find-all-after to v3.0.2
2021-03-31 11:58:03 +00:00
Renovate Bot
611b3b2a42
fix(deps): update dependency unist-util-find to v1.0.2
2021-03-31 07:22:21 +00:00
Renovate Bot
ae9395648f
fix(deps): update dependency js-yaml to v3.14.1
2021-03-30 21:39:20 +00:00
renovate[bot]
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
renovate[bot]
08114292c3
fix(deps): pin dependencies ( #41589 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-03-27 20:57:57 +05:30
Mrugesh Mohapatra
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
renovate[bot]
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
Oliver Eyton-Williams
0d3158d4f4
fix(tests): add validation of comment translations ( #41537 )
2021-03-20 11:59:13 +05:30
Oliver Eyton-Williams
cbdf317aae
fix: suppress warning for seedless challenges ( #41507 )
...
Both challengeType 11 and challengeType 3 have no seeds, so there's no
need to warn about a lack of seed.
The warning has been updated to better reflect the problem (lack of
seed, not lack of comments)
2021-03-16 09:22:39 -06:00
Mrugesh Mohapatra
6c91f81b0e
chore(deps): upgrade eslint, prettier & related packages
2021-03-11 12:19:42 +05:30
Mrugesh Mohapatra
0a53a1d7f0
chore(deps): upgrade lerna to v4
2021-03-11 12:19:42 +05:30
Oliver Eyton-Williams
3a5f272606
fix: prevent parser throwing when err is null ( #41278 )
2021-02-27 12:54:38 +05:30
Oliver Eyton-Williams
40d2796275
fix(parser): move to lockfile v2
2021-02-27 03:25:51 +05:30
Oliver Eyton-Williams
156f47b000
fix: only log errors when challenges update ( #41214 )
...
* fix: only log errors when challenges update
* refactor: handle error first
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2021-02-22 15:12:36 +05:30
Oliver Eyton-Williams
04c2f4e620
fix: parse ::directives correctly ( #41186 )
2021-02-22 09:14:12 +05:30
Oliver Eyton-Williams
48a210aeab
chore: update parser description
2021-02-03 22:26:36 +05:30
Oliver Eyton-Williams
2fac5852ea
chore: regenerate package-lock for parser
2021-02-03 22:26:36 +05:30
Oliver Eyton-Williams
73c06a5d71
refactor: tidy up translation-parser
2021-02-03 22:26:36 +05:30
Oliver Eyton-Williams
9ff3a29a72
refactor: remove remains of old parser
2021-02-03 22:26:36 +05:30
Oliver Eyton-Williams
7ef29e62a8
fix(tools): upgrade warning to throw ( #40880 )
2021-02-03 15:13:32 +05:30
Oliver Eyton-Williams
a3a678b7af
chore: remove old parser
2021-02-02 09:51:02 +05:30