@anolilab/stylelint-config 7.0.9 → 7.0.10

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @anolilab/stylelint-config [7.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.9...@anolilab/stylelint-config@7.0.10) (2025-11-16)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
6
+ * **deps:** update package versions and configurations ([e5b9cb5](https://github.com/anolilab/javascript-style-guide/commit/e5b9cb5195c4a9a4a481e9eb967fc5a0f92e1add))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **browserslist-config-anolilab:** upgraded to 6.0.7
12
+
1
13
  ## @anolilab/stylelint-config [7.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.8...@anolilab/stylelint-config@7.0.9) (2025-10-14)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
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": "6.0.6",
183
+ "browserslist-config-anolilab": "6.0.7",
184
184
  "stylelint-config-clean-order": "^7.0.0",
185
185
  "stylelint-config-standard": "^39.0.1",
186
186
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
@@ -194,7 +194,7 @@
194
194
  "stylelint": "^15.11.0 || 16.x"
195
195
  },
196
196
  "engines": {
197
- "node": ">=20.18.* <=24.*"
197
+ "node": ">=20.18.* <=25.*"
198
198
  },
199
199
  "publishConfig": {
200
200
  "access": "public",