Skip to content

fix(deps): update dependency stylelint-config-standard to v38 #452

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

Merged
merged 3 commits into from
Apr 28, 2025
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
5 changes: 5 additions & 0 deletions .changeset/dependencies-GH-452.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@virtual-live-lab/stylelint-config": patch
---

fix(deps): update dependency stylelint-config-standard to v38
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"stylelint-config-html": "1.1.0",
"stylelint-config-recess-order": "6.0.0",
"stylelint-config-sass-guidelines": "12.1.0",
"stylelint-config-standard": "37.0.0",
"stylelint-config-standard": "38.0.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
"stylelint-value-no-unknown-custom-properties": "6.0.1"
Expand Down
108 changes: 108 additions & 0 deletions packages/stylelint-config/test/__snapshots__/snapshot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand All @@ -127,6 +130,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -236,6 +245,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
{
Expand Down Expand Up @@ -907,6 +922,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
],
},
],
"syntax-string-no-invalid": [
true,
],
"value-keyword-case": [
"lower",
],
Expand Down Expand Up @@ -1022,6 +1040,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand All @@ -1048,6 +1069,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -1157,6 +1184,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
{
Expand Down Expand Up @@ -1828,6 +1861,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
],
},
],
"syntax-string-no-invalid": [
true,
],
"value-keyword-case": [
"lower",
],
Expand Down Expand Up @@ -2120,6 +2156,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand Down Expand Up @@ -2147,6 +2186,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -2279,6 +2324,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
],
Expand Down Expand Up @@ -3093,6 +3144,9 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
"string-no-newline": [
true,
],
"syntax-string-no-invalid": [
true,
],
"unit-no-unknown": [
true,
],
Expand Down Expand Up @@ -3205,6 +3259,9 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand All @@ -3231,6 +3288,12 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -3340,6 +3403,12 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
{
Expand Down Expand Up @@ -4011,6 +4080,9 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
],
},
],
"syntax-string-no-invalid": [
true,
],
"value-keyword-case": [
"lower",
],
Expand Down Expand Up @@ -4126,6 +4198,9 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand All @@ -4152,6 +4227,12 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -4261,6 +4342,12 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
{
Expand Down Expand Up @@ -4932,6 +5019,9 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
],
},
],
"syntax-string-no-invalid": [
true,
],
"value-keyword-case": [
"lower",
],
Expand Down Expand Up @@ -5224,6 +5314,9 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"block-no-empty": [
true,
],
"color-function-alias-notation": [
"without-alpha",
],
"color-function-notation": [
"modern",
],
Expand Down Expand Up @@ -5251,6 +5344,12 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"comment-whitespace-inside": [
"always",
],
"container-name-pattern": [
"^(--)?([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"csstools/value-no-unknown-custom-properties": [
true,
],
Expand Down Expand Up @@ -5383,6 +5482,12 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"message": [Function],
},
],
"layer-name-pattern": [
"^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",
{
"message": [Function],
},
],
"length-zero-no-unit": [
true,
],
Expand Down Expand Up @@ -6197,6 +6302,9 @@ exports[`Test stylelint preset with snapshot > scss preset > should match snapsh
"string-no-newline": [
true,
],
"syntax-string-no-invalid": [
true,
],
"unit-no-unknown": [
true,
],
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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