Skip to content

Commit 1113d56

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.10.14` | `0.10.16` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.63` | `18.19.67` | | [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.16.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.36.2` | `5.38.3` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.8.2` | `1.8.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.12.2` | `8.16.0` | Updates `@nihalgonsalves/esconfig` from 0.10.14 to 0.10.16 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.10.14...esconfig-v0.10.16) Updates `@types/node` from 18.19.63 to 18.19.67 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.14.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.14.0...v9.16.0) Updates `knip` from 5.36.2 to 5.38.3 - [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.38.3/packages/knip) Updates `lefthook` from 1.8.2 to 1.8.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.8.2...v1.8.4) Updates `prettier` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.1) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) Updates `typescript-eslint` from 8.12.2 to 8.16.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.16.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: knip dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: lefthook dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc67527 commit 1113d56

File tree

2 files changed

+196
-186
lines changed

2 files changed

+196
-186
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"dist/**/*"
3131
],
3232
"devDependencies": {
33-
"@nihalgonsalves/esconfig": "^0.10.14",
33+
"@nihalgonsalves/esconfig": "^0.10.16",
3434
"@types/node": "^18",
35-
"eslint": "^9.14.0",
36-
"knip": "^5.36.2",
37-
"lefthook": "^1.8.2",
38-
"prettier": "^3.3.3",
35+
"eslint": "^9.16.0",
36+
"knip": "^5.38.3",
37+
"lefthook": "^1.8.4",
38+
"prettier": "^3.4.1",
3939
"tsx": "^4.19.2",
40-
"typescript": "^5.6.3",
41-
"typescript-eslint": "^8.12.2",
40+
"typescript": "^5.7.2",
41+
"typescript-eslint": "^8.16.0",
4242
"zod": "^3.23.8"
4343
}
4444
}

0 commit comments

Comments
 (0)