Skip to content

Commit f39abd0

Browse files
Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 in /example (mrousavy#33)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.17.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.17.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baf878e commit f39abd0

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/react-native": "^0.63.50",
3333
"@types/react-native-vector-icons": "^6.4.6",
3434
"@types/react-native-video": "^5.0.4",
35-
"@typescript-eslint/eslint-plugin": "^4.16.1",
35+
"@typescript-eslint/eslint-plugin": "^4.17.0",
3636
"@typescript-eslint/parser": "^4.16.1",
3737
"babel-plugin-module-resolver": "^4.0.0",
3838
"eslint": "^7.21.0",

example/yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,13 +1179,13 @@
11791179
semver "^7.3.2"
11801180
tsutils "^3.17.1"
11811181

1182-
"@typescript-eslint/eslint-plugin@^4.16.1":
1183-
version "4.16.1"
1184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
1185-
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
1182+
"@typescript-eslint/eslint-plugin@^4.17.0":
1183+
version "4.17.0"
1184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
1185+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
11861186
dependencies:
1187-
"@typescript-eslint/experimental-utils" "4.16.1"
1188-
"@typescript-eslint/scope-manager" "4.16.1"
1187+
"@typescript-eslint/experimental-utils" "4.17.0"
1188+
"@typescript-eslint/scope-manager" "4.17.0"
11891189
debug "^4.1.1"
11901190
functional-red-black-tree "^1.0.1"
11911191
lodash "^4.17.15"
@@ -1204,15 +1204,15 @@
12041204
eslint-scope "^5.0.0"
12051205
eslint-utils "^2.0.0"
12061206

1207-
"@typescript-eslint/experimental-utils@4.16.1":
1208-
version "4.16.1"
1209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
1210-
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
1207+
"@typescript-eslint/experimental-utils@4.17.0":
1208+
version "4.17.0"
1209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
1210+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
12111211
dependencies:
12121212
"@types/json-schema" "^7.0.3"
1213-
"@typescript-eslint/scope-manager" "4.16.1"
1214-
"@typescript-eslint/types" "4.16.1"
1215-
"@typescript-eslint/typescript-estree" "4.16.1"
1213+
"@typescript-eslint/scope-manager" "4.17.0"
1214+
"@typescript-eslint/types" "4.17.0"
1215+
"@typescript-eslint/typescript-estree" "4.17.0"
12161216
eslint-scope "^5.0.0"
12171217
eslint-utils "^2.0.0"
12181218

@@ -1245,6 +1245,14 @@
12451245
"@typescript-eslint/types" "4.16.1"
12461246
"@typescript-eslint/visitor-keys" "4.16.1"
12471247

1248+
"@typescript-eslint/[email protected]":
1249+
version "4.17.0"
1250+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
1251+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
1252+
dependencies:
1253+
"@typescript-eslint/types" "4.17.0"
1254+
"@typescript-eslint/visitor-keys" "4.17.0"
1255+
12481256
"@typescript-eslint/[email protected]":
12491257
version "3.10.1"
12501258
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
@@ -1255,6 +1263,11 @@
12551263
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
12561264
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
12571265

1266+
"@typescript-eslint/[email protected]":
1267+
version "4.17.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
1269+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
1270+
12581271
"@typescript-eslint/[email protected]":
12591272
version "3.10.1"
12601273
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -1282,6 +1295,19 @@
12821295
semver "^7.3.2"
12831296
tsutils "^3.17.1"
12841297

1298+
"@typescript-eslint/[email protected]":
1299+
version "4.17.0"
1300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
1301+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
1302+
dependencies:
1303+
"@typescript-eslint/types" "4.17.0"
1304+
"@typescript-eslint/visitor-keys" "4.17.0"
1305+
debug "^4.1.1"
1306+
globby "^11.0.1"
1307+
is-glob "^4.0.1"
1308+
semver "^7.3.2"
1309+
tsutils "^3.17.1"
1310+
12851311
"@typescript-eslint/[email protected]":
12861312
version "3.10.1"
12871313
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1297,6 +1323,14 @@
12971323
"@typescript-eslint/types" "4.16.1"
12981324
eslint-visitor-keys "^2.0.0"
12991325

1326+
"@typescript-eslint/[email protected]":
1327+
version "4.17.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
1329+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
1330+
dependencies:
1331+
"@typescript-eslint/types" "4.17.0"
1332+
eslint-visitor-keys "^2.0.0"
1333+
13001334
abort-controller@^3.0.0:
13011335
version "3.0.0"
13021336
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"

0 commit comments

Comments
 (0)