From 23a27e5d7c6b249b85493540fc790ef015e6e965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:52:54 +0000 Subject: [PATCH] build(deps-dev): update oxlint requirement from ^1.73.0 to ^1.76.0 Updates the requirements on [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) to permit the latest version. - [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.76.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.76.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28aa433..7c25961 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "commitlint": "^21.2.1", "inquirer": "^12.11.1", "oxfmt": "^0.59.0", - "oxlint": "^1.73.0", + "oxlint": "^1.76.0", "oxlint-tsgolint": "^0.25.0", "semantic-release": "^25.0.8", "typescript": "7.0.2"