Skip to content

Commit 1f5748f

Browse files
authored
Merge pull request #544 from VirtualLiveLab/renovate/stylelint
fix(deps): update dependency stylelint-config-recess-order to v7.3.0
2 parents ed74936 + f40412b commit 1f5748f

4 files changed

Lines changed: 83 additions & 6 deletions

File tree

.changeset/dependencies-GH-544.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@virtual-live-lab/stylelint-config": patch
3+
---
4+
5+
fix(deps): update dependency stylelint-config-recess-order to v7.3.0

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@double-great/stylelint-a11y": "3.4.0",
3232
"defu": "6.1.4",
3333
"stylelint-config-html": "1.1.0",
34-
"stylelint-config-recess-order": "7.2.0",
34+
"stylelint-config-recess-order": "7.3.0",
3535
"stylelint-config-standard": "39.0.0",
3636
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
3737
"stylelint-value-no-unknown-custom-properties": "6.0.1"

packages/stylelint-config/test/__snapshots__/snapshot.test.ts.snap

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
575575
"text-shadow",
576576
],
577577
},
578+
{
579+
"properties": [
580+
"ruby-position",
581+
"ruby-align",
582+
],
583+
},
578584
{
579585
"properties": [
580586
"src",
@@ -614,6 +620,8 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
614620
{
615621
"properties": [
616622
"color-scheme",
623+
"forced-color-adjust",
624+
"print-color-adjust",
617625
],
618626
},
619627
{
@@ -865,6 +873,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
865873
"transition-property",
866874
],
867875
},
876+
{
877+
"properties": [
878+
"view-transition-name",
879+
"view-transition-class",
880+
],
881+
},
868882
{
869883
"properties": [
870884
"animation",
@@ -879,6 +893,16 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
879893
"animation-composition",
880894
],
881895
},
896+
{
897+
"properties": [
898+
"offset",
899+
"offset-position",
900+
"offset-path",
901+
"offset-distance",
902+
"offset-rotate",
903+
"offset-anchor",
904+
],
905+
},
882906
{
883907
"properties": [
884908
"will-change",
@@ -1566,6 +1590,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
15661590
"text-shadow",
15671591
],
15681592
},
1593+
{
1594+
"properties": [
1595+
"ruby-position",
1596+
"ruby-align",
1597+
],
1598+
},
15691599
{
15701600
"properties": [
15711601
"src",
@@ -1605,6 +1635,8 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
16051635
{
16061636
"properties": [
16071637
"color-scheme",
1638+
"forced-color-adjust",
1639+
"print-color-adjust",
16081640
],
16091641
},
16101642
{
@@ -1856,6 +1888,12 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
18561888
"transition-property",
18571889
],
18581890
},
1891+
{
1892+
"properties": [
1893+
"view-transition-name",
1894+
"view-transition-class",
1895+
],
1896+
},
18591897
{
18601898
"properties": [
18611899
"animation",
@@ -1870,6 +1908,16 @@ exports[`Test stylelint preset with snapshot > astro preset > should match snaps
18701908
"animation-composition",
18711909
],
18721910
},
1911+
{
1912+
"properties": [
1913+
"offset",
1914+
"offset-position",
1915+
"offset-path",
1916+
"offset-distance",
1917+
"offset-rotate",
1918+
"offset-anchor",
1919+
],
1920+
},
18731921
{
18741922
"properties": [
18751923
"will-change",
@@ -2557,6 +2605,12 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
25572605
"text-shadow",
25582606
],
25592607
},
2608+
{
2609+
"properties": [
2610+
"ruby-position",
2611+
"ruby-align",
2612+
],
2613+
},
25602614
{
25612615
"properties": [
25622616
"src",
@@ -2596,6 +2650,8 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
25962650
{
25972651
"properties": [
25982652
"color-scheme",
2653+
"forced-color-adjust",
2654+
"print-color-adjust",
25992655
],
26002656
},
26012657
{
@@ -2847,6 +2903,12 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
28472903
"transition-property",
28482904
],
28492905
},
2906+
{
2907+
"properties": [
2908+
"view-transition-name",
2909+
"view-transition-class",
2910+
],
2911+
},
28502912
{
28512913
"properties": [
28522914
"animation",
@@ -2861,6 +2923,16 @@ exports[`Test stylelint preset with snapshot > normal preset > should match snap
28612923
"animation-composition",
28622924
],
28632925
},
2926+
{
2927+
"properties": [
2928+
"offset",
2929+
"offset-position",
2930+
"offset-path",
2931+
"offset-distance",
2932+
"offset-rotate",
2933+
"offset-anchor",
2934+
],
2935+
},
28642936
{
28652937
"properties": [
28662938
"will-change",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)