@anolilab/stylelint-config 6.0.11 → 6.0.12

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @anolilab/stylelint-config [6.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.11...@anolilab/stylelint-config@6.0.12) (2023-10-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.8
13
+ * **browserslist-config-anolilab:** upgraded to 5.0.12
14
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
15
+
1
16
  ## @anolilab/stylelint-config [6.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.10...@anolilab/stylelint-config@6.0.11) (2023-09-29)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "6.0.11",
3
+ "version": "6.0.12",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -104,9 +104,9 @@
104
104
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
105
105
  },
106
106
  "dependencies": {
107
- "@anolilab/package-json-utils": "3.0.7",
107
+ "@anolilab/package-json-utils": "3.0.8",
108
108
  "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
109
- "browserslist-config-anolilab": "5.0.11",
109
+ "browserslist-config-anolilab": "5.0.12",
110
110
  "stylelint-config-clean-order": "^5.2.0",
111
111
  "stylelint-config-standard": "^34.0.0",
112
112
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
@@ -118,11 +118,11 @@
118
118
  "vitest": "^0.34.6"
119
119
  },
120
120
  "devDependencies": {
121
- "@anolilab/semantic-release-preset": "8.0.0",
121
+ "@anolilab/semantic-release-preset": "8.0.1",
122
122
  "postcss": "^8.4.31",
123
123
  "rimraf": "^5.0.5",
124
- "semantic-release": "^22.0.5",
125
- "stylelint": "15.10.3",
124
+ "semantic-release": "^22.0.6",
125
+ "stylelint": "15.11.0",
126
126
  "vitest": "^0.34.6"
127
127
  },
128
128
  "peerDependencies": {