Skip to content

Commit 0bead98

Browse files
chore(deps-dev): bump the all group with 4 updates
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]>
1 parent 31dd97b commit 0bead98

File tree

2 files changed

+248
-239
lines changed

2 files changed

+248
-239
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"format:check": "prettier . --check"
1717
},
1818
"devDependencies": {
19-
"@nihalgonsalves/esconfig": "^0.9.5",
19+
"@nihalgonsalves/esconfig": "^0.9.6",
2020
"@types/node": "20",
21-
"eslint": "^8.57.0",
22-
"lefthook": "^1.6.7",
21+
"eslint": "^9.0.0",
22+
"lefthook": "^1.6.10",
2323
"prettier": "^3.2.5",
2424
"ts-node-dev": "^2.0.0",
25-
"typescript": "^5.4.3"
25+
"typescript": "^5.4.5"
2626
}
2727
}

0 commit comments

Comments
 (0)