Skip to content

Commit e73eb6f

Browse files
Update dependency stylelint-order to v7
1 parent 35b4b18 commit e73eb6f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@visual-framework/vf-component-generator": "^1.1.5",
4545
"husky": "9.1.7",
4646
"prettier-stylelint": "0.4.2",
47-
"stylelint-order": "6.0.4",
47+
"stylelint-order": "7.0.0",
4848
"stylelint-scss": "6.11.1"
4949
}
5050
}

tools/vf-sass-compilation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"rollup-plugin-includepaths": "^0.2.4",
3030
"sass": "1.85.0",
3131
"stylelint": "^16.0.0",
32-
"stylelint-order": "^6.0.0",
32+
"stylelint-order": "^7.0.0",
3333
"stylelint-scss": "^6.11.1",
3434
"vinyl-source-stream": "^2.0.0"
3535
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,10 +2894,10 @@ postcss-selector-parser@^7.1.0:
28942894
cssesc "^3.0.0"
28952895
util-deprecate "^1.0.2"
28962896

2897-
postcss-sorting@^8.0.2:
2898-
version "8.0.2"
2899-
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-8.0.2.tgz#6393385ece272baf74bee9820fb1b58098e4eeca"
2900-
integrity sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==
2897+
postcss-sorting@^9.1.0:
2898+
version "9.1.0"
2899+
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-9.1.0.tgz#d2e7d43896dd399c23b5b86fc0b807a86146b590"
2900+
integrity sha512-Mn8KJ45HNNG6JBpBizXcyf6LqY/qyqetGcou/nprDnFwBFBLGj0j/sNKV2lj2KMOVOwdXu14aEzqJv8CIV6e8g==
29012901

29022902
postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
29032903
version "3.3.1"
@@ -2928,7 +2928,7 @@ postcss@^6.0.14, postcss@^6.0.17, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.
29282928
source-map "^0.6.1"
29292929
supports-color "^5.4.0"
29302930

2931-
postcss@^8.4.32:
2931+
postcss@^8.5.3:
29322932
version "8.5.6"
29332933
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
29342934
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
@@ -3615,13 +3615,13 @@ style-search@^0.1.0:
36153615
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
36163616
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
36173617

3618-
stylelint-order@6.0.4:
3619-
version "6.0.4"
3620-
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-6.0.4.tgz#3e80d876c61a98d2640de181433686f24284748b"
3621-
integrity sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==
3618+
stylelint-order@7.0.0:
3619+
version "7.0.0"
3620+
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-7.0.0.tgz#ef129101fcc61f5376a2f89f464829cf1e2e349f"
3621+
integrity sha512-rSWxx0KscYfxU02wEskKXES9lkRzuuONMMNkZ7SUc6uiF3tDKm7e+sE0Ax/SBlG4TUf1sp1R6f3/SlsPGmzthg==
36223622
dependencies:
3623-
postcss "^8.4.32"
3624-
postcss-sorting "^8.0.2"
3623+
postcss "^8.5.3"
3624+
postcss-sorting "^9.1.0"
36253625

36263626
stylelint-scss@6.11.1:
36273627
version "6.11.1"

0 commit comments

Comments
 (0)