@anolilab/stylelint-config 5.1.1 → 6.0.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 +26 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@5.1.1...@anolilab/stylelint-config@6.0.0) (2023-07-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### ⚠ BREAKING CHANGES
|
|
5
|
+
|
|
6
|
+
* fixing broken releases that semantic-release did create
|
|
7
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
|
|
12
|
+
* update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Chores
|
|
16
|
+
|
|
17
|
+
* "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.1
|
|
24
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.0
|
|
25
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.1
|
|
26
|
+
|
|
1
27
|
## @anolilab/stylelint-config [5.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@5.1.0...@anolilab/stylelint-config@5.1.1) (2023-07-05)
|
|
2
28
|
|
|
3
29
|
|
|
@@ -6,7 +32,6 @@
|
|
|
6
32
|
* Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
|
|
7
33
|
|
|
8
34
|
|
|
9
|
-
|
|
10
35
|
### Dependencies
|
|
11
36
|
|
|
12
37
|
* **@anolilab/package-json-utils:** upgraded to 2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -103,33 +103,33 @@
|
|
|
103
103
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@anolilab/package-json-utils": "
|
|
106
|
+
"@anolilab/package-json-utils": "3.0.1",
|
|
107
107
|
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
|
|
108
|
-
"browserslist-config-anolilab": "
|
|
108
|
+
"browserslist-config-anolilab": "5.0.0",
|
|
109
109
|
"stylelint-config-clean-order": "^5.0.1",
|
|
110
|
-
"stylelint-config-standard": "^
|
|
110
|
+
"stylelint-config-standard": "^34.0.0",
|
|
111
111
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
112
112
|
"stylelint-high-performance-animation": "^1.8.0",
|
|
113
|
-
"stylelint-no-unsupported-browser-features": "^
|
|
113
|
+
"stylelint-no-unsupported-browser-features": "^7.0.0",
|
|
114
114
|
"stylelint-require-units": "^1.0.2",
|
|
115
115
|
"stylelint-selector-no-empty": "^1.0.9",
|
|
116
116
|
"tsup": "^7.1.0",
|
|
117
|
-
"vitest": "^0.
|
|
117
|
+
"vitest": "^0.33.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@anolilab/semantic-release-preset": "
|
|
121
|
-
"postcss": "^8.4.
|
|
120
|
+
"@anolilab/semantic-release-preset": "6.0.1",
|
|
121
|
+
"postcss": "^8.4.26",
|
|
122
122
|
"rimraf": "^5.0.1",
|
|
123
|
-
"semantic-release": "^21.0.
|
|
124
|
-
"stylelint": "15.
|
|
125
|
-
"vitest": "^0.
|
|
123
|
+
"semantic-release": "^21.0.7",
|
|
124
|
+
"stylelint": "15.10.1",
|
|
125
|
+
"vitest": "^0.33.0"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
128
|
"postcss": "^8.4.18",
|
|
129
129
|
"stylelint": "^15.0.0"
|
|
130
130
|
},
|
|
131
131
|
"engines": {
|
|
132
|
-
"node": ">=
|
|
132
|
+
"node": ">=18"
|
|
133
133
|
},
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"access": "public",
|