chore(deps): update dependency stylelint-config-standard to v37

This commit is contained in:
Renovate
2025-01-13 08:09:19 +00:00
parent 19b13d9105
commit 5258244c77
2 changed files with 13 additions and 11 deletions
+12 -10
View File
@@ -45,7 +45,7 @@
"sass": "1.83.1",
"stylelint": "16.13.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard": "37.0.0",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"vite-plugin-vuetify": "2.0.4",
@@ -17786,9 +17786,9 @@
}
},
"node_modules/stylelint-config-recommended": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
"integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz",
"integrity": "sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==",
"dev": true,
"funding": [
{
@@ -17800,11 +17800,12 @@
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"engines": {
"node": ">=18.12.0"
},
"peerDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.13.0"
}
},
"node_modules/stylelint-config-recommended-vue": {
@@ -17829,9 +17830,9 @@
}
},
"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==",
"version": "37.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz",
"integrity": "sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==",
"dev": true,
"funding": [
{
@@ -17843,14 +17844,15 @@
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"dependencies": {
"stylelint-config-recommended": "^14.0.1"
"stylelint-config-recommended": "^15.0.0"
},
"engines": {
"node": ">=18.12.0"
},
"peerDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.13.0"
}
},
"node_modules/stylelint/node_modules/@csstools/selector-specificity": {
+1 -1
View File
@@ -37,7 +37,7 @@
"sass": "1.83.1",
"stylelint": "16.13.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard": "37.0.0",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"vite-plugin-vuetify": "2.0.4",