Skip to content

Commit

Permalink
chore(deps-dev): bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [eslint](https://github.com/eslint/eslint), [lefthook](https://github.com/evilmartians/lefthook) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@nihalgonsalves/esconfig` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.9.5...esconfig-v0.9.6)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

Updates `lefthook` from 1.6.7 to 1.6.10
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.6.7...v1.6.10)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 31dd97b commit 0bead98
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 239 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"format:check": "prettier . --check"
},
"devDependencies": {
"@nihalgonsalves/esconfig": "^0.9.5",
"@nihalgonsalves/esconfig": "^0.9.6",
"@types/node": "20",
"eslint": "^8.57.0",
"lefthook": "^1.6.7",
"eslint": "^9.0.0",
"lefthook": "^1.6.10",
"prettier": "^3.2.5",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 0bead98

Please sign in to comment.