@perplex-digital/stylelint-config 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/declarations.js +2 -2
  2. package/package.json +8 -10
package/declarations.js CHANGED
@@ -81,7 +81,7 @@ export default [
81
81
  {
82
82
  type: 'at-rule',
83
83
  name: 'variant',
84
- parameter: 'hoverfocus|mouse|touch',
84
+ parameter: '(hover|focus|hoverfocus|mouse|touch)',
85
85
  // Matches media-queries '@variant hoverfocus', '@variant mouse' and '@variant touch'
86
86
  hasBlock: true,
87
87
  },
@@ -102,7 +102,7 @@ export default [
102
102
  {
103
103
  type: 'at-rule',
104
104
  name: 'variant',
105
- parameter: '?!hoverfocus|mouse|touch',
105
+ parameter: '(?!hover|focus|hoverfocus|mouse|touch)',
106
106
  // Matches all other media-queries like '@variant xl' and '@variant motionOK'
107
107
  hasBlock: true,
108
108
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplex-digital/stylelint-config",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Box model-based property sort order for Stylelint.",
5
5
  "keywords": [
6
6
  "logical properties",
@@ -51,17 +51,15 @@
51
51
  "stylelint-use-logical-spec": "^5.0.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@changesets/cli": "^2.28.1",
55
- "@commitlint/cli": "^19.8.0",
56
- "@commitlint/config-conventional": "^19.8.0",
57
- "@nuxt/eslint-config": "^1.2.0",
58
- "@zazen/changesets-changelog": "^2.0.3",
59
- "eslint": "^9.23.0",
54
+ "@commitlint/cli": "^19.8.1",
55
+ "@commitlint/config-conventional": "^19.8.1",
56
+ "@nuxt/eslint-config": "^1.4.1",
57
+ "eslint": "^9.27.0",
60
58
  "husky": "^9.1.7",
61
- "lint-staged": "^15.5.0",
59
+ "lint-staged": "^16.1.0",
62
60
  "prettier": "^3.5.3",
63
- "stylelint": "^16.16.0",
64
- "typescript": "^5.8.2"
61
+ "stylelint": "^16.20.0",
62
+ "typescript": "^5.8.3"
65
63
  },
66
64
  "peerDependencies": {
67
65
  "stylelint": ">=16"