Skip to content

Commit 095af75

Browse files
committed
feat(deps): update dependency @softwareventures/eslint-config to v9
1 parent 3addd05 commit 095af75

File tree

2 files changed

+99
-41
lines changed

2 files changed

+99
-41
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@commitlint/cli": "19.5.0",
3535
"@commitlint/config-conventional": "19.5.0",
3636
"@commitlint/cz-commitlint": "19.5.0",
37-
"@softwareventures/eslint-config": "7.9.0",
37+
"@softwareventures/eslint-config": "9.0.0",
3838
"@softwareventures/precise-commits": "4.0.15",
3939
"@softwareventures/prettier-config": "4.0.0",
4040
"@softwareventures/semantic-release-config": "5.0.0",
4141
"@softwareventures/webpack-config": "6.0.0",
4242
"@types/node": "17.0.45",
43-
"@typescript-eslint/eslint-plugin": "7.18.0",
44-
"@typescript-eslint/parser": "7.18.0",
43+
"@typescript-eslint/eslint-plugin": "8.5.0",
44+
"@typescript-eslint/parser": "8.5.0",
4545
"ava": "6.1.3",
4646
"commitizen": "4.3.0",
4747
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 96 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,22 +2508,22 @@ __metadata:
25082508
languageName: node
25092509
linkType: hard
25102510

2511-
"@softwareventures/eslint-config@npm:7.9.0":
2512-
version: 7.9.0
2513-
resolution: "@softwareventures/eslint-config@npm:7.9.0"
2511+
"@softwareventures/eslint-config@npm:9.0.0":
2512+
version: 9.0.0
2513+
resolution: "@softwareventures/eslint-config@npm:9.0.0"
25142514
dependencies:
25152515
tslib: "npm:^2.3.1"
25162516
peerDependencies:
2517-
"@typescript-eslint/eslint-plugin": ^5.3.0 || ^6.0.0 || ^7.0.0
2518-
"@typescript-eslint/parser": ^5.3.0 || ^6.0.0 || ^7.0.0
2519-
eslint: ^7.0.0 || ^8.0.0
2517+
"@typescript-eslint/eslint-plugin": ^8.0.0
2518+
"@typescript-eslint/parser": ^8.0.0
2519+
eslint: ^8.0.0
25202520
eslint-config-prettier: ^8.3.0 || ^9.0.0
25212521
eslint-plugin-import: ^2.25.2
25222522
eslint-plugin-jsdoc: ^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0 || ^49.0.0 || ^50.0.0
25232523
eslint-plugin-prefer-arrow: ^1.2.3
25242524
eslint-plugin-sonarjs: ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^1.0.0 || ^2.0.0
25252525
typescript: ^3.8.3 || ^4.0.0 || ^5.0.0
2526-
checksum: 10c0/d710053777bc11d645b9ba632932030702c9d5786ae8a8f7d47e2b6eead312ebd6134ecfacb2001f610dce5878fac33de3fb671404e86a50174355272f8739fa
2526+
checksum: 10c0/9e85a351b793546f5f8a072fcf63e410e9f30c1e2631890034ab5ba199eae8b364b89755cc8486bc124f560398b4973a69b8d907f57de69b42a4e861908e7a2f
25272527
languageName: node
25282528
linkType: hard
25292529

@@ -2598,15 +2598,15 @@ __metadata:
25982598
"@commitlint/cli": "npm:19.5.0"
25992599
"@commitlint/config-conventional": "npm:19.5.0"
26002600
"@commitlint/cz-commitlint": "npm:19.5.0"
2601-
"@softwareventures/eslint-config": "npm:7.9.0"
2601+
"@softwareventures/eslint-config": "npm:9.0.0"
26022602
"@softwareventures/precise-commits": "npm:4.0.15"
26032603
"@softwareventures/prettier-config": "npm:4.0.0"
26042604
"@softwareventures/semantic-release-config": "npm:5.0.0"
26052605
"@softwareventures/webpack-config": "npm:6.0.0"
26062606
"@types/node": "npm:17.0.45"
26072607
"@types/webpack-env": "npm:1.18.5"
2608-
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
2609-
"@typescript-eslint/parser": "npm:7.18.0"
2608+
"@typescript-eslint/eslint-plugin": "npm:8.5.0"
2609+
"@typescript-eslint/parser": "npm:8.5.0"
26102610
ava: "npm:6.1.3"
26112611
commitizen: "npm:4.3.0"
26122612
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2953,44 +2953,44 @@ __metadata:
29532953
languageName: node
29542954
linkType: hard
29552955

