Skip to content

Commit

Permalink
Merge pull request #1529 from GrabarzUndPartner/renovate/stylelint-co…
Browse files Browse the repository at this point in the history
…nfig-standard-37.x

chore(deps): update devdependency stylelint-config-standard to v37
  • Loading branch information
ThornWalli authored Jan 13, 2025
2 parents 32f304e + 9191494 commit d9b6661
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
8 changes: 8 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"camelCaseSvgKeywords": true
}
],
"declaration-property-value-no-unknown": [
true,
{
"ignoreProperties": {
"/.+/": "/(vw|em|lost-gutter|lost-vars)+/"
}
}
],
"function-no-unknown": [
true,
{
Expand Down
22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 9 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"extends": [
"@nuxtjs"
"@nuxtjs",
":semanticCommits"
],
"baseBranches": [
"main"
],
"rangeStrategy": "pin",
"packageRules": [
{
"packagePatterns": [
"snyk"
],
"groupName": "snyk"
},
{
"packageNames": [
"node"
Expand All @@ -21,7 +12,11 @@
"enabled": true
},
"separateMultipleMajor": true,
"allowedVersions": "^16"
"allowedVersions": "^20"
}
]
}
],
"baseBranches": [
"main"
],
"rangeStrategy": "pin"
}

0 comments on commit d9b6661

Please sign in to comment.