Skip to content

Commit 5a98228

Browse files
chore: bump the all group with 6 updates
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.11.0` | `0.11.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.78` | `18.19.86` | | [eslint](https://github.com/eslint/eslint) | `9.22.0` | `9.23.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.45.0` | `5.46.4` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.3` | `1.11.6` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.26.1` | `8.29.0` | Updates `@nihalgonsalves/esconfig` from 0.11.0 to 0.11.2 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.11.0...esconfig-v0.11.2) Updates `@types/node` from 18.19.78 to 18.19.86 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.22.0...v9.23.0) Updates `knip` from 5.45.0 to 5.46.4 - [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.46.4/packages/knip) Updates `lefthook` from 1.11.3 to 1.11.6 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.11.3...v1.11.6) Updates `typescript-eslint` from 8.26.1 to 8.29.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.29.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-version: 0.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-version: 18.19.86 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-version: 9.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: knip dependency-version: 5.46.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-version: 1.11.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34e5550 commit 5a98228

File tree

2 files changed

+795
-91
lines changed

2 files changed

+795
-91
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"node": "^20.19.0 || ^22.12.0 || >23.0.0"
3737
},
3838
"devDependencies": {
39-
"@nihalgonsalves/esconfig": "^0.11.0",
39+
"@nihalgonsalves/esconfig": "^0.11.2",
4040
"@types/node": "^18",
41-
"eslint": "^9.22.0",
42-
"knip": "^5.45.0",
43-
"lefthook": "^1.11.3",
41+
"eslint": "^9.23.0",
42+
"knip": "^5.46.4",
43+
"lefthook": "^1.11.6",
4444
"prettier": "^3.5.3",
4545
"typescript": "^5.8.2",
46-
"typescript-eslint": "^8.26.1",
46+
"typescript-eslint": "^8.29.0",
4747
"zod": "^3.24.2"
4848
}
4949
}

0 commit comments

Comments
 (0)