Skip to content

Commit

Permalink
Bump eslint from 9.7.0 to 9.8.0 in /client (#2649)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.7.0 to 9.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.7.0...v9.8.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 Aug 2, 2024
1 parent 4d51981 commit 85e8f9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.7.0",
"eslint": "^9.8.0",
"eslint-webpack-plugin": "^4.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
Expand Down
30 changes: 15 additions & 15 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-array@npm:^0.17.0":
version: 0.17.0
resolution: "@eslint/config-array@npm:0.17.0"
"@eslint/config-array@npm:^0.17.1":
version: 0.17.1
resolution: "@eslint/config-array@npm:0.17.1"
dependencies:
"@eslint/object-schema": "npm:^2.1.4"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10/4609b94519cd63ed1aba1429a53c0eb3cb5585056ffaa10184f0b7b91ceaed7ed5e625da3b5b4ffcc9b9093be8d6be7fc46111885936d6543890efb016aa303f
checksum: 10/d837852445d3cfc62da5e0d94ab036aa4393751cf2ee71676df61ec77bffabaa73f87207bfa200b8d0e7e95b556704f29f35f2f22d63d1ce2e285db4a325a2df
languageName: node
linkType: hard

Expand All @@ -99,10 +99,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.7.0":
version: 9.7.0
resolution: "@eslint/js@npm:9.7.0"
checksum: 10/b56b9fdec705f2cefae3a6d9d4227c4c28c5cbdbd8849c7997c357cabd4a729cee4445ddb43bb1423fbeb2280a119ced4d0819be8749d107c511e9d81dfe863a
"@eslint/js@npm:9.8.0":
version: 9.8.0
resolution: "@eslint/js@npm:9.8.0"
checksum: 10/1c6ddbcc9f45f0165d9e218c085543536c03b4b650449a6f38f4e2b65b1d6bcd5f24f7feae72fca14d3697073cbdb413f270baef0f744cb0fb9e11ce9c84dbcc
languageName: node
linkType: hard

Expand Down Expand Up @@ -1578,15 +1578,15 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.7.0":
version: 9.7.0
resolution: "eslint@npm:9.7.0"
"eslint@npm:^9.8.0":
version: 9.8.0
resolution: "eslint@npm:9.8.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.17.0"
"@eslint/config-array": "npm:^0.17.1"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.7.0"
"@eslint/js": "npm:9.8.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -1618,7 +1618,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 10/f9b3c99a63f1e94feadb2005d854c907d2a9322d14a0ad8a47a127562475bfdcc43fbffcae184e3de94d832218891bb4b7a21a914f7ef9e22b1d2ee19941368d
checksum: 10/b1dd864170ca359249c92d1d8e09a628497efcf8a4293b571308460125fb0367a15612b2b0f135ff21b92453bf324ce75843fcaac3e01734f4bee2ff79919cc3
languageName: node
linkType: hard

Expand Down Expand Up @@ -2036,7 +2036,7 @@ __metadata:
clsx: "npm:^2.1.1"
copy-webpack-plugin: "npm:^12.0.2"
css-loader: "npm:^7.1.2"
eslint: "npm:^9.7.0"
eslint: "npm:^9.8.0"
eslint-webpack-plugin: "npm:^4.2.0"
git-revision-webpack-plugin: "npm:^5.0.0"
html-webpack-plugin: "npm:^5.6.0"
Expand Down

0 comments on commit 85e8f9b

Please sign in to comment.