@commencis/stylelint-config 2.1.1 → 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 +8 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 2.1.1
4
12
 
5
13
  ### Patch Changes
@@ -43,5 +51,4 @@
43
51
  ### Minor Changes
44
52
 
45
53
  - update dependency: postcss-styled-syntax@0.7.0 ([#123](https://github.com/Commencis/js-toolkit/pull/123))
46
-
47
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.1",
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",
41
+ "stylelint-config-standard": "39.0.0",
42
42
  "stylelint-config-standard-scss": "15.0.1",
43
43
  "stylelint-order": "7.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@commencis/ts-config": "0.0.2",
47
47
  "tsup": "8.5.0",
48
- "typescript": "5.8.3"
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",