@anolilab/stylelint-config 6.0.2 → 6.0.4
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 +37 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [6.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.3...@anolilab/stylelint-config@6.0.4) (2023-08-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency semantic-release to ^21.1.1 ([#738](https://github.com/anolilab/javascript-style-guide/issues/738)) ([ee6e926](https://github.com/anolilab/javascript-style-guide/commit/ee6e926d19848a6d7aaca6b3b0f92befaed59e08))
|
|
12
|
+
* **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
|
|
13
|
+
* **deps:** update stylelint ([#741](https://github.com/anolilab/javascript-style-guide/issues/741)) ([195cb45](https://github.com/anolilab/javascript-style-guide/commit/195cb45c1e213f61e8ac98c3323517c38003fa87))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.5
|
|
20
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.4
|
|
21
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.5
|
|
22
|
+
|
|
23
|
+
## @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)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* upgrade project dependencies to latest versions ([340ff87](https://github.com/anolilab/javascript-style-guide/commit/340ff87dfe01ca4c7a21536c26c6dd703afc62f7))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Dependencies
|
|
33
|
+
|
|
34
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.4
|
|
35
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.3
|
|
36
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.4
|
|
37
|
+
|
|
1
38
|
## @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)
|
|
2
39
|
|
|
3
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
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.
|
|
107
|
+
"@anolilab/package-json-utils": "3.0.5",
|
|
108
108
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
109
|
-
"browserslist-config-anolilab": "5.0.
|
|
110
|
-
"stylelint-config-clean-order": "^5.0
|
|
109
|
+
"browserslist-config-anolilab": "5.0.4",
|
|
110
|
+
"stylelint-config-clean-order": "^5.2.0",
|
|
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.
|
|
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
117
|
"tsup": "^7.2.0",
|
|
118
|
-
"vitest": "^0.34.
|
|
118
|
+
"vitest": "^0.34.3"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@anolilab/semantic-release-preset": "6.0.
|
|
122
|
-
"postcss": "^8.4.
|
|
121
|
+
"@anolilab/semantic-release-preset": "6.0.5",
|
|
122
|
+
"postcss": "^8.4.29",
|
|
123
123
|
"rimraf": "^5.0.1",
|
|
124
|
-
"semantic-release": "^21.
|
|
125
|
-
"stylelint": "15.10.
|
|
126
|
-
"vitest": "^0.34.
|
|
124
|
+
"semantic-release": "^21.1.1",
|
|
125
|
+
"stylelint": "15.10.3",
|
|
126
|
+
"vitest": "^0.34.3"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"postcss": "^8.4.18",
|