@anolilab/stylelint-config 6.0.1 → 6.0.3

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 +30 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @anolilab/stylelint-config [6.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.2...@anolilab/stylelint-config@6.0.3) (2023-08-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.4
13
+ * **browserslist-config-anolilab:** upgraded to 5.0.3
14
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.4
15
+
16
+ ## @anolilab/stylelint-config [6.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.1...@anolilab/stylelint-config@6.0.2) (2023-08-04)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Update package dependencies ([a8786f2](https://github.com/anolilab/javascript-style-guide/commit/a8786f219badb9ebd4af825d28be85d3d2eea89c))
22
+
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * **@anolilab/package-json-utils:** upgraded to 3.0.3
28
+ * **browserslist-config-anolilab:** upgraded to 5.0.2
29
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.3
30
+
1
31
  ## @anolilab/stylelint-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.0...@anolilab/stylelint-config@6.0.1) (2023-07-26)
2
32
 
3
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -104,26 +104,26 @@
104
104
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
105
105
  },
106
106
  "dependencies": {
107
- "@anolilab/package-json-utils": "3.0.2",
107
+ "@anolilab/package-json-utils": "3.0.4",
108
108
  "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
109
- "browserslist-config-anolilab": "5.0.1",
109
+ "browserslist-config-anolilab": "5.0.3",
110
110
  "stylelint-config-clean-order": "^5.0.1",
111
111
  "stylelint-config-standard": "^34.0.0",
112
112
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
113
- "stylelint-high-performance-animation": "^1.8.0",
113
+ "stylelint-high-performance-animation": "^1.9.0",
114
114
  "stylelint-no-unsupported-browser-features": "^7.0.0",
115
115
  "stylelint-require-units": "^1.0.2",
116
116
  "stylelint-selector-no-empty": "^1.0.9",
117
- "tsup": "^7.1.0",
118
- "vitest": "^0.33.0"
117
+ "tsup": "^7.2.0",
118
+ "vitest": "^0.34.1"
119
119
  },
120
120
  "devDependencies": {
121
- "@anolilab/semantic-release-preset": "6.0.2",
121
+ "@anolilab/semantic-release-preset": "6.0.4",
122
122
  "postcss": "^8.4.27",
123
123
  "rimraf": "^5.0.1",
124
124
  "semantic-release": "^21.0.7",
125
125
  "stylelint": "15.10.2",
126
- "vitest": "^0.33.0"
126
+ "vitest": "^0.34.1"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "postcss": "^8.4.18",