Skip to content

Commit

Permalink
chore(deps): update dependency stylelint-config-standard to v29 (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wilco van Beijnum <[email protected]>
Co-authored-by: Guido de Jong <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2022
1 parent b35f5b5 commit e23e65c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
rules: {
'annotation-no-unknown': [true, { ignoreAnnotations: ['default'] }],
'at-rule-no-unknown': null, // use scss/at-rule-no-unknown instead
'import-notation': 'string',
'max-nesting-depth': 3,
'no-descending-specificity': null,
'scss/at-rule-no-unknown': null,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"webpack": "^5.65.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3693,7 +3693,7 @@ __metadata:
stylelint: ^14.15.0
stylelint-config-prettier: ^9.0.4
stylelint-config-sass-guidelines: ^9.0.1
stylelint-config-standard: ^28.0.0
stylelint-config-standard: ^29.0.0
stylelint-order: ^5.0.0
stylelint-scss: ^4.3.0
webpack: ^5.65.0
Expand Down Expand Up @@ -20009,14 +20009,14 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-standard@npm:^28.0.0":
version: 28.0.0
resolution: "stylelint-config-standard@npm:28.0.0"
"stylelint-config-standard@npm:^29.0.0":
version: 29.0.0
resolution: "stylelint-config-standard@npm:29.0.0"
dependencies:
stylelint-config-recommended: ^9.0.0
peerDependencies:
stylelint: ^14.11.0
checksum: 1de7fdd773435e79a8d3ab6d084509cac5352c1a71e9417d8b2c6b37e2352289265d2957d5f0be1f21a851f4b10c5bb236b33e42a6628bcd9355dd6b6a3236c7
stylelint: ^14.14.0
checksum: 9540e5153383e5aa477d36b7a191b8768cb584d91de4382926be9c0c12863ca9235d45b87d663b27aef11610c9d6c6666536f86cc843eb36e4fdada0b4749376
languageName: node
linkType: hard

Expand Down

0 comments on commit e23e65c

Please sign in to comment.