@kununu/stylelint-config 4.5.11 → 6.0.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.
@@ -142,6 +142,7 @@ jobs:
142
142
  - name: Merge PR
143
143
  run: |
144
144
  gh pr merge $PR_NUMBER --squash --delete-branch --admin
145
+
145
146
  - name: Checkout Master and Tag
146
147
  run: |
147
148
  git fetch origin
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 20.10.0
1
+ v24.13.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/stylelint-config",
3
- "version": "4.5.11",
3
+ "version": "6.0.0",
4
4
  "description": "kununu's stylelint config",
5
5
  "author": "kununu",
6
6
  "license": "ISC",
@@ -9,8 +9,8 @@
9
9
  "url": "git+https://github.com/kununu/stylelint-config.git"
10
10
  },
11
11
  "engines": {
12
- "node": ">= 20.x.x",
13
- "npm": ">= 10.x.x"
12
+ "node": "24.13.1",
13
+ "npm": "11.8.0"
14
14
  },
15
15
  "keywords": [
16
16
  "stylelint",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "prettier": "3.8.1",
29
- "stylelint": "16.26.1",
30
- "stylelint-config-standard-scss": "16.0.0",
29
+ "stylelint": "17.4.0",
30
+ "stylelint-config-standard-scss": "17.0.0",
31
31
  "stylelint-order": "7.0.1",
32
32
  "stylelint-prettier": "5.0.3",
33
- "stylelint-scss": "6.14.0",
33
+ "stylelint-scss": "7.0.0",
34
34
  "stylelint-semantic-groups": "1.2.2"
35
35
  }
36
36
  }