@davidsneighbour/eslint-config 5.5.9 → 5.5.11

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/package.json +3 -2
  2. package/CHANGELOG.md +0 -98
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/eslint-config",
3
3
  "description": "ESlint configuration for use in davidsneighbour projects.",
4
- "version": "5.5.9",
4
+ "version": "5.5.11",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
@@ -31,6 +31,7 @@
31
31
  "eslint-plugin-unicorn": "49.0.0"
32
32
  },
33
33
  "scripts": {
34
+ "fixpack": "fixpack",
34
35
  "update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
35
36
  },
36
37
  "main": "index.js",
@@ -38,5 +39,5 @@
38
39
  "node": ">=18.0.0",
39
40
  "npm": ">=8.0.0"
40
41
  },
41
- "gitHead": "35956b98f7b5ef5a3125c91ab3d7d925770165eb"
42
+ "gitHead": "a9a462a274ed07a24dadb33d7cdbb476038b0034"
42
43
  }
package/CHANGELOG.md DELETED
@@ -1,98 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [5.5.9](https://github.com/davidsneighbour/configurations/compare/v5.5.8...v5.5.9) (2023-10-30)
7
-
8
- **Note:** Version bump only for package @davidsneighbour/eslint-config
9
-
10
-
11
-
12
-
13
-
14
- ## [5.5.8](https://github.com/davidsneighbour/configurations/compare/v5.5.7...v5.5.8) (2023-10-28)
15
-
16
- **Note:** Version bump only for package @davidsneighbour/eslint-config
17
-
18
-
19
-
20
-
21
-
22
- ## [5.5.7](https://github.com/davidsneighbour/configurations/compare/v5.5.6...v5.5.7) (2023-10-28)
23
-
24
- **Note:** Version bump only for package @davidsneighbour/eslint-config
25
-
26
-
27
-
28
-
29
-
30
- ## [5.5.6](https://github.com/davidsneighbour/configurations/compare/v5.5.5...v5.5.6) (2023-10-25)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **deps:** update dependency eslint to v8.52.0 ([#985](https://github.com/davidsneighbour/configurations/issues/985)) ([2e54f16](https://github.com/davidsneighbour/configurations/commit/2e54f16a3fb89a71b2011738bfc7a61c4f34904b))
36
- * **deps:** update dependency eslint-plugin-import to v2.29.0 ([#986](https://github.com/davidsneighbour/configurations/issues/986)) ([1f21eed](https://github.com/davidsneighbour/configurations/commit/1f21eed40c311e2f2ce043b64220df790db61448))
37
- * **deps:** update typescript-eslint monorepo to v6.9.0 ([#988](https://github.com/davidsneighbour/configurations/issues/988)) ([e2f1548](https://github.com/davidsneighbour/configurations/commit/e2f1548a49cb0cd7174434110ef9c6a54a43ec44))
38
-
39
-
40
-
41
-
42
-
43
- ## [5.5.5](https://github.com/davidsneighbour/configurations/compare/v5.5.4...v5.5.5) (2023-10-21)
44
-
45
- **Note:** Version bump only for package @davidsneighbour/eslint-config
46
-
47
-
48
-
49
-
50
-
51
- ## [5.5.4](https://github.com/davidsneighbour/configurations/compare/v5.5.3...v5.5.4) (2023-10-21)
52
-
53
- **Note:** Version bump only for package @davidsneighbour/eslint-config
54
-
55
-
56
-
57
-
58
-
59
- ## [5.5.3](https://github.com/davidsneighbour/configurations/compare/v5.5.2...v5.5.3) (2023-10-18)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * **deps:** update dependency eslint-plugin-prettier to v5.0.1 ([#964](https://github.com/davidsneighbour/configurations/issues/964)) ([fb32250](https://github.com/davidsneighbour/configurations/commit/fb322501af31958341ab2b14dca7ebfdca9d82e6))
65
- * **deps:** update typescript-eslint monorepo to v6.7.5 ([#960](https://github.com/davidsneighbour/configurations/issues/960)) ([0c75fc4](https://github.com/davidsneighbour/configurations/commit/0c75fc4c9b1e72390fdd033570ec3e1f6e3731ed))
66
- * **deps:** update typescript-eslint monorepo to v6.8.0 ([#976](https://github.com/davidsneighbour/configurations/issues/976)) ([aaa9ec2](https://github.com/davidsneighbour/configurations/commit/aaa9ec25f99cfa618487b0dd00d6990a28fe735d))
67
-
68
-
69
-
70
-
71
-
72
- ## [5.5.2](https://github.com/davidsneighbour/configurations/compare/v5.5.1...v5.5.2) (2023-10-08)
73
-
74
- **Note:** Version bump only for package @davidsneighbour/eslint-config
75
-
76
-
77
-
78
-
79
-
80
- ## [5.5.1](https://github.com/davidsneighbour/configurations/compare/v5.5.0...v5.5.1) (2023-10-08)
81
-
82
- **Note:** Version bump only for package @davidsneighbour/eslint-config
83
-
84
-
85
-
86
-
87
-
88
- # [5.5.0](https://github.com/davidsneighbour/configurations/compare/v5.4.0...v5.5.0) (2023-10-08)
89
-
90
- **Note:** Version bump only for package @davidsneighbour/eslint-config
91
-
92
-
93
-
94
-
95
-
96
- # [5.4.0](https://github.com/davidsneighbour/configurations/compare/v5.3.0...v5.4.0) (2023-10-08)
97
-
98
- **Note:** Version bump only for package @davidsneighbour/eslint-config