Skip to content

Commit 410bc3c

Browse files
chore(deps-dev): bump the all group with 6 updates (#504)
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.10.24` | `0.11.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `22.13.16` | | [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.23.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `1.11.2` | `1.11.6` | | [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.25.0` | `8.29.0` | Updates `@nihalgonsalves/esconfig` from 0.10.24 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.10.24...esconfig-v0.11.2) Updates `@types/node` from 22.13.8 to 22.13.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.21.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.21.0...v9.23.0) Updates `lefthook` from 1.11.2 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.2...v1.11.6) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) Updates `typescript-eslint` from 8.25.0 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-type: direct:development update-type: version-update:semver-minor 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: 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-patch 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a412e7b commit 410bc3c

File tree

2 files changed

+764
-162
lines changed

2 files changed

+764
-162
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"format:check": "prettier . --check"
1717
},
1818
"devDependencies": {
19-
"@nihalgonsalves/esconfig": "^0.10.24",
19+
"@nihalgonsalves/esconfig": "^0.11.2",
2020
"@types/node": "^22",
21-
"eslint": "^9.21.0",
22-
"lefthook": "^1.11.2",
23-
"prettier": "^3.5.2",
21+
"eslint": "^9.23.0",
22+
"lefthook": "^1.11.6",
23+
"prettier": "^3.5.3",
2424
"tsx": "^4.19.3",
2525
"typescript": "^5.8.2",
26-
"typescript-eslint": "^8.25.0"
26+
"typescript-eslint": "^8.29.0"
2727
}
2828
}

0 commit comments

Comments
 (0)