@anolilab/stylelint-config 7.0.4 → 7.0.5

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @anolilab/stylelint-config [7.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.4...@anolilab/stylelint-config@7.0.5) (2025-08-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update stylelint and semantic-release dependencies ([2676651](https://github.com/anolilab/javascript-style-guide/commit/2676651243e70976f8107b3e5d13e8edae11bdae))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update dependencies across packages ([db14c14](https://github.com/anolilab/javascript-style-guide/commit/db14c14d94b2e21e8c23791b9dc83c391b1a9a87))
10
+ * update dependencies and versions across packages ([48812ea](https://github.com/anolilab/javascript-style-guide/commit/48812ea5c4de5833636b2ed3b7302a35120aba3a))
11
+
1
12
  ## @anolilab/stylelint-config [7.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.3...@anolilab/stylelint-config@7.0.4) (2025-07-11)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -182,7 +182,7 @@
182
182
  "dependencies": {
183
183
  "browserslist-config-anolilab": "6.0.2",
184
184
  "stylelint-config-clean-order": "^7.0.0",
185
- "stylelint-config-standard": "^38.0.0",
185
+ "stylelint-config-standard": "^39.0.0",
186
186
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
187
187
  "stylelint-high-performance-animation": "^1.11.0",
188
188
  "stylelint-no-unsupported-browser-features": "^8.0.4",