From 4cd0d9197383a3840f3e967535320fb5a8768e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:13:01 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-oxlint from 0.16.12 to 1.36.0 Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 0.16.12 to 1.36.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.36.0) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint dependency-version: 1.36.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..70b844e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@toil/typebox-genx": "^0.1.0", "@types/bun": "latest", "eslint": "^9.25.1", - "eslint-plugin-oxlint": "0.16.12", + "eslint-plugin-oxlint": "1.36.0", "husky": "^9.1.7", "oxlint": "^0.16.7", "tsc-alias": "^1.8.15",