From 6975b7688299b355750e619587fc329ad3b95a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:35:59 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.9.0 to 2.1.0 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: "@lwc/eslint-plugin-lwc" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28158c4..607647a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "ws": "^8.18.0" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.9.0", + "@lwc/eslint-plugin-lwc": "^2.1.0", "@lwc/jest-preset": "^18.1.2", "@salesforce/eslint-config-lwc": "^3.6.0", "@salesforce/eslint-plugin-lightning": "^1.0.0", @@ -3431,11 +3431,13 @@ "integrity": "sha512-teU+GEgs5z/f5smrYhTw/AGH5fwIAz2TLGbtgoAHVfdhOIhhUEXSfKGYYkftxvIq3zQF9Qqy7H7mp3CFxAa4xg==" }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.9.0.tgz", - "integrity": "sha512-z2wEUvLanstSl9o7VT/HAI7uFWHkTApz8N1ZpRQtyh8Hg6UbBZKLrg+vMxDED1vZVLu256i2KgYUWysVQyO4tg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-2.1.0.tgz", + "integrity": "sha512-HtKerllRM3tXhkU0ZYotdVVn/FyZzFMOUna32mlyt07BHCKhVspdEDcB0jCa6m3uDN8miEffdmgiYISVrk2EOQ==", "dev": true, + "license": "MIT", "dependencies": { + "fast-xml-parser": "^4.5.1", "globals": "^13.24.0", "minimatch": "^9.0.4" }, @@ -13033,6 +13035,29 @@ } ] }, + "node_modules/fast-xml-parser": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], + "license": "MIT", + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", @@ -22260,6 +22285,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "dev": true, + "license": "MIT" + }, "node_modules/style-to-object": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", diff --git a/package.json b/package.json index 0c7e02f..84a5dec 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "ws": "^8.18.0" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.9.0", + "@lwc/eslint-plugin-lwc": "^2.1.0", "@lwc/jest-preset": "^18.1.2", "@salesforce/eslint-config-lwc": "^3.6.0", "@salesforce/eslint-plugin-lightning": "^1.0.0",