@commencis/stylelint-config 2.0.0 → 2.1.1
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @commencis/stylelint-config
|
|
2
2
|
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore(deps): update dependency stylelint-config-standard-scss to v15 ([#311](https://github.com/Commencis/js-toolkit/pull/311))
|
|
8
|
+
|
|
9
|
+
- chore(deps): update dependency stylelint-order to v7 ([#312](https://github.com/Commencis/js-toolkit/pull/312))
|
|
10
|
+
|
|
11
|
+
## 2.1.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- chore(deps): update stylelint peer-dependency to `>=16.18` ([#288](https://github.com/Commencis/js-toolkit/pull/288))
|
|
16
|
+
|
|
3
17
|
## 2.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/stylelint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Commencis Stylelint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,17 +38,17 @@
|
|
|
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": "
|
|
42
|
-
"stylelint-config-standard-scss": "
|
|
43
|
-
"stylelint-order": "
|
|
41
|
+
"stylelint-config-standard": "38.0.0",
|
|
42
|
+
"stylelint-config-standard-scss": "15.0.1",
|
|
43
|
+
"stylelint-order": "7.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@commencis/ts-config": "0.0.2",
|
|
47
|
-
"tsup": "8.
|
|
48
|
-
"typescript": "5.
|
|
47
|
+
"tsup": "8.5.0",
|
|
48
|
+
"typescript": "5.8.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"stylelint": ">=16.
|
|
51
|
+
"stylelint": ">=16.18"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"dev": "tsup --watch",
|