Skip to content

Commit d024c47

Browse files
chore(deps-dev): bump the all group with 6 updates
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.10.16` | `0.10.19` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.3` | | [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.8.4` | `1.10.1` | | [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.19.0` | Updates `@nihalgonsalves/esconfig` from 0.10.16 to 0.10.19 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.10.16...esconfig-v0.10.19) Updates `@types/node` from 22.10.1 to 22.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.16.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) Updates `lefthook` from 1.8.4 to 1.10.1 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.8.4...v1.10.1) Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.4.2) Updates `typescript-eslint` from 8.16.0 to 8.19.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.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" 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-minor dependency-group: all - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 010a455 commit d024c47

File tree

2 files changed

+149
-160
lines changed

2 files changed

+149
-160
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"format:check": "prettier . --check"
1717
},
1818
"devDependencies": {
19-
"@nihalgonsalves/esconfig": "^0.10.16",
19+
"@nihalgonsalves/esconfig": "^0.10.19",
2020
"@types/node": "^22",
21-
"eslint": "^9.16.0",
22-
"lefthook": "^1.8.4",
23-
"prettier": "^3.4.1",
21+
"eslint": "^9.17.0",
22+
"lefthook": "^1.10.1",
23+
"prettier": "^3.4.2",
2424
"tsx": "^4.19.2",
2525
"typescript": "^5.7.2",
26-
"typescript-eslint": "^8.16.0"
26+
"typescript-eslint": "^8.19.0"
2727
}
2828
}

0 commit comments

Comments
 (0)