From 5f8bd32f96c05dea461edbba868cea7185277f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:51:26 +0000 Subject: [PATCH] Bump eslint-plugin-oxlint from 1.63.0 to 1.64.0 Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 1.63.0 to 1.64.0. - [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases) - [Commits](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.63.0...v1.64.0) --- updated-dependencies: - dependency-name: eslint-plugin-oxlint dependency-version: 1.64.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68cfe2ee..5c5c1925 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-oxlint": "^1.63.0", + "eslint-plugin-oxlint": "^1.64.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.5.0", @@ -11547,16 +11547,16 @@ } }, "node_modules/eslint-plugin-oxlint": { - "version": "1.63.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.63.0.tgz", - "integrity": "sha512-eqZ8pLk4Lz2HKqXC/BLceVzYP/cO0OHOAUBlLOau3Vk/I39mYbAFcmlAqJusTqEn2tgH/Nh/JUGKbCwf8k4DMA==", + "version": "1.64.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-oxlint/-/eslint-plugin-oxlint-1.64.0.tgz", + "integrity": "sha512-Ua7C3H1xSjkbXje6Z/1PC/1zRBuQVJ2aEGJAEvp99BTCuK0H8USgtJ3AZOH1pTnneqw2S6c41NnZAPi0PE40SQ==", "dev": true, "license": "MIT", "dependencies": { "jsonc-parser": "^3.3.1" }, "peerDependencies": { - "oxlint": "~1.63.0" + "oxlint": "~1.64.0" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index 9df655db..3c288567 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-oxlint": "^1.63.0", + "eslint-plugin-oxlint": "^1.64.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.5.0",