@commencis/stylelint-config 2.4.0 → 2.6.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/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @commencis/stylelint-config
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- chore: update minor dependencies, node to v24.12 and pnpm to v10.25 ([#408](https://github.com/Commencis/js-toolkit/pull/408))
|
|
8
|
+
|
|
9
|
+
## 2.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- - [Release]: Final stable versions before breaking changes. ([#402](https://github.com/Commencis/js-toolkit/pull/402))
|
|
14
|
+
|
|
3
15
|
## 2.4.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/stylelint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Commencis Stylelint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "
|
|
14
|
+
"url": "https://github.com/Commencis/js-toolkit.git",
|
|
15
15
|
"directory": "packages/stylelint-config"
|
|
16
16
|
},
|
|
17
17
|
"publishConfig": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"postcss-styled-syntax": "0.7.1",
|
|
39
39
|
"stylelint-config-html": "1.1.0",
|
|
40
40
|
"stylelint-config-prettier-scss": "1.0.0",
|
|
41
|
-
"stylelint-config-standard": "39.0.
|
|
41
|
+
"stylelint-config-standard": "39.0.1",
|
|
42
42
|
"stylelint-config-standard-scss": "16.0.0",
|
|
43
43
|
"stylelint-order": "7.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@commencis/ts-config": "0.0
|
|
47
|
-
"tsup": "8.5.
|
|
48
|
-
"typescript": "5.9.
|
|
46
|
+
"@commencis/ts-config": "1.0.0",
|
|
47
|
+
"tsup": "8.5.1",
|
|
48
|
+
"typescript": "5.9.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"stylelint": ">=16.23.1"
|