Skip to content

Commit 7a764bf

Browse files
chore(deps-dev): bump the all group with 6 updates
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.16` | `22.15.3` | | [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.25.1` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.6` | `1.11.12` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.19.4` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.0` | `8.31.1` | Updates `@types/node` from 22.13.16 to 22.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.23.0 to 9.25.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.25.1) Updates `lefthook` from 1.11.6 to 1.11.12 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.11.6...v1.11.12) Updates `tsx` from 4.19.3 to 4.19.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.19.3...v4.19.4) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.8.3) Updates `typescript-eslint` from 8.29.0 to 8.31.1 - [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.31.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 1.11.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: tsx dependency-version: 4.19.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 410bc3c commit 7a764bf

File tree

2 files changed

+235
-102
lines changed

2 files changed

+235
-102
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"devDependencies": {
1919
"@nihalgonsalves/esconfig": "^0.11.2",
2020
"@types/node": "^22",
21-
"eslint": "^9.23.0",
22-
"lefthook": "^1.11.6",
21+
"eslint": "^9.25.1",
22+
"lefthook": "^1.11.12",
2323
"prettier": "^3.5.3",
24-
"tsx": "^4.19.3",
25-
"typescript": "^5.8.2",
26-
"typescript-eslint": "^8.29.0"
24+
"tsx": "^4.19.4",
25+
"typescript": "^5.8.3",
26+
"typescript-eslint": "^8.31.1"
2727
}
2828
}

0 commit comments

Comments
 (0)