From 19288e2f659117e98d263bb1257256e7d1beebdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:34:32 +0000 Subject: [PATCH] chore(deps-dev): bump oxlint from 0.16.12 to 1.41.0 Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.12 to 1.41.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.41.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.41.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 8211a31..757ca18 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint": "^9.26.0", "eslint-plugin-oxlint": "^0.16.10", "husky": "^9.1.7", - "oxlint": "^0.16.10", + "oxlint": "^1.41.0", "typescript-eslint": "^8.32.1" }, "module": "src/index.js",