Skip to content
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
1,126 changes: 609 additions & 517 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@rollup/plugin-typescript": "^12.3.0",
"@stryker-mutator/core": "^9.6.1",
"@stylistic/eslint-plugin": "^5.8.0",
"@types/node": "^25.9.1",
"@types/node": "^25.9.2",
"eslint": "^10.4.1",
"globals": "^17.6.0",
"knip": "^6.15.0",
"rollup": "^4.60.4",
"knip": "^6.16.1",
"rollup": "^4.61.1",
"tslib": "^2.8.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0"
"typescript-eslint": "^8.60.1"
},
"scripts": {
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
-moz-animation: none 0s ease 0s 1 normal none running;
animation: none 0s ease 0s 1 normal none running;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentcolor;
Expand Down Expand Up @@ -253,6 +254,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
line-height: normal;
height: auto;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
Expand All @@ -274,8 +276,10 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
page-break-before: auto;
page-break-inside: auto;
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
position: static;
right: auto;
Expand All @@ -293,11 +297,14 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
-moz-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
Expand Down Expand Up @@ -581,6 +588,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
padding: 8px 3px 1px calc(3px + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
width: 2px;
}
Expand All @@ -590,6 +598,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
padding: 8px 3px 1px calc(3px + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
}

Expand Down Expand Up @@ -697,6 +706,8 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
.gradients-interpolation-method {
--background-image: linear-gradient(rgb(245, 137, 137) 0%, rgb(245, 140, 170), rgb(238, 146, 202), rgb(227, 155, 230), rgb(210, 166, 253), rgb(188, 179, 255), rgb(164, 192, 255), rgb(137, 206, 255), rgb(111, 218, 255), rgb(93, 229, 255), rgb(94, 237, 237) 100%);

background-image: -webkit-radial-gradient(50% 115%, farthest-corner circle, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);

background-image: -moz-radial-gradient(50% 115%, farthest-corner circle, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);

background-image: radial-gradient(farthest-corner circle at 50% 115%, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);
Expand All @@ -705,6 +716,8 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
@media (color-gamut: rec2020) {
.gradients-interpolation-method {

background-image: -webkit-radial-gradient(50% 115%, farthest-corner circle, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);

background-image: -moz-radial-gradient(50% 115%, farthest-corner circle, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);

background-image: radial-gradient(farthest-corner circle at 50% 115%, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);
Expand Down Expand Up @@ -757,18 +770,22 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe

.issue-1244--a {
background-image: -moz-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-linear-gradient(180deg, red 0%, blue 100%);
background-image: -ms-linear-gradient(180deg, red 0%, blue 100%);
}

.issue-1244--b {
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
background-image: -webkit-linear-gradient(top, red 0%, blue 100%);
background-image: -moz-linear-gradient(top, red 0%, blue 100%);
background-image: linear-gradient(180deg, red 0%, blue 100%);
}

.issue-1244--c {
background-image: -moz-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
background-image: -webkit-linear-gradient(top, red 0%, blue 100%);
background-image: -moz-linear-gradient(top, red 0%, blue 100%);
background-image: linear-gradient(180deg, red 0%, blue 100%);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
-moz-animation: none 0s ease 0s 1 normal none running;
animation: none 0s ease 0s 1 normal none running;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentcolor;
Expand Down Expand Up @@ -323,6 +324,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
line-height: normal;
height: auto;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
Expand All @@ -344,8 +346,10 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
page-break-before: auto;
page-break-inside: auto;
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
position: static;
right: auto;
Expand All @@ -363,11 +367,14 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
-moz-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
Expand Down Expand Up @@ -803,9 +810,11 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
padding: 8px mod(18px, 5px) 1px calc(mod(15px, 6px) + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
-webkit-transform: rotate(mod(-140deg, -90deg));
-moz-transform: rotate(mod(-140deg, -90deg));
-ms-transform: rotate(mod(-140deg, -90deg));
transform: rotate(mod(-140deg, -90deg));
width: 2px;
width: mod(mod(-18px, 5px), 5px);
Expand All @@ -818,9 +827,11 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
padding: 8px rem(18px, 5px) 1px calc(rem(15px, 6px) + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
-webkit-transform: rotate(rem(-140deg, -90deg));
-moz-transform: rotate(rem(-140deg, -90deg));
-ms-transform: rotate(rem(-140deg, -90deg));
transform: rotate(rem(-140deg, -90deg));
}

Expand Down Expand Up @@ -971,6 +982,8 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
.gradients-interpolation-method {
--background-image: linear-gradient(rgb(245, 137, 137) 0%, rgb(245, 140, 170), rgb(238, 146, 202), rgb(227, 155, 230), rgb(210, 166, 253), rgb(188, 179, 255), rgb(164, 192, 255), rgb(137, 206, 255), rgb(111, 218, 255), rgb(93, 229, 255), rgb(94, 237, 237) 100%);

background-image: -webkit-radial-gradient(50% 115%, farthest-corner circle, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);

background-image: -moz-radial-gradient(50% 115%, farthest-corner circle, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);

background-image: radial-gradient(farthest-corner circle at 50% 115%, rgb(255, 71, 0) 0%, rgb(255, 103, 0), rgb(255, 137, 0), rgb(255, 169, 0), rgb(250, 199, 0), rgb(197, 225, 0), rgb(116, 246, 0), rgb(0, 255, 86), rgb(0, 255, 171), rgb(0, 255, 239), rgb(0, 255, 255) 100%);
Expand All @@ -979,10 +992,14 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
@media (color-gamut: rec2020) {
.gradients-interpolation-method {

background-image: -webkit-radial-gradient(50% 115%, farthest-corner circle, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);

background-image: -moz-radial-gradient(50% 115%, farthest-corner circle, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);

background-image: radial-gradient(farthest-corner circle at 50% 115%, color(display-p3 1.2198 0.38716 0.16814) 0%, color(display-p3 1.20289 0.47522 -0.30036), color(display-p3 1.15167 0.57912 -0.39461), color(display-p3 1.06645 0.68611 -0.42959), color(display-p3 0.94738 0.78766 -0.42632), color(display-p3 0.79233 0.87807 -0.37074), color(display-p3 0.59026 0.95319 -0.14671), color(display-p3 0.27082 1.00972 0.43521), color(display-p3 -0.3983 1.04501 0.69996), color(display-p3 -0.53921 1.05733 0.93686), color(display-p3 -0.57773 1.04644 1.15396) 100%);

background-image: -webkit-radial-gradient(50% 115% in oklch, farthest-corner circle, oklch(80% .3 34) 0%, oklch(90% .3 200) 100%);

background-image: -moz-radial-gradient(50% 115% in oklch, farthest-corner circle, oklch(80% .3 34) 0%, oklch(90% .3 200) 100%);

background-image: radial-gradient(farthest-corner circle at 50% 115% in oklch, oklch(80% .3 34) 0%, oklch(90% .3 200) 100%);
Expand Down Expand Up @@ -1087,18 +1104,22 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe

.issue-1244--a {
background-image: -moz-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-linear-gradient(180deg, red 0%, blue 100%);
background-image: -ms-linear-gradient(180deg, red 0%, blue 100%);
}

.issue-1244--b {
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
background-image: -webkit-linear-gradient(top, red 0%, blue 100%);
background-image: -moz-linear-gradient(top, red 0%, blue 100%);
background-image: linear-gradient(180deg, red 0%, blue 100%);
}

.issue-1244--c {
background-image: -moz-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-linear-gradient(180deg, red 0%, blue 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
background-image: -webkit-linear-gradient(top, red 0%, blue 100%);
background-image: -moz-linear-gradient(top, red 0%, blue 100%);
background-image: linear-gradient(180deg, red 0%, blue 100%);
}
Expand Down
9 changes: 9 additions & 0 deletions plugin-packs/postcss-preset-env/test/layers-basic.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
-moz-animation: none 0s ease 0s 1 normal none running;
animation: none 0s ease 0s 1 normal none running;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentcolor;
Expand Down Expand Up @@ -265,6 +266,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
line-height: normal;
height: auto;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
Expand All @@ -286,8 +288,10 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
page-break-before: auto;
page-break-inside: auto;
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
position: static;
right: auto;
Expand All @@ -305,11 +309,14 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
-moz-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
Expand Down Expand Up @@ -620,6 +627,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
padding: 8px 3px 1px calc(3px + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
width: 2px;
}
Expand All @@ -629,6 +637,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
padding: 8px 3px 1px calc(3px + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
-moz-animation: none 0s ease 0s 1 normal none running;
animation: none 0s ease 0s 1 normal none running;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentcolor;
Expand Down Expand Up @@ -328,6 +329,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
line-height: normal;
height: auto;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
left: auto;
Expand All @@ -349,8 +351,10 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
page-break-before: auto;
page-break-inside: auto;
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
position: static;
right: auto;
Expand All @@ -368,11 +372,14 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
top: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
-moz-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
-webkit-transition: none 0s ease 0s;
-moz-transition: none 0s ease 0s;
Expand Down Expand Up @@ -779,9 +786,11 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
padding: 8px mod(18px, 5px) 1px calc(mod(15px, 6px) + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
-webkit-transform: rotate(mod(-140deg, -90deg));
-moz-transform: rotate(mod(-140deg, -90deg));
-ms-transform: rotate(mod(-140deg, -90deg));
transform: rotate(mod(-140deg, -90deg));
width: 2px;
width: mod(mod(-18px, 5px), 5px);
Expand All @@ -794,9 +803,11 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
padding: 8px rem(18px, 5px) 1px calc(rem(15px, 6px) + 50%);
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
transform: rotate(-50deg);
-webkit-transform: rotate(rem(-140deg, -90deg));
-moz-transform: rotate(rem(-140deg, -90deg));
-ms-transform: rotate(rem(-140deg, -90deg));
transform: rotate(rem(-140deg, -90deg));
}

Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/at-risk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"index.mjs"
],
"peerDependencies": {
"stylelint": "^17.12.0"
"stylelint": "^17.13.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.1",
"stylelint": "^17.12.0",
"stylelint": "^17.13.0",
"stylelint-test-rule-node": "^1.2.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/formatter-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"preprocess-warnings.mjs"
],
"peerDependencies": {
"stylelint": "^17.12.0"
"stylelint": "^17.13.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.1",
"stylelint": "^17.12.0"
"stylelint": "^17.13.0"
},
"scripts": {
"lint": "node ../../.github/bin/format-package-json.mjs",
Expand Down
4 changes: 2 additions & 2 deletions plugins-stylelint/no-at-nest-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
],
"peerDependencies": {
"postcss": "^8.4",
"stylelint": "^17.12.0"
"stylelint": "^17.13.0"
},
"devDependencies": {
"@csstools/pack-test": "^2.0.1",
"postcss": "^8.5.10",
"stylelint": "^17.12.0",
"stylelint": "^17.13.0",
"stylelint-test-rule-node": "^1.2.0"
},
"scripts": {
Expand Down
Loading
Loading