@anolilab/stylelint-config 7.0.0 → 7.0.1

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @anolilab/stylelint-config [7.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.0...@anolilab/stylelint-config@7.0.1) (2025-05-31)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **browserslist-config-anolilab:** upgraded to 6.0.1
15
+
1
16
  ## @anolilab/stylelint-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.14...@anolilab/stylelint-config@7.0.0) (2025-05-26)
2
17
 
3
18
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
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.0",
183
+ "browserslist-config-anolilab": "6.0.1",
184
184
  "stylelint-config-clean-order": "^7.0.0",
185
185
  "stylelint-config-standard": "^38.0.0",
186
186
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",