Skip to content

Commit 50c24df

Browse files
Update dependency eslint-plugin-import to ^2.32.0 (#263)
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | npm | eslint-plugin-import | 2.31.0 | 2.32.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5225ea4 commit 50c24df

File tree

2 files changed

+37
-35
lines changed

2 files changed

+37
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@vercel/ncc": "^0.38.3",
1616
"eslint": "^8.57.1",
1717
"eslint-config-prettier": "^10.1.8",
18-
"eslint-plugin-import": "^2.31.0",
18+
"eslint-plugin-import": "^2.32.0",
1919
"eslint-plugin-jest": "^29.0.1",
2020
"eslint-plugin-prettier": "^5.5.4",
2121
"jest": "^30.0.5",

yarn.lock

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,21 +2182,23 @@ __metadata:
21822182
languageName: node
21832183
linkType: hard
21842184

2185-
"array-includes@npm:^3.1.8":
2186-
version: 3.1.8
2187-
resolution: "array-includes@npm:3.1.8"
2185+
"array-includes@npm:^3.1.9":
2186+
version: 3.1.9
2187+
resolution: "array-includes@npm:3.1.9"
21882188
dependencies:
2189-
call-bind: "npm:^1.0.7"
2189+
call-bind: "npm:^1.0.8"
2190+
call-bound: "npm:^1.0.4"
21902191
define-properties: "npm:^1.2.1"
2191-
es-abstract: "npm:^1.23.2"
2192-
es-object-atoms: "npm:^1.0.0"
2193-
get-intrinsic: "npm:^1.2.4"
2194-
is-string: "npm:^1.0.7"
2195-
checksum: 10c0/5b1004d203e85873b96ddc493f090c9672fd6c80d7a60b798da8a14bff8a670ff95db5aafc9abc14a211943f05220dacf8ea17638ae0af1a6a47b8c0b48ce370
2192+
es-abstract: "npm:^1.24.0"
2193+
es-object-atoms: "npm:^1.1.1"
2194+
get-intrinsic: "npm:^1.3.0"
2195+
is-string: "npm:^1.1.1"
2196+
math-intrinsics: "npm:^1.1.0"
2197+
checksum: 10c0/0235fa69078abeac05ac4250699c44996bc6f774a9cbe45db48674ce6bd142f09b327d31482ff75cf03344db4ea03eae23edb862d59378b484b47ed842574856
21962198
languageName: node
21972199
linkType: hard
21982200

2199-
"array.prototype.findlastindex@npm:^1.2.5":
2201+
"array.prototype.findlastindex@npm:^1.2.6":
22002202
version: 1.2.6
22012203
resolution: "array.prototype.findlastindex@npm:1.2.6"
22022204
dependencies:
@@ -2211,7 +2213,7 @@ __metadata:
22112213
languageName: node
22122214
linkType: hard
22132215

2214-
"array.prototype.flat@npm:^1.3.2":
2216+
"array.prototype.flat@npm:^1.3.3":
22152217
version: 1.3.3
22162218
resolution: "array.prototype.flat@npm:1.3.3"
22172219
dependencies:
@@ -2223,7 +2225,7 @@ __metadata:
22232225
languageName: node
22242226
linkType: hard
22252227

2226-
"array.prototype.flatmap@npm:^1.3.2":
2228+
"array.prototype.flatmap@npm:^1.3.3":
22272229
version: 1.3.3
22282230
resolution: "array.prototype.flatmap@npm:1.3.3"
22292231
dependencies:
@@ -3018,7 +3020,7 @@ __metadata:
30183020
languageName: node
30193021
linkType: hard
30203022

3021-
"es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.9":
3023+
"es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.9, es-abstract@npm:^1.24.0":
30223024
version: 1.24.0
30233025
resolution: "es-abstract@npm:1.24.0"
30243026
dependencies:
@@ -3178,44 +3180,44 @@ __metadata:
31783180
languageName: node
31793181
linkType: hard
31803182

3181-
"eslint-module-utils@npm:^2.12.0":
3182-
version: 2.12.0
3183-
resolution: "eslint-module-utils@npm:2.12.0"
3183+
"eslint-module-utils@npm:^2.12.1":
3184+
version: 2.12.1
3185+
resolution: "eslint-module-utils@npm:2.12.1"
31843186
dependencies:
31853187
debug: "npm:^3.2.7"
31863188
peerDependenciesMeta:
31873189
eslint:
31883190
optional: true
3189-
checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558
3191+
checksum: 10c0/6f4efbe7a91ae49bf67b4ab3644cb60bc5bd7db4cb5521de1b65be0847ffd3fb6bce0dd68f0995e1b312d137f768e2a1f842ee26fe73621afa05f850628fdc40
31903192
languageName: node
31913193
linkType: hard
31923194

3193-
"eslint-plugin-import@npm:^2.31.0":
3194-
version: 2.31.0
3195-
resolution: "eslint-plugin-import@npm:2.31.0"
3195+
"eslint-plugin-import@npm:^2.32.0":
3196+
version: 2.32.0
3197+
resolution: "eslint-plugin-import@npm:2.32.0"
31963198
dependencies:
31973199
"@rtsao/scc": "npm:^1.1.0"
3198-
array-includes: "npm:^3.1.8"
3199-
array.prototype.findlastindex: "npm:^1.2.5"
3200-
array.prototype.flat: "npm:^1.3.2"
3201-
array.prototype.flatmap: "npm:^1.3.2"
3200+
array-includes: "npm:^3.1.9"
3201+
array.prototype.findlastindex: "npm:^1.2.6"
3202+
array.prototype.flat: "npm:^1.3.3"
3203+
array.prototype.flatmap: "npm:^1.3.3"
32023204
debug: "npm:^3.2.7"
32033205
doctrine: "npm:^2.1.0"
32043206
eslint-import-resolver-node: "npm:^0.3.9"
3205-
eslint-module-utils: "npm:^2.12.0"
3207+
eslint-module-utils: "npm:^2.12.1"
32063208
hasown: "npm:^2.0.2"
3207-
is-core-module: "npm:^2.15.1"
3209+
is-core-module: "npm:^2.16.1"
32083210
is-glob: "npm:^4.0.3"
32093211
minimatch: "npm:^3.1.2"
32103212
object.fromentries: "npm:^2.0.8"
32113213
object.groupby: "npm:^1.0.3"
3212-
object.values: "npm:^1.2.0"
3214+
object.values: "npm:^1.2.1"
32133215
semver: "npm:^6.3.1"
3214-
string.prototype.trimend: "npm:^1.0.8"
3216+
string.prototype.trimend: "npm:^1.0.9"
32153217
tsconfig-paths: "npm:^3.15.0"
32163218
peerDependencies:
32173219
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
3218-
checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a
3220+
checksum: 10c0/bfb1b8fc8800398e62ddfefbf3638d185286edfed26dfe00875cc2846d954491b4f5112457831588b757fa789384e1ae585f812614c4797f0499fa234fd4a48b
32193221
languageName: node
32203222
linkType: hard
32213223

@@ -4153,7 +4155,7 @@ __metadata:
41534155
languageName: node
41544156
linkType: hard
41554157

4156-
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.16.0":
4158+
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.16.0, is-core-module@npm:^2.16.1":
41574159
version: 2.16.1
41584160
resolution: "is-core-module@npm:2.16.1"
41594161
dependencies:
@@ -4328,7 +4330,7 @@ __metadata:
43284330
languageName: node
43294331
linkType: hard
43304332

4331-
"is-string@npm:^1.0.7, is-string@npm:^1.1.1":
4333+
"is-string@npm:^1.1.1":
43324334
version: 1.1.1
43334335
resolution: "is-string@npm:1.1.1"
43344336
dependencies:
@@ -5135,7 +5137,7 @@ __metadata:
51355137
axios: "npm:^1.10.0"
51365138
eslint: "npm:^8.57.1"
51375139
eslint-config-prettier: "npm:^10.1.8"
5138-
eslint-plugin-import: "npm:^2.31.0"
5140+
eslint-plugin-import: "npm:^2.32.0"
51395141
eslint-plugin-jest: "npm:^29.0.1"
51405142
eslint-plugin-prettier: "npm:^5.5.4"
51415143
jest: "npm:^30.0.5"
@@ -5537,7 +5539,7 @@ __metadata:
55375539
languageName: node
55385540
linkType: hard
55395541

5540-
"object.values@npm:^1.2.0":
5542+
"object.values@npm:^1.2.1":
55415543
version: 1.2.1
55425544
resolution: "object.values@npm:1.2.1"
55435545
dependencies:
@@ -6414,7 +6416,7 @@ __metadata:
64146416
languageName: node
64156417
linkType: hard
64166418

6417-
"string.prototype.trimend@npm:^1.0.8, string.prototype.trimend@npm:^1.0.9":
6419+
"string.prototype.trimend@npm:^1.0.9":
64186420
version: 1.0.9
64196421
resolution: "string.prototype.trimend@npm:1.0.9"
64206422
dependencies:

0 commit comments

Comments
 (0)