From ab9eaa59ca4dbde4233093e0c75d450ac7300696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 10:41:26 +0000 Subject: [PATCH] Bump eslint-plugin-oxlint from 0.16.11 to 0.16.12 Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 0.16.11 to 0.16.12. - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.11...v0.16.12) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint dependency-version: 0.16.12 dependency-type: direct:development update-type: version-update:semver-patch ... 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..78aee0b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/bun": "latest", "@types/eslint__js": "^9.14.0", "eslint": "^9.13.0", - "eslint-plugin-oxlint": "0.16.11", + "eslint-plugin-oxlint": "0.16.12", "husky": "^9.1.6", "oxlint": "^0.16.9", "tsc-alias": "^1.8.10",