Skip to content

Commit c46c9ac

Browse files
chore: bump the all group with 7 updates
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.115` | `18.19.121` | | [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.32.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.61.3` | `5.62.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.14` | `1.12.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.38.0` | | [zod](https://github.com/colinhacks/zod) | `3.25.67` | `4.0.14` | Updates `@types/node` from 18.19.115 to 18.19.121 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.30.1 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.1...v9.32.0) Updates `knip` from 5.61.3 to 5.62.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.62.0/packages/knip) Updates `lefthook` from 1.11.14 to 1.12.2 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.11.14...v1.12.2) Updates `typescript` from 5.8.3 to 5.9.2 - [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.3...v5.9.2) Updates `typescript-eslint` from 8.35.1 to 8.38.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.38.0/packages/typescript-eslint) Updates `zod` from 3.25.67 to 4.0.14 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.67...v4.0.14) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 18.19.121 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: knip dependency-version: 5.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 1.12.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: zod dependency-version: 4.0.14 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 343c4a7 commit c46c9ac

File tree

2 files changed

+167
-165
lines changed

2 files changed

+167
-165
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"devDependencies": {
3939
"@nihalgonsalves/esconfig": "^0.11.2",
4040
"@types/node": "^18",
41-
"eslint": "^9.30.1",
42-
"knip": "^5.61.3",
43-
"lefthook": "^1.11.14",
41+
"eslint": "^9.32.0",
42+
"knip": "^5.62.0",
43+
"lefthook": "^1.12.2",
4444
"prettier": "^3.6.2",
45-
"typescript": "^5.8.3",
46-
"typescript-eslint": "^8.35.1",
47-
"zod": "^3.25.67"
45+
"typescript": "^5.9.2",
46+
"typescript-eslint": "^8.38.0",
47+
"zod": "^4.0.14"
4848
}
4949
}

0 commit comments

Comments
 (0)