Skip to content

Commit 99f4cdd

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.86` | `18.19.87` | | [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.25.1` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.46.4` | `5.52.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.6` | `1.11.12` | | [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` | | [zod](https://github.com/colinhacks/zod) | `3.24.2` | `3.24.3` | Updates `@types/node` from 18.19.86 to 18.19.87 - [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 `knip` from 5.46.4 to 5.52.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.52.0/packages/knip) 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 `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) Updates `zod` from 3.24.2 to 3.24.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](colinhacks/zod@v3.24.2...v3.24.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 18.19.87 dependency-type: direct:development update-type: version-update:semver-patch 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: knip dependency-version: 5.52.0 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: 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 - dependency-name: zod dependency-version: 3.24.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a59040 commit 99f4cdd

File tree

2 files changed

+203
-271
lines changed

2 files changed

+203
-271
lines changed

package.json

+6-6
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.23.0",
42-
"knip": "^5.46.4",
43-
"lefthook": "^1.11.6",
41+
"eslint": "^9.25.1",
42+
"knip": "^5.52.0",
43+
"lefthook": "^1.11.12",
4444
"prettier": "^3.5.3",
45-
"typescript": "^5.8.2",
46-
"typescript-eslint": "^8.29.0",
47-
"zod": "^3.24.2"
45+
"typescript": "^5.8.3",
46+
"typescript-eslint": "^8.31.1",
47+
"zod": "^3.24.3"
4848
}
4949
}

0 commit comments

Comments
 (0)