From 4882130f906290cbae2f4a70796d4065ce99da9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:11:41 +0000 Subject: [PATCH] chore(deps): update dependency @trojs/lint to ^0.3.0 --- package-lock.json | 26 ++++---------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 307f2b1..050d02b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@trojs/validator": "^11.0.0" }, "devDependencies": { - "@trojs/lint": "^0.2.9", + "@trojs/lint": "^0.3.0", "eslint": "^9.15.0", "globals": "^16.0.0", "jscpd": "^4.0.5" @@ -531,23 +531,6 @@ "eslint": ">=9.0.0" } }, - "node_modules/@stylistic/eslint-plugin-js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.4.0.tgz", - "integrity": "sha512-UeeQNRF73zJXnNGGbvwgUgzS+vzVGQoRuQKR6RhQCRHQmaBaVHxDDQVmN9RPLCnRxVjO/v8cqq/yMDqC7DikSQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^4.2.0", - "espree": "^10.3.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "peerDependencies": { - "eslint": ">=9.0.0" - } - }, "node_modules/@trojs/error": { "version": "4.3.5", "resolved": "https://registry.npmjs.org/@trojs/error/-/error-4.3.5.tgz", @@ -565,14 +548,13 @@ } }, "node_modules/@trojs/lint": { - "version": "0.2.23", - "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.2.23.tgz", - "integrity": "sha512-uRfjrw3UzyJjbyOYVChIbzGYaaJ92/ObRDjz9OSjSvSpHZH9foDsqGyTA1ZqJWfF7XTcudCA2NLGaKrA2/9E8w==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@trojs/lint/-/lint-0.3.1.tgz", + "integrity": "sha512-P096g2LmXHj372UglY8nXbQrWUS8dhy1ScIdktAJCc6TqB/XZKKPMwLJw1rpA/inmy4L/RYTW108oSA0i8HUjQ==", "dev": true, "license": "MIT", "dependencies": { "@stylistic/eslint-plugin": "^4.0.0", - "@stylistic/eslint-plugin-js": "^4.0.0", "eslint": "^9.19.0", "eslint-plugin-import-x": "^4.6.1", "eslint-plugin-jsdoc": "^51.0.0", diff --git a/package.json b/package.json index 5aa7feb..780f85c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "source": "src/objects.js", "module": "src/objects.js", "devDependencies": { - "@trojs/lint": "^0.2.9", + "@trojs/lint": "^0.3.0", "eslint": "^9.15.0", "globals": "^16.0.0", "jscpd": "^4.0.5"