@perplex-digital/stylelint-config 17.2.0 → 17.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,7 +37,7 @@ The default setup applies these rules:
37
37
  - `@dreamsicle.io/stylelint-config-tailwindcss`
38
38
  - `stylelint-config-recommended-vue` (including `stylelint-config-recommended` and `stylelint-config-html`)
39
39
  - `@stylistic/stylelint-plugin`,
40
- - `stylelint-use-logical-spec`
40
+ - `stylelint-use-logical`
41
41
  - `stylelint-high-performance-animation`
42
42
  - [Some overrides][] of these rules
43
43
  - `order/order` with the [Perplex][] order.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplex-digital/stylelint-config",
3
- "version": "17.2.0",
3
+ "version": "17.4.0",
4
4
  "description": "Order and Concentric-based property sorting for Stylelint.",
5
5
  "keywords": [
6
6
  "tailwind",
@@ -45,24 +45,25 @@
45
45
  "stylelint-config-recommended-vue": "^1.6.1",
46
46
  "stylelint-config-standard": "^40.0.0",
47
47
  "stylelint-high-performance-animation": "^2.0.0",
48
- "stylelint-order": "^7.0.1",
49
- "stylelint-use-logical-spec": "^5.0.1"
48
+ "stylelint-order": "^8.1.1",
49
+ "stylelint-use-logical": "^2.1.3"
50
50
  },
51
51
  "devDependencies": {
52
- "@changesets/cli": "^2.29.8",
53
- "@commitlint/cli": "^20.3.1",
54
- "@commitlint/config-conventional": "^20.3.1",
55
- "@nuxt/eslint-config": "^1.13.0",
56
- "@zazen/changesets-changelog": "^2.0.3",
57
- "eslint": "^9.39.2",
52
+ "@changesets/cli": "^2.30.0",
53
+ "@commitlint/cli": "^20.5.0",
54
+ "@commitlint/config-conventional": "^20.5.0",
55
+ "@nuxt/eslint-config": "^1.15.2",
56
+ "@zazen/changesets-changelog": "^2.0.4",
57
+ "eslint": "^10.0.3",
58
58
  "husky": "^9.1.7",
59
- "lint-staged": "^16.2.7",
59
+ "lint-staged": "^16.4.0",
60
60
  "prettier": "^3.8.1",
61
- "stylelint": "^17.0.0",
61
+ "stylelint": "^17.5.0",
62
62
  "typescript": "^5.9.3"
63
63
  },
64
64
  "peerDependencies": {
65
- "stylelint": ">=17.0.0"
65
+ "stylelint": ">=17.0.0",
66
+ "stylelint-order": "^8.0.0"
66
67
  },
67
68
  "scripts": {
68
69
  "lint": "eslint '**/*.js'",
package/src/index.js CHANGED
@@ -10,7 +10,7 @@ const config = {
10
10
  plugins: [
11
11
  '@stylistic/stylelint-plugin',
12
12
  'stylelint-order',
13
- 'stylelint-use-logical-spec',
13
+ 'stylelint-use-logical',
14
14
  'stylelint-high-performance-animation',
15
15
  ],
16
16
  ignoreFiles: ['*.min.css'],
@@ -64,7 +64,7 @@ const config = {
64
64
  },
65
65
  ],
66
66
  // Plugin rules
67
- 'liberty/use-logical-spec': [
67
+ 'csstools/use-logical': [
68
68
  'always',
69
69
  {
70
70
  except: [/width/i, /height/i],
@@ -137,7 +137,7 @@ const propertyGroups = [
137
137
  'text-overflow',
138
138
  '-webkit-line-clamp',
139
139
  'line-clamp',
140
- 'scroll-behaviour',
140
+ 'scroll-behavior',
141
141
  ],
142
142
  },
143
143
 
@@ -713,7 +713,6 @@ const propertyGroups = [
713
713
  properties: [
714
714
  'anchor-name',
715
715
  'anchor-scope',
716
- 'anchor-center',
717
716
  'position-area',
718
717
  'position-anchor',
719
718
  'position-try',