Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 9ede62c

Browse files
committed
⬆️ Bump stylelint-order to 0.4
1 parent d71ea11 commit 9ede62c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ module.exports = {
256256
'number-no-trailing-zeros': true,
257257

258258
// specify the order of content within declaration blocks
259-
'order/declaration-block-order': [
259+
'order/order': [
260260
'custom-properties',
261261
'dollar-variables',
262262
'at-variables',
@@ -267,7 +267,7 @@ module.exports = {
267267
],
268268

269269
// specify the almost strict order of properties within declaration blocks
270-
'order/declaration-block-properties-specified-order': [
270+
'order/properties-order': [
271271
[
272272
'position',
273273
'top',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bugs": "https://github.com/jamieconnolly/stylelint-config/issues",
2020
"homepage": "https://github.com/jamieconnolly/stylelint-config#readme",
2121
"dependencies": {
22-
"stylelint-order": "^0.3",
22+
"stylelint-order": "^0.4",
2323
"stylelint-scss": "^1.4"
2424
},
2525
"devDependencies": {

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ postcss-value-parser@^3.1.1, postcss-value-parser@^3.2.3, postcss-value-parser@^
22142214
version "3.3.0"
22152215
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
22162216

2217-
postcss@^5.0.0, postcss@^5.0.18, postcss@^5.0.20, postcss@^5.0.21, postcss@^5.0.4, postcss@^5.0.8, postcss@^5.2.13, postcss@^5.2.14, postcss@^5.2.15, postcss@^5.2.4:
2217+
postcss@^5.0.0, postcss@^5.0.18, postcss@^5.0.20, postcss@^5.0.21, postcss@^5.0.4, postcss@^5.0.8, postcss@^5.2.13, postcss@^5.2.15, postcss@^5.2.16, postcss@^5.2.4:
22182218
version "5.2.16"
22192219
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.16.tgz#732b3100000f9ff8379a48a53839ed097376ad57"
22202220
dependencies:
@@ -2663,13 +2663,13 @@ stylehacks@^2.3.0:
26632663
text-table "^0.2.0"
26642664
write-file-stdout "0.0.2"
26652665

2666-
stylelint-order@^0.3:
2667-
version "0.3.0"
2668-
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-0.3.0.tgz#9a0f593c077c04d5e5da22404dab84288c933843"
2666+
stylelint-order@^0.4:
2667+
version "0.4.1"
2668+
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-0.4.1.tgz#ae265f63049cf3a9a901c88ef9580acfb46819c4"
26692669
dependencies:
26702670
lodash "^4.17.4"
2671-
postcss "^5.2.14"
2672-
stylelint "^7.8.0"
2671+
postcss "^5.2.16"
2672+
stylelint "^7.9.0"
26732673

26742674
stylelint-scss@^1.4:
26752675
version "1.4.3"
@@ -2682,7 +2682,7 @@ stylelint-scss@^1.4:
26822682
postcss-value-parser "^3.3.0"
26832683
stylelint "^7.0.3"
26842684

2685-
stylelint@^7.0.3, stylelint@^7.8.0, stylelint@^7.9:
2685+
stylelint@^7.0.3, stylelint@^7.9, stylelint@^7.9.0:
26862686
version "7.9.0"
26872687
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-7.9.0.tgz#b8d9ea20f887ab351075c6aded9528de24509327"
26882688
dependencies:

0 commit comments

Comments
 (0)