Skip to content

Commit 1bae6a5

Browse files
chore: 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) | `18.19.87` | `18.19.110` | | [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.28.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.52.0` | `5.59.1` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.12` | `1.11.13` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.1` | `8.33.0` | | [zod](https://github.com/colinhacks/zod) | `3.24.3` | `3.25.46` | Updates `@types/node` from 18.19.87 to 18.19.110 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.25.1 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.25.1...v9.28.0) Updates `knip` from 5.52.0 to 5.59.1 - [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.59.1/packages/knip) Updates `lefthook` from 1.11.12 to 1.11.13 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.11.12...v1.11.13) Updates `typescript-eslint` from 8.31.1 to 8.33.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.33.0/packages/typescript-eslint) Updates `zod` from 3.24.3 to 3.25.46 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.3...v3.25.46) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 18.19.110 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: knip dependency-version: 5.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 1.11.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: zod dependency-version: 3.25.46 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19db301 commit 1bae6a5

File tree

2 files changed

+423
-191
lines changed

2 files changed

+423
-191
lines changed

package.json

Lines changed: 5 additions & 5 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.25.1",
42-
"knip": "^5.52.0",
43-
"lefthook": "^1.11.12",
41+
"eslint": "^9.28.0",
42+
"knip": "^5.59.1",
43+
"lefthook": "^1.11.13",
4444
"prettier": "^3.5.3",
4545
"typescript": "^5.8.3",
46-
"typescript-eslint": "^8.31.1",
47-
"zod": "^3.24.3"
46+
"typescript-eslint": "^8.33.0",
47+
"zod": "^3.25.46"
4848
}
4949
}

0 commit comments

Comments
 (0)