Skip to content

Commit

Permalink
Bump eslint and @types/eslint (#1167)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 9.9.0 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.0...v9.10.0)

Updates `@types/eslint` from 9.6.0 to 9.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Sep 9, 2024
1 parent 951f12b commit 867dfa0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
53 changes: 29 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/mocha-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/eslint": "9.6.0",
"@types/eslint": "9.6.1",
"@types/estree": "1.0.4",
"@types/mocha": "10.0.7",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"better-npm-audit": "3.9.0",
"c8": "10.1.1",
"eslint": "9.9.0",
"eslint": "9.10.0",
"eslint-plugin-eslint-plugin": "6.2.0",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-markdown": "5.0.0",
Expand Down

0 comments on commit 867dfa0

Please sign in to comment.