@anolilab/stylelint-config 8.0.1 → 9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @anolilab/stylelint-config [9.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@8.0.1...@anolilab/stylelint-config@9.0.0) (2026-01-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **browserslist-config-anolilab:** upgraded to 8.0.0
11
+
1
12
  ## @anolilab/stylelint-config [8.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@8.0.0...@anolilab/stylelint-config@8.0.1) (2026-01-05)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "8.0.1",
3
+ "version": "9.0.0",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -180,7 +180,7 @@
180
180
  "index.mjs"
181
181
  ],
182
182
  "dependencies": {
183
- "browserslist-config-anolilab": "7.0.1",
183
+ "browserslist-config-anolilab": "8.0.0",
184
184
  "stylelint-config-clean-order": "^8.0.0",
185
185
  "stylelint-config-standard": "^39.0.1",
186
186
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
@@ -199,6 +199,5 @@
199
199
  "publishConfig": {
200
200
  "access": "public",
201
201
  "provenance": true
202
- },
203
- "optionalDependencies": {}
202
+ }
204
203
  }