From 9aebcff54090fe36b6a15a392179702c5ecf7a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:24:19 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-deps group with 4 updates Bumps the dev-deps group with 4 updates: [@typescript/native-preview](https://github.com/microsoft/typescript-go), [lint-staged](https://github.com/lint-staged/lint-staged), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint). Updates `@typescript/native-preview` from 7.0.0-dev.20260706.1 to 7.0.0-dev.20260707.2 - [Release notes](https://github.com/microsoft/typescript-go/releases) - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) Updates `lint-staged` from 17.0.7 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.0.7...v17.0.8) Updates `oxfmt` from 0.57.0 to 0.58.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.58.0/npm/oxfmt) Updates `oxlint` from 1.72.0 to 1.73.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.73.0/npm/oxlint) --- updated-dependencies: - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260707.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: oxfmt dependency-version: 0.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: oxlint dependency-version: 1.73.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1aefdd8..0dc0b07 100644 --- a/package.json +++ b/package.json @@ -100,11 +100,11 @@ "@types/better-sqlite3": "7.6.13", "@types/bun": "1.3.14", "@types/node": "26.1.0", - "@typescript/native-preview": "7.0.0-dev.20260706.1", + "@typescript/native-preview": "7.0.0-dev.20260707.2", "husky": "9.1.7", - "lint-staged": "17.0.7", - "oxfmt": "0.57.0", - "oxlint": "1.72.0", + "lint-staged": "17.0.8", + "oxfmt": "0.58.0", + "oxlint": "1.73.0", "publint": "0.3.21", "tsdown": "0.22.3", "typescript": "6.0.3",