From d3b9ece487278c75c4027da874de0662555c32eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:49:59 +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 d0ea0b9..42645a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.0", "license": "MIT", "devDependencies": { - "@trojs/lint": "^0.2.23", + "@trojs/lint": "^0.3.0", "eslint": "^9.29.0", "globals": "^16.2.0", "jscpd": "^4.0.5" @@ -539,32 +539,14 @@ "eslint": ">=9.0.0" } }, - "node_modules/@stylistic/eslint-plugin-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.4.1.tgz", - "integrity": "sha512-eLisyHvx7Sel8vcFZOEwDEBGmYsYM1SqDn81BWgmbqEXfXRf8oe6Rwp+ryM/8odNjlxtaaxp0Ihmt86CnLAxKg==", - "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/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 e90f385..4e93089 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "url": "https://github.com/sponsors/w3nl" }, "devDependencies": { - "@trojs/lint": "^0.2.23", + "@trojs/lint": "^0.3.0", "eslint": "^9.29.0", "globals": "^16.2.0", "jscpd": "^4.0.5"