Skip to content

Commit 0deaef2

Browse files
committed
Fix @typescript/typescript-estree package management
1 parent 5289450 commit 0deaef2

File tree

3 files changed

+33
-19
lines changed

3 files changed

+33
-19
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"babel-jest": "^24.9.0",
3535
"eslint": "^6.4.0",
3636
"eslint-plugin-jest": "^22.17.0",
37-
"jest": "^24.9.0",
38-
"typescript": "^3.6.3"
37+
"jest": "^24.9.0"
3938
},
4039
"dependencies": {
41-
"@typescript-eslint/parser": "^2.3.0",
42-
"@typescript-eslint/typescript-estree": "^2.3.0",
40+
"@typescript-eslint/parser": "^2.3.1",
41+
"@typescript-eslint/typescript-estree": "^2.3.1",
4342
"esm": "^3.2.25",
4443
"module-alias": "^2.2.1",
45-
"yargs": "^14.0.0"
44+
"yargs": "^14.0.0",
45+
"typescript": "^3.6.3"
4646
},
4747
"_moduleAliases": {
4848
"~src": "dist",

src/analyzers/Autoload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function autoload(exercise: Readonly<Exercise>): ReturnType<NodeRequire> {
3030
} catch(err) {
3131
const logger = getProcessLogger()
3232
logger.error(`
33-
Could not find the index.js analyzer in "${modulePath}"
33+
Whilst loading the index.js analyzer in "${modulePath}", something went wrong.
3434
3535
Make sure that:
3636
- the slug "${exercise.slug}" is valid (hint: use dashes, not underscores)

yarn.lock

+27-13
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,15 @@
10571057
"@typescript-eslint/typescript-estree" "2.3.0"
10581058
eslint-scope "^5.0.0"
10591059

1060+
"@typescript-eslint/[email protected]":
1061+
version "2.3.1"
1062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.1.tgz#92f2531d3e7c22e64a2cc10cfe89935deaf00f7c"
1063+
integrity sha512-FaZEj73o4h6Wd0Lg+R4pZiJGdR0ZYbJr+O2+RbQ1aZjX8bZcfkVDtD+qm74Dv77rfSKkDKE64UTziLBo9UYHQA==
1064+
dependencies:
1065+
"@types/json-schema" "^7.0.3"
1066+
"@typescript-eslint/typescript-estree" "2.3.1"
1067+
eslint-scope "^5.0.0"
1068+
10601069
"@typescript-eslint/experimental-utils@^1.13.0":
10611070
version "1.13.0"
10621071
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
@@ -1066,14 +1075,14 @@
10661075
"@typescript-eslint/typescript-estree" "1.13.0"
10671076
eslint-scope "^4.0.0"
10681077

1069-
"@typescript-eslint/parser@^2.3.0":
1070-
version "2.3.0"
1071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.0.tgz#d2df1d4bb8827e36125fb7c6274df1b4d4e614f0"
1072-
integrity sha512-Dc+LAtHts0yDuusxG0NVjGvrpPy2kZauxqPbfFs0fmcMB4JhNs+WwIDMFGWeKjbGoPt/SIUC9XJ7E0ZD/f8InQ==
1078+
"@typescript-eslint/parser@^2.3.1":
1079+
version "2.3.1"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.1.tgz#f2b93b614d9b338825c44e75552a433e2ebf8c33"
1081+
integrity sha512-ZlWdzhCJ2iZnSp/VBAJ/sowFbyHycIux8t0UEH0JsKgQvfSf7949hLYFMwTXdCMeEnpP1zRTHimrR+YHzs8LIw==
10731082
dependencies:
10741083
"@types/eslint-visitor-keys" "^1.0.0"
1075-
"@typescript-eslint/experimental-utils" "2.3.0"
1076-
"@typescript-eslint/typescript-estree" "2.3.0"
1084+
"@typescript-eslint/experimental-utils" "2.3.1"
1085+
"@typescript-eslint/typescript-estree" "2.3.1"
10771086
eslint-visitor-keys "^1.1.0"
10781087

10791088
"@typescript-eslint/[email protected]":
@@ -1084,7 +1093,7 @@
10841093
lodash.unescape "4.0.1"
10851094
semver "5.5.0"
10861095

1087-
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^2.3.0":
1096+
"@typescript-eslint/[email protected]":
10881097
version "2.3.0"
10891098
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.0.tgz#fd8faff7e4c73795c65e5817c52f9038e33ef29d"
10901099
integrity sha512-WBxfwsTeCOsmQ7cLjow7lgysviBKUW34npShu7dxJYUQCbSG5nfZWZTgmQPKEc+3flpbSM7tjXjQOgETYp+njQ==
@@ -1094,6 +1103,16 @@
10941103
lodash.unescape "4.0.1"
10951104
semver "^6.3.0"
10961105

1106+
"@typescript-eslint/[email protected]", "@typescript-eslint/typescript-estree@^2.3.1":
1107+
version "2.3.1"
1108+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.1.tgz#62c64f149948473d06a129dc33b4fc76e6c051f9"
1109+
integrity sha512-9SFhUgFuePJBB6jlLkOPPhMkZNiDCr+S8Ft7yAkkP2c5x5bxPhG3pe/exMiQaF8IGyVMDW6Ul0q4/cZ+uF3uog==
1110+
dependencies:
1111+
glob "^7.1.4"
1112+
is-glob "^4.0.1"
1113+
lodash.unescape "4.0.1"
1114+
semver "^6.3.0"
1115+
10971116
abab@^2.0.0:
10981117
version "2.0.0"
10991118
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
@@ -1848,12 +1867,7 @@ eslint-utils@^1.4.2:
18481867
dependencies:
18491868
eslint-visitor-keys "^1.0.0"
18501869

1851-
eslint-visitor-keys@^1.0.0:
1852-
version "1.1.0"
1853-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
1854-
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
1855-
1856-
eslint-visitor-keys@^1.1.0:
1870+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
18571871
version "1.1.0"
18581872
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
18591873
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==

0 commit comments

Comments
 (0)