@foray1010/stylelint-config 7.0.3 → 8.0.0

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@7.0.4...@foray1010/stylelint-config@8.0.0) (2022-10-20)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - **deps:** require stylelint `^14.14.0`
11
+
12
+ ### Features
13
+
14
+ - **deps:** update dependency stylelint-config-standard to v29 ([ea02753](https://github.com/foray1010/common-presets/commit/ea027533cf0de7c620d5583a075998b5e0deb25c))
15
+
16
+ ## [7.0.4](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@7.0.3...@foray1010/stylelint-config@7.0.4) (2022-10-03)
17
+
18
+ **Note:** Version bump only for package @foray1010/stylelint-config
19
+
6
20
  ## [7.0.3](https://github.com/foray1010/common-presets/compare/@foray1010/stylelint-config@7.0.2...@foray1010/stylelint-config@7.0.3) (2022-09-28)
7
21
 
8
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/stylelint-config",
4
- "version": "7.0.3",
4
+ "version": "8.0.0",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/stylelint-config#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -23,13 +23,13 @@
23
23
  "stylelint-config-css-modules": "^4.0.0",
24
24
  "stylelint-config-idiomatic-order": "^9.0.0",
25
25
  "stylelint-config-prettier": "^9.0.0",
26
- "stylelint-config-standard": "^28.0.0",
27
- "stylelint-no-unsupported-browser-features": "^5.0.4",
26
+ "stylelint-config-standard": "^29.0.0",
27
+ "stylelint-no-unsupported-browser-features": "^6.0.1",
28
28
  "stylelint-prettier": "^2.0.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "prettier": "^2.0.0",
32
- "stylelint": "^14.11.0"
32
+ "stylelint": "^14.14.0"
33
33
  },
34
34
  "engines": {
35
35
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "32f909d569229f0358d66f7c8295a1d15e5c3de3"
40
+ "gitHead": "122e9b3aaffb9257c1c119d0f60352a8ca006414"
41
41
  }