Skip to content

Commit 53877ac

Browse files
committed
Update snapshots for recent changes
1 parent 56684fb commit 53877ac

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

src/__snapshots__/semver.test.js.snap

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,26 @@ Object {
182182
true,
183183
],
184184
"no-missing-end-of-source-newline": null,
185-
"number-leading-zero": null,
185+
"number-leading-zero": Array [
186+
"always",
187+
],
186188
"number-no-trailing-zeros": null,
189+
"order/order": Array [
190+
Array [
191+
"dollar-variables",
192+
"custom-properties",
193+
Object {
194+
"hasBlock": false,
195+
"type": "at-rule",
196+
},
197+
"declarations",
198+
"rules",
199+
Object {
200+
"hasBlock": true,
201+
"type": "at-rule",
202+
},
203+
],
204+
],
187205
"property-case": null,
188206
"property-no-unknown": Array [
189207
true,
@@ -204,9 +222,6 @@ Object {
204222
"scss/dollar-variable-no-missing-interpolation": Array [
205223
true,
206224
],
207-
"scss/media-feature-value-dollar-variable": Array [
208-
"always",
209-
],
210225
"scss/percent-placeholder-pattern": Array [
211226
"^do-not-use-placeholders$",
212227
],
@@ -241,6 +256,13 @@ Object {
241256
],
242257
"selector-max-type": Array [
243258
2,
259+
Object {
260+
"ignore": Array [
261+
"child",
262+
"compounded",
263+
"next-sibling",
264+
],
265+
},
244266
],
245267
"selector-no-vendor-prefix": Array [
246268
true,

src/semver.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('semver - should those tests break, consider releasing a new major vers
99
Object {
1010
"stylelint-config-prettier": "^5.2.0",
1111
"stylelint-config-standard": "^18.3.0",
12+
"stylelint-order": "^3.1.1",
1213
"stylelint-scss": "^3.10.0",
1314
}
1415
`);

0 commit comments

Comments
 (0)