2956-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
2957-
version: 7.18.0
2958-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
2956+
"@typescript-eslint/eslint-plugin@npm:8.5.0":
2957+
version: 8.5.0
2958+
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
29592959
dependencies:
29602960
"@eslint-community/regexpp": "npm:^4.10.0"
2961-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2962-
"@typescript-eslint/type-utils": "npm:7.18.0"
2963-
"@typescript-eslint/utils": "npm:7.18.0"
2964-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2961+
"@typescript-eslint/scope-manager": "npm:8.5.0"
2962+
"@typescript-eslint/type-utils": "npm:8.5.0"
2963+
"@typescript-eslint/utils": "npm:8.5.0"
2964+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
29652965
graphemer: "npm:^1.4.0"
29662966
ignore: "npm:^5.3.1"
29672967
natural-compare: "npm:^1.4.0"
29682968
ts-api-utils: "npm:^1.3.0"
29692969
peerDependencies:
2970-
"@typescript-eslint/parser": ^7.0.0
2971-
eslint: ^8.56.0
2970+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2971+
eslint: ^8.57.0 || ^9.0.0
29722972
peerDependenciesMeta:
29732973
typescript:
29742974
optional: true
2975-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
2975+
checksum: 10c0/69ae7067e03d2d8d442e69d668235bdafd63b07229d0be27025eaad8aa468b5af8ac54627021e0e3a060df04ed1c39d1327a0b11469ac72405b52b74a79f402b
29762976
languageName: node
29772977
linkType: hard
29782978

2979-
"@typescript-eslint/parser@npm:7.18.0":
2980-
version: 7.18.0
2981-
resolution: "@typescript-eslint/parser@npm:7.18.0"
2979+
"@typescript-eslint/parser@npm:8.5.0":
2980+
version: 8.5.0
2981+
resolution: "@typescript-eslint/parser@npm:8.5.0"
29822982
dependencies:
2983-
"@typescript-eslint/scope-manager": "npm:7.18.0"
2984-
"@typescript-eslint/types": "npm:7.18.0"
2985-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
2986-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
2983+
"@typescript-eslint/scope-manager": "npm:8.5.0"
2984+
"@typescript-eslint/types": "npm:8.5.0"
2985+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
2986+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
29872987
debug: "npm:^4.3.4"
29882988
peerDependencies:
2989-
eslint: ^8.56.0
2989+
eslint: ^8.57.0 || ^9.0.0
29902990
peerDependenciesMeta:
29912991
typescript:
29922992
optional: true
2993-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
2993+
checksum: 10c0/509fdd605b86c7d025928f20e1035712c2fc268c34b1af84248ed0b53d699034f19caf98e085c5c758d3025e29939dd12eea427c72cae9e5ea79274364851f0a
29942994
languageName: node
29952995
linkType: hard
29962996

@@ -3014,6 +3014,16 @@ __metadata:
30143014
languageName: node
30153015
linkType: hard
30163016

3017+
"@typescript-eslint/scope-manager@npm:8.5.0":
3018+
version: 8.5.0
3019+
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
3020+
dependencies:
3021+
"@typescript-eslint/types": "npm:8.5.0"
3022+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
3023+
checksum: 10c0/868602f9324a6e15fcae017acd3b0832e9f2c8c8cd315667df37c2e7c765cda5fba7c4bede931f32cc04819ba97cf74a5fddb085c6f1c7993f1fb085ba126422
3024+
languageName: node
3025+
linkType: hard
3026+
30173027
"@typescript-eslint/type-utils@npm:7.16.1":
30183028
version: 7.16.1
30193029
resolution: "@typescript-eslint/type-utils@npm:7.16.1"
@@ -3031,20 +3041,18 @@ __metadata:
30313041
languageName: node
30323042
linkType: hard
30333043

