From 1ad15440de5a026597c385c801996f7856c368ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:48:54 +0000 Subject: [PATCH] build(deps-dev): bump oxlint from 0.16.12 to 1.5.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.12 to 1.5.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.5.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b02bd..fbb9440 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint": "^9.25.1", "eslint-plugin-oxlint": "0.16.12", "husky": "^9.1.7", - "oxlint": "^0.16.7", + "oxlint": "^1.5.0", "tsc-alias": "^1.8.15", "tsc-esm-fix": "^3.1.2", "typedoc": "^0.28.5",