@theholocron/stylelint-config 3.4.4 → 4.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 +18 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,37 +1,49 @@
1
1
  # @theholocron/stylelint-config
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
8
+
9
+ ## 3.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`63a4c85`](https://github.com/theholocron/configs/commit/63a4c858b9e76566798aeb1dd45e4feddd83fb70) Thanks [@iamnewton](https://github.com/iamnewton)! - Remove registry url
14
+
3
15
  ## 3.4.4
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [`2e3ce74`](https://github.com/theholocron/configs/commit/2e3ce74b54f83e344bcf79cb9e71fca0ed6e058e) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in tsc as dependency
19
+ - [`2e3ce74`](https://github.com/theholocron/configs/commit/2e3ce74b54f83e344bcf79cb9e71fca0ed6e058e) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in tsc as dependency
8
20
 
9
21
  ## 3.4.3
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [`11f27c4`](https://github.com/theholocron/configs/commit/11f27c4c3db883ebb8141b7c4075e74887defc90) Thanks [@iamnewton](https://github.com/iamnewton)! - Add dependency to storybook config
25
+ - [`11f27c4`](https://github.com/theholocron/configs/commit/11f27c4c3db883ebb8141b7c4075e74887defc90) Thanks [@iamnewton](https://github.com/iamnewton)! - Add dependency to storybook config
14
26
 
15
27
  ## 3.4.2
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [`d82832c`](https://github.com/theholocron/configs/commit/d82832c27aa3aa775365628bce98f82a5fe129b6) Thanks [@iamnewton](https://github.com/iamnewton)! - fix issue with deprecated prettier config values
31
+ - [`d82832c`](https://github.com/theholocron/configs/commit/d82832c27aa3aa775365628bce98f82a5fe129b6) Thanks [@iamnewton](https://github.com/iamnewton)! - fix issue with deprecated prettier config values
20
32
 
21
33
  ## 3.4.1
22
34
 
23
35
  ### Patch Changes
24
36
 
25
- - [`55b8263`](https://github.com/theholocron/configs/commit/55b8263d8ab99d804e6e5a77d677f1ad0637b5e1) Thanks [@iamnewton](https://github.com/iamnewton)! - Fix issue with prettier config main export
37
+ - [`55b8263`](https://github.com/theholocron/configs/commit/55b8263d8ab99d804e6e5a77d677f1ad0637b5e1) Thanks [@iamnewton](https://github.com/iamnewton)! - Fix issue with prettier config main export
26
38
 
27
39
  ## 3.4.0
28
40
 
29
41
  ### Minor Changes
30
42
 
31
- - [`6dfd8d4`](https://github.com/theholocron/configs/commit/6dfd8d4b1a58459d35af4253db59402e500f92b0) Thanks [@iamnewton](https://github.com/iamnewton)! - Update prettier to use module
43
+ - [`6dfd8d4`](https://github.com/theholocron/configs/commit/6dfd8d4b1a58459d35af4253db59402e500f92b0) Thanks [@iamnewton](https://github.com/iamnewton)! - Update prettier to use module
32
44
 
33
45
  ## 3.3.0
34
46
 
35
47
  ### Minor Changes
36
48
 
37
- - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
49
+ - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/stylelint-config",
3
- "version": "3.4.4",
3
+ "version": "4.0.0",
4
4
  "description": "A StyleLint configuration for writing well-formed CSS within the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/lint-staged-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -12,10 +12,10 @@
12
12
  "author": "Newton Koumantzelis",
13
13
  "type": "module",
14
14
  "main": "stylelint.config.js",
15
- "dependencies": {
16
- "stylelint": "^16.10.0",
17
- "stylelint-config-standard": "^36.0.1",
18
- "stylelint-config-standard-scss": "^13.1.0"
15
+ "peerDependencies": {
16
+ "stylelint": "^16",
17
+ "stylelint-config-standard": "^38",
18
+ "stylelint-config-standard-scss": "^15"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "public"