From d59eaac8803f1e5eec10a5dae045fc86b1ab5a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:36:01 +0000 Subject: [PATCH] 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80e45cbc..54ff89b5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://sfdc.co/OrgCheck", "devDependencies": { - "@lwc/eslint-plugin-lwc": "^3.4.0", + "@lwc/eslint-plugin-lwc": "^3.5.0", "@rollup/plugin-terser": "^1.0.0", "@sa11y/jest": "^8.0.27", "@salesforce/eslint-config-lwc": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index d4cdcf8b..f7da6f12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1291,10 +1291,10 @@ resolved "https://registry.npmjs.org/@lwc/errors/-/errors-8.20.4.tgz" integrity sha512-grJRr12M4U0PJ9yuU0MRJ9H07kijef2QIfdMod4S3NTAf1EBCMQX6wY2aadmVEyQCqDS67NQkQp1iL+0QFdN4w== -"@lwc/eslint-plugin-lwc@^3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.4.0.tgz#9f84a872b48dbaeb546b9961b5a014c76673b4f6" - integrity sha512-LDiXgx2pifz3kcaXZkavme1uBWsVjqCbYaPBiTvQyaGZlLsmlBFvQ/0DbT5sf1uHHqlvrT2J0IVEXDS5W1cIHA== +"@lwc/eslint-plugin-lwc@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.5.0.tgz#a0bb3b732c19ef0faa190dec0572b5aacdfe705a" + integrity sha512-Xq4i0ZWhBp1ZbGXqv8KEUqAOzo07BCD3yFD/EdOPafMjpXkeH5RpCFn09+sXVe1vdqtm47JwX+OUDXOMWfIsQg== dependencies: fast-xml-parser "^5.3.6" globals "~15.14.0"