@anolilab/stylelint-config 6.0.13 → 6.0.14
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 +19 -0
- package/dist/config/high-performance-animation.d.mts +1 -1
- package/dist/config/high-performance-animation.d.ts +1 -1
- package/dist/config/high-performance-animation.js.map +1 -1
- package/dist/config/high-performance-animation.mjs.map +1 -1
- package/dist/postinstall.d.mts +1 -1
- package/dist/postinstall.d.ts +1 -1
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/stylelint-config [6.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.13...@anolilab/stylelint-config@6.0.14) (2023-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update deps and removed dev deps from deps ([77d5379](https://github.com/anolilab/javascript-style-guide/commit/77d5379718aeb6a1a3457f4e472e7204e3bc27ca))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* downgrade stylelint 15.11.0 ([933e269](https://github.com/anolilab/javascript-style-guide/commit/933e269f0f967873c6fd7913e959a288c0983fb7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **browserslist-config-anolilab:** upgraded to 5.0.14
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.3
|
|
19
|
+
|
|
1
20
|
## @anolilab/stylelint-config [6.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.12...@anolilab/stylelint-config@6.0.13) (2023-11-02)
|
|
2
21
|
|
|
3
22
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/config/high-performance-animation.ts"],"names":["config","high_performance_animation_default"],"mappings":"AAAA,IAAMA,EAAS,CAEX,QAAS,CAAC,sCAAsC,EAChD,MAAO,CACH,iDAAkD,EACtD,CACJ,EAEOC,EAAQD","sourcesContent":["const config = {\n // prevent use of low performance animation and transition properties.\n plugins: [\"stylelint-high-performance-animation\"],\n rules: {\n
|
|
1
|
+
{"version":3,"sources":["../../src/config/high-performance-animation.ts"],"names":["config","high_performance_animation_default"],"mappings":"AAAA,IAAMA,EAAS,CAEX,QAAS,CAAC,sCAAsC,EAChD,MAAO,CACH,iDAAkD,EACtD,CACJ,EAEOC,EAAQD","sourcesContent":["const config = {\n // prevent use of low performance animation and transition properties.\n plugins: [\"stylelint-high-performance-animation\"],\n rules: {\n \"plugin/no-low-performance-animation-properties\": true,\n },\n};\n\nexport default config;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/config/high-performance-animation.ts"],"names":["config","high_performance_animation_default"],"mappings":"AAAA,IAAMA,EAAS,CAEX,QAAS,CAAC,sCAAsC,EAChD,MAAO,CACH,iDAAkD,EACtD,CACJ,EAEOC,EAAQD","sourcesContent":["const config = {\n // prevent use of low performance animation and transition properties.\n plugins: [\"stylelint-high-performance-animation\"],\n rules: {\n
|
|
1
|
+
{"version":3,"sources":["../../src/config/high-performance-animation.ts"],"names":["config","high_performance_animation_default"],"mappings":"AAAA,IAAMA,EAAS,CAEX,QAAS,CAAC,sCAAsC,EAChD,MAAO,CACH,iDAAkD,EACtD,CACJ,EAEOC,EAAQD","sourcesContent":["const config = {\n // prevent use of low performance animation and transition properties.\n plugins: [\"stylelint-high-performance-animation\"],\n rules: {\n \"plugin/no-low-performance-animation-properties\": true,\n },\n};\n\nexport default config;\n"]}
|
package/dist/postinstall.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
export {
|
|
2
|
+
export { }
|
package/dist/postinstall.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
export {
|
|
2
|
+
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/stylelint-config",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.14",
|
|
4
4
|
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -105,25 +105,24 @@
|
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@anolilab/package-json-utils": "3.0.9",
|
|
108
|
-
"@ronilaukkarinen/stylelint-a11y": "^1.2.
|
|
109
|
-
"browserslist-config-anolilab": "5.0.
|
|
108
|
+
"@ronilaukkarinen/stylelint-a11y": "^1.2.9",
|
|
109
|
+
"browserslist-config-anolilab": "5.0.14",
|
|
110
110
|
"stylelint-config-clean-order": "^5.2.0",
|
|
111
|
-
"stylelint-config-standard": "^
|
|
111
|
+
"stylelint-config-standard": "^35.0.0",
|
|
112
112
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
113
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
|
-
"stylelint-selector-no-empty": "^1.0.9"
|
|
117
|
-
"tsup": "^7.2.0",
|
|
118
|
-
"vitest": "^0.34.6"
|
|
116
|
+
"stylelint-selector-no-empty": "^1.0.9"
|
|
119
117
|
},
|
|
120
118
|
"devDependencies": {
|
|
121
|
-
"@anolilab/semantic-release-preset": "8.0.
|
|
122
|
-
"postcss": "^8.4.
|
|
119
|
+
"@anolilab/semantic-release-preset": "8.0.3",
|
|
120
|
+
"postcss": "^8.4.32",
|
|
123
121
|
"rimraf": "^5.0.5",
|
|
124
|
-
"semantic-release": "^22.0.
|
|
122
|
+
"semantic-release": "^22.0.12",
|
|
125
123
|
"stylelint": "15.11.0",
|
|
126
|
-
"
|
|
124
|
+
"tsup": "^8.0.1",
|
|
125
|
+
"vitest": "^1.1.0"
|
|
127
126
|
},
|
|
128
127
|
"peerDependencies": {
|
|
129
128
|
"postcss": "^8.4.18",
|