@commencis/stylelint-config 2.1.0 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @commencis/stylelint-config
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: update stylelint peer deps to v16.22 ([#343](https://github.com/Commencis/js-toolkit/pull/343))
8
+
9
+ - chore: remove `stylelint` less than `16.23.0` from peer dependencies. ([#363](https://github.com/Commencis/js-toolkit/pull/363))
10
+
11
+ ## 2.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - chore(deps): update dependency stylelint-config-standard-scss to v15 ([#311](https://github.com/Commencis/js-toolkit/pull/311))
16
+
17
+ - chore(deps): update dependency stylelint-order to v7 ([#312](https://github.com/Commencis/js-toolkit/pull/312))
18
+
3
19
  ## 2.1.0
4
20
 
5
21
  ### Minor Changes
@@ -35,5 +51,4 @@
35
51
  ### Minor Changes
36
52
 
37
53
  - update dependency: postcss-styled-syntax@0.7.0 ([#123](https://github.com/Commencis/js-toolkit/pull/123))
38
-
39
54
  - Added support for passing a function to `styled` instead using it as a tagged template. For example, `styled.div(props => 'color: red;'')`, or `styled(Component)(props => 'color: red;')`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/stylelint-config",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Commencis Stylelint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -34,21 +34,21 @@
34
34
  "./vue-scss": "./dist/vue-scss.js"
35
35
  },
36
36
  "dependencies": {
37
- "@stylistic/stylelint-config": "2.0.0",
37
+ "@stylistic/stylelint-config": "3.0.1",
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": "38.0.0",
42
- "stylelint-config-standard-scss": "14.0.0",
43
- "stylelint-order": "6.0.4"
41
+ "stylelint-config-standard": "39.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.4.0",
48
- "typescript": "5.8.3"
47
+ "tsup": "8.5.0",
48
+ "typescript": "5.9.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "stylelint": ">=16.18"
51
+ "stylelint": ">=16.23"
52
52
  },
53
53
  "scripts": {
54
54
  "dev": "tsup --watch",