Skip to content

Commit

Permalink
⬆️ (repo) [NO-ISSUE]: Bump the eslint group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `@eslint/js` from 9.16.0 to 9.17.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.17.0/packages/js)

Updates `typescript-eslint` from 8.17.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent d978fdc commit 4121051
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 217 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"danger": "^12.3.3",
"esbuild": "^0.24.0",
"esbuild-node-externals": "^1.14.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"gitmoji-cli": "^9.5.0",
"hygen": "^6.2.11",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/core": "^0.9.1",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@types/eslint__js": "^8.42.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.13.0",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.18.1"
}
}
Loading

0 comments on commit 4121051

Please sign in to comment.