Skip to content

Commit b3a551a

Browse files
Bump eslint-webpack-plugin from 4.0.1 to 4.1.0 (#1062)
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/eslint-webpack-plugin@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66e71ed commit b3a551a

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
"@typescript-eslint/parser": "^6.21.0",
11631163
"@vscode/test-electron": "^2.3.9",
11641164
"eslint": "^8.57.0",
1165-
"eslint-webpack-plugin": "^4.0.1",
1165+
"eslint-webpack-plugin": "^4.1.0",
11661166
"glob": "^10.3.10",
11671167
"husky": "^9.0.11",
11681168
"mocha": "^10.3.0",

yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@
7575
wrap-ansi "^8.1.0"
7676
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
7777

78-
"@jest/schemas@^29.4.3":
79-
version "29.4.3"
80-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788"
81-
integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==
78+
"@jest/schemas@^29.6.3":
79+
version "29.6.3"
80+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
81+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
8282
dependencies:
83-
"@sinclair/typebox" "^0.25.16"
83+
"@sinclair/typebox" "^0.27.8"
8484

85-
"@jest/types@^29.5.0":
86-
version "29.5.0"
87-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593"
88-
integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==
85+
"@jest/types@^29.6.3":
86+
version "29.6.3"
87+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
88+
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
8989
dependencies:
90-
"@jest/schemas" "^29.4.3"
90+
"@jest/schemas" "^29.6.3"
9191
"@types/istanbul-lib-coverage" "^2.0.0"
9292
"@types/istanbul-reports" "^3.0.0"
9393
"@types/node" "*"
@@ -178,10 +178,10 @@
178178
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
179179
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
180180

181-
"@sinclair/typebox@^0.25.16":
182-
version "0.25.24"
183-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
184-
integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==
181+
"@sinclair/typebox@^0.27.8":
182+
version "0.27.8"
183+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
184+
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
185185

186186
"@tootallnate/once@1":
187187
version "1.1.2"
@@ -196,10 +196,10 @@
196196
"@types/eslint" "*"
197197
"@types/estree" "*"
198198

199-
"@types/eslint@*", "@types/eslint@^8.37.0":
200-
version "8.40.2"
201-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.2.tgz#2833bc112d809677864a4b0e7d1de4f04d7dac2d"
202-
integrity sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==
199+
"@types/eslint@*", "@types/eslint@^8.56.5":
200+
version "8.56.5"
201+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.5.tgz#94b88cab77588fcecdd0771a6d576fa1c0af9d02"
202+
integrity sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==
203203
dependencies:
204204
"@types/estree" "*"
205205
"@types/json-schema" "*"
@@ -947,16 +947,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
947947
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
948948
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
949949

950-
eslint-webpack-plugin@^4.0.1:
951-
version "4.0.1"
952-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.0.1.tgz#f0f0e9afff2801d8bd41eac88e5409821ecbaccb"
953-
integrity sha512-fUFcXpui/FftGx3NzvWgLZXlLbu+m74sUxGEgxgoxYcUtkIQbS6SdNNZkS99m5ycb23TfoNYrDpp1k/CK5j6Hw==
950+
eslint-webpack-plugin@^4.1.0:
951+
version "4.1.0"
952+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.1.0.tgz#83daf1e601ea57b63d7164eea0635d7b7bafe673"
953+
integrity sha512-C3wAG2jyockIhN0YRLuKieKj2nx/gnE/VHmoHemD5ifnAtY6ZU+jNPfzPoX4Zd6RIbUyWTiZUh/ofUlBhoAX7w==
954954
dependencies:
955-
"@types/eslint" "^8.37.0"
956-
jest-worker "^29.5.0"
955+
"@types/eslint" "^8.56.5"
956+
jest-worker "^29.7.0"
957957
micromatch "^4.0.5"
958958
normalize-path "^3.0.0"
959-
schema-utils "^4.0.0"
959+
schema-utils "^4.2.0"
960960

961961
eslint@^8.57.0:
962962
version "8.57.0"
@@ -1416,12 +1416,12 @@ jackspeak@^2.3.5:
14161416
optionalDependencies:
14171417
"@pkgjs/parseargs" "^0.11.0"
14181418

1419-
jest-util@^29.5.0:
1420-
version "29.5.0"
1421-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
1422-
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
1419+
jest-util@^29.7.0:
1420+
version "29.7.0"
1421+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
1422+
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
14231423
dependencies:
1424-
"@jest/types" "^29.5.0"
1424+
"@jest/types" "^29.6.3"
14251425
"@types/node" "*"
14261426
chalk "^4.0.0"
14271427
ci-info "^3.2.0"
@@ -1437,13 +1437,13 @@ jest-worker@^27.4.5:
14371437
merge-stream "^2.0.0"
14381438
supports-color "^8.0.0"
14391439

1440-
jest-worker@^29.5.0:
1441-
version "29.5.0"
1442-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d"
1443-
integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==
1440+
jest-worker@^29.7.0:
1441+
version "29.7.0"
1442+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a"
1443+
integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==
14441444
dependencies:
14451445
"@types/node" "*"
1446-
jest-util "^29.5.0"
1446+
jest-util "^29.7.0"
14471447
merge-stream "^2.0.0"
14481448
supports-color "^8.0.0"
14491449

@@ -1914,7 +1914,7 @@ schema-utils@^3.1.1, schema-utils@^3.2.0:
19141914
ajv "^6.12.5"
19151915
ajv-keywords "^3.5.2"
19161916

1917-
schema-utils@^4.0.0:
1917+
schema-utils@^4.2.0:
19181918
version "4.2.0"
19191919
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
19201920
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==

0 commit comments

Comments
 (0)