Skip to content

Commit 9566649

Browse files
chore(deps): bump the all group with 6 updates
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.2.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.1` | `22.19.3` | | [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.72.0` | `5.73.4` | | [lefthook](https://github.com/evilmartians/lefthook) | `2.0.9` | `2.0.12` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.49.0` | `8.50.0` | Updates `zod` from 4.1.13 to 4.2.0 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.13...v4.2.0) Updates `@types/node` from 22.19.1 to 22.19.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v9.39.2) Updates `knip` from 5.72.0 to 5.73.4 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/5.73.4/packages/knip) Updates `lefthook` from 2.0.9 to 2.0.12 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.0.9...v2.0.12) Updates `typescript-eslint` from 8.49.0 to 8.50.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.50.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: zod dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@types/node" dependency-version: 22.19.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: knip dependency-version: 5.73.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 2.0.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b367eb7 commit 9566649

File tree

2 files changed

+153
-146
lines changed

2 files changed

+153
-146
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"debug": "^4.4.3",
38-
"zod": "^4.1.13"
38+
"zod": "^4.2.0"
3939
},
4040
"devDependencies": {
4141
"@commitlint/cli": "^20.2.0",
@@ -48,13 +48,13 @@
4848
"@vitest/ui": "^4.0.15",
4949
"browserslist": "^4.28.1",
5050
"esbuild": "~0.27.1",
51-
"eslint": "^9.39.1",
51+
"eslint": "^9.39.2",
5252
"eslint-plugin-vitest": "^0.5.4",
53-
"knip": "^5.72.0",
54-
"lefthook": "^2.0.9",
53+
"knip": "^5.73.4",
54+
"lefthook": "^2.0.12",
5555
"prettier": "^3.7.4",
5656
"typescript": "^5.9.3",
57-
"typescript-eslint": "^8.49.0",
57+
"typescript-eslint": "^8.50.0",
5858
"vitest": "^4.0.15"
5959
},
6060
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"

0 commit comments

Comments
 (0)