diff --git a/package-lock.json b/package-lock.json index 712452506cec..e1aff46b8ee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "rxjs": "7.8.2", "stylelint": "16.23.1", "stylelint-config-recommended-scss": "15.0.1", - "stylelint-config-standard": "38.0.0", + "stylelint-config-standard": "39.0.0", "stylelint-use-logical": "2.1.2", "tslib": "2.8.1", "tsx": "4.20.4", @@ -37094,9 +37094,9 @@ } }, "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==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.0.tgz", + "integrity": "sha512-JabShWORb8Bmc1A47ZyJstran60P3yUdI1zWMpGYPeFiC6xzHXJMkpKAd8EjIhq3HPUplIWWMDJ/xu0AiPd+kA==", "dev": true, "funding": [ { @@ -37108,14 +37108,15 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { - "stylelint-config-recommended": "^16.0.0" + "stylelint-config-recommended": "^17.0.0" }, "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.18.0" + "stylelint": "^16.23.0" } }, "node_modules/stylelint-config-standard-scss": { @@ -37140,6 +37141,32 @@ } } }, + "node_modules/stylelint-config-standard-scss/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-vue": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/stylelint-config-standard-vue/-/stylelint-config-standard-vue-1.0.0.tgz", @@ -37161,6 +37188,29 @@ "stylelint": ">=14.0.0" } }, + "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz", + "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "engines": { + "node": ">=18.12.0" + }, + "peerDependencies": { + "stylelint": "^16.23.0" + } + }, "node_modules/stylelint-scss": { "version": "6.12.1", "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.12.1.tgz", @@ -43513,7 +43563,7 @@ "devDependencies": { "postcss": "8.5.6", "postcss-html": "1.8.0", - "stylelint-config-standard": "38.0.0", + "stylelint-config-standard": "39.0.0", "stylelint-config-standard-scss": "15.0.1", "stylelint-config-standard-vue": "1.0.0", "typescript": "5.8.3", diff --git a/package.json b/package.json index fdcf92b776c1..df3e6ada52a1 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "rxjs": "7.8.2", "stylelint": "16.23.1", "stylelint-config-recommended-scss": "15.0.1", - "stylelint-config-standard": "38.0.0", + "stylelint-config-standard": "39.0.0", "stylelint-use-logical": "2.1.2", "tslib": "2.8.1", "tsx": "4.20.4", diff --git a/packages/stylelint/package.json b/packages/stylelint/package.json index 75d365fce018..c2b5ac22f653 100644 --- a/packages/stylelint/package.json +++ b/packages/stylelint/package.json @@ -35,7 +35,7 @@ "devDependencies": { "postcss": "8.5.6", "postcss-html": "1.8.0", - "stylelint-config-standard": "38.0.0", + "stylelint-config-standard": "39.0.0", "stylelint-config-standard-scss": "15.0.1", "stylelint-config-standard-vue": "1.0.0", "typescript": "5.8.3",