@taiga-ui/stylelint-config 0.17.0 → 0.19.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 CHANGED
@@ -3,6 +3,27 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.19.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.18.0...@taiga-ui/stylelint-config@0.19.0) (2024-03-01)
7
+
8
+ **Note:** Version bump only for package @taiga-ui/stylelint-config
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ # [0.18.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.17.0...@taiga-ui/stylelint-config@0.18.0) (2024-02-27)
16
+
17
+ ### Features
18
+
19
+ - **stylelint-config:** ignore less variables keyword case
20
+ ([b6a8c56](https://github.com/taiga-family/linters/commit/b6a8c56e7050169b23220412595b9ed811558bff))
21
+
22
+ # Change Log
23
+
24
+ All notable changes to this project will be documented in this file. See
25
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
26
+
6
27
  # [0.17.0](https://github.com/taiga-family/linters/compare/@taiga-ui/stylelint-config@0.16.0...@taiga-ui/stylelint-config@0.17.0) (2024-02-27)
7
28
 
8
29
  ### Features
package/index.json CHANGED
@@ -296,7 +296,7 @@
296
296
  {
297
297
  "severity": "error",
298
298
  "ignoreKeywords": ["currentColor", "backgroundColor", "optimizeLegibility"],
299
- "ignoreProperties": ["/^--/"]
299
+ "ignoreProperties": ["/^--/", "/^\\$/"]
300
300
  }
301
301
  ],
302
302
  "function-url-no-scheme-relative": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.17.0",
3
+ "version": "0.19.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",