From b4adba8b082b33ee3fc7d5f8e3343d7537e980d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:11:13 +0000 Subject: [PATCH] Bump oxlint from 0.16.12 to 0.17.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.12 to 0.17.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_v0.17.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 0.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4418c58..e6ae3cd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint": "^9.13.0", "eslint-plugin-oxlint": "0.16.11", "husky": "^9.1.6", - "oxlint": "^0.16.9", + "oxlint": "^0.17.0", "tsc-alias": "^1.8.10", "tsc-esm-fix": "^3.1.0", "typedoc": "^0.28.4",