Skip to content

Javascript dependency: Bump eslint from 9.30.1 to 9.31.0 in /web #8952

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

Closed
wants to merge 1 commit into from
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.30.1",
"eslint": "^9.31.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.1.4",
Expand Down
33 changes: 12 additions & 21 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1835,16 +1835,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/core@npm:^0.14.0":
version: 0.14.0
resolution: "@eslint/core@npm:0.14.0"
dependencies:
"@types/json-schema": "npm:^7.0.15"
checksum: 10c0/259f279445834ba2d2cbcc18e9d43202a4011fde22f29d5fb802181d66e0f6f0bd1f6b4b4b46663451f545d35134498231bd5e656e18d9034a457824b92b7741
languageName: node
linkType: hard

"@eslint/core@npm:^0.15.1":
"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1":
version: 0.15.1
resolution: "@eslint/core@npm:0.15.1"
dependencies:
Expand All @@ -1870,10 +1861,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.30.1":
version: 9.30.1
resolution: "@eslint/js@npm:9.30.1"
checksum: 10c0/17fc382a0deafdb1cadac1269d9c2f2464f025bde6e4d12fc4f4775eb9886b41340d4650b72e85a53423644fdc89bf59c987a852f27379ad25feecf2c5bbc1c9
"@eslint/js@npm:9.31.0":
version: 9.31.0
resolution: "@eslint/js@npm:9.31.0"
checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -7433,17 +7424,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.30.1":
version: 9.30.1
resolution: "eslint@npm:9.30.1"
"eslint@npm:^9.31.0":
version: 9.31.0
resolution: "eslint@npm:9.31.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.21.0"
"@eslint/config-helpers": "npm:^0.3.0"
"@eslint/core": "npm:^0.14.0"
"@eslint/core": "npm:^0.15.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.30.1"
"@eslint/js": "npm:9.31.0"
"@eslint/plugin-kit": "npm:^0.3.1"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -7479,7 +7470,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/5a5867078e03ea56a1b6d1ee1548659abc38a6d5136c7ef94e21c5dbeb28e3ed50b15d2e0da25fce85600f6cf7ea7715eae650c41e8ae826c34490e9ec73d5d6
checksum: 10c0/3fd1cd5b38b907ecb3f5e7537ab91204efb38bc1ad0ca6e46fc4112f13b594272ff56e641b41580049bc333fbcb5b1b99ca9a542e8406e7da5e951068cbaec77
languageName: node
linkType: hard

Expand Down Expand Up @@ -14114,7 +14105,7 @@ __metadata:
css-minimizer-webpack-plugin: "npm:^7.0.0"
date-fns: "npm:^4.1.0"
diff-arrays-of-objects: "npm:^1.1.8"
eslint: "npm:^9.30.1"
eslint: "npm:^9.31.0"
eslint-plugin-jest: "npm:^29.0.1"
eslint-plugin-react: "npm:^7.37.5"
eslint-plugin-unused-imports: "npm:^4.1.4"
Expand Down
Loading