diff --git a/.stylelintrc b/.stylelintrc index b55b34f04..3192d548d 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -16,6 +16,14 @@ "camelCaseSvgKeywords": true } ], + "declaration-property-value-no-unknown": [ + true, + { + "ignoreProperties": { + "/.+/": "/(vw|em|lost-gutter|lost-vars)+/" + } + } + ], "function-no-unknown": [ true, { diff --git a/package-lock.json b/package-lock.json index a4da4f3f9..4f8273f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "stylelint-config-css-modules": "4.4.0", "stylelint-config-lost": "0.0.3", "stylelint-config-recess-order": "5.1.1", - "stylelint-config-standard": "36.0.1" + "stylelint-config-standard": "37.0.0" } }, "node_modules/@ampproject/remapping": { @@ -20306,9 +20306,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": [ { @@ -20320,17 +20320,18 @@ "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-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": [ { @@ -20342,14 +20343,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-order": { diff --git a/package.json b/package.json index b95146ad6..61bfd3589 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "stylelint-config-css-modules": "4.4.0", "stylelint-config-lost": "0.0.3", "stylelint-config-recess-order": "5.1.1", - "stylelint-config-standard": "36.0.1" + "stylelint-config-standard": "37.0.0" }, "dependencies": { "@csstools/postcss-global-data": "3.0.0", diff --git a/renovate.json b/renovate.json index 5635b0527..d822e45a5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,9 @@ { "extends": [ - "@nuxtjs" + "@nuxtjs", + ":semanticCommits" ], - "baseBranches": [ - "main" - ], - "rangeStrategy": "pin", "packageRules": [ - { - "packagePatterns": [ - "snyk" - ], - "groupName": "snyk" - }, { "packageNames": [ "node" @@ -21,7 +12,11 @@ "enabled": true }, "separateMultipleMajor": true, - "allowedVersions": "^16" + "allowedVersions": "^20" } - ] -} + ], + "baseBranches": [ + "main" + ], + "rangeStrategy": "pin" +} \ No newline at end of file