Skip to content

Commit 88a9842

Browse files
build(deps): update devdependency eslint-plugin-import to ~2.31.0 (#530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3fab14 commit 88a9842

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"c8": "~9.1.0",
4646
"eslint": "~8.57.0",
4747
"eslint-config-prettier": "~9.1.0",
48-
"eslint-plugin-import": "~2.30.0",
48+
"eslint-plugin-import": "~2.31.0",
4949
"eslint-plugin-prettier": "~5.2.0",
5050
"eslint-plugin-simple-import-sort": "~10.0.0",
5151
"eslint-plugin-unicorn": "~49.0.0",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ __metadata:
29212921
languageName: node
29222922
linkType: hard
29232923

2924-
"eslint-module-utils@npm:^2.9.0":
2924+
"eslint-module-utils@npm:^2.12.0":
29252925
version: 2.12.0
29262926
resolution: "eslint-module-utils@npm:2.12.0"
29272927
dependencies:
@@ -2933,9 +2933,9 @@ __metadata:
29332933
languageName: node
29342934
linkType: hard
29352935

2936-
"eslint-plugin-import@npm:~2.30.0":
2937-
version: 2.30.0
2938-
resolution: "eslint-plugin-import@npm:2.30.0"
2936+
"eslint-plugin-import@npm:~2.31.0":
2937+
version: 2.31.0
2938+
resolution: "eslint-plugin-import@npm:2.31.0"
29392939
dependencies:
29402940
"@rtsao/scc": "npm:^1.1.0"
29412941
array-includes: "npm:^3.1.8"
@@ -2945,7 +2945,7 @@ __metadata:
29452945
debug: "npm:^3.2.7"
29462946
doctrine: "npm:^2.1.0"
29472947
eslint-import-resolver-node: "npm:^0.3.9"
2948-
eslint-module-utils: "npm:^2.9.0"
2948+
eslint-module-utils: "npm:^2.12.0"
29492949
hasown: "npm:^2.0.2"
29502950
is-core-module: "npm:^2.15.1"
29512951
is-glob: "npm:^4.0.3"
@@ -2954,10 +2954,11 @@ __metadata:
29542954
object.groupby: "npm:^1.0.3"
29552955
object.values: "npm:^1.2.0"
29562956
semver: "npm:^6.3.1"
2957+
string.prototype.trimend: "npm:^1.0.8"
29572958
tsconfig-paths: "npm:^3.15.0"
29582959
peerDependencies:
2959-
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
2960-
checksum: 10c0/4c9dcb1f27505c4d5dd891d2b551f56c70786d136aa3992a77e785bdc67c9f60200a2c7fb0ce55b7647fe550b12bc433d5dfa59e2c00ab44227791c5ab86badf
2960+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
2961+
checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a
29612962
languageName: node
29622963
linkType: hard
29632964

@@ -6027,7 +6028,7 @@ __metadata:
60276028
c8: "npm:~9.1.0"
60286029
eslint: "npm:~8.57.0"
60296030
eslint-config-prettier: "npm:~9.1.0"
6030-
eslint-plugin-import: "npm:~2.30.0"
6031+
eslint-plugin-import: "npm:~2.31.0"
60316032
eslint-plugin-prettier: "npm:~5.2.0"
60326033
eslint-plugin-simple-import-sort: "npm:~10.0.0"
60336034
eslint-plugin-unicorn: "npm:~49.0.0"

0 commit comments

Comments
 (0)