Skip to content

Commit 265926d

Browse files
authored
Merge pull request #18880 from mozilla/yarn-resolution-eslint-plugin
task: audit yarn resolutions – eslint-plugin-import
2 parents 93f8dca + 9c18f71 commit 265926d

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
"css-minimizer-webpack-plugin": ">=4 <5",
274274
"compression": "1.7.4",
275275
"elliptic": ">=6.5.4",
276-
"eslint-plugin-import": "^2.25.2",
277276
"fbjs/isomorphic-fetch": "^3.0.0",
278277
"flat": "5.0.2",
279278
"gobbledygook": "https://github.com/mozilla-fxa/gobbledygook.git#354042684056e57ca77f036989e907707a36cff2",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dist/
2+
storybook-static/

yarn.lock

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30362,7 +30362,7 @@ __metadata:
3036230362
languageName: node
3036330363
linkType: hard
3036430364

30365-
"eslint-module-utils@npm:^2.12.0":
30365+
"eslint-module-utils@npm:^2.12.0, eslint-module-utils@npm:^2.9.0":
3036630366
version: 2.12.0
3036730367
resolution: "eslint-module-utils@npm:2.12.0"
3036830368
dependencies:
@@ -30401,7 +30401,35 @@ __metadata:
3040130401
languageName: unknown
3040230402
linkType: soft
3040330403

30404-
"eslint-plugin-import@npm:^2.25.2":
30404+
"eslint-plugin-import@npm:2.30.0":
30405+
version: 2.30.0
30406+
resolution: "eslint-plugin-import@npm:2.30.0"
30407+
dependencies:
30408+
"@rtsao/scc": ^1.1.0
30409+
array-includes: ^3.1.8
30410+
array.prototype.findlastindex: ^1.2.5
30411+
array.prototype.flat: ^1.3.2
30412+
array.prototype.flatmap: ^1.3.2
30413+
debug: ^3.2.7
30414+
doctrine: ^2.1.0
30415+
eslint-import-resolver-node: ^0.3.9
30416+
eslint-module-utils: ^2.9.0
30417+
hasown: ^2.0.2
30418+
is-core-module: ^2.15.1
30419+
is-glob: ^4.0.3
30420+
minimatch: ^3.1.2
30421+
object.fromentries: ^2.0.8
30422+
object.groupby: ^1.0.3
30423+
object.values: ^1.2.0
30424+
semver: ^6.3.1
30425+
tsconfig-paths: ^3.15.0
30426+
peerDependencies:
30427+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
30428+
checksum: 0ec1ad69c0d22f15bc4a49ee97ae757e4adfc3181996f2c4a1ed4d5028bd99bab38e7623e58ef4477ba1db8425f441e4e986367125273efa4c5f7ad2c4467a9a
30429+
languageName: node
30430+
linkType: hard
30431+
30432+
"eslint-plugin-import@npm:^2.25.3, eslint-plugin-import@npm:^2.28.1, eslint-plugin-import@npm:^2.30.0":
3040530433
version: 2.31.0
3040630434
resolution: "eslint-plugin-import@npm:2.31.0"
3040730435
dependencies:

0 commit comments

Comments
 (0)