@anolilab/stylelint-config 6.0.3 → 6.0.4

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 +22 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @anolilab/stylelint-config [6.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.3...@anolilab/stylelint-config@6.0.4) (2023-08-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update dependency semantic-release to ^21.1.1 ([#738](https://github.com/anolilab/javascript-style-guide/issues/738)) ([ee6e926](https://github.com/anolilab/javascript-style-guide/commit/ee6e926d19848a6d7aaca6b3b0f92befaed59e08))
12
+ * **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
13
+ * **deps:** update stylelint ([#741](https://github.com/anolilab/javascript-style-guide/issues/741)) ([195cb45](https://github.com/anolilab/javascript-style-guide/commit/195cb45c1e213f61e8ac98c3323517c38003fa87))
14
+
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@anolilab/package-json-utils:** upgraded to 3.0.5
20
+ * **browserslist-config-anolilab:** upgraded to 5.0.4
21
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
22
+
1
23
  ## @anolilab/stylelint-config [6.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.2...@anolilab/stylelint-config@6.0.3) (2023-08-10)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/stylelint-config",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Stylelint shareable config for the Anolilab stylesheet guide.",
5
5
  "keywords": [
6
6
  "css",
@@ -104,10 +104,10 @@
104
104
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
105
105
  },
106
106
  "dependencies": {
107
- "@anolilab/package-json-utils": "3.0.4",
107
+ "@anolilab/package-json-utils": "3.0.5",
108
108
  "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
109
- "browserslist-config-anolilab": "5.0.3",
110
- "stylelint-config-clean-order": "^5.0.1",
109
+ "browserslist-config-anolilab": "5.0.4",
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",
113
113
  "stylelint-high-performance-animation": "^1.9.0",
@@ -115,15 +115,15 @@
115
115
  "stylelint-require-units": "^1.0.2",
116
116
  "stylelint-selector-no-empty": "^1.0.9",
117
117
  "tsup": "^7.2.0",
118
- "vitest": "^0.34.1"
118
+ "vitest": "^0.34.3"
119
119
  },
120
120
  "devDependencies": {
121
- "@anolilab/semantic-release-preset": "6.0.4",
122
- "postcss": "^8.4.27",
121
+ "@anolilab/semantic-release-preset": "6.0.5",
122
+ "postcss": "^8.4.29",
123
123
  "rimraf": "^5.0.1",
124
- "semantic-release": "^21.0.7",
125
- "stylelint": "15.10.2",
126
- "vitest": "^0.34.1"
124
+ "semantic-release": "^21.1.1",
125
+ "stylelint": "15.10.3",
126
+ "vitest": "^0.34.3"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "postcss": "^8.4.18",