Skip to content

Commit 9ef30a3

Browse files
chore: bump the all group with 7 updates
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.12.1` | `0.13.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.0` | `22.19.1` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.69.0` | `5.71.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `2.0.3` | `2.0.4` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.48.0` | | [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.1.13` | Updates `@nihalgonsalves/esconfig` from 0.12.1 to 0.13.1 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.12.1...esconfig-v0.13.1) Updates `@types/node` from 22.19.0 to 22.19.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `knip` from 5.69.0 to 5.71.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/5.71.0/packages/knip) Updates `lefthook` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.0.3...v2.0.4) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) Updates `typescript-eslint` from 8.46.4 to 8.48.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.48.0/packages/typescript-eslint) Updates `zod` from 4.1.12 to 4.1.13 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.12...v4.1.13) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-version: 0.13.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@types/node" dependency-version: 22.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: knip dependency-version: 5.71.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: zod dependency-version: 4.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70629d3 commit 9ef30a3

File tree

2 files changed

+359
-252
lines changed

2 files changed

+359
-252
lines changed

package.json

Lines changed: 6 additions & 6 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.12.1",
39+
"@nihalgonsalves/esconfig": "^0.13.1",
4040
"@types/node": "^22",
4141
"eslint": "^9.39.1",
42-
"knip": "^5.69.0",
43-
"lefthook": "^2.0.3",
44-
"prettier": "^3.6.2",
42+
"knip": "^5.71.0",
43+
"lefthook": "^2.0.4",
44+
"prettier": "^3.7.3",
4545
"typescript": "^5.9.3",
46-
"typescript-eslint": "^8.46.4",
47-
"zod": "^4.1.12"
46+
"typescript-eslint": "^8.48.0",
47+
"zod": "^4.1.13"
4848
}
4949
}

0 commit comments

Comments
 (0)