@readme/stylelint-config 6.0.5 → 6.0.7

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,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.0.7](https://github.com/readmeio/standards/compare/@readme/stylelint-config@6.0.6...@readme/stylelint-config@6.0.7) (2024-01-01)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "chore(deps): bump stylelint-config-sass-guidelines from 10.0.0 to 11.0.0 (#793)" (#803) ([dcc4ae5](https://github.com/readmeio/standards/commit/dcc4ae528767ef88230b8628bb725e91a95b6450)), closes [#793](https://github.com/readmeio/standards/issues/793) [#803](https://github.com/readmeio/standards/issues/803)
12
+ * Revert "chore(deps): bump stylelint-config-standard-scss from 11.1.0 to 12.0.0 (#797)" (#802) ([04a6872](https://github.com/readmeio/standards/commit/04a6872652a4f969aa1a3a924c11eceb8cc45e29)), closes [#797](https://github.com/readmeio/standards/issues/797) [#802](https://github.com/readmeio/standards/issues/802)
13
+
14
+
15
+
16
+
17
+
18
+ ## [6.0.6](https://github.com/readmeio/standards/compare/@readme/stylelint-config@6.0.5...@readme/stylelint-config@6.0.6) (2023-11-01)
19
+
20
+ **Note:** Version bump only for package @readme/stylelint-config
21
+
22
+
23
+
24
+
25
+
6
26
  ## [6.0.5](https://github.com/readmeio/standards/compare/@readme/stylelint-config@6.0.4...@readme/stylelint-config@6.0.5) (2023-10-31)
7
27
 
8
28
  **Note:** Version bump only for package @readme/stylelint-config
@@ -110,7 +110,7 @@ $twoCamelCase: 'two';
110
110
  }
111
111
  }
112
112
 
113
- // Prefer \\"simple\\" selector-not-notation
113
+ // Prefer "simple" selector-not-notation
114
114
  .selector-not-notation {
115
115
  &:not(.one):not(.two):not(.three) {
116
116
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readme/stylelint-config",
3
- "version": "6.0.5",
3
+ "version": "6.0.7",
4
4
  "description": "ReadMe coding standards for styles",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -33,9 +33,9 @@
33
33
  "postcss": "^8.4.12"
34
34
  },
35
35
  "devDependencies": {
36
- "@readme/eslint-config": "^13.3.1",
37
- "vitest": "^0.34.1"
36
+ "@readme/eslint-config": "^13.4.1",
37
+ "vitest": "^1.1.1"
38
38
  },
39
39
  "prettier": "@readme/eslint-config/prettier",
40
- "gitHead": "110528d45b3ac280176ead6d6c22e583a0206d16"
40
+ "gitHead": "7c9c37a27fb753958716043f668324a3110576d9"
41
41
  }