Skip to content

Commit

Permalink
Bump @eslint/js from 9.10.0 to 9.11.1
Browse files Browse the repository at this point in the history
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.10.0 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 026fc66 commit d714273
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "eslint index.js eslint.config.js"
},
"dependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"eslint": "^9.11.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@fishbrain/eslint-config-base": "workspace:^",
"eslint": "^9.11.0",
"eslint-plugin-compat": "^6.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:^9.10.0":
version: 9.10.0
resolution: "@eslint/js@npm:9.10.0"
checksum: 10c0/2ac45a002dc1ccf25be46ea61001ada8d77248d1313ab4e53f3735e5ae00738a757874e41f62ad6fbd49df7dffeece66e5f53ff0d7b78a99ce4c68e8fea66753
"@eslint/js@npm:^9.11.1":
version: 9.11.1
resolution: "@eslint/js@npm:9.11.1"
checksum: 10c0/22916ef7b09c6f60c62635d897c66e1e3e38d90b5a5cf5e62769033472ecbcfb6ec7c886090a4b32fe65d6ce371da54384e46c26a899e38184dfc152c6152f7b
languageName: node
linkType: hard

Expand All @@ -486,7 +486,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-base@workspace:packages/base"
dependencies:
"@eslint/js": "npm:^9.10.0"
"@eslint/js": "npm:^9.11.1"
"@types/eslint__js": "npm:^8.42.3"
eslint: "npm:^9.11.0"
eslint-plugin-jest: "npm:^28.8.3"
Expand All @@ -509,7 +509,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-react@workspace:packages/react"
dependencies:
"@eslint/js": "npm:^9.10.0"
"@eslint/js": "npm:^9.11.1"
"@fishbrain/eslint-config-base": "workspace:^"
eslint: "npm:^9.11.0"
eslint-plugin-compat: "npm:^6.0.1"
Expand Down

0 comments on commit d714273

Please sign in to comment.