Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump eslint-webpack-plugin from 3.2.0 to 4.2.0 #1070

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.2",
"eslint-webpack-plugin": "^3.2.0",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.3.1",
Expand Down
43 changes: 21 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ __metadata:
eslint-plugin-react: "npm:^7.32.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-testing-library: "npm:^5.10.2"
eslint-webpack-plugin: "npm:^3.2.0"
eslint-webpack-plugin: "npm:^4.2.0"
html-webpack-plugin: "npm:^5.5.0"
jest: "npm:^29.4.1"
jest-environment-jsdom: "npm:^29.3.1"
Expand Down Expand Up @@ -10830,7 +10830,7 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:*, @types/eslint@npm:^7.29.0 || ^8.4.1":
"@types/eslint@npm:*":
version: 8.56.10
resolution: "@types/eslint@npm:8.56.10"
dependencies:
Expand All @@ -10840,6 +10840,16 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:^8.56.10":
version: 8.56.11
resolution: "@types/eslint@npm:8.56.11"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: 10c0/e47d2b8e0ce1aa7e1f2564555576fa55343e942ae8cba5940b4e2566f842810c007beff80a01d74d48c60a45ecf28150cbc5cbd53324b1e55cf672b24ccf4667
languageName: node
linkType: hard

"@types/estree@npm:*, @types/estree@npm:^1.0.5":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
Expand Down Expand Up @@ -15336,19 +15346,19 @@ __metadata:
languageName: node
linkType: hard

"eslint-webpack-plugin@npm:^3.2.0":
version: 3.2.0
resolution: "eslint-webpack-plugin@npm:3.2.0"
"eslint-webpack-plugin@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-webpack-plugin@npm:4.2.0"
dependencies:
"@types/eslint": "npm:^7.29.0 || ^8.4.1"
jest-worker: "npm:^28.0.2"
"@types/eslint": "npm:^8.56.10"
jest-worker: "npm:^29.7.0"
micromatch: "npm:^4.0.5"
normalize-path: "npm:^3.0.0"
schema-utils: "npm:^4.0.0"
schema-utils: "npm:^4.2.0"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
eslint: ^8.0.0 || ^9.0.0
webpack: ^5.0.0
checksum: 10c0/e2e11e6743df9e65e73f4d0b6de832a47a17568b2a4b03b86acfa3458bb2db50a7809c835b64613320f5fd5e1b1395dd2abe08d7f5c466c77234c500a087cad2
checksum: 10c0/cf5c9b7afa3c025fffadb3e1451e7a55d914c3070614bb4d57f887774d164ca4298bb777f7c3afa16f47af9869174a19d6aebb4d1ca719bc2cc49f2eccd71a3b
languageName: node
linkType: hard

Expand Down Expand Up @@ -18301,17 +18311,6 @@ __metadata:
languageName: node
linkType: hard

"jest-worker@npm:^28.0.2":
version: 28.1.3
resolution: "jest-worker@npm:28.1.3"
dependencies:
"@types/node": "npm:*"
merge-stream: "npm:^2.0.0"
supports-color: "npm:^8.0.0"
checksum: 10c0/d6715268fd6c9fd8431987d42e4ae0981dc6352fd7a5c90aadb9c67562dc6161486a98960f5d1bd36dbafb202d8d98a6fdb181711acbc5e55ee6ab85fa94c931
languageName: node
linkType: hard

"jest-worker@npm:^29.7.0":
version: 29.7.0
resolution: "jest-worker@npm:29.7.0"
Expand Down Expand Up @@ -22250,7 +22249,7 @@ __metadata:
languageName: node
linkType: hard

"schema-utils@npm:^4.0.0":
"schema-utils@npm:^4.0.0, schema-utils@npm:^4.2.0":
version: 4.2.0
resolution: "schema-utils@npm:4.2.0"
dependencies:
Expand Down
Loading