Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency stylelint-scss to v6.7.0 #4449

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-prettier": "5.0.2",
"stylelint-scss": "6.6.0"
"stylelint-scss": "6.7.0"
},
"peerDependencies": {
"prettier": "*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ __metadata:
stylelint-config-standard: "npm:36.0.1"
stylelint-config-standard-scss: "npm:13.1.0"
stylelint-prettier: "npm:5.0.2"
stylelint-scss: "npm:6.6.0"
stylelint-scss: "npm:6.7.0"
peerDependencies:
prettier: "*"
stylelint: "*"
Expand Down Expand Up @@ -10604,9 +10604,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint-scss@npm:6.6.0":
version: 6.6.0
resolution: "stylelint-scss@npm:6.6.0"
"stylelint-scss@npm:6.7.0":
version: 6.7.0
resolution: "stylelint-scss@npm:6.7.0"
dependencies:
css-tree: "npm:2.3.1"
is-plain-object: "npm:5.0.0"
Expand All @@ -10617,7 +10617,7 @@ __metadata:
postcss-value-parser: "npm:^4.2.0"
peerDependencies:
stylelint: ^16.0.2
checksum: 10c0/bd9dc0e93973a63ee6ea4edfeef2f4123cafb4d2d99a923b94fac22e6b12aa7bfe246d6536aec681055f934d0af0e3a19f83bad95024cc099a87e15d58a8f2d2
checksum: 10c0/8464f8295109fb562a428111a6d1b8e5f66a9c79543334cf6307c5a85ffc5f5c27d44cb251334aa339d63dfaa544d02671d4d43c3bec3f993d618c8cd103fa47
languageName: node
linkType: hard

Expand Down
Loading