Skip to content

Commit 97063d1

Browse files
chore: bump the all group with 8 updates
Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.13.1` | `0.13.2` | | [@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.71.0` | `5.78.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `2.0.4` | `2.0.13` | | [prettier](https://github.com/prettier/prettier) | `3.7.3` | `3.7.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.51.0` | | [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.3.4` | Updates `@nihalgonsalves/esconfig` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.13.1...esconfig-v0.13.2) 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.71.0 to 5.78.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/[email protected]/packages/knip) Updates `lefthook` from 2.0.4 to 2.0.13 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.0.4...v2.0.13) Updates `prettier` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.3...3.7.4) Updates `typescript-eslint` from 8.48.0 to 8.51.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.51.0/packages/typescript-eslint) Updates `zod` from 4.1.13 to 4.3.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.13...v4.3.4) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-version: 0.13.2 dependency-type: direct:development update-type: version-update:semver-patch 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.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 2.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: zod dependency-version: 4.3.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a21aa7e commit 97063d1

File tree

2 files changed

+345
-244
lines changed

2 files changed

+345
-244
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"node": "^22.12.0 || >24.0.0"
3737
},
3838
"devDependencies": {
39-
"@nihalgonsalves/esconfig": "^0.13.1",
39+
"@nihalgonsalves/esconfig": "^0.13.2",
4040
"@types/node": "^22",
41-
"eslint": "^9.39.1",
42-
"knip": "^5.71.0",
43-
"lefthook": "^2.0.4",
44-
"prettier": "^3.7.3",
41+
"eslint": "^9.39.2",
42+
"knip": "^5.78.0",
43+
"lefthook": "^2.0.13",
44+
"prettier": "^3.7.4",
4545
"typescript": "^5.9.3",
46-
"typescript-eslint": "^8.48.0",
47-
"zod": "^4.1.13"
46+
"typescript-eslint": "^8.51.0",
47+
"zod": "^4.3.4"
4848
}
4949
}

0 commit comments

Comments
 (0)