8000 chore(package): Update eslint to version 4.12.0 (#8) · unlight/eslint-plugin-tslint2@041551c · GitHub
[go: up one dir, main page]

Skip to content

Commit 041551c

Browse files
greenkeeper[bot]JamesHenry
authored andcommitted
chore(package): Update eslint to version 4.12.0 (JamesHenry#8)
1 parent 706d9d6 commit 041551c

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "21.1.8",
2424
"@types/node": "8.0.53",
2525
"cz-conventional-changelog": "2.1.0",
26-
"eslint": "4.11.0",
26+
"eslint": "4.12.0",
2727
"husky": "^0.14.3",
2828
"jest": "21.2.1",
2929
"lint-staged": "^5.0.0",

yarn.lock

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,12 @@ doctrine@^2.0.0:
10571057
esutils "^2.0.2"
10581058
isarray "^1.0.0"
10591059

1060+
doctrine@^2.0.2:
1061+
version "2.0.2"
1062+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.2.tgz#68f96ce8efc56cc42651f1faadb4f175273b0075"
1063+
dependencies:
1064+
esutils "^2.0.2"
1065+
10601066
dot-prop@^3.0.0:
10611067
version "3.0.0"
10621068
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -1131,7 +1137,49 @@ eslint-scope@^3.7.1:
11311137
esrecurse "^4.1.0"
11321138
estraverse "^4.1.1"
11331139

1134-
eslint@4.11.0, eslint@^4.5.0:
1140+
eslint@4.12.0:
1141+
version "4.12.0"
1142+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.12.0.tgz#a7ce78eba8cc8f2443acfbbc870cc31a65135884"
1143+
dependencies:
1144+
ajv "^5.3.0"
1145+
babel-code-frame "^6.22.0"
1146+
chalk "^2.1.0"
1147+
concat-stream "^1.6.0"
1148+
cross-spawn "^5.1.0"
1149+
debug "^3.0.1"
1150+
doctrine "^2.0.2"
1151+
eslint-scope "^3.7.1"
1152+
espree "^3.5.2"
1153+
esquery "^1.0.0"
1154+
estraverse "^4.2.0"
1155+
esutils "^2.0.2"
1156+
file-entry-cache "^2.0.0"
1157+
functional-red-black-tree "^1.0.1"
1158+
glob "^7.1.2"
1159+
globals "^11.0.1"
1160+
ignore "^3.3.3"
1161+
imurmurhash "^0.1.4"
1162+
inquirer "^3.0.6"
1163+
is-resolvable "^1.0.0"
1164+
js-yaml "^3.9.1"
1165+
json-stable-stringify-without-jsonify "^1.0.1"
1166+
levn "^0.3.0"
1167+
lodash "^4.17.4"
8000 1168+
minimatch "^3.0.2"
1169+
mkdirp "^0.5.1"
1170+
natural-compare "^1.4.0"
1171+
optionator "^0.8.2"
1172+
path-is-inside "^1.0.2"
1173+
pluralize "^7.0.0"
1174+
progress "^2.0.0"
1175+
require-uncached "^1.0.3"
1176+
semver "^5.3.0"
1177+
strip-ansi "^4.0.0"
1178+
strip-json-comments "~2.0.1"
1179+
table "^4.0.1"
1180+
text-table "~0.2.0"
1181+
1182+
eslint@^4.5.0:
11351183
version "4.11.0"
11361184
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.11.0.tgz#39a8c82bc0a3783adf5a39fa27fdd9d36fac9a34"
11371185
dependencies:
@@ -1673,6 +1721,10 @@ glob@~7.0.6:
16731721
once "^1.3.0"
16741722
path-is-absolute "^1.0.0"
16751723

1724+
globals@^11.0.1:
1725+
version "11.0.1"
1726+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
1727+
16761728
globals@^9.17.0, globals@^9.18.0:
16771729
version "9.18.0"
16781730
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"

0 commit comments

Comments
 (0)
0