From 9d79df1499fa2ad8cae81668a2d4cc6261c31432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:16:00 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-oxlint from 0.16.12 to 1.34.0 Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 0.16.12 to 1.34.0. - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.12...v1.34.0) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint dependency-version: 1.34.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..aef27b3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^8.32.1", "bun-types": "latest", "eslint": "^9.26.0", - "eslint-plugin-oxlint": "^0.16.10", + "eslint-plugin-oxlint": "^1.34.0", "husky": "^9.1.7", "oxlint": "^0.16.10", "typescript-eslint": "^8.32.1"