3034-
"@typescript-eslint/type-utils@npm:7.18.0":
3035-
version: 7.18.0
3036-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
3044+
"@typescript-eslint/type-utils@npm:8.5.0":
3045+
version: 8.5.0
3046+
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
30373047
dependencies:
3038-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
3039-
"@typescript-eslint/utils": "npm:7.18.0"
3048+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
3049+
"@typescript-eslint/utils": "npm:8.5.0"
30403050
debug: "npm:^4.3.4"
30413051
ts-api-utils: "npm:^1.3.0"
3042-
peerDependencies:
3043-
eslint: ^8.56.0
30443052
peerDependenciesMeta:
30453053
typescript:
30463054
optional: true
3047-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
3055+
checksum: 10c0/675d3e41f938d16e9268fd33764a4e16b12a4a9817e61d5e2508a07fe6783c69ce9d05facc61822b5647c71d767929618ed37b8b93f423f7c2ccb62cfeb4343b
30483056
languageName: node
30493057
linkType: hard
30503058

@@ -3062,6 +3070,13 @@ __metadata:
30623070
languageName: node
30633071
linkType: hard
30643072

3073+
"@typescript-eslint/types@npm:8.5.0":
3074+
version: 8.5.0
3075+
resolution: "@typescript-eslint/types@npm:8.5.0"
3076+
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
3077+
languageName: node
3078+
linkType: hard
3079+
30653080
"@typescript-eslint/typescript-estree@npm:7.16.1":
30663081
version: 7.16.1
30673082
resolution: "@typescript-eslint/typescript-estree@npm:7.16.1"
@@ -3100,6 +3115,25 @@ __metadata:
31003115
languageName: node
31013116
linkType: hard
31023117

3118+
"@typescript-eslint/typescript-estree@npm:8.5.0":
3119+
version: 8.5.0
3120+
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
3121+
dependencies:
3122+
"@typescript-eslint/types": "npm:8.5.0"
3123+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
3124+
debug: "npm:^4.3.4"
3125+
fast-glob: "npm:^3.3.2"
3126+
is-glob: "npm:^4.0.3"
3127+
minimatch: "npm:^9.0.4"
3128+
semver: "npm:^7.6.0"
3129+
ts-api-utils: "npm:^1.3.0"
3130+
peerDependenciesMeta:
3131+
typescript:
3132+
optional: true
3133+
checksum: 10c0/f62f03d0c5dc57b2b54dbe1cbd027966f774f241279655f46c64145abb54b765176a0cd40447583ba56ada306181da9a82e39b777c78128e105e4ea98c609350
3134+
languageName: node
3135+
linkType: hard
3136+
31033137
"@typescript-eslint/utils@npm:7.16.1":
31043138
version: 7.16.1
31053139
resolution: "@typescript-eslint/utils@npm:7.16.1"
@@ -3114,7 +3148,21 @@ __metadata:
31143148
languageName: node
31153149
linkType: hard
31163150

3117-
"@typescript-eslint/utils@npm:7.18.0, @typescript-eslint/utils@npm:^7.16.1":
3151+
"@typescript-eslint/utils@npm:8.5.0":
3152+
version: 8.5.0
3153+
resolution: "@typescript-eslint/utils@npm:8.5.0"
3154+
dependencies:
3155+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3156+
"@typescript-eslint/scope-manager": "npm:8.5.0"
3157+
"@typescript-eslint/types": "npm:8.5.0"
3158+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
3159+
peerDependencies:
3160+
eslint: ^8.57.0 || ^9.0.0
3161+
checksum: 10c0/0cb0bfdaf0da79d13c0d0379478eb14b5825d235873bc7181e70c4f6297fa1c74431ef730cbc2912fe1814dd8d46c6515ce22b39c57e8f03c337aa152fd49a4e
3162+
languageName: node
3163+
linkType: hard
3164+
3165+
"@typescript-eslint/utils@npm:^7.16.1":
31183166
version: 7.18.0
31193167
resolution: "@typescript-eslint/utils@npm:7.18.0"
31203168
dependencies:
@@ -3148,6 +3196,16 @@ __metadata:
31483196
languageName: node
31493197
linkType: hard
31503198

3199+
"@typescript-eslint/visitor-keys@npm:8.5.0":
3200+
version: 8.5.0
3201+
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
3202+
dependencies:
3203+
"@typescript-eslint/types": "npm:8.5.0"
3204+
eslint-visitor-keys: "npm:^3.4.3"
3205+
checksum: 10c0/8b9e81968ad36e8af18ac17b63c4e0764612451ca085676c939b723549052243f63577d2706bc2da48174f11bf47587ab47e6e0b7c5b28d9f3c1ef7b9aad322d
3206+
languageName: node
3207+
linkType: hard
3208+
31513209
"@ungap/structured-clone@npm:^1.2.0":
31523210
version: 1.2.0
31533211
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)