Skip to content

Commit 35808c2

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.16.4` | `0.17.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.13` | `22.19.15` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.85.0` | `6.1.0` | | [lefthook](https://github.com/evilmartians/lefthook) | `2.1.2` | `2.1.4` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.35.0` | `0.42.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.55.0` | `1.57.0` | | [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.16.0` | `0.18.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | Updates `@nihalgonsalves/esconfig` from 0.16.4 to 0.17.0 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@esconfig-v0.16.4...esconfig-v0.17.0) Updates `@types/node` from 22.19.13 to 22.19.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `knip` from 5.85.0 to 6.1.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.1.0/packages/knip) Updates `lefthook` from 2.1.2 to 2.1.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.1.2...v2.1.4) Updates `oxfmt` from 0.35.0 to 0.42.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.42.0/npm/oxfmt) Updates `oxlint` from 1.55.0 to 1.57.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.57.0/npm/oxlint) Updates `oxlint-tsgolint` from 0.16.0 to 0.18.1 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](oxc-project/tsgolint@v0.16.0...v0.18.1) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-version: 0.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@types/node" dependency-version: 22.19.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: knip dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: lefthook dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: oxfmt dependency-version: 0.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: oxlint dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: oxlint-tsgolint dependency-version: 0.18.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eec294 commit 35808c2

2 files changed

Lines changed: 572 additions & 306 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"test": "node bin/test.js"
3636
},
3737
"devDependencies": {
38-
"@nihalgonsalves/esconfig": "^0.16.4",
38+
"@nihalgonsalves/esconfig": "^0.17.0",
3939
"@types/node": "^22",
40-
"knip": "^5.85.0",
41-
"lefthook": "^2.1.2",
42-
"oxfmt": "^0.35.0",
43-
"oxlint": "^1.55.0",
44-
"oxlint-tsgolint": "^0.16.0",
45-
"typescript": "^5.9.3",
40+
"knip": "^6.1.0",
41+
"lefthook": "^2.1.4",
42+
"oxfmt": "^0.42.0",
43+
"oxlint": "^1.57.0",
44+
"oxlint-tsgolint": "^0.18.1",
45+
"typescript": "^6.0.2",
4646
"zod": "^4.3.6"
4747
},
4848
"engines": {

0 commit comments

Comments
 (0)