Skip to content

Commit

Permalink
Bump eslint from 9.9.1 to 9.10.0 in /client (#2681)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 4866a77 commit b2f9f37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clsx": "^2.1.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"git-revision-webpack-plugin": "^5.0.0",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
Expand Down
31 changes: 20 additions & 11 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.9.1":
version: 9.9.1
resolution: "@eslint/js@npm:9.9.1"
checksum: 10/c3fac3389bda97e790eea03c0a0be2dc1cfb0eec3863f8c4b88033ca7bad4265e4c48abe40d4dc8f82b456a2617fc8a499b2b90837c8bd39a05ebc8cb34c3a04
"@eslint/js@npm:9.10.0":
version: 9.10.0
resolution: "@eslint/js@npm:9.10.0"
checksum: 10/cbda2bf268c8ac7a2b2493aaaa0113a78165a576ee5178b9fbdaf245c3d40ffaf41d006f75afab5718f68d816f00319e267b4c88ead100b19022fe491f9e0175
languageName: node
linkType: hard

Expand All @@ -115,6 +115,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.1.0":
version: 0.1.0
resolution: "@eslint/plugin-kit@npm:0.1.0"
dependencies:
levn: "npm:^0.4.1"
checksum: 10/3c6b10505f53c6e32b40572f780164b75389bbabd1bf80ab8742222710d90683a2cc9480468fca132da636f6a3053ae60b173181d14f4975fde2e6f8f9564c6d
languageName: node
linkType: hard

"@fortawesome/fontawesome-free@npm:^6.6.0":
version: 6.6.0
resolution: "@fortawesome/fontawesome-free@npm:6.6.0"
Expand Down Expand Up @@ -1366,15 +1375,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.9.1":
version: 9.9.1
resolution: "eslint@npm:9.9.1"
"eslint@npm:^9.10.0":
version: 9.10.0
resolution: "eslint@npm:9.10.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.9.1"
"@eslint/js": "npm:9.10.0"
"@eslint/plugin-kit": "npm:^0.1.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand All @@ -1397,7 +1407,6 @@ __metadata:
is-glob: "npm:^4.0.0"
is-path-inside: "npm:^3.0.3"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
levn: "npm:^0.4.1"
lodash.merge: "npm:^4.6.2"
minimatch: "npm:^3.1.2"
natural-compare: "npm:^1.4.0"
Expand All @@ -1411,7 +1420,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908
checksum: 10/bbb6da7db83f5182cff5a5e1681cf77be761e37bfbfedf66add9d3d2a216dbc336e787d02d05a2ea85179c51a10203713b2438b86adfd7666c29afd3ee008fe8
languageName: node
linkType: hard

Expand Down Expand Up @@ -1797,7 +1806,7 @@ __metadata:
clsx: "npm:^2.1.1"
copy-webpack-plugin: "npm:^12.0.2"
css-loader: "npm:^7.1.2"
eslint: "npm:^9.9.1"
eslint: "npm:^9.10.0"
git-revision-webpack-plugin: "npm:^5.0.0"
globals: "npm:^15.9.0"
html-webpack-plugin: "npm:^5.6.0"
Expand Down

0 comments on commit b2f9f37

Please sign in to comment.