Skip to content

Commit c525f21

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.17.0` | `22.18.8` | | [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.36.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.12.2` | `1.13.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.6` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.45.0` | Updates `@types/node` from 22.17.0 to 22.18.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.32.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.32.0...v9.36.0) Updates `lefthook` from 1.12.2 to 1.13.6 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.12.2...v1.13.6) Updates `tsx` from 4.20.3 to 4.20.6 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.3...v4.20.6) Updates `typescript` from 5.9.2 to 5.9.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.9.2...v5.9.3) Updates `typescript-eslint` from 8.38.0 to 8.45.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.45.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.18.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 1.13.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c910f9 commit c525f21

File tree

2 files changed

+187
-176
lines changed

2 files changed

+187
-176
lines changed

package.json

Lines changed: 5 additions & 5 deletions
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.32.0",
22-
"lefthook": "^1.12.2",
21+
"eslint": "^9.36.0",
22+
"lefthook": "^1.13.6",
2323
"prettier": "^3.6.2",
24-
"tsx": "^4.20.3",
25-
"typescript": "^5.9.2",
26-
"typescript-eslint": "^8.38.0"
24+
"tsx": "^4.20.6",
25+
"typescript": "^5.9.3",
26+
"typescript-eslint": "^8.45.0"
2727
}
2828
}

0 commit comments

Comments
 (0)