From 3b6958f3cf4be3383c69abbdc181d30efebd7531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:25:07 +0000 Subject: [PATCH] build(npm): bump @lwc/eslint-plugin-lwc from 3.4.0 to 3.5.0 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: "@lwc/eslint-plugin-lwc" dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31e2e02..9a7efc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "@cparra/apexdocs": "^3.21.2", - "@lwc/eslint-plugin-lwc": "^3.4.0", + "@lwc/eslint-plugin-lwc": "^3.5.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^7.4.0", "@salesforce/eslint-config-lwc": "^4.1.2", @@ -2817,9 +2817,9 @@ "license": "MIT" }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.4.0.tgz", - "integrity": "sha512-LDiXgx2pifz3kcaXZkavme1uBWsVjqCbYaPBiTvQyaGZlLsmlBFvQ/0DbT5sf1uHHqlvrT2J0IVEXDS5W1cIHA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.5.0.tgz", + "integrity": "sha512-Xq4i0ZWhBp1ZbGXqv8KEUqAOzo07BCD3yFD/EdOPafMjpXkeH5RpCFn09+sXVe1vdqtm47JwX+OUDXOMWfIsQg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 30117b6..8b971a1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@cparra/apexdocs": "^3.21.2", - "@lwc/eslint-plugin-lwc": "^3.4.0", + "@lwc/eslint-plugin-lwc": "^3.5.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^7.4.0", "@salesforce/eslint-config-lwc": "^4.1.2",