From d5804ed4da1b78eabbe6413cd303c185d5cfc613 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jul 2025 18:09:52 +0200 Subject: [PATCH] chore(deps): update stylelint-config-standard to 38.0.0 --- package-lock.json | 81 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 66 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4e0ea5..8469b9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "nodemon": "^3.1.9", "prettier": "^3.5.3", "stylelint": "^16.18.0", - "stylelint-config-standard": "^36.0.1", + "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-scss": "^13.1.0", "stylelint-prettier": "^5.0.3", "swagger-jsdoc": "^6.2.8", @@ -9716,6 +9716,55 @@ } }, "node_modules/stylelint-config-standard": { + "version": "38.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz", + "integrity": "sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "dependencies": { + "stylelint-config-recommended": "^16.0.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "stylelint": "^16.18.0" + } + }, + "node_modules/stylelint-config-standard-scss": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.1.0.tgz", + "integrity": "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "stylelint-config-recommended-scss": "^14.0.0", + "stylelint-config-standard": "^36.0.0" + }, + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "postcss": "^8.3.3", + "stylelint": "^16.3.1" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } + } + }, + "node_modules/stylelint-config-standard-scss/node_modules/stylelint-config-standard": { "version": "36.0.1", "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz", "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==", @@ -9741,27 +9790,27 @@ "stylelint": "^16.1.0" } }, - "node_modules/stylelint-config-standard-scss": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.1.0.tgz", - "integrity": "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==", + "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz", + "integrity": "sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "license": "MIT", - "dependencies": { - "stylelint-config-recommended-scss": "^14.0.0", - "stylelint-config-standard": "^36.0.0" - }, "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "postcss": "^8.3.3", - "stylelint": "^16.3.1" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - } + "stylelint": "^16.16.0" } }, "node_modules/stylelint-prettier": { diff --git a/package.json b/package.json index 7e70d53..e9726c2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "nodemon": "^3.1.9", "prettier": "^3.5.3", "stylelint": "^16.18.0", - "stylelint-config-standard": "^36.0.1", + "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-scss": "^13.1.0", "stylelint-prettier": "^5.0.3", "swagger-jsdoc": "^6.2.8",