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/compat](https://github.com/eslint/rewrite), [@eslint/core](https://github.com/eslint/rewrite) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/compat` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.5...compat-v1.2.6)

Updates `@eslint/core` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@core-v0.10.0...core-v0.11.0)

Updates `typescript-eslint` from 8.21.0 to 8.22.0
- [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.22.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@eslint/core"
  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 Feb 2, 2025
1 parent 70612db commit a84407a
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 95 deletions.
6 changes: 3 additions & 3 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
],
"type": "module",
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/core": "^0.10.0",
"@eslint/compat": "^1.2.6",
"@eslint/core": "^0.11.0",
"@eslint/js": "9.19.0",
"@types/eslint__js": "^8.42.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.13.0",
"typescript-eslint": "8.21.0"
"typescript-eslint": "8.22.0"
}
}
Loading

0 comments on commit a84407a

Please sign in to comment.