Skip to content

Commit 56de51a

Browse files
build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1 (#1746)
* build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.20.2...v2.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Finish upgrading via bolt * fix(publisher-base): @electron-forge/shared-types is a dependency Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <electronjs@lazymalevolence.com>
1 parent 471b051 commit 56de51a

File tree

3 files changed

+43
-25
lines changed

3 files changed

+43
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"cz-customizable": "^6.2.0",
127127
"eslint": "^7.0.0",
128128
"eslint-config-airbnb-base": "^14.1.0",
129-
"eslint-plugin-import": "^2.18.2",
129+
"eslint-plugin-import": "^2.21.1",
130130
"eslint-plugin-mocha": "^7.0.1",
131131
"fetch-mock": "^9.10.1",
132132
"generate-changelog": "^1.8.0",

packages/publisher/base/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"license": "MIT",
88
"main": "dist/Publisher.js",
99
"typings": "dist/Publisher.d.ts",
10+
"dependencies": {
11+
"@electron-forge/shared-types": "6.0.0-beta.51"
12+
},
1013
"devDependencies": {
11-
"@electron-forge/shared-types": "6.0.0-beta.51",
1214
"chai": "4.2.0",
1315
"mocha": "^7.1.2"
1416
},

yarn.lock

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,11 @@
12391239
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
12401240
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
12411241

1242+
"@types/json5@^0.0.29":
1243+
version "0.0.29"
1244+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1245+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1246+
12421247
"@types/listr@^0.14.2":
12431248
version "0.14.2"
12441249
resolved "https://registry.yarnpkg.com/@types/listr/-/listr-0.14.2.tgz#2e5f80fbc3ca8dceb9940ce9bf8e3113ab452545"
@@ -1877,7 +1882,7 @@ array-flatten@1.1.1:
18771882
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
18781883
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
18791884

1880-
array-includes@^3.0.3:
1885+
array-includes@^3.1.1:
18811886
version "3.1.1"
18821887
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
18831888
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -1891,7 +1896,7 @@ array-unique@^0.3.2:
18911896
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
18921897
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
18931898

1894-
array.prototype.flat@^1.2.1:
1899+
array.prototype.flat@^1.2.3:
18951900
version "1.2.3"
18961901
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
18971902
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -3796,39 +3801,40 @@ eslint-config-airbnb-base@^14.1.0:
37963801
object.assign "^4.1.0"
37973802
object.entries "^1.1.1"
37983803

3799-
eslint-import-resolver-node@^0.3.2:
3804+
eslint-import-resolver-node@^0.3.3:
38003805
version "0.3.3"
38013806
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
38023807
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
38033808
dependencies:
38043809
debug "^2.6.9"
38053810
resolve "^1.13.1"
38063811

3807-
eslint-module-utils@^2.4.1:
3812+
eslint-module-utils@^2.6.0:
38083813
version "2.6.0"
38093814
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
38103815
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
38113816
dependencies:
38123817
debug "^2.6.9"
38133818
pkg-dir "^2.0.0"
38143819

3815-
eslint-plugin-import@^2.18.2:
3816-
version "2.20.2"
3817-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
3818-
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
3820+
eslint-plugin-import@^2.21.1:
3821+
version "2.21.1"
3822+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.1.tgz#3398318e5e4abbd23395c4964ce61538705154c8"
3823+
integrity sha512-qYOOsgUv63vHof7BqbzuD+Ud34bXHxFJxntuAC1ZappFZXYbRIek3aJ7jc9i2dHDGDyZ/0zlO0cpioES265Lsw==
38193824
dependencies:
3820-
array-includes "^3.0.3"
3821-
array.prototype.flat "^1.2.1"
3825+
array-includes "^3.1.1"
3826+
array.prototype.flat "^1.2.3"
38223827
contains-path "^0.1.0"
38233828
debug "^2.6.9"
38243829
doctrine "1.5.0"
3825-
eslint-import-resolver-node "^0.3.2"
3826-
eslint-module-utils "^2.4.1"
3830+
eslint-import-resolver-node "^0.3.3"
3831+
eslint-module-utils "^2.6.0"
38273832
has "^1.0.3"
38283833
minimatch "^3.0.4"
3829-
object.values "^1.1.0"
3834+
object.values "^1.1.1"
38303835
read-pkg-up "^2.0.0"
3831-
resolve "^1.12.0"
3836+
resolve "^1.17.0"
3837+
tsconfig-paths "^3.9.0"
38323838

38333839
eslint-plugin-mocha@^7.0.1:
38343840
version "7.0.1"
@@ -5341,9 +5347,9 @@ is-buffer@~2.0.3:
53415347
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
53425348

53435349
is-callable@^1.1.4, is-callable@^1.1.5:
5344-
version "1.1.5"
5345-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
5346-
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
5350+
version "1.2.0"
5351+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
5352+
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
53475353

53485354
is-ci@^2.0.0:
53495355
version "2.0.0"
@@ -5550,11 +5556,11 @@ is-property@^1.0.0, is-property@^1.0.2:
55505556
integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=
55515557

55525558
is-regex@^1.0.5:
5553-
version "1.0.5"
5554-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
5555-
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
5559+
version "1.1.0"
5560+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
5561+
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
55565562
dependencies:
5557-
has "^1.0.3"
5563+
has-symbols "^1.0.1"
55585564

55595565
is-regexp@^1.0.0:
55605566
version "1.0.0"
@@ -6980,7 +6986,7 @@ object.pick@^1.3.0:
69806986
dependencies:
69816987
isobject "^3.0.1"
69826988

6983-
object.values@^1.1.0:
6989+
object.values@^1.1.1:
69846990
version "1.1.1"
69856991
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
69866992
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -8066,7 +8072,7 @@ resolve-url@^0.2.1:
80668072
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
80678073
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
80688074

8069-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2:
8075+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
80708076
version "1.17.0"
80718077
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
80728078
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -9148,6 +9154,16 @@ ts-node@^8.10.2:
91489154
source-map-support "^0.5.17"
91499155
yn "3.1.1"
91509156

9157+
tsconfig-paths@^3.9.0:
9158+
version "3.9.0"
9159+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
9160+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
9161+
dependencies:
9162+
"@types/json5" "^0.0.29"
9163+
json5 "^1.0.1"
9164+
minimist "^1.2.0"
9165+
strip-bom "^3.0.0"
9166+
91519167
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
91529168
version "1.13.0"
91539169
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"

0 commit comments

Comments
 (0)