@anolilab/stylelint-config 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @anolilab/stylelint-config [3.2.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@3.2.0...@anolilab/stylelint-config@3.2.1) (2023-05-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated package deps ([28b3198](https://github.com/anolilab/javascript-style-guide/commit/28b31982bb43594a0c0ab21c73a1cd9c6e2a383b))
7
+ * updated package deps ([34e24a0](https://github.com/anolilab/javascript-style-guide/commit/34e24a097c282f0b032a283225a1d91439b3f08e))
8
+
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **browserslist-config-anolilab:** upgraded to 3.2.1
14
+ * **@anolilab/semantic-release-preset:** upgraded to 2.2.1
15
+
1
16
  ## @anolilab/stylelint-config [3.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@3.1.0...@anolilab/stylelint-config@3.2.0) (2023-01-14)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -47,21 +47,22 @@
47
47
  "postinstall": "node lib/postinstall.js"
48
48
  },
49
49
  "dependencies": {
50
- "browserslist-config-anolilab": "3.2.0",
50
+ "browserslist-config-anolilab": "3.2.1",
51
51
  "stylelint-a11y": "^1.2.3",
52
52
  "stylelint-config-rational-order": "^0.1.2",
53
- "stylelint-config-standard": "^29.0.0",
54
- "stylelint-declaration-block-no-ignored-properties": "^2.6.0",
55
- "stylelint-no-unsupported-browser-features": "^6.0.1",
56
- "stylelint-order": "^6.0.1",
53
+ "stylelint-config-standard": "^33.0.0",
54
+ "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
55
+ "stylelint-no-unsupported-browser-features": "^6.1.0",
56
+ "stylelint-order": "^6.0.3",
57
57
  "stylelint-require-units": "^1.0.2",
58
58
  "stylelint-selector-no-empty": "^1.0.9"
59
59
  },
60
60
  "devDependencies": {
61
61
  "lodash": "^4.17.21",
62
- "postcss": "^8.4.21",
63
- "stylelint": "14.16.1",
64
- "vitest": "^0.27.1"
62
+ "postcss": "^8.4.23",
63
+ "stylelint": "15.6.2",
64
+ "vitest": "^0.31.1",
65
+ "@anolilab/semantic-release-preset": "2.2.1"
65
66
  },
66
67
  "peerDependencies": {
67
68
  "postcss": "^8.4.18",