Skip to content

Commit

Permalink
Update dependency eslint-webpack-plugin to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 86fecd8 commit 5b481d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-package-json": "0.26.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-vue": "9.32.0",
"eslint-webpack-plugin": "4.2.0",
"eslint-webpack-plugin": "5.0.0",
"flush-promises": "1.0.2",
"globals": "16.0.0",
"html-webpack-plugin": "5.6.3",
Expand Down
26 changes: 9 additions & 17 deletions UI/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2185,22 +2185,14 @@
"@types/eslint" "*"
"@types/estree" "*"

"@types/eslint@*":
"@types/eslint@*", "@types/eslint@^9.6.1":
version "9.6.1"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/eslint@^8.56.10":
version "8.56.12"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz"
integrity sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/estree@*", "@types/estree@^1.0.6":
version "1.0.6"
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz"
Expand Down Expand Up @@ -4947,16 +4939,16 @@ eslint-visitor-keys@^4.2.0:
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz"
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==

eslint-webpack-plugin@4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz"
integrity sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==
eslint-webpack-plugin@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.0.tgz#f131f066efeae9ebf738901869f0034764e71bb4"
integrity sha512-iDhXf2r55KO1UhMfpus8oGp93wdNF+934q5kEkwa7qn3BH9f51QEC11xQidt+8jfqRnEYYZa2/8lhac7U/vqWw==
dependencies:
"@types/eslint" "^8.56.10"
"@types/eslint" "^9.6.1"
jest-worker "^29.7.0"
micromatch "^4.0.5"
micromatch "^4.0.8"
normalize-path "^3.0.0"
schema-utils "^4.2.0"
schema-utils "^4.3.0"

eslint@9.21.0:
version "9.21.0"
Expand Down

0 comments on commit 5b481d4

Please sign in to comment.