From 7c24e9bb60af861dea0496d0a34b2dc2b4a6bfdf Mon Sep 17 00:00:00 2001 From: "@rugpanov" Date: Fri, 3 Jul 2026 14:30:51 +0200 Subject: [PATCH] Bump eslint-plugin-local-rules from 2.0.1 to 3.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *Why* Dependabot's #1938 bumped only package.json without regenerating the lockfile (the usual Yarn Berry YN0028 failure). This recreates the bump with a consistent lockfile. eslint-plugin-local-rules just wires the repo's custom `local-rules/*` rules into ESLint; v3 has no engine/peer constraints affecting us. *What* - Bump `eslint-plugin-local-rules` to `^3.0.2` (databricks-vscode package) via `yarn up`, regenerating yarn.lock (resolves 3.0.2). *Verification* - `yarn install --immutable` passes. - `eslint src --ext ts` passes (0 errors). - Confirmed the custom rule is still active under v3: `eslint --print-config` reports `local-rules/mutex-synchronised-decorator: ['error']` (not silently dropped) — so the plugin upgrade preserves rule enforcement. Backward compatibility: dev/lint tooling only; no runtime, API, persisted state, or config-format change. Closes #1938. Co-authored-by: Isaac --- packages/databricks-vscode/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index bc90dfd6b..8446438ee 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1589,7 +1589,7 @@ "chai": "^4.3.10", "esbuild": "^0.25.0", "eslint": "^8.57.0", - "eslint-plugin-local-rules": "^2.0.1", + "eslint-plugin-local-rules": "^3.0.2", "extract-zip": "^2.0.1", "fs-extra": "^11.2.0", "glob": "^10.5.0", diff --git a/yarn.lock b/yarn.lock index fb1740f26..21b590c0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4370,7 +4370,7 @@ __metadata: chai: ^4.3.10 esbuild: ^0.25.0 eslint: ^8.57.0 - eslint-plugin-local-rules: ^2.0.1 + eslint-plugin-local-rules: ^3.0.2 extract-zip: ^2.0.1 fs-extra: ^11.2.0 glob: ^10.5.0 @@ -5139,10 +5139,10 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-local-rules@npm:^2.0.1": - version: 2.0.1 - resolution: "eslint-plugin-local-rules@npm:2.0.1" - checksum: c0a60313a32b92465a60f0d224ab13b61ad315e206194f31d367d0ba11a821b4aaff80330f55630e701021cf4e85a16c5cb80d0835afa9c8600a9414658aecbe +"eslint-plugin-local-rules@npm:^3.0.2": + version: 3.0.2 + resolution: "eslint-plugin-local-rules@npm:3.0.2" + checksum: ad883be0739f022bcd0f49de45354c792bc2ef23ea0030789c3f90b10288b4346ab509fbfd451e87282c0f92393251e51a5a69a2f3ba3865a1a1f780cebef7cb languageName: node linkType: hard