Skip to content

Commit

Permalink
Bump @eslint/js from 9.13.0 to 9.14.0
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.13.0 to 9.14.0.
- [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.14.0/packages/js)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 087a2b0 commit 44afa0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.13.0",
"@eslint/js": "^9.14.0",
"eslint": "^9.13.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.3"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@fishbrain/eslint-config-base": "workspace:^",
"eslint": "^9.13.0",
"eslint-plugin-compat": "^6.0.1",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,13 +459,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.13.0, @eslint/js@npm:^9.13.0":
"@eslint/js@npm:9.13.0":
version: 9.13.0
resolution: "@eslint/js@npm:9.13.0"
checksum: 10c0/672257bffe17777b8a98bd80438702904cc7a0b98b9c2e426a8a10929198b3553edf8a3fc20feed4133c02e7c8f7331a0ef1b23e5dab8e4469f7f1791beff1e0
languageName: node
linkType: hard

"@eslint/js@npm:^9.14.0":
version: 9.14.0
resolution: "@eslint/js@npm:9.14.0"
checksum: 10c0/a423dd435e10aa3b461599aa02f6cbadd4b5128cb122467ee4e2c798e7ca4f9bb1fce4dcea003b29b983090238cf120899c1af657cf86300b399e4f996b83ddc
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/object-schema@npm:2.1.4"
Expand All @@ -486,7 +493,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-base@workspace:packages/base"
dependencies:
"@eslint/js": "npm:^9.13.0"
"@eslint/js": "npm:^9.14.0"
"@types/eslint__js": "npm:^8.42.3"
eslint: "npm:^9.13.0"
eslint-plugin-jest: "npm:^28.8.3"
Expand All @@ -509,7 +516,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-react@workspace:packages/react"
dependencies:
"@eslint/js": "npm:^9.13.0"
"@eslint/js": "npm:^9.14.0"
"@fishbrain/eslint-config-base": "workspace:^"
eslint: "npm:^9.13.0"
eslint-plugin-compat: "npm:^6.0.1"
Expand Down

0 comments on commit 44afa0c

Please sign in to comment.