Skip to content

Commit

Permalink
chore(deps-dev): bump eslint and @types/eslint
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.4.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.4.0...v9.10.0)

Updates `@types/eslint` from 8.40.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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 6e0845e commit 18bdba3
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 73 deletions.
169 changes: 98 additions & 71 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 @@ -10,9 +10,9 @@
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest"
},
"devDependencies": {
"@types/eslint": "^8.40.0",
"@types/eslint": "^9.6.1",
"cross-env": "^7.0.3",
"eslint": "^9.4.0",
"eslint": "^9.10.0",
"jest": "^29.7.0",
"js-green-licenses": "^4.0.0"
}
Expand Down

0 comments on commit 18bdba3

Please sign in to comment.