@darksheep/eslint 6.1.0 โ 6.2.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.
- package/CHANGELOG.md +24 -1427
- package/package.json +15 -17
- package/src/custom-rules/instance-of-array.js +10 -2
- package/src/custom-rules/loose-types.js +1 -10
- package/src/custom-rules/no-useless-expression.js +1 -1
- package/src/custom-rules/sequence-expression.js +1 -1
- package/src/index.js +2 -4
- package/src/types.d.ts +10 -80
- package/types/src/index.d.ts +2 -4
- package/types/src/utilities/editorconfig.d.ts +0 -18
- package/src/utilities/make-compat.js +0 -17
- package/types/src/utilities/make-compat.d.ts +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,1462 +1,59 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [6.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### ๐ Features
|
|
7
|
-
|
|
8
|
-
* Add linting logger ([#601](https://github.com/DarkSheepSoftware/eslint/issues/601)) ([2f7cce3](https://github.com/DarkSheepSoftware/eslint/commit/2f7cce3974ef1d02145a4200b6152fed9577c747))
|
|
9
|
-
|
|
10
|
-
## [6.0.0](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.5...v6.0.0) (2024-08-28)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### โ BREAKING CHANGES
|
|
14
|
-
|
|
15
|
-
* Remove the use of require resolve ([#600](https://github.com/DarkSheepSoftware/eslint/issues/600))
|
|
16
|
-
|
|
17
|
-
### ๐ฉน Fixes
|
|
18
|
-
|
|
19
|
-
* Remove the use of require resolve ([#600](https://github.com/DarkSheepSoftware/eslint/issues/600)) ([9d6e4d2](https://github.com/DarkSheepSoftware/eslint/commit/9d6e4d2906477fb1e780e61a005bddb97be86db7))
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### ๐ฆ Dependencies
|
|
23
|
-
|
|
24
|
-
* **pkg:** update dependency eslint-plugin-perfectionist to v3.3.0 ([#597](https://github.com/DarkSheepSoftware/eslint/issues/597)) ([9fa2b70](https://github.com/DarkSheepSoftware/eslint/commit/9fa2b70739e5b75597edcc79a5f2fe9b07e04925))
|
|
25
|
-
* **pkg:** update eslint monorepo to v9.9.1 ([#591](https://github.com/DarkSheepSoftware/eslint/issues/591)) ([47bbf29](https://github.com/DarkSheepSoftware/eslint/commit/47bbf292f4d85a13d15c1bfbedbfeaa6a468af0c))
|
|
26
|
-
* **pkg:** update typescript-eslint monorepo to v8.3.0 ([#596](https://github.com/DarkSheepSoftware/eslint/issues/596)) ([3871f35](https://github.com/DarkSheepSoftware/eslint/commit/3871f35dd546124055d929ca975512ace1307e45))
|
|
27
|
-
|
|
28
|
-
## [5.3.5](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.4...v5.3.5) (2024-08-22)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### ๐ฆ Dependencies
|
|
32
|
-
|
|
33
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.6.4 ([#581](https://github.com/DarkSheepSoftware/eslint/issues/581)) ([57d7698](https://github.com/DarkSheepSoftware/eslint/commit/57d7698cb1d1a1c1da4156480f2a48875c9f74d1))
|
|
34
|
-
* **pkg:** update typescript-eslint monorepo to v8.2.0 ([#586](https://github.com/DarkSheepSoftware/eslint/issues/586)) ([8e131a0](https://github.com/DarkSheepSoftware/eslint/commit/8e131a0ac01e7c6511788b953ff2613e8455ab2d))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### ๐งน Chores
|
|
38
|
-
|
|
39
|
-
* Remove sonar ([#589](https://github.com/DarkSheepSoftware/eslint/issues/589)) ([a74d71a](https://github.com/DarkSheepSoftware/eslint/commit/a74d71a691a5f018348f47dc9179339f0bacfed1))
|
|
40
|
-
|
|
41
|
-
## [5.3.4](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.3...v5.3.4) (2024-08-15)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### ๐ฆ Dependencies
|
|
45
|
-
|
|
46
|
-
* **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.4.0 ([#579](https://github.com/DarkSheepSoftware/eslint/issues/579)) ([b0f7628](https://github.com/DarkSheepSoftware/eslint/commit/b0f76287e7800bd706a9e23f46865053bb06d025))
|
|
47
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v50.2.2 ([#577](https://github.com/DarkSheepSoftware/eslint/issues/577)) ([5bc03ed](https://github.com/DarkSheepSoftware/eslint/commit/5bc03ed3f38a9fcae653eba41522830226d04bda))
|
|
48
|
-
* **pkg:** update dependency eslint-plugin-perfectionist to v3.2.0 ([#578](https://github.com/DarkSheepSoftware/eslint/issues/578)) ([97aa6a1](https://github.com/DarkSheepSoftware/eslint/commit/97aa6a1aaed6b8a44cac5f9dddc2537b2f7652ec))
|
|
49
|
-
|
|
50
|
-
## [5.3.3](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.2...v5.3.3) (2024-08-14)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### ๐ฆ Dependencies
|
|
54
|
-
|
|
55
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v50.1.0 ([#574](https://github.com/DarkSheepSoftware/eslint/issues/574)) ([c08000d](https://github.com/DarkSheepSoftware/eslint/commit/c08000d6200ca56bb9cd2be3159e7cf05cbff918))
|
|
56
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v50.2.1 ([#576](https://github.com/DarkSheepSoftware/eslint/issues/576)) ([46f4140](https://github.com/DarkSheepSoftware/eslint/commit/46f4140d588dcf2f76cc30b08817c519ff4e7e21))
|
|
57
|
-
* **pkg:** update typescript-eslint monorepo to v8.1.0 ([#573](https://github.com/DarkSheepSoftware/eslint/issues/573)) ([3d5257c](https://github.com/DarkSheepSoftware/eslint/commit/3d5257c2d6402a74b793301314f9fbd721ac8731))
|
|
58
|
-
|
|
59
|
-
## [5.3.2](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.1...v5.3.2) (2024-08-11)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### ๐ฆ Dependencies
|
|
63
|
-
|
|
64
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v50.0.1 ([#570](https://github.com/DarkSheepSoftware/eslint/issues/570)) ([15a7180](https://github.com/DarkSheepSoftware/eslint/commit/15a71801e687f14ce516b877cb7a82e57677c836))
|
|
65
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to v4.1.3 ([#568](https://github.com/DarkSheepSoftware/eslint/issues/568)) ([b0c404f](https://github.com/DarkSheepSoftware/eslint/commit/b0c404fd86fc33b737cf86edaa241bb8ac6dc8a7))
|
|
66
|
-
* **pkg:** update eslint monorepo to v9.9.0 ([#567](https://github.com/DarkSheepSoftware/eslint/issues/567)) ([8b7cf43](https://github.com/DarkSheepSoftware/eslint/commit/8b7cf43597d4af777231ea460e08d87175f72b7c))
|
|
67
|
-
|
|
68
|
-
## [5.3.1](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.0...v5.3.1) (2024-08-08)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### ๐ฆ Dependencies
|
|
72
|
-
|
|
73
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.6.2 ([#564](https://github.com/DarkSheepSoftware/eslint/issues/564)) ([6d4296b](https://github.com/DarkSheepSoftware/eslint/commit/6d4296b5f5d24468bd29e640f4651842d959e899))
|
|
74
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to v4.1.2 ([#563](https://github.com/DarkSheepSoftware/eslint/issues/563)) ([464a465](https://github.com/DarkSheepSoftware/eslint/commit/464a465b6293ae94d049f55d311e0ae4d09dd8d8))
|
|
75
|
-
|
|
76
|
-
## [5.3.0](https://github.com/DarkSheepSoftware/eslint/compare/v5.2.1...v5.3.0) (2024-08-08)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### ๐ Features
|
|
80
|
-
|
|
81
|
-
* Add basic yml support ([ad7dd61](https://github.com/DarkSheepSoftware/eslint/commit/ad7dd610d52b1c1c9c0f9daea39ad5ad185c64d1))
|
|
82
|
-
* Allow editor config to configure yml/indent ([b8655bc](https://github.com/DarkSheepSoftware/eslint/commit/b8655bc56871bebf4fc1157085d9498ebe45b324))
|
|
83
|
-
* Better json formatting ([68da6b2](https://github.com/DarkSheepSoftware/eslint/commit/68da6b266a904e4c780c13b1cc6f08511826111b))
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### ๐ฉน Fixes
|
|
87
|
-
|
|
88
|
-
* Disable sonar/no-duplicate-string ([8ac453d](https://github.com/DarkSheepSoftware/eslint/commit/8ac453d0e435997283c716596bfed1135467854a))
|
|
89
|
-
* Ignore line count in json files ([cc955da](https://github.com/DarkSheepSoftware/eslint/commit/cc955da408803c5ed1cfde7fd1fceb7735ba9b43))
|
|
90
|
-
* resolve issues in yml files ([315e888](https://github.com/DarkSheepSoftware/eslint/commit/315e8885ccf6f7e010c721166ec57f6449d5a8f9))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### ๐ฆ Dependencies
|
|
94
|
-
|
|
95
|
-
* **pkg:** pin dependencies ([#561](https://github.com/DarkSheepSoftware/eslint/issues/561)) ([e14c5e6](https://github.com/DarkSheepSoftware/eslint/commit/e14c5e609fbe8a5363f620e98a890bc53d7a5c19))
|
|
96
|
-
* **pkg:** update dependency eslint-plugin-perfectionist to v3.1.3 ([#558](https://github.com/DarkSheepSoftware/eslint/issues/558)) ([e911049](https://github.com/DarkSheepSoftware/eslint/commit/e9110492400b1a3880764ce3cccb0be5ade2e918))
|
|
97
|
-
|
|
98
|
-
## [5.2.1](https://github.com/DarkSheepSoftware/eslint/compare/v5.2.0...v5.2.1) (2024-08-07)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### ๐ฆ Dependencies
|
|
102
|
-
|
|
103
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v49 ([#556](https://github.com/DarkSheepSoftware/eslint/issues/556)) ([237bb6c](https://github.com/DarkSheepSoftware/eslint/commit/237bb6c7d7175a7416ad44848887431a92a13591))
|
|
104
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v50 ([#557](https://github.com/DarkSheepSoftware/eslint/issues/557)) ([4074731](https://github.com/DarkSheepSoftware/eslint/commit/407473198d3aad3e3e9b50a4a3be01f4bf70a539))
|
|
105
|
-
* **pkg:** update dependency eslint-plugin-promise to v7.1.0 ([#553](https://github.com/DarkSheepSoftware/eslint/issues/553)) ([c944b6b](https://github.com/DarkSheepSoftware/eslint/commit/c944b6b74da46756f64693d4fce7260e62dda569))
|
|
106
|
-
|
|
107
|
-
## [5.2.0](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.5...v5.2.0) (2024-08-06)
|
|
3
|
+
## [6.2.0](https://github.com/DarkSheepSoftware/eslint/compare/v6.1.1...v6.2.0) (2024-09-10)
|
|
108
4
|
|
|
109
5
|
|
|
110
6
|
### ๐ Features
|
|
111
7
|
|
|
112
|
-
*
|
|
113
|
-
* Unbundle eslint ([f0550b5](https://github.com/DarkSheepSoftware/eslint/commit/f0550b5910327b0e9f74e4ee78ca296d279f37b0))
|
|
8
|
+
* Clean up eslint types ([#622](https://github.com/DarkSheepSoftware/eslint/issues/622)) ([d604d80](https://github.com/DarkSheepSoftware/eslint/commit/d604d808280b9d55cca376d749a85779862d68cf))
|
|
114
9
|
|
|
115
10
|
|
|
116
11
|
### ๐ฆ Dependencies
|
|
117
12
|
|
|
118
|
-
* **pkg:**
|
|
119
|
-
* **pkg:** update
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
* **deps:** update yarn to v4.4.0 ([#545](https://github.com/DarkSheepSoftware/eslint/issues/545)) ([173e85a](https://github.com/DarkSheepSoftware/eslint/commit/173e85a4f62e3c029593ea646745b6156a542b9d))
|
|
127
|
-
* **dev:** update dependency @types/node to v20.14.14 ([#542](https://github.com/DarkSheepSoftware/eslint/issues/542)) ([9a6354f](https://github.com/DarkSheepSoftware/eslint/commit/9a6354f9c01b8a253d2cb7d91ec8cce40ee00430))
|
|
128
|
-
* **lock:** lock file maintenance ([#546](https://github.com/DarkSheepSoftware/eslint/issues/546)) ([49903fd](https://github.com/DarkSheepSoftware/eslint/commit/49903fd740b28ba487e6858ae811a45004dfcda9))
|
|
129
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.6.1 ([#541](https://github.com/DarkSheepSoftware/eslint/issues/541)) ([ce16506](https://github.com/DarkSheepSoftware/eslint/commit/ce16506afb4ec6114a29ce024146f608d05ed1a0))
|
|
130
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.11.0 ([#543](https://github.com/DarkSheepSoftware/eslint/issues/543)) ([8d4c054](https://github.com/DarkSheepSoftware/eslint/commit/8d4c054c46bbaf6ba470d611b640ffe5944a4c14))
|
|
131
|
-
* **pkg:** update dependency eslint-plugin-n to v17.10.2 ([#548](https://github.com/DarkSheepSoftware/eslint/issues/548)) ([dec7707](https://github.com/DarkSheepSoftware/eslint/commit/dec7707297b228c293aecea1bf6de4eeb3be321b))
|
|
132
|
-
* **pkg:** update dependency eslint-plugin-perfectionist to v3.1.1 ([#544](https://github.com/DarkSheepSoftware/eslint/issues/544)) ([d260b8a](https://github.com/DarkSheepSoftware/eslint/commit/d260b8aad2b45d43d0c7d5c02bd35f840c217a59))
|
|
13
|
+
* **pkg:** pin dependencies ([#623](https://github.com/DarkSheepSoftware/eslint/issues/623)) ([7713e45](https://github.com/DarkSheepSoftware/eslint/commit/7713e452daf88a3173db02cee0edc1e88fd5549a))
|
|
14
|
+
* **pkg:** update dependency @stylistic/eslint-plugin to v2.8.0 ([#620](https://github.com/DarkSheepSoftware/eslint/issues/620)) ([ef1c2d0](https://github.com/DarkSheepSoftware/eslint/commit/ef1c2d03fea4cfdbdbe83a96271b0a858b664a43))
|
|
15
|
+
* **pkg:** update dependency eslint-plugin-perfectionist to v3.4.0 ([#613](https://github.com/DarkSheepSoftware/eslint/issues/613)) ([c81dbe2](https://github.com/DarkSheepSoftware/eslint/commit/c81dbe278aafd4987e6ddb6c24861e16cc8305a2))
|
|
16
|
+
* **pkg:** update dependency eslint-plugin-perfectionist to v3.5.0 ([#616](https://github.com/DarkSheepSoftware/eslint/issues/616)) ([a1cb25b](https://github.com/DarkSheepSoftware/eslint/commit/a1cb25b497dff01add278cf81f9f76f83c78d561))
|
|
17
|
+
* **pkg:** update dependency eslint-plugin-react to v7.35.2 ([#611](https://github.com/DarkSheepSoftware/eslint/issues/611)) ([1f242d4](https://github.com/DarkSheepSoftware/eslint/commit/1f242d4bcf6e876018d55ca6e12e14529fe04f91))
|
|
18
|
+
* **pkg:** update eslint monorepo to v9.10.0 ([#615](https://github.com/DarkSheepSoftware/eslint/issues/615)) ([7f051b6](https://github.com/DarkSheepSoftware/eslint/commit/7f051b635cd083d14e84f9822d97732dee22a536))
|
|
19
|
+
* **pkg:** update typescript-eslint monorepo to v8.5.0 ([#621](https://github.com/DarkSheepSoftware/eslint/issues/621)) ([3b0345c](https://github.com/DarkSheepSoftware/eslint/commit/3b0345c6c445b15143cb324c66c985fb520962c8))
|
|
133
20
|
|
|
134
21
|
|
|
135
22
|
### ๐งน Chores
|
|
136
23
|
|
|
137
|
-
* Remove
|
|
138
|
-
|
|
139
|
-
## [5.1.4](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.3...v5.1.4) (2024-07-31)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### ๐ฆ Dependencies
|
|
143
|
-
|
|
144
|
-
* **deps:** update typescript-eslint monorepo to v8.0.0 ([#537](https://github.com/DarkSheepSoftware/eslint/issues/537)) ([5b97a31](https://github.com/DarkSheepSoftware/eslint/commit/5b97a31c6e3dcee273e386ee5cfeb00cdf3adddb))
|
|
145
|
-
* **dev:** update dependency @types/node to v20.14.13 ([#535](https://github.com/DarkSheepSoftware/eslint/issues/535)) ([c1a5326](https://github.com/DarkSheepSoftware/eslint/commit/c1a532655035c1a201ab4c3a22bcb4a2799adcbc))
|
|
146
|
-
* **lock:** lock file maintenance ([#536](https://github.com/DarkSheepSoftware/eslint/issues/536)) ([a137243](https://github.com/DarkSheepSoftware/eslint/commit/a137243e13195516631c93f464e3eb237bf6b435))
|
|
147
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.6.0 ([#534](https://github.com/DarkSheepSoftware/eslint/issues/534)) ([a81b47c](https://github.com/DarkSheepSoftware/eslint/commit/a81b47cc091bdbfacf0db61a82959f452f1b69a0))
|
|
148
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.10.2 ([#538](https://github.com/DarkSheepSoftware/eslint/issues/538)) ([d7156fa](https://github.com/DarkSheepSoftware/eslint/commit/d7156fad8fccfd2957e45bda8227445211e55a93))
|
|
149
|
-
* **pkg:** update eslint monorepo to v9.8.0 ([#533](https://github.com/DarkSheepSoftware/eslint/issues/533)) ([59c3e89](https://github.com/DarkSheepSoftware/eslint/commit/59c3e89caaf618de966284a4a1eaf01a29c08527))
|
|
150
|
-
* **pkg:** update typescript-eslint monorepo to v8 ([46fc9b4](https://github.com/DarkSheepSoftware/eslint/commit/46fc9b465f7b3e835b75f17bddb9e93be1312002))
|
|
151
|
-
* **pkg:** update typescript-eslint monorepo to v8 (major) ([#539](https://github.com/DarkSheepSoftware/eslint/issues/539)) ([46fc9b4](https://github.com/DarkSheepSoftware/eslint/commit/46fc9b465f7b3e835b75f17bddb9e93be1312002))
|
|
152
|
-
|
|
153
|
-
## [5.1.3](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.2...v5.1.3) (2024-07-26)
|
|
154
|
-
|
|
24
|
+
* Remove changelog entries < 6.0.0 ([b5ccb35](https://github.com/DarkSheepSoftware/eslint/commit/b5ccb359b56b4ad8b38dd859b7f420310eb8caf8))
|
|
155
25
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
* **deps:** update dependency @typescript-eslint/type-utils to v8.0.0-alpha.53 ([#529](https://github.com/DarkSheepSoftware/eslint/issues/529)) ([85e1222](https://github.com/DarkSheepSoftware/eslint/commit/85e12222a9ee382bc0370ec38b61fc0121bc6ef8))
|
|
159
|
-
* **deps:** update typescript-eslint monorepo to v8.0.0-alpha.53 ([#527](https://github.com/DarkSheepSoftware/eslint/issues/527)) ([1bf38d0](https://github.com/DarkSheepSoftware/eslint/commit/1bf38d093e816d1f086dd189a23e4bc608e412f6))
|
|
160
|
-
* **deps:** update typescript-eslint monorepo to v8.0.0-alpha.54 ([#530](https://github.com/DarkSheepSoftware/eslint/issues/530)) ([ec20409](https://github.com/DarkSheepSoftware/eslint/commit/ec2040940928cbcce0a9883b60ee68d04e9a58bc))
|
|
161
|
-
* **pkg:** update dependency eslint-plugin-n to v17.10.1 ([#532](https://github.com/DarkSheepSoftware/eslint/issues/532)) ([e45b6c5](https://github.com/DarkSheepSoftware/eslint/commit/e45b6c501f53bf456ffac3a3d32fc25ae940b641))
|
|
162
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v55 ([#531](https://github.com/DarkSheepSoftware/eslint/issues/531)) ([537f3cd](https://github.com/DarkSheepSoftware/eslint/commit/537f3cd58194a0a37d5c4179dc0ba2b9437ef4b3))
|
|
163
|
-
|
|
164
|
-
## [5.1.2](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.1...v5.1.2) (2024-07-24)
|
|
26
|
+
## [6.1.1](https://github.com/DarkSheepSoftware/eslint/compare/v6.1.0...v6.1.1) (2024-09-03)
|
|
165
27
|
|
|
166
28
|
|
|
167
29
|
### ๐ฆ Dependencies
|
|
168
30
|
|
|
169
|
-
* **
|
|
170
|
-
* **
|
|
171
|
-
* **pkg:** update dependency eslint-plugin-
|
|
172
|
-
* **pkg:** update
|
|
173
|
-
|
|
174
|
-
## [5.1.1](https://github.com/DarkSheepSoftware/eslint/compare/v5.1.0...v5.1.1) (2024-07-23)
|
|
31
|
+
* **pkg:** update dependency @stylistic/eslint-plugin to v2.7.1 ([#603](https://github.com/DarkSheepSoftware/eslint/issues/603)) ([ad9d995](https://github.com/DarkSheepSoftware/eslint/commit/ad9d9954ddf74c043e3201e75ca2b373368cd6e8))
|
|
32
|
+
* **pkg:** update dependency @stylistic/eslint-plugin to v2.7.2 ([#605](https://github.com/DarkSheepSoftware/eslint/issues/605)) ([fd6f353](https://github.com/DarkSheepSoftware/eslint/commit/fd6f353fab8566b35d1fb7f574279e1a6607a5d5))
|
|
33
|
+
* **pkg:** update dependency eslint-plugin-react to v7.35.1 ([#609](https://github.com/DarkSheepSoftware/eslint/issues/609)) ([bfe180c](https://github.com/DarkSheepSoftware/eslint/commit/bfe180cace2946640ff3e27a3a1b72638c8a8915))
|
|
34
|
+
* **pkg:** update typescript-eslint monorepo to v8.4.0 ([#608](https://github.com/DarkSheepSoftware/eslint/issues/608)) ([12cec2f](https://github.com/DarkSheepSoftware/eslint/commit/12cec2ff0a08d1d6d6a55b7106e5d1538165d2c6))
|
|
175
35
|
|
|
176
|
-
|
|
177
|
-
### ๐ Fixes
|
|
178
|
-
|
|
179
|
-
* **perfectionist:** Add custom node builtin group ([07c0507](https://github.com/DarkSheepSoftware/eslint/commit/07c050739f40b725a5f32ab6bd8df2080767cbf7))
|
|
180
|
-
|
|
181
|
-
## [5.1.0](https://github.com/DarkSheepSoftware/eslint/compare/v5.0.0...v5.1.0) (2024-07-23)
|
|
36
|
+
## [6.1.0](https://github.com/DarkSheepSoftware/eslint/compare/v6.0.0...v6.1.0) (2024-08-28)
|
|
182
37
|
|
|
183
38
|
|
|
184
39
|
### ๐ Features
|
|
185
40
|
|
|
186
|
-
*
|
|
41
|
+
* Add linting logger ([#601](https://github.com/DarkSheepSoftware/eslint/issues/601)) ([2f7cce3](https://github.com/DarkSheepSoftware/eslint/commit/2f7cce3974ef1d02145a4200b6152fed9577c747))
|
|
187
42
|
|
|
188
|
-
## [
|
|
43
|
+
## [6.0.0](https://github.com/DarkSheepSoftware/eslint/compare/v5.3.5...v6.0.0) (2024-08-28)
|
|
189
44
|
|
|
190
45
|
|
|
191
46
|
### โ BREAKING CHANGES
|
|
192
47
|
|
|
193
|
-
*
|
|
194
|
-
|
|
195
|
-
### ๐ Features
|
|
196
|
-
|
|
197
|
-
* Add perfectionist plugin ([bbe8aab](https://github.com/DarkSheepSoftware/eslint/commit/bbe8aab9115806ff56d4ccfff09b6e8bcc969406))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### ๐ Fixes
|
|
201
|
-
|
|
202
|
-
* Patch perfectionist stypes ([38fec1b](https://github.com/DarkSheepSoftware/eslint/commit/38fec1b881d405b7bc8a9b381596a05aebed1bc8))
|
|
203
|
-
* Replace deprecated "ban-types" rule ([664b987](https://github.com/DarkSheepSoftware/eslint/commit/664b987841f014608cfbb752f98f5a24ca58b7fc))
|
|
204
|
-
* Run perfectionist on the repo ([0938cd3](https://github.com/DarkSheepSoftware/eslint/commit/0938cd31faa9c77644187008bd8f7d13dc9c796f))
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### ๐ฆ Dependencies
|
|
208
|
-
|
|
209
|
-
* **dev:** update dependency @types/eslint to v8.56.11 ([#515](https://github.com/DarkSheepSoftware/eslint/issues/515)) ([f39356a](https://github.com/DarkSheepSoftware/eslint/commit/f39356a1f70c01cccf4c7b569f75db3d43a8602c))
|
|
210
|
-
* **dev:** update dependency @types/eslint to v9 ([#517](https://github.com/DarkSheepSoftware/eslint/issues/517)) ([24502a8](https://github.com/DarkSheepSoftware/eslint/commit/24502a8a9bbfa4ea1dc0aff9c5de37acb89e1326))
|
|
211
|
-
* **dev:** update dependency @types/eslint__eslintrc to v2.1.2 ([#516](https://github.com/DarkSheepSoftware/eslint/issues/516)) ([80da38b](https://github.com/DarkSheepSoftware/eslint/commit/80da38b171085503fcc056ae6f5f121a5173f2c7))
|
|
212
|
-
* **dev:** update dependency @types/node to v20.14.11 ([#505](https://github.com/DarkSheepSoftware/eslint/issues/505)) ([c165262](https://github.com/DarkSheepSoftware/eslint/commit/c165262bcea1d48ba976f6fff87800f3347a5fdd))
|
|
213
|
-
* **dev:** update dependency type-fest to ~4.21.0 ([#502](https://github.com/DarkSheepSoftware/eslint/issues/502)) ([affd367](https://github.com/DarkSheepSoftware/eslint/commit/affd367f1bbc1b6ea671f26cdee21c66c4b368e8))
|
|
214
|
-
* **dev:** update dependency type-fest to ~4.23.0 ([#512](https://github.com/DarkSheepSoftware/eslint/issues/512)) ([fe6942e](https://github.com/DarkSheepSoftware/eslint/commit/fe6942e2709db20df1283e88f8b17b5807a46f6a))
|
|
215
|
-
* **dev:** update dependency typescript to v5.5.3 ([#500](https://github.com/DarkSheepSoftware/eslint/issues/500)) ([4df508e](https://github.com/DarkSheepSoftware/eslint/commit/4df508e8d4a3fa0af59004a100cb7f29e103114a))
|
|
216
|
-
* **dev:** update dependency typescript to v5.5.4 ([#518](https://github.com/DarkSheepSoftware/eslint/issues/518)) ([4a8eba5](https://github.com/DarkSheepSoftware/eslint/commit/4a8eba57d427b96582dd52942eae78ae7f91702e))
|
|
217
|
-
* **lock:** lock file maintenance ([#506](https://github.com/DarkSheepSoftware/eslint/issues/506)) ([e5792f3](https://github.com/DarkSheepSoftware/eslint/commit/e5792f33fc8c18e6e7d5d2fb24c156e2d52a6718))
|
|
218
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.5.2 ([#504](https://github.com/DarkSheepSoftware/eslint/issues/504)) ([4d926be](https://github.com/DarkSheepSoftware/eslint/commit/4d926be8b34424f5f3bf0df64028a8334345399b))
|
|
219
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.8.3 ([#508](https://github.com/DarkSheepSoftware/eslint/issues/508)) ([bf13633](https://github.com/DarkSheepSoftware/eslint/commit/bf13633ef1d6d45a975604848f2549431a4b6a21))
|
|
220
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.15.2 ([#509](https://github.com/DarkSheepSoftware/eslint/issues/509)) ([8b1ebe6](https://github.com/DarkSheepSoftware/eslint/commit/8b1ebe6b53d7c04cd0a9f544ad65520a20b9c054))
|
|
221
|
-
* **pkg:** update dependency eslint-plugin-promise to v6.6.0 ([#513](https://github.com/DarkSheepSoftware/eslint/issues/513)) ([89b51e2](https://github.com/DarkSheepSoftware/eslint/commit/89b51e250bb0a2759d9a2075ca0cac422c0c8054))
|
|
222
|
-
* **pkg:** update dependency eslint-plugin-react to v7.35.0 ([#511](https://github.com/DarkSheepSoftware/eslint/issues/511)) ([0149b92](https://github.com/DarkSheepSoftware/eslint/commit/0149b9213fb7179a1e89e431c07c91d083bc470a))
|
|
223
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to v4.0.1 ([#514](https://github.com/DarkSheepSoftware/eslint/issues/514)) ([92b028c](https://github.com/DarkSheepSoftware/eslint/commit/92b028c3e2163be1939244293720ded1fa40161f))
|
|
224
|
-
* **pkg:** update eslint monorepo to v9.7.0 ([#510](https://github.com/DarkSheepSoftware/eslint/issues/510)) ([9f6c49d](https://github.com/DarkSheepSoftware/eslint/commit/9f6c49dd1813285a220f0463b3d535ef59a3d533))
|
|
225
|
-
* **pkg:** update typescript-eslint monorepo to v7.15.0 ([#501](https://github.com/DarkSheepSoftware/eslint/issues/501)) ([dc7dbce](https://github.com/DarkSheepSoftware/eslint/commit/dc7dbce5a22cdcb80fcc57dd64f8855026d09058))
|
|
226
|
-
* **pkg:** update typescript-eslint monorepo to v7.17.0 ([#507](https://github.com/DarkSheepSoftware/eslint/issues/507)) ([0cb3d8e](https://github.com/DarkSheepSoftware/eslint/commit/0cb3d8ea325cb6072435a9b032a3e5620042924a))
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
### ๐จ Refactoring
|
|
230
|
-
|
|
231
|
-
* Rename style and node configs ([815e77c](https://github.com/DarkSheepSoftware/eslint/commit/815e77c8c3b74ff39664777993c219ca30c33938))
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### ๐งน Chores
|
|
235
|
-
|
|
236
|
-
* remove jest and a11y from lock ([8ce7add](https://github.com/DarkSheepSoftware/eslint/commit/8ce7add8d28c08d4486c8c34a70785f2d73e44cf))
|
|
237
|
-
* Remove jest rules ([76f0fab](https://github.com/DarkSheepSoftware/eslint/commit/76f0fab6128b8ff1d7d688321099b116b70c435d))
|
|
238
|
-
* Remove jsx-a11y rules ([8846a01](https://github.com/DarkSheepSoftware/eslint/commit/8846a0118b0bdd1113f7f9343a98a3236014520e))
|
|
239
|
-
* Resolve to [@ts-eslint](https://github.com/ts-eslint) to ^8 ([64d59fb](https://github.com/DarkSheepSoftware/eslint/commit/64d59fb5c16e7680123b912417813690b977b31e))
|
|
240
|
-
|
|
241
|
-
## [4.4.20](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.19...v4.4.20) (2024-07-01)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### ๐ฆ Dependencies
|
|
245
|
-
|
|
246
|
-
* **deps:** update yarn to v4.3.1 ([#491](https://github.com/DarkSheepSoftware/eslint/issues/491)) ([7392999](https://github.com/DarkSheepSoftware/eslint/commit/739299949f9208cfb612e9845e283f3836484ce4))
|
|
247
|
-
* **dev:** update dependency @types/node to v20.14.7 ([#490](https://github.com/DarkSheepSoftware/eslint/issues/490)) ([9c2c55e](https://github.com/DarkSheepSoftware/eslint/commit/9c2c55ece63dc2f3f3e982b2d169843e4a3f047c))
|
|
248
|
-
* **dev:** update dependency @types/node to v20.14.9 ([#492](https://github.com/DarkSheepSoftware/eslint/issues/492)) ([a0f553d](https://github.com/DarkSheepSoftware/eslint/commit/a0f553d870c625874f4c0670921aa0c88d34782d))
|
|
249
|
-
* **dev:** update dependency typescript to ~5.5.0 ([#488](https://github.com/DarkSheepSoftware/eslint/issues/488)) ([c6a1bfa](https://github.com/DarkSheepSoftware/eslint/commit/c6a1bfa76e0e96f817a6ff5effd821cb59d28d1f))
|
|
250
|
-
* **lock:** lock file maintenance ([#494](https://github.com/DarkSheepSoftware/eslint/issues/494)) ([4a5ceb6](https://github.com/DarkSheepSoftware/eslint/commit/4a5ceb6bfdcb3e1ae9e5f954fa74efc5d7929179))
|
|
251
|
-
* **pkg:** update dependency @eslint/js to v9.6.0 ([#497](https://github.com/DarkSheepSoftware/eslint/issues/497)) ([c49946c](https://github.com/DarkSheepSoftware/eslint/commit/c49946ccce2c85e8839223d81d8be8f51a7de7db))
|
|
252
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.3.0 ([#496](https://github.com/DarkSheepSoftware/eslint/issues/496)) ([5dd3839](https://github.com/DarkSheepSoftware/eslint/commit/5dd3839c512b062cc80043d4cd36c83cb3538298))
|
|
253
|
-
* **pkg:** update dependency eslint to v9 ([#499](https://github.com/DarkSheepSoftware/eslint/issues/499)) ([6bacdf0](https://github.com/DarkSheepSoftware/eslint/commit/6bacdf0a4528895d71797167273dafb10f88b6a1))
|
|
254
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.5.0 ([#493](https://github.com/DarkSheepSoftware/eslint/issues/493)) ([0ab6279](https://github.com/DarkSheepSoftware/eslint/commit/0ab6279371d5ba708113de72512fd0a5f27d1a10))
|
|
255
|
-
* **pkg:** update dependency eslint-plugin-promise to v6.4.0 ([#498](https://github.com/DarkSheepSoftware/eslint/issues/498)) ([c595f7b](https://github.com/DarkSheepSoftware/eslint/commit/c595f7be95980ade23b897fd5bc31bd89baee685))
|
|
256
|
-
* **pkg:** update typescript-eslint monorepo to v7.14.1 ([#495](https://github.com/DarkSheepSoftware/eslint/issues/495)) ([b75fa7a](https://github.com/DarkSheepSoftware/eslint/commit/b75fa7ac822967686900a80412b51bf7afff0460))
|
|
257
|
-
|
|
258
|
-
## [4.4.19](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.18...v4.4.19) (2024-06-20)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### ๐ฆ Dependencies
|
|
262
|
-
|
|
263
|
-
* **dev:** update dependency @types/node to v20.14.5 ([#481](https://github.com/DarkSheepSoftware/eslint/issues/481)) ([6efb33c](https://github.com/DarkSheepSoftware/eslint/commit/6efb33c7d0e64e6226a75a0837866e5c44db0384))
|
|
264
|
-
* **dev:** update dependency @types/node to v20.14.6 ([#486](https://github.com/DarkSheepSoftware/eslint/issues/486)) ([b0dc4ef](https://github.com/DarkSheepSoftware/eslint/commit/b0dc4ef62b210b71cf2c9fc6349e43e967db80c5))
|
|
265
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.2.2 ([#485](https://github.com/DarkSheepSoftware/eslint/issues/485)) ([ae11d3f](https://github.com/DarkSheepSoftware/eslint/commit/ae11d3feb037124c48eae6e8d760fe159a92a6da))
|
|
266
|
-
* **pkg:** update dependency eslint-plugin-jsx-a11y to v6.9.0 ([#487](https://github.com/DarkSheepSoftware/eslint/issues/487)) ([599fdfb](https://github.com/DarkSheepSoftware/eslint/commit/599fdfb87eee8ba668c1f6bbc65ed9b41e73f62e))
|
|
267
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.15.0 ([#479](https://github.com/DarkSheepSoftware/eslint/issues/479)) ([1c18dc4](https://github.com/DarkSheepSoftware/eslint/commit/1c18dc446c25396cf996373233eed5326562be72))
|
|
268
|
-
* **pkg:** update dependency eslint-plugin-react to v7.34.3 ([#482](https://github.com/DarkSheepSoftware/eslint/issues/482)) ([db4f310](https://github.com/DarkSheepSoftware/eslint/commit/db4f3100373d9973f96d6e58933d85db838ca21d))
|
|
269
|
-
* **pkg:** update typescript-eslint monorepo to v7.13.1 ([#480](https://github.com/DarkSheepSoftware/eslint/issues/480)) ([e46c198](https://github.com/DarkSheepSoftware/eslint/commit/e46c19873a523433ad5b49f6b967de44029415f0))
|
|
270
|
-
|
|
271
|
-
## [4.4.18](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.17...v4.4.18) (2024-06-17)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### ๐ฆ Dependencies
|
|
275
|
-
|
|
276
|
-
* **dev:** update dependency type-fest to v4.20.1 ([#476](https://github.com/DarkSheepSoftware/eslint/issues/476)) ([23a4e5e](https://github.com/DarkSheepSoftware/eslint/commit/23a4e5e376a9e936c39dde5a086755b988060863))
|
|
277
|
-
* **lock:** lock file maintenance ([#477](https://github.com/DarkSheepSoftware/eslint/issues/477)) ([a199cd3](https://github.com/DarkSheepSoftware/eslint/commit/a199cd390e869fffa5ff979b292da9079f818fe3))
|
|
278
|
-
* **pkg:** update dependency @eslint/js to v9.5.0 ([#474](https://github.com/DarkSheepSoftware/eslint/issues/474)) ([d24e79c](https://github.com/DarkSheepSoftware/eslint/commit/d24e79c8e34dd8ca5561c5c8d7f77d037677b271))
|
|
279
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2.2.1 ([#475](https://github.com/DarkSheepSoftware/eslint/issues/475)) ([ba67d2a](https://github.com/DarkSheepSoftware/eslint/commit/ba67d2a5c3b5e85bf08a432e46ecbd3a70e15ece))
|
|
280
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.12 ([#470](https://github.com/DarkSheepSoftware/eslint/issues/470)) ([e761c22](https://github.com/DarkSheepSoftware/eslint/commit/e761c229d00e4d3e4f5d8a97fcd7ef09513b3c4e))
|
|
281
|
-
* **pkg:** update dependency eslint-plugin-n to v17.9.0 ([#471](https://github.com/DarkSheepSoftware/eslint/issues/471)) ([6da0090](https://github.com/DarkSheepSoftware/eslint/commit/6da0090a834d42eddac0ae479177a7901549e1e5))
|
|
282
|
-
* **pkg:** update dependency eslint-plugin-security to v3.0.1 ([#472](https://github.com/DarkSheepSoftware/eslint/issues/472)) ([d860bce](https://github.com/DarkSheepSoftware/eslint/commit/d860bceb640070940a12c4091e47bd558527e1d6))
|
|
283
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v54 ([#473](https://github.com/DarkSheepSoftware/eslint/issues/473)) ([202f1dd](https://github.com/DarkSheepSoftware/eslint/commit/202f1dd848543160f890dfd30e897a80f29e8060))
|
|
284
|
-
|
|
285
|
-
## [4.4.17](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.16...v4.4.17) (2024-06-13)
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
### ๐ฆ Dependencies
|
|
289
|
-
|
|
290
|
-
* **deps:** update yarn to v4.3.0 ([#467](https://github.com/DarkSheepSoftware/eslint/issues/467)) ([9d6ca7f](https://github.com/DarkSheepSoftware/eslint/commit/9d6ca7f62622366e5688b4d65c396d171329add6))
|
|
291
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.10 ([#469](https://github.com/DarkSheepSoftware/eslint/issues/469)) ([3862aac](https://github.com/DarkSheepSoftware/eslint/commit/3862aaca39d9737165734eb0856dcbce4c980203))
|
|
292
|
-
|
|
293
|
-
## [4.4.16](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.15...v4.4.16) (2024-06-10)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### ๐ฆ Dependencies
|
|
297
|
-
|
|
298
|
-
* **dev:** update dependency @darksheep/eslint-formatter-github to v2 ([#463](https://github.com/DarkSheepSoftware/eslint/issues/463)) ([2cf5713](https://github.com/DarkSheepSoftware/eslint/commit/2cf571350b08ed99534ccee6c754aee514d092dc))
|
|
299
|
-
* **dev:** update dependency type-fest to ~4.20.0 ([#464](https://github.com/DarkSheepSoftware/eslint/issues/464)) ([8701223](https://github.com/DarkSheepSoftware/eslint/commit/8701223513359c5187b964376bd2ef5f856e6aa7))
|
|
300
|
-
* **lock:** lock file maintenance ([#465](https://github.com/DarkSheepSoftware/eslint/issues/465)) ([1041e41](https://github.com/DarkSheepSoftware/eslint/commit/1041e415205e9f5a5e091807a6b466bf91772c4e))
|
|
301
|
-
* **pkg:** update dependency eslint-plugin-jest to v28.6.0 ([#460](https://github.com/DarkSheepSoftware/eslint/issues/460)) ([9b6466a](https://github.com/DarkSheepSoftware/eslint/commit/9b6466acd25b9776a176b4104b733ec778c9ba01))
|
|
302
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.9 ([#461](https://github.com/DarkSheepSoftware/eslint/issues/461)) ([85d97b0](https://github.com/DarkSheepSoftware/eslint/commit/85d97b0afab8808e08530f681159d46ae07a5e19))
|
|
303
|
-
* **pkg:** update typescript-eslint monorepo to v7.13.0 ([#466](https://github.com/DarkSheepSoftware/eslint/issues/466)) ([8f64d16](https://github.com/DarkSheepSoftware/eslint/commit/8f64d16b45cdd4c386d42a65f2ae5b3fe3f2f4c5))
|
|
304
|
-
|
|
305
|
-
## [4.4.15](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.14...v4.4.15) (2024-06-06)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### ๐ฆ Dependencies
|
|
309
|
-
|
|
310
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.8 ([#457](https://github.com/DarkSheepSoftware/eslint/issues/457)) ([f8ca5b3](https://github.com/DarkSheepSoftware/eslint/commit/f8ca5b380e4a6a2c2794171594d58a92545e8941))
|
|
311
|
-
* **pkg:** update dependency eslint-plugin-n to v17.8.1 ([#458](https://github.com/DarkSheepSoftware/eslint/issues/458)) ([bcbaee4](https://github.com/DarkSheepSoftware/eslint/commit/bcbaee41cee4ae1edaaec7c899ff2b3919059432))
|
|
312
|
-
|
|
313
|
-
## [4.4.14](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.13...v4.4.14) (2024-06-05)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### ๐ฆ Dependencies
|
|
317
|
-
|
|
318
|
-
* **dev:** update dependency @types/node to v20.14.2 ([#454](https://github.com/DarkSheepSoftware/eslint/issues/454)) ([b38ea15](https://github.com/DarkSheepSoftware/eslint/commit/b38ea1576bab92c2c3b60fd70af2675687da4601))
|
|
319
|
-
* **pkg:** update dependency eslint-plugin-n to v17.8.0 ([#455](https://github.com/DarkSheepSoftware/eslint/issues/455)) ([a8c062d](https://github.com/DarkSheepSoftware/eslint/commit/a8c062dc5f47492123a6dd7b1daa479e52345a9a))
|
|
320
|
-
|
|
321
|
-
## [4.4.13](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.12...v4.4.13) (2024-06-04)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
### ๐ฆ Dependencies
|
|
325
|
-
|
|
326
|
-
* **dev:** update dependency @types/node to ~20.14.0 ([#448](https://github.com/DarkSheepSoftware/eslint/issues/448)) ([c51cd2e](https://github.com/DarkSheepSoftware/eslint/commit/c51cd2ea5bcbf2fee114b6cdb037be3ac26080ce))
|
|
327
|
-
* **dev:** update dependency @types/node to v20.12.13 ([#444](https://github.com/DarkSheepSoftware/eslint/issues/444)) ([8d977a3](https://github.com/DarkSheepSoftware/eslint/commit/8d977a392b79d75eadae24a316d07d2625c51cf4))
|
|
328
|
-
* **dev:** update dependency @types/node to v20.14.1 ([#453](https://github.com/DarkSheepSoftware/eslint/issues/453)) ([c1dbef8](https://github.com/DarkSheepSoftware/eslint/commit/c1dbef846e2ad20d3c17ff07acb095586addf5e2))
|
|
329
|
-
* **dev:** update dependency type-fest to ~4.19.0 ([#452](https://github.com/DarkSheepSoftware/eslint/issues/452)) ([1faa32f](https://github.com/DarkSheepSoftware/eslint/commit/1faa32f4593bfcf96dfc6421186cfc7f150f3f02))
|
|
330
|
-
* **lock:** lock file maintenance ([#450](https://github.com/DarkSheepSoftware/eslint/issues/450)) ([d191f9d](https://github.com/DarkSheepSoftware/eslint/commit/d191f9d1065b2f0a21837779103e440c201e106d))
|
|
331
|
-
* **pkg:** update dependency @eslint/js to v9.4.0 ([#449](https://github.com/DarkSheepSoftware/eslint/issues/449)) ([7a548f9](https://github.com/DarkSheepSoftware/eslint/commit/7a548f923fb2b3c54ea24a1af571c8a75d09b571))
|
|
332
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.7 ([#445](https://github.com/DarkSheepSoftware/eslint/issues/445)) ([420ec90](https://github.com/DarkSheepSoftware/eslint/commit/420ec90e7e117866687b09af2a7cda50bbcc0f11))
|
|
333
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.14.0 ([#446](https://github.com/DarkSheepSoftware/eslint/issues/446)) ([3bd99cc](https://github.com/DarkSheepSoftware/eslint/commit/3bd99ccf06e176aa2d7b457450175562e4e59a20))
|
|
334
|
-
* **pkg:** update typescript-eslint monorepo to v7.12.0 ([#451](https://github.com/DarkSheepSoftware/eslint/issues/451)) ([cd1a994](https://github.com/DarkSheepSoftware/eslint/commit/cd1a994ac000481ca4e7f30126d6789d04cb959a))
|
|
335
|
-
|
|
336
|
-
## [4.4.12](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.11...v4.4.12) (2024-05-28)
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
### ๐ฆ Dependencies
|
|
340
|
-
|
|
341
|
-
* **dev:** update dependency type-fest to v4.18.3 ([#439](https://github.com/DarkSheepSoftware/eslint/issues/439)) ([6b1cf5e](https://github.com/DarkSheepSoftware/eslint/commit/6b1cf5e6bd8f1cf6fd522273f30f2e4455f961d9))
|
|
342
|
-
* **lock:** lock file maintenance ([#440](https://github.com/DarkSheepSoftware/eslint/issues/440)) ([ba9363b](https://github.com/DarkSheepSoftware/eslint/commit/ba9363b2c9850aa05954011e93d5f0a0353947cb))
|
|
343
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.6 ([#435](https://github.com/DarkSheepSoftware/eslint/issues/435)) ([c81877a](https://github.com/DarkSheepSoftware/eslint/commit/c81877a8cba530ba4ebc341f36f5d2d147545dae))
|
|
344
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.16.0 ([#438](https://github.com/DarkSheepSoftware/eslint/issues/438)) ([c34f1f6](https://github.com/DarkSheepSoftware/eslint/commit/c34f1f6098ad3f86c11549701ca3f13978ad9c51))
|
|
345
|
-
* **pkg:** update dependency eslint-plugin-promise to v6.2.0 ([#441](https://github.com/DarkSheepSoftware/eslint/issues/441)) ([1d1362f](https://github.com/DarkSheepSoftware/eslint/commit/1d1362f5b691dbad32535d87bc90a8cb34543eab))
|
|
346
|
-
* **pkg:** update dependency eslint-plugin-react to v7.34.2 ([#443](https://github.com/DarkSheepSoftware/eslint/issues/443)) ([c664a7e](https://github.com/DarkSheepSoftware/eslint/commit/c664a7eab2927560825c6223af5e5601beb53506))
|
|
347
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to v4 ([#437](https://github.com/DarkSheepSoftware/eslint/issues/437)) ([f6bfbfb](https://github.com/DarkSheepSoftware/eslint/commit/f6bfbfbddcf72c5b56ed660c5fe78882949e5368))
|
|
348
|
-
* **pkg:** update typescript-eslint monorepo to v7.11.0 ([#442](https://github.com/DarkSheepSoftware/eslint/issues/442)) ([6f2e846](https://github.com/DarkSheepSoftware/eslint/commit/6f2e846ccc1283c8626fd80da06ac0499b171670))
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
### ๐งน Chores
|
|
352
|
-
|
|
353
|
-
* Merge no-unused-imports ([73a3d7f](https://github.com/DarkSheepSoftware/eslint/commit/73a3d7f35832b57021124b3469d516bb1f7bac77))
|
|
354
|
-
|
|
355
|
-
## [4.4.11](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.10...v4.4.11) (2024-05-22)
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
### ๐ Fixes
|
|
359
|
-
|
|
360
|
-
* Prevent "no-duplicate-string" in "tests" ([#433](https://github.com/DarkSheepSoftware/eslint/issues/433)) ([5613861](https://github.com/DarkSheepSoftware/eslint/commit/5613861e32923c09b1cb099a97c256f1d3f25bb2))
|
|
361
|
-
|
|
362
|
-
## [4.4.10](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.9...v4.4.10) (2024-05-22)
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### ๐ฆ Dependencies
|
|
366
|
-
|
|
367
|
-
* **lock:** lock file maintenance ([#430](https://github.com/DarkSheepSoftware/eslint/issues/430)) ([41b5d02](https://github.com/DarkSheepSoftware/eslint/commit/41b5d02f1f78b41ff9a2a8d2fe0b6f5ea8791251))
|
|
368
|
-
* **pkg:** update dependency @eslint/eslintrc to v3.1.0 ([#428](https://github.com/DarkSheepSoftware/eslint/issues/428)) ([919d392](https://github.com/DarkSheepSoftware/eslint/commit/919d392a36da39eb4af165f69d5d1bde97dc3ecd))
|
|
369
|
-
* **pkg:** update dependency @eslint/js to v9.3.0 ([#429](https://github.com/DarkSheepSoftware/eslint/issues/429)) ([ecf3056](https://github.com/DarkSheepSoftware/eslint/commit/ecf305656a1ae5fe44be3da333a0e9a4e13c70f5))
|
|
370
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.5 ([#426](https://github.com/DarkSheepSoftware/eslint/issues/426)) ([cd255a7](https://github.com/DarkSheepSoftware/eslint/commit/cd255a7330e63eea63d11a6b00f976b17ddccba6))
|
|
371
|
-
* **pkg:** update dependency eslint-plugin-regexp to v2.6.0 ([#432](https://github.com/DarkSheepSoftware/eslint/issues/432)) ([b82e455](https://github.com/DarkSheepSoftware/eslint/commit/b82e45508f202601e9ebb77bbb3b199feef0c370))
|
|
372
|
-
* **pkg:** update typescript-eslint monorepo to v7.10.0 ([#431](https://github.com/DarkSheepSoftware/eslint/issues/431)) ([96cde01](https://github.com/DarkSheepSoftware/eslint/commit/96cde01c29362d0541f45d83bb7fbc350012d3eb))
|
|
373
|
-
|
|
374
|
-
## [4.4.9](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.8...v4.4.9) (2024-05-14)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### ๐ฆ Dependencies
|
|
378
|
-
|
|
379
|
-
* **dev:** update dependency @types/node to v20.12.12 ([#423](https://github.com/DarkSheepSoftware/eslint/issues/423)) ([2310ba7](https://github.com/DarkSheepSoftware/eslint/commit/2310ba7fe8596a1d027c7b9a6cbb2eb0821f87e0))
|
|
380
|
-
* **pkg:** update dependency eslint-plugin-n to v17.7.0 ([#424](https://github.com/DarkSheepSoftware/eslint/issues/424)) ([936bf46](https://github.com/DarkSheepSoftware/eslint/commit/936bf46b8e0ceb0c9a9cfba0569f3ba2d87a8e96))
|
|
381
|
-
* **pkg:** update typescript-eslint monorepo to v7.9.0 ([#422](https://github.com/DarkSheepSoftware/eslint/issues/422)) ([a117997](https://github.com/DarkSheepSoftware/eslint/commit/a117997787cc811c5e4eef8e9a7620c3bbb5b0a4))
|
|
382
|
-
|
|
383
|
-
## [4.4.8](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.7...v4.4.8) (2024-05-13)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### ๐ฆ Dependencies
|
|
387
|
-
|
|
388
|
-
* **deps:** update yarn to v4.2.2 ([#415](https://github.com/DarkSheepSoftware/eslint/issues/415)) ([5fe7288](https://github.com/DarkSheepSoftware/eslint/commit/5fe72889a37023301556a211ce0d7f06f2987994))
|
|
389
|
-
* **dev:** update dependency @types/node to v20.12.11 ([#413](https://github.com/DarkSheepSoftware/eslint/issues/413)) ([aea3ead](https://github.com/DarkSheepSoftware/eslint/commit/aea3ead5801e7e1787b947f60a764d19e7132383))
|
|
390
|
-
* **lock:** lock file maintenance ([#420](https://github.com/DarkSheepSoftware/eslint/issues/420)) ([bd9b750](https://github.com/DarkSheepSoftware/eslint/commit/bd9b750b7afe385d766ddccec1b30a341f736d4f))
|
|
391
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v2 ([#414](https://github.com/DarkSheepSoftware/eslint/issues/414)) ([aa4c665](https://github.com/DarkSheepSoftware/eslint/commit/aa4c6655c1bc9d20f1b732f727cfc6e6f7714740))
|
|
392
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.4 ([#417](https://github.com/DarkSheepSoftware/eslint/issues/417)) ([852746b](https://github.com/DarkSheepSoftware/eslint/commit/852746b3a72a496a10b6af2578e9fc1385fa139c))
|
|
393
|
-
* **pkg:** update dependency eslint-plugin-n to v17.6.0 ([#419](https://github.com/DarkSheepSoftware/eslint/issues/419)) ([009a1b0](https://github.com/DarkSheepSoftware/eslint/commit/009a1b0c642ea6d52825c88bc78012ecddae1123))
|
|
394
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v53 ([#418](https://github.com/DarkSheepSoftware/eslint/issues/418)) ([21fd668](https://github.com/DarkSheepSoftware/eslint/commit/21fd668e3fd8691280fcc12bd33e70ea0f32e2e3))
|
|
395
|
-
|
|
396
|
-
## [4.4.7](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.6...v4.4.7) (2024-05-07)
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
### ๐ Fixes
|
|
400
|
-
|
|
401
|
-
* Remove import plugin ([#406](https://github.com/DarkSheepSoftware/eslint/issues/406)) ([a27810a](https://github.com/DarkSheepSoftware/eslint/commit/a27810ab7241184acbd72addc22a8cbfee124d75))
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### ๐ฆ Dependencies
|
|
405
|
-
|
|
406
|
-
* **deps:** update yarn to v4.2.0 ([#399](https://github.com/DarkSheepSoftware/eslint/issues/399)) ([02ed681](https://github.com/DarkSheepSoftware/eslint/commit/02ed681160cb4cef078e78157c5c30c7adcea8a2))
|
|
407
|
-
* **deps:** update yarn to v4.2.1 ([#400](https://github.com/DarkSheepSoftware/eslint/issues/400)) ([aa9677b](https://github.com/DarkSheepSoftware/eslint/commit/aa9677ba6e3e9a8967b0f69eaaca1d13c9c8f9c2))
|
|
408
|
-
* **dev:** update dependency @types/node to v20.12.10 ([#410](https://github.com/DarkSheepSoftware/eslint/issues/410)) ([3f24a44](https://github.com/DarkSheepSoftware/eslint/commit/3f24a443d7e2cee69fed2154702e00a4054b52c3))
|
|
409
|
-
* **dev:** update dependency @types/node to v20.12.8 ([#398](https://github.com/DarkSheepSoftware/eslint/issues/398)) ([60fb0fc](https://github.com/DarkSheepSoftware/eslint/commit/60fb0fc66063986ce43d10bce5e2a2f3326aa377))
|
|
410
|
-
* **dev:** update dependency type-fest to v4.18.1 ([#396](https://github.com/DarkSheepSoftware/eslint/issues/396)) ([9580302](https://github.com/DarkSheepSoftware/eslint/commit/9580302dd09b765a881c22a75df5fe37d8149bff))
|
|
411
|
-
* **lock:** lock file maintenance ([#403](https://github.com/DarkSheepSoftware/eslint/issues/403)) ([f78d4d9](https://github.com/DarkSheepSoftware/eslint/commit/f78d4d90355c6d7e7ea9a282656a6dc78b5dbd12))
|
|
412
|
-
* **lock:** lock file maintenance ([#407](https://github.com/DarkSheepSoftware/eslint/issues/407)) ([9e87a3c](https://github.com/DarkSheepSoftware/eslint/commit/9e87a3c02887f5f417a263620060418364e5e568))
|
|
413
|
-
* **pkg:** update dependency @eslint/js to v9.2.0 ([#404](https://github.com/DarkSheepSoftware/eslint/issues/404)) ([6466b92](https://github.com/DarkSheepSoftware/eslint/commit/6466b92d3efad12574a1f30c3762746bb19a3aae))
|
|
414
|
-
* **pkg:** update dependency eslint-plugin-jest to v28.4.0 ([#401](https://github.com/DarkSheepSoftware/eslint/issues/401)) ([d1da73d](https://github.com/DarkSheepSoftware/eslint/commit/d1da73d309e91272c1330457ad1fc496baec988f))
|
|
415
|
-
* **pkg:** update dependency eslint-plugin-jest to v28.5.0 ([#405](https://github.com/DarkSheepSoftware/eslint/issues/405)) ([af64ff6](https://github.com/DarkSheepSoftware/eslint/commit/af64ff6a7afaf76770f3d6444fe658d6604c5c33))
|
|
416
|
-
* **pkg:** update dependency eslint-plugin-n to v17.5.1 ([#411](https://github.com/DarkSheepSoftware/eslint/issues/411)) ([9972dd5](https://github.com/DarkSheepSoftware/eslint/commit/9972dd5ffa59b42d7de1a9abd83f45ee7a46c313))
|
|
417
|
-
* **pkg:** update dependency eslint-plugin-sonarjs to v1 ([#402](https://github.com/DarkSheepSoftware/eslint/issues/402)) ([2b0cd21](https://github.com/DarkSheepSoftware/eslint/commit/2b0cd21672c29b5105b3afa568cfdb51910426fb))
|
|
418
|
-
* **pkg:** update dependency eslint-plugin-sonarjs to v1.0.3 ([#408](https://github.com/DarkSheepSoftware/eslint/issues/408)) ([faf9356](https://github.com/DarkSheepSoftware/eslint/commit/faf9356af4dbe0dff24dd9bd5f06dc54660261d7))
|
|
419
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to v3.2.0 ([#395](https://github.com/DarkSheepSoftware/eslint/issues/395)) ([3aa4960](https://github.com/DarkSheepSoftware/eslint/commit/3aa49602cba965df7f84858a48b95005801d2b0b))
|
|
420
|
-
|
|
421
|
-
## [4.4.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.5...v4.4.6) (2024-04-30)
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
### ๐ฆ Dependencies
|
|
425
|
-
|
|
426
|
-
* **dev:** update dependency @types/eslint to v8.56.10 ([#380](https://github.com/DarkSheepSoftware/eslint/issues/380)) ([fb19c81](https://github.com/DarkSheepSoftware/eslint/commit/fb19c81c5053b858115fba66b1fb70d6e6249eda))
|
|
427
|
-
* **dev:** update dependency type-fest to ~4.16.0 ([#383](https://github.com/DarkSheepSoftware/eslint/issues/383)) ([1f4ae56](https://github.com/DarkSheepSoftware/eslint/commit/1f4ae5636aa6cd60f04de6ffa9a5e7cb01732f77))
|
|
428
|
-
* **dev:** update dependency type-fest to ~4.17.0 ([#385](https://github.com/DarkSheepSoftware/eslint/issues/385)) ([55eb617](https://github.com/DarkSheepSoftware/eslint/commit/55eb61780a0f65e6b13d5bee0391997fce73db2e))
|
|
429
|
-
* **dev:** update dependency type-fest to ~4.18.0 ([#390](https://github.com/DarkSheepSoftware/eslint/issues/390)) ([6ec43a9](https://github.com/DarkSheepSoftware/eslint/commit/6ec43a93ff6590613242227bac1f2e1a179f4990))
|
|
430
|
-
* **lock:** lock file maintenance ([#382](https://github.com/DarkSheepSoftware/eslint/issues/382)) ([e402a41](https://github.com/DarkSheepSoftware/eslint/commit/e402a4101e9f3cdc2e614dbbe06950d6d6c97cee))
|
|
431
|
-
* **lock:** lock file maintenance ([#389](https://github.com/DarkSheepSoftware/eslint/issues/389)) ([2dbea71](https://github.com/DarkSheepSoftware/eslint/commit/2dbea7106fcdc290311f6f1dca48ae2a6e29ddcc))
|
|
432
|
-
* **pkg:** update dependency @eslint/js to v9.1.1 ([#381](https://github.com/DarkSheepSoftware/eslint/issues/381)) ([86e7256](https://github.com/DarkSheepSoftware/eslint/commit/86e725686e49f57ad4a10015e271cd8add090a9a))
|
|
433
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v1.7.2 ([#378](https://github.com/DarkSheepSoftware/eslint/issues/378)) ([a36e86a](https://github.com/DarkSheepSoftware/eslint/commit/a36e86a984045ef8ad85eb3ffd8609c14a18cbfa))
|
|
434
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v1.8.0 ([#394](https://github.com/DarkSheepSoftware/eslint/issues/394)) ([559f4a1](https://github.com/DarkSheepSoftware/eslint/commit/559f4a1afa1f69416f5180e85697c2e3c6798ce0))
|
|
435
|
-
* **pkg:** update dependency eslint-plugin-jest to v28.3.0 ([#388](https://github.com/DarkSheepSoftware/eslint/issues/388)) ([13e3ef2](https://github.com/DarkSheepSoftware/eslint/commit/13e3ef29a388362ce6f3d14965fbe48ca2dee965))
|
|
436
|
-
* **pkg:** update dependency eslint-plugin-n to v17.3.0 ([#386](https://github.com/DarkSheepSoftware/eslint/issues/386)) ([595dbd9](https://github.com/DarkSheepSoftware/eslint/commit/595dbd9a54bd2f8b86c7a671f380915742ebd618))
|
|
437
|
-
* **pkg:** update dependency eslint-plugin-n to v17.3.1 ([#387](https://github.com/DarkSheepSoftware/eslint/issues/387)) ([4ce6ec6](https://github.com/DarkSheepSoftware/eslint/commit/4ce6ec6ed0bdd53108c4e60850b5c9830caca8d6))
|
|
438
|
-
* **pkg:** update dependency eslint-plugin-n to v17.4.0 ([#393](https://github.com/DarkSheepSoftware/eslint/issues/393)) ([df98dc8](https://github.com/DarkSheepSoftware/eslint/commit/df98dc8dc08ab919a6fbc39d0d06c5778a78c9d1))
|
|
439
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.13.1 ([#391](https://github.com/DarkSheepSoftware/eslint/issues/391)) ([86ef0e5](https://github.com/DarkSheepSoftware/eslint/commit/86ef0e5e462396b877a4b6d541e410389b468a2b))
|
|
440
|
-
* **pkg:** update typescript-eslint monorepo to v7.7.0 ([#377](https://github.com/DarkSheepSoftware/eslint/issues/377)) ([6c8ff75](https://github.com/DarkSheepSoftware/eslint/commit/6c8ff752f28e166fe9f147bcd7f53907cead83de))
|
|
441
|
-
* **pkg:** update typescript-eslint monorepo to v7.7.1 ([#384](https://github.com/DarkSheepSoftware/eslint/issues/384)) ([2bae216](https://github.com/DarkSheepSoftware/eslint/commit/2bae2163f64d39d214459a8c08124dd1e8c9468f))
|
|
442
|
-
* **pkg:** update typescript-eslint monorepo to v7.8.0 ([#392](https://github.com/DarkSheepSoftware/eslint/issues/392)) ([c1b07aa](https://github.com/DarkSheepSoftware/eslint/commit/c1b07aa8517e45f0593169baad139239ab8f6255))
|
|
443
|
-
|
|
444
|
-
## [4.4.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.4...v4.4.5) (2024-04-15)
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
### ๐ฆ Dependencies
|
|
448
|
-
|
|
449
|
-
* **dev:** update dependency @types/eslint to v8.56.8 ([#370](https://github.com/DarkSheepSoftware/eslint/issues/370)) ([beda566](https://github.com/DarkSheepSoftware/eslint/commit/beda566ce0b8d6e00eb8580ca1c5f51a11c7e6fa))
|
|
450
|
-
* **dev:** update dependency @types/eslint to v8.56.9 ([#373](https://github.com/DarkSheepSoftware/eslint/issues/373)) ([eeb7e44](https://github.com/DarkSheepSoftware/eslint/commit/eeb7e44d9a4c3de3bcd61755cf42cd51890e8811))
|
|
451
|
-
* **lock:** lock file maintenance ([#375](https://github.com/DarkSheepSoftware/eslint/issues/375)) ([3d5ef9d](https://github.com/DarkSheepSoftware/eslint/commit/3d5ef9d84f194793d904d21500ebc86abbc5fa49))
|
|
452
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.15.1 ([#374](https://github.com/DarkSheepSoftware/eslint/issues/374)) ([d30f9c3](https://github.com/DarkSheepSoftware/eslint/commit/d30f9c36b6de8aa62cebd3ead624ea0774f2b53b))
|
|
453
|
-
* **pkg:** update dependency eslint-plugin-n to v17.2.1 ([#376](https://github.com/DarkSheepSoftware/eslint/issues/376)) ([6297f5c](https://github.com/DarkSheepSoftware/eslint/commit/6297f5c819fcf867fb184452375807ca60c0cb08))
|
|
454
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.12.2 ([#371](https://github.com/DarkSheepSoftware/eslint/issues/371)) ([9001fce](https://github.com/DarkSheepSoftware/eslint/commit/9001fced5b55ed3b6b4b9ce9c36ba2c611bfbf69))
|
|
455
|
-
|
|
456
|
-
## [4.4.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.3...v4.4.4) (2024-04-10)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### ๐ฆ Dependencies
|
|
460
|
-
|
|
461
|
-
* **dev:** update dependency @darksheep/eslint-formatter-github to v0.1.0 ([#364](https://github.com/DarkSheepSoftware/eslint/issues/364)) ([d18daa0](https://github.com/DarkSheepSoftware/eslint/commit/d18daa0e0c7420864648f199ec7d042870751371))
|
|
462
|
-
* **dev:** update dependency @types/node to v20.12.7 ([#366](https://github.com/DarkSheepSoftware/eslint/issues/366)) ([61492f3](https://github.com/DarkSheepSoftware/eslint/commit/61492f32969125530b74ad14fb691697481681b5))
|
|
463
|
-
* **dev:** update dependency typescript to v5.4.5 ([#368](https://github.com/DarkSheepSoftware/eslint/issues/368)) ([1da6cd7](https://github.com/DarkSheepSoftware/eslint/commit/1da6cd70b4bfa243569d766963a120143d76ac21))
|
|
464
|
-
* **pkg:** update dependency @eslint/js to v9 ([#350](https://github.com/DarkSheepSoftware/eslint/issues/350)) ([f449a9a](https://github.com/DarkSheepSoftware/eslint/commit/f449a9a7c064ddb060cf67266228ddf33c1cb896))
|
|
465
|
-
* **pkg:** update dependency eslint-plugin-n to v17.2.0 ([#367](https://github.com/DarkSheepSoftware/eslint/issues/367)) ([cd5b7af](https://github.com/DarkSheepSoftware/eslint/commit/cd5b7af3c7664318aae1a3d2631d3bb7659803ac))
|
|
466
|
-
* **pkg:** update dependency eslint-plugin-security to v3 ([#369](https://github.com/DarkSheepSoftware/eslint/issues/369)) ([da4ab62](https://github.com/DarkSheepSoftware/eslint/commit/da4ab627d4c4ef6bee4bfc7a47c55d1be3adf05d))
|
|
467
|
-
|
|
468
|
-
## [4.4.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.2...v4.4.3) (2024-04-09)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
### ๐ฆ Dependencies
|
|
472
|
-
|
|
473
|
-
* **dev:** update dependency @types/node to v20.12.6 ([#362](https://github.com/DarkSheepSoftware/eslint/issues/362)) ([6d770f7](https://github.com/DarkSheepSoftware/eslint/commit/6d770f7448940d5abaad8c4c2760c10b8b828d2a))
|
|
474
|
-
* **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.3.0 ([#359](https://github.com/DarkSheepSoftware/eslint/issues/359)) ([f6a6853](https://github.com/DarkSheepSoftware/eslint/commit/f6a685381a9460bf8a3c618fefb9436c260d3270))
|
|
475
|
-
* **pkg:** update dependency eslint-plugin-n to v17.1.0 ([#363](https://github.com/DarkSheepSoftware/eslint/issues/363)) ([233b61e](https://github.com/DarkSheepSoftware/eslint/commit/233b61e953c624721ca666d79c5ab563a898b248))
|
|
476
|
-
* **pkg:** update typescript-eslint monorepo to v7.6.0 ([#360](https://github.com/DarkSheepSoftware/eslint/issues/360)) ([491b63d](https://github.com/DarkSheepSoftware/eslint/commit/491b63d958ce8a0aa31e504963c1cd3cad2efe5e))
|
|
477
|
-
|
|
478
|
-
## [4.4.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.1...v4.4.2) (2024-04-08)
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
### ๐ฆ Dependencies
|
|
482
|
-
|
|
483
|
-
* **dev:** update dependency @types/node to v20.12.5 ([#347](https://github.com/DarkSheepSoftware/eslint/issues/347)) ([e570432](https://github.com/DarkSheepSoftware/eslint/commit/e5704325575a2b2fa20e32d6dadff705e04d7868))
|
|
484
|
-
* **dev:** update dependency typescript to v5.4.4 ([#348](https://github.com/DarkSheepSoftware/eslint/issues/348)) ([8ce2859](https://github.com/DarkSheepSoftware/eslint/commit/8ce285924c759debfc792fb46636753aa87ae42a))
|
|
485
|
-
* **lock:** lock file maintenance ([#356](https://github.com/DarkSheepSoftware/eslint/issues/356)) ([3cc1de6](https://github.com/DarkSheepSoftware/eslint/commit/3cc1de602c22f75b3697ffe22623aa83f4ecce7e))
|
|
486
|
-
* **pkg:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.2.0 ([#353](https://github.com/DarkSheepSoftware/eslint/issues/353)) ([540e8b9](https://github.com/DarkSheepSoftware/eslint/commit/540e8b96f1ed2fa77175e36a8e9018b26eba2ae0))
|
|
487
|
-
* **pkg:** update dependency eslint-plugin-jest to v28 ([#352](https://github.com/DarkSheepSoftware/eslint/issues/352)) ([2bfccc0](https://github.com/DarkSheepSoftware/eslint/commit/2bfccc00990c11ab3a5b244ed7473f3ccb6c1c32))
|
|
488
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.3 ([#349](https://github.com/DarkSheepSoftware/eslint/issues/349)) ([97e9544](https://github.com/DarkSheepSoftware/eslint/commit/97e9544bd09f969003b7acc7b5e27f3b11421c1e))
|
|
489
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0 ([#357](https://github.com/DarkSheepSoftware/eslint/issues/357)) ([243afbe](https://github.com/DarkSheepSoftware/eslint/commit/243afbec5cf0660d025e38155d3adbf7616cda7b))
|
|
490
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0-7 ([#354](https://github.com/DarkSheepSoftware/eslint/issues/354)) ([1cb09ae](https://github.com/DarkSheepSoftware/eslint/commit/1cb09ae9638bb6975c11e936247bc7fc365122e2))
|
|
491
|
-
* **pkg:** update dependency eslint-plugin-regexp to v2.5.0 ([#358](https://github.com/DarkSheepSoftware/eslint/issues/358)) ([9bbe27b](https://github.com/DarkSheepSoftware/eslint/commit/9bbe27b8ea4d3c11779cf48971dda3afc7ead476))
|
|
492
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v52 ([#346](https://github.com/DarkSheepSoftware/eslint/issues/346)) ([1b5aa42](https://github.com/DarkSheepSoftware/eslint/commit/1b5aa42ee1e8ced87d9d8383981c888a1a72a3de))
|
|
493
|
-
|
|
494
|
-
## [4.4.1](https://github.com/DarkSheepSoftware/eslint/compare/v4.4.0...v4.4.1) (2024-04-03)
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
### ๐ฆ Dependencies
|
|
498
|
-
|
|
499
|
-
* **pkg:** update dependency eslint-plugin-sonarjs to v0.25.1 ([#344](https://github.com/DarkSheepSoftware/eslint/issues/344)) ([aaed2ce](https://github.com/DarkSheepSoftware/eslint/commit/aaed2cefb2da139e69724d26b458c51de13657d6))
|
|
500
|
-
|
|
501
|
-
## [4.4.0](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.6...v4.4.0) (2024-04-03)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### ๐ Features
|
|
505
|
-
|
|
506
|
-
* Update parsers with valid types ([0abd598](https://github.com/DarkSheepSoftware/eslint/commit/0abd59800f2e6bdd0533f383fc87b578be5b06fe))
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### ๐ Fixes
|
|
510
|
-
|
|
511
|
-
* Swap to pnpm to allow detecting missing packages ([4dcd53d](https://github.com/DarkSheepSoftware/eslint/commit/4dcd53d64716d0164519f34f3016b9e41e7561bf))
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
### ๐ฆ Dependencies
|
|
515
|
-
|
|
516
|
-
* **pkg:** update dependency @eslint/eslintrc to v3.0.2 ([#337](https://github.com/DarkSheepSoftware/eslint/issues/337)) ([47ad491](https://github.com/DarkSheepSoftware/eslint/commit/47ad491c4bcd4da6b6d760b578ebdc977ad12357))
|
|
517
|
-
* **pkg:** update dependency eslint-plugin-import to v2.29.1 ([#338](https://github.com/DarkSheepSoftware/eslint/issues/338)) ([21e3dee](https://github.com/DarkSheepSoftware/eslint/commit/21e3dee38737a933091469ce732e33fc627fe85f))
|
|
518
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.2 ([#339](https://github.com/DarkSheepSoftware/eslint/issues/339)) ([9241717](https://github.com/DarkSheepSoftware/eslint/commit/9241717e72e6dbc6f1223551aede448e8e86033e))
|
|
519
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.12.1 ([#340](https://github.com/DarkSheepSoftware/eslint/issues/340)) ([91d9425](https://github.com/DarkSheepSoftware/eslint/commit/91d94259547658ba27f7e5e4b195ddf89fa5c940))
|
|
520
|
-
* **pkg:** update dependency eslint-plugin-react to v7.34.1 ([#341](https://github.com/DarkSheepSoftware/eslint/issues/341)) ([5fa9e82](https://github.com/DarkSheepSoftware/eslint/commit/5fa9e822758a3f4311809398d1f3991f6ffd014a))
|
|
521
|
-
* **pkg:** update dependency eslint-plugin-security to v2.1.1 ([#342](https://github.com/DarkSheepSoftware/eslint/issues/342)) ([580609c](https://github.com/DarkSheepSoftware/eslint/commit/580609cc727a838f2d14d6718b8bbd88b4dff47b))
|
|
522
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v51.0.1 ([#343](https://github.com/DarkSheepSoftware/eslint/issues/343)) ([f69d623](https://github.com/DarkSheepSoftware/eslint/commit/f69d62331db0fff8057c34bbb884870278f97cd9))
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
### ๐งน Chores
|
|
526
|
-
|
|
527
|
-
* pin all deps ([f9fd808](https://github.com/DarkSheepSoftware/eslint/commit/f9fd808125bd4fb7109261b7833deb861195899f))
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### ๐ค Automation
|
|
531
|
-
|
|
532
|
-
* swap to using our eslint formatter ([28265a6](https://github.com/DarkSheepSoftware/eslint/commit/28265a68cf29492391cf11874eb6c32578c667b4))
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### โช Reverts
|
|
536
|
-
|
|
537
|
-
* deps(pkg): update dependency eslint-plugin-sonarjs to ~0.25.0 ([#334](https://github.com/DarkSheepSoftware/eslint/issues/334)) ([45fe010](https://github.com/DarkSheepSoftware/eslint/commit/45fe0105d6f3f8fe93b80f7fb200b23642b5ec56))
|
|
538
|
-
|
|
539
|
-
## [4.3.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.5...v4.3.6) (2024-04-03)
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### ๐ฆ Dependencies
|
|
543
|
-
|
|
544
|
-
* **dev:** update dependency @types/eslint to v8.56.7 ([#330](https://github.com/DarkSheepSoftware/eslint/issues/330)) ([097bf77](https://github.com/DarkSheepSoftware/eslint/commit/097bf77ab6405de5995ee522941e4a9a8b0261b3))
|
|
545
|
-
* **dev:** update dependency @types/node to ~20.12.0 ([#328](https://github.com/DarkSheepSoftware/eslint/issues/328)) ([a24afbd](https://github.com/DarkSheepSoftware/eslint/commit/a24afbddc2dcb0f8a01ac564bc7b2a713063b5b7))
|
|
546
|
-
* **dev:** update dependency type-fest to ~4.14.0 ([#319](https://github.com/DarkSheepSoftware/eslint/issues/319)) ([1c36f16](https://github.com/DarkSheepSoftware/eslint/commit/1c36f161e0d3c55205d5e3b044b5a20b1b8a9fc9))
|
|
547
|
-
* **dev:** update dependency type-fest to ~4.15.0 ([#333](https://github.com/DarkSheepSoftware/eslint/issues/333)) ([90eab78](https://github.com/DarkSheepSoftware/eslint/commit/90eab78d35f2a2fa135e01c7f188876a6c638411))
|
|
548
|
-
* **dev:** update dependency typescript to v5.4.3 ([#316](https://github.com/DarkSheepSoftware/eslint/issues/316)) ([1562e75](https://github.com/DarkSheepSoftware/eslint/commit/1562e759a3cc699e07885ae1efe61ae191d88ae7))
|
|
549
|
-
* **lock:** lock file maintenance ([#321](https://github.com/DarkSheepSoftware/eslint/issues/321)) ([4cff532](https://github.com/DarkSheepSoftware/eslint/commit/4cff53264a79512a28543464aae3b2876a3215ec))
|
|
550
|
-
* **lock:** lock file maintenance ([#329](https://github.com/DarkSheepSoftware/eslint/issues/329)) ([b7907e2](https://github.com/DarkSheepSoftware/eslint/commit/b7907e208b3829edd13f3953a5091c819a7c75a1))
|
|
551
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.2 ([#325](https://github.com/DarkSheepSoftware/eslint/issues/325)) ([fd0e550](https://github.com/DarkSheepSoftware/eslint/commit/fd0e550953c010203ad6768a73a8c7ac94f00cfd))
|
|
552
|
-
* **pkg:** update dependency eslint-plugin-jsonc to ~2.15.0 ([#331](https://github.com/DarkSheepSoftware/eslint/issues/331)) ([86ef370](https://github.com/DarkSheepSoftware/eslint/commit/86ef370f8a79d72d249df422fbcd20aafa3ca613))
|
|
553
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0-6 ([#322](https://github.com/DarkSheepSoftware/eslint/issues/322)) ([1b4bfd3](https://github.com/DarkSheepSoftware/eslint/commit/1b4bfd36738d2b14f3dc113ce14b0af50a038e49))
|
|
554
|
-
* **pkg:** update dependency eslint-plugin-package-json to ~0.11.0 ([#320](https://github.com/DarkSheepSoftware/eslint/issues/320)) ([57c41f0](https://github.com/DarkSheepSoftware/eslint/commit/57c41f0f680ad981b46f63634ca463b83fb980c3))
|
|
555
|
-
* **pkg:** update dependency eslint-plugin-package-json to ~0.12.0 ([#323](https://github.com/DarkSheepSoftware/eslint/issues/323)) ([36a9a8c](https://github.com/DarkSheepSoftware/eslint/commit/36a9a8c73a7b2870e17ccc5b6b897c86562cd2af))
|
|
556
|
-
* **pkg:** update dependency eslint-plugin-package-json to v0.12.1 ([#327](https://github.com/DarkSheepSoftware/eslint/issues/327)) ([88c88ab](https://github.com/DarkSheepSoftware/eslint/commit/88c88abe0b0711bde42e4f3d94bff8040b23c47a))
|
|
557
|
-
* **pkg:** update dependency eslint-plugin-regexp to ~2.4.0 ([#318](https://github.com/DarkSheepSoftware/eslint/issues/318)) ([b2db9ff](https://github.com/DarkSheepSoftware/eslint/commit/b2db9ff8578a9d95e6eaabf01997a30f1aafe769))
|
|
558
|
-
* **pkg:** update dependency eslint-plugin-sonarjs to ~0.25.0 ([#326](https://github.com/DarkSheepSoftware/eslint/issues/326)) ([21145bf](https://github.com/DarkSheepSoftware/eslint/commit/21145bf996a9beec8964b21384af8f2138b73c85))
|
|
559
|
-
* **pkg:** update typescript-eslint monorepo to ~7.4.0 ([#324](https://github.com/DarkSheepSoftware/eslint/issues/324)) ([9e316d9](https://github.com/DarkSheepSoftware/eslint/commit/9e316d9bba46f2a0dcf3f1103b92812ee1f45c4f))
|
|
560
|
-
* **pkg:** update typescript-eslint monorepo to ~7.5.0 ([#332](https://github.com/DarkSheepSoftware/eslint/issues/332)) ([6a7a9e5](https://github.com/DarkSheepSoftware/eslint/commit/6a7a9e575c103deb6027b5c6a3448fda57f77c7c))
|
|
561
|
-
|
|
562
|
-
## [4.3.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.4...v4.3.5) (2024-03-20)
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
### ๐ฆ Dependencies
|
|
566
|
-
|
|
567
|
-
* **dev:** update dependency @types/node to v20.11.30 ([#312](https://github.com/DarkSheepSoftware/eslint/issues/312)) ([c61747b](https://github.com/DarkSheepSoftware/eslint/commit/c61747b24969ea1bf50ee1c1dcb4a4e5e0830a13))
|
|
568
|
-
* **dev:** update dependency type-fest to v4.13.1 ([#315](https://github.com/DarkSheepSoftware/eslint/issues/315)) ([5201895](https://github.com/DarkSheepSoftware/eslint/commit/52018959e31305bcd0263a8c5976bfcd36d97ff1))
|
|
569
|
-
* **pin:** Pin eslint-plugin-n@17.0.0-5 ([9f43c88](https://github.com/DarkSheepSoftware/eslint/commit/9f43c88c555c3d312480a39f818bd2f0ff8c563a))
|
|
570
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0-5 ([730e463](https://github.com/DarkSheepSoftware/eslint/commit/730e463f921dd0f2be2ce71ba54bd48621870053))
|
|
571
|
-
|
|
572
|
-
## [4.3.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.3...v4.3.4) (2024-03-19)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### ๐ฆ Dependencies
|
|
48
|
+
* Remove the use of require resolve ([#600](https://github.com/DarkSheepSoftware/eslint/issues/600))
|
|
576
49
|
|
|
577
|
-
|
|
578
|
-
* **dev:** update dependency @types/node to v20.11.29 ([#307](https://github.com/DarkSheepSoftware/eslint/issues/307)) ([b2b0c3b](https://github.com/DarkSheepSoftware/eslint/commit/b2b0c3bdb5175a5fc0eee690472e10129bd72d58))
|
|
579
|
-
* **dev:** update dependency type-fest to ~4.13.0 ([#309](https://github.com/DarkSheepSoftware/eslint/issues/309)) ([60d1b9f](https://github.com/DarkSheepSoftware/eslint/commit/60d1b9fe3246047d079bb4e35a38b985e2170c8d))
|
|
580
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.14.1 ([#308](https://github.com/DarkSheepSoftware/eslint/issues/308)) ([0542788](https://github.com/DarkSheepSoftware/eslint/commit/05427885cf84df74e056eb6b1de85c18a5922dfa))
|
|
581
|
-
* **pkg:** update typescript-eslint monorepo to ~7.3.0 ([#306](https://github.com/DarkSheepSoftware/eslint/issues/306)) ([8524432](https://github.com/DarkSheepSoftware/eslint/commit/852443278266046536b1b7fd3c0ac3d25a5b0d2d))
|
|
50
|
+
### ๐ฉน Fixes
|
|
582
51
|
|
|
583
|
-
|
|
52
|
+
* Remove the use of require resolve ([#600](https://github.com/DarkSheepSoftware/eslint/issues/600)) ([9d6e4d2](https://github.com/DarkSheepSoftware/eslint/commit/9d6e4d2906477fb1e780e61a005bddb97be86db7))
|
|
584
53
|
|
|
585
54
|
|
|
586
55
|
### ๐ฆ Dependencies
|
|
587
56
|
|
|
588
|
-
* **
|
|
589
|
-
* **pkg:** update
|
|
590
|
-
|
|
591
|
-
## [4.3.2](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.1...v4.3.2) (2024-03-16)
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
### ๐ฆ Dependencies
|
|
595
|
-
|
|
596
|
-
* **dev:** update dependency @types/node to v20.11.27 ([#298](https://github.com/DarkSheepSoftware/eslint/issues/298)) ([cd52cfd](https://github.com/DarkSheepSoftware/eslint/commit/cd52cfd045e141ee4cb9c9cc1c587eb89dd1d2ec))
|
|
597
|
-
* **dev:** update dependency @types/node to v20.11.28 ([#301](https://github.com/DarkSheepSoftware/eslint/issues/301)) ([5859df7](https://github.com/DarkSheepSoftware/eslint/commit/5859df7521083439d07a143d3c4cd89f20600426))
|
|
598
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to ~1.7.0 ([#300](https://github.com/DarkSheepSoftware/eslint/issues/300)) ([cd40406](https://github.com/DarkSheepSoftware/eslint/commit/cd40406223b4e1513e38a2f59a23cef873b59c01))
|
|
599
|
-
* **pkg:** update dependency eslint-plugin-react to v7.34.1 ([#302](https://github.com/DarkSheepSoftware/eslint/issues/302)) ([02d6443](https://github.com/DarkSheepSoftware/eslint/commit/02d644385cef9d0f99ea62a8cbbfff65557fa14d))
|
|
600
|
-
|
|
601
|
-
## [4.3.1](https://github.com/DarkSheepSoftware/eslint/compare/v4.3.0...v4.3.1) (2024-03-12)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
### ๐ Fixes
|
|
605
|
-
|
|
606
|
-
* Invalid version range for workspace dependency ([#297](https://github.com/DarkSheepSoftware/eslint/issues/297)) ([554a5f9](https://github.com/DarkSheepSoftware/eslint/commit/554a5f917543f377d95cb213777357e3afc94890))
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
### ๐ฆ Dependencies
|
|
610
|
-
|
|
611
|
-
* **dev:** update dependency @types/node to v20.11.26 ([#295](https://github.com/DarkSheepSoftware/eslint/issues/295)) ([0dc2c8a](https://github.com/DarkSheepSoftware/eslint/commit/0dc2c8a42f808b71cec5f606cf4712ed95053e8f))
|
|
612
|
-
* **lock:** lock file maintenance ([#293](https://github.com/DarkSheepSoftware/eslint/issues/293)) ([fb65e9d](https://github.com/DarkSheepSoftware/eslint/commit/fb65e9d1f55b035e1478a647666db48598a62138))
|
|
613
|
-
* **pkg:** update typescript-eslint monorepo to ~7.2.0 ([#294](https://github.com/DarkSheepSoftware/eslint/issues/294)) ([6625d25](https://github.com/DarkSheepSoftware/eslint/commit/6625d252ac8b58e753ad870a5c3ff13e233593a9))
|
|
614
|
-
|
|
615
|
-
## [4.3.0](https://github.com/DarkSheepSoftware/eslint/compare/v4.2.1...v4.3.0) (2024-03-09)
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
### ๐ Features
|
|
619
|
-
|
|
620
|
-
* package.json linting ([2ff260c](https://github.com/DarkSheepSoftware/eslint/commit/2ff260c8462d7960fed3a12b87ac9f196b28661b))
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### ๐ฆ Dependencies
|
|
624
|
-
|
|
625
|
-
* **dev:** update dependency @types/node to v20.11.25 ([#287](https://github.com/DarkSheepSoftware/eslint/issues/287)) ([36c11d3](https://github.com/DarkSheepSoftware/eslint/commit/36c11d3962a199dbf3cdb7211badde30832963a6))
|
|
626
|
-
* **dev:** update dependency type-fest to ~4.12.0 ([#291](https://github.com/DarkSheepSoftware/eslint/issues/291)) ([ac2142e](https://github.com/DarkSheepSoftware/eslint/commit/ac2142e17742e98d3348fba3e0d75509b97d8516))
|
|
627
|
-
* **dev:** update dependency typescript to ~5.4.0 ([#288](https://github.com/DarkSheepSoftware/eslint/issues/288)) ([1298bbb](https://github.com/DarkSheepSoftware/eslint/commit/1298bbbb75e108a42ed0d839515cd013061dff9a))
|
|
628
|
-
* **lock:** lock file maintenance ([#289](https://github.com/DarkSheepSoftware/eslint/issues/289)) ([19274d0](https://github.com/DarkSheepSoftware/eslint/commit/19274d0545fc0082e89e62f51e4bcc882339f947))
|
|
629
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.2.1 ([#290](https://github.com/DarkSheepSoftware/eslint/issues/290)) ([dd40f17](https://github.com/DarkSheepSoftware/eslint/commit/dd40f175880add3e066016617a36089358ebbaa8))
|
|
630
|
-
* **pkg:** update dependency eslint-plugin-regexp to ~2.3.0 ([#292](https://github.com/DarkSheepSoftware/eslint/issues/292)) ([b9872d0](https://github.com/DarkSheepSoftware/eslint/commit/b9872d096937ec767ec3a3c8f15ab6ac97010f9d))
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
### ๐ค Automation
|
|
634
|
-
|
|
635
|
-
* Make `Features` a ๐ emoji, it was ๐ก ([d2628da](https://github.com/DarkSheepSoftware/eslint/commit/d2628dafb6fe5eb0517b9beade0a59977648c39b))
|
|
636
|
-
|
|
637
|
-
## [4.2.1](https://github.com/DarkSheepSoftware/eslint/compare/v4.2.0...v4.2.1) (2024-03-06)
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
### ๐ฆ Dependencies
|
|
641
|
-
|
|
642
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0-4 ([#283](https://github.com/DarkSheepSoftware/eslint/issues/283)) ([770380a](https://github.com/DarkSheepSoftware/eslint/commit/770380a55ad8c69fa0f3d59961ee6b864cc0753b))
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
### ๐งน Chores
|
|
646
|
-
|
|
647
|
-
* Export types via "types" property too ([#285](https://github.com/DarkSheepSoftware/eslint/issues/285)) ([60416d6](https://github.com/DarkSheepSoftware/eslint/commit/60416d6bed06824c17c53ff12906dfcc2e542e2b))
|
|
648
|
-
|
|
649
|
-
## [4.2.0](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.8...v4.2.0) (2024-03-06)
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
### ๐ก Features
|
|
653
|
-
|
|
654
|
-
* builtin ts types ([564facf](https://github.com/DarkSheepSoftware/eslint/commit/564facf2e27b27e15db026118e5342dafb2cad8d))
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
### ๐ฆ Dependencies
|
|
658
|
-
|
|
659
|
-
* **deps:** update yarn to v4.1.1 ([#282](https://github.com/DarkSheepSoftware/eslint/issues/282)) ([c9af1d8](https://github.com/DarkSheepSoftware/eslint/commit/c9af1d84596926fe2aa75c5e9cb20fc1e853452a))
|
|
660
|
-
* **dev:** update dependency type-fest to v4.11.1 ([#258](https://github.com/DarkSheepSoftware/eslint/issues/258)) ([00a0fa3](https://github.com/DarkSheepSoftware/eslint/commit/00a0fa33ae4d7de182953a29a9b3ae786e3a396e))
|
|
661
|
-
* **pkg:** update typescript-eslint monorepo to v7.1.1 ([#280](https://github.com/DarkSheepSoftware/eslint/issues/280)) ([7653003](https://github.com/DarkSheepSoftware/eslint/commit/765300359b074c5eec9d1dbc06474d2f307b43e6))
|
|
662
|
-
|
|
663
|
-
## [4.1.8](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.7...v4.1.8) (2024-03-04)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### ๐ฆ Dependencies
|
|
667
|
-
|
|
668
|
-
* **dev:** update dependency type-fest to ~4.11.0 ([#277](https://github.com/DarkSheepSoftware/eslint/issues/277)) ([5712bfd](https://github.com/DarkSheepSoftware/eslint/commit/5712bfd38a8581b804819368e78c3d4fa566717e))
|
|
669
|
-
* **lock:** lock file maintenance ([#276](https://github.com/DarkSheepSoftware/eslint/issues/276)) ([0ab07e7](https://github.com/DarkSheepSoftware/eslint/commit/0ab07e7adb771b2a400338ce96dd222b250a225c))
|
|
670
|
-
* **pkg:** update dependency eslint-plugin-react to ~7.34.0 ([#278](https://github.com/DarkSheepSoftware/eslint/issues/278)) ([2d6203f](https://github.com/DarkSheepSoftware/eslint/commit/2d6203f9d3b5a48a8877beaf48a2b53269d2122b))
|
|
671
|
-
|
|
672
|
-
## [4.1.7](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.6...v4.1.7) (2024-03-02)
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
### ๐ฆ Dependencies
|
|
676
|
-
|
|
677
|
-
* **dev:** update dependency @types/node to v20.11.24 ([#273](https://github.com/DarkSheepSoftware/eslint/issues/273)) ([ccdd44b](https://github.com/DarkSheepSoftware/eslint/commit/ccdd44bdd2052234001fbdacc6053e03048182da))
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### ๐งน Chores
|
|
681
|
-
|
|
682
|
-
* allow sync in test files ([#275](https://github.com/DarkSheepSoftware/eslint/issues/275)) ([7334c77](https://github.com/DarkSheepSoftware/eslint/commit/7334c770d7b316975e476f443a07cc135ab13df6))
|
|
683
|
-
|
|
684
|
-
## [4.1.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.5...v4.1.6) (2024-02-29)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### ๐ฆ Dependencies
|
|
688
|
-
|
|
689
|
-
* **dev:** update dependency @types/eslint to v8.56.5 ([#256](https://github.com/DarkSheepSoftware/eslint/issues/256)) ([c003b0c](https://github.com/DarkSheepSoftware/eslint/commit/c003b0cdde7184902e54b44f7550bf52b8d3ea3f))
|
|
690
|
-
* **dev:** update dependency @types/node to v20.11.22 ([#257](https://github.com/DarkSheepSoftware/eslint/issues/257)) ([66fc7b1](https://github.com/DarkSheepSoftware/eslint/commit/66fc7b136d4e2f211b4339d47f3e67de4f8761ff))
|
|
691
|
-
* **dev:** update dependency @types/node to v20.11.23 ([#272](https://github.com/DarkSheepSoftware/eslint/issues/272)) ([0c442e5](https://github.com/DarkSheepSoftware/eslint/commit/0c442e53269ac907e60914e3d49a9a927955808d))
|
|
692
|
-
* **lock:** lock file maintenance ([#270](https://github.com/DarkSheepSoftware/eslint/issues/270)) ([d456726](https://github.com/DarkSheepSoftware/eslint/commit/d456726eff6ce461273d5bf22151c52e0682cb9b))
|
|
693
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v1.6.3 ([#260](https://github.com/DarkSheepSoftware/eslint/issues/260)) ([3c2b223](https://github.com/DarkSheepSoftware/eslint/commit/3c2b223e2024335d982e85b8a454455b120f84d9))
|
|
694
|
-
|
|
695
|
-
## [4.1.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.4...v4.1.5) (2024-02-28)
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
### ๐ฆ Dependencies
|
|
699
|
-
|
|
700
|
-
* **pkg:** update dependency @eslint/js to ~8.57.0 ([#263](https://github.com/DarkSheepSoftware/eslint/issues/263)) ([719fca5](https://github.com/DarkSheepSoftware/eslint/commit/719fca5afdae6be4c8bb1b15155cb113eea5ccfc))
|
|
701
|
-
* **pkg:** update dependency eslint to ~8.57.0 ([#264](https://github.com/DarkSheepSoftware/eslint/issues/264)) ([4a37b76](https://github.com/DarkSheepSoftware/eslint/commit/4a37b76c93aa02d4c4cde560cb50dd821d4719cf))
|
|
702
|
-
* **pkg:** update dependency eslint-plugin-jest to ~27.9.0 ([#265](https://github.com/DarkSheepSoftware/eslint/issues/265)) ([c899e5f](https://github.com/DarkSheepSoftware/eslint/commit/c899e5ffaec53ec43f86391c8aa2f6e1e030c10f))
|
|
703
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to ~48.2.0 ([#266](https://github.com/DarkSheepSoftware/eslint/issues/266)) ([633a11c](https://github.com/DarkSheepSoftware/eslint/commit/633a11c9ec5ec56c2470d6a7a7f591521718b4c8))
|
|
704
|
-
* **pkg:** update dependency eslint-plugin-unused-imports to ~3.1.0 ([#267](https://github.com/DarkSheepSoftware/eslint/issues/267)) ([030c12d](https://github.com/DarkSheepSoftware/eslint/commit/030c12d7cfce61f6ca731995ed88385de042302e))
|
|
705
|
-
* **pkg:** update typescript-eslint monorepo to ~7.1.0 ([#268](https://github.com/DarkSheepSoftware/eslint/issues/268)) ([9917c7a](https://github.com/DarkSheepSoftware/eslint/commit/9917c7a31eeebd0a29eef68c80b624980483d883))
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### ๐งน Chores
|
|
709
|
-
|
|
710
|
-
* Change repo URL ([77efa06](https://github.com/DarkSheepSoftware/eslint/commit/77efa06d6cb18eef284cccefeef838f1a40253e9))
|
|
711
|
-
* **deps:** lock file maintenance ([#269](https://github.com/DarkSheepSoftware/eslint/issues/269)) ([555967c](https://github.com/DarkSheepSoftware/eslint/commit/555967c490b8392eecda8903c85fa6596ba30813))
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
### ๐ค Automation
|
|
715
|
-
|
|
716
|
-
* Add emojis to release note sections ([a6b6f30](https://github.com/DarkSheepSoftware/eslint/commit/a6b6f30c59db09b3ca1e439c7e52235cb46fc159))
|
|
717
|
-
* point to DarkSheepSoftware/.github ([99ff988](https://github.com/DarkSheepSoftware/eslint/commit/99ff98834c4b9ee22594ce32c8180db5f4e1c8fe))
|
|
718
|
-
* run on ubuntu-latest ([de0d84d](https://github.com/DarkSheepSoftware/eslint/commit/de0d84d3a4a6c34e5f9d15053ee164dd4efe5547))
|
|
719
|
-
|
|
720
|
-
## [4.1.4](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.3...v4.1.4) (2024-02-22)
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
### Miscellaneous Chores
|
|
724
|
-
|
|
725
|
-
* Add provenance statement ([4f23c3f](https://github.com/DarkSheepSoftware/eslint/commit/4f23c3f6e66e0e48b1e3db485027c4ffcd280e4d))
|
|
726
|
-
* Remove provenance flag :( its not supported in yarn ([d746a4f](https://github.com/DarkSheepSoftware/eslint/commit/d746a4fb2b766bda50c2d8cde60bb6e903f2b2ce))
|
|
727
|
-
|
|
728
|
-
## [4.1.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.2...v4.1.3) (2024-02-22)
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
### Bug Fixes
|
|
732
|
-
|
|
733
|
-
* Don't import `[@typescript-eslint](https://github.com/typescript-eslint)` when `typescript` is not found ([a47d22d](https://github.com/DarkSheepSoftware/eslint/commit/a47d22d4bb166c16411a7b314e032c1a54c4aa95))
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Miscellaneous Chores
|
|
737
|
-
|
|
738
|
-
* resolve ts default import ([5bad0fb](https://github.com/DarkSheepSoftware/eslint/commit/5bad0fbd72e6ea0ed20fc42c1176e26d10132302))
|
|
739
|
-
|
|
740
|
-
## [4.1.2](https://github.com/pickles-and-beans/eslint/compare/v4.1.1...v4.1.2) (2024-02-12)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
### Dependencies
|
|
744
|
-
|
|
745
|
-
* **pkg:** update dependency @eslint/eslintrc to v3.0.1 ([#244](https://github.com/pickles-and-beans/eslint/issues/244)) ([ab231b9](https://github.com/pickles-and-beans/eslint/commit/ab231b986a30424db10930c76bae6a12be13e131))
|
|
746
|
-
* **pkg:** update dependency @typescript-eslint/eslint-plugin to v7.0.1 ([#249](https://github.com/pickles-and-beans/eslint/issues/249)) ([f566254](https://github.com/pickles-and-beans/eslint/commit/f566254b7eff66e9ed16f9574c62337d44b7c579))
|
|
747
|
-
* **pkg:** update dependency eslint-plugin-sonarjs to ~0.24.0 ([#247](https://github.com/pickles-and-beans/eslint/issues/247)) ([2e04a66](https://github.com/pickles-and-beans/eslint/commit/2e04a66f903b809322d8def8c052adba240f9b4f))
|
|
748
|
-
* **pkg:** update typescript-eslint monorepo to v7 (major) ([#248](https://github.com/pickles-and-beans/eslint/issues/248)) ([1020d4a](https://github.com/pickles-and-beans/eslint/commit/1020d4a23b17e5c59f5f3179808f9bdff2bff21d))
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
### Miscellaneous Chores
|
|
752
|
-
|
|
753
|
-
* **deps:** lock file maintenance ([#246](https://github.com/pickles-and-beans/eslint/issues/246)) ([d27546d](https://github.com/pickles-and-beans/eslint/commit/d27546df7de2e19ab0719e66efaa568098153907))
|
|
754
|
-
|
|
755
|
-
## [4.1.1](https://github.com/pickles-and-beans/eslint/compare/v4.1.0...v4.1.1) (2024-02-09)
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
### Dependencies
|
|
759
|
-
|
|
760
|
-
* **dev:** update dependency @types/node to v20.11.17 ([#242](https://github.com/pickles-and-beans/eslint/issues/242)) ([c37c165](https://github.com/pickles-and-beans/eslint/commit/c37c165de41cf697b0d0a3c5de30d0c26773a500))
|
|
761
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v1.6.1 ([#243](https://github.com/pickles-and-beans/eslint/issues/243)) ([9d8a4ae](https://github.com/pickles-and-beans/eslint/commit/9d8a4aeb033a705bc7c45c75b41da3069cb3346b))
|
|
762
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.0.6 ([#238](https://github.com/pickles-and-beans/eslint/issues/238)) ([fe8323b](https://github.com/pickles-and-beans/eslint/commit/fe8323b975ee71d30ae6cc8f96bc96e64460669c))
|
|
763
|
-
* **pkg:** update dependency eslint-plugin-n to v17.0.0-1 ([#241](https://github.com/pickles-and-beans/eslint/issues/241)) ([3cd08a5](https://github.com/pickles-and-beans/eslint/commit/3cd08a5b3b68af9c445e1945a9a8ca988e6efa2c))
|
|
764
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v51.0.1 ([#240](https://github.com/pickles-and-beans/eslint/issues/240)) ([50d022e](https://github.com/pickles-and-beans/eslint/commit/50d022e416cfe28cb5b705a15200c338d5f92557))
|
|
765
|
-
|
|
766
|
-
## [4.1.0](https://github.com/pickles-and-beans/eslint/compare/v4.0.1...v4.1.0) (2024-02-06)
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
### Features
|
|
770
|
-
|
|
771
|
-
* Use eslint-plugin-n@next ([78b82d3](https://github.com/pickles-and-beans/eslint/commit/78b82d3099ca761f4b89c84a31c9aa3fd3e91c28))
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
### Dependencies
|
|
775
|
-
|
|
776
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v51 ([#236](https://github.com/pickles-and-beans/eslint/issues/236)) ([ca35e6f](https://github.com/pickles-and-beans/eslint/commit/ca35e6f830afcca3186734561089d9e09aec4076))
|
|
777
|
-
|
|
778
|
-
## [4.0.1](https://github.com/pickles-and-beans/eslint/compare/v4.0.0...v4.0.1) (2024-02-05)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
### Dependencies
|
|
782
|
-
|
|
783
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.0.5 ([#234](https://github.com/pickles-and-beans/eslint/issues/234)) ([2f20f6e](https://github.com/pickles-and-beans/eslint/commit/2f20f6ed38a6e72fb1b6aa4108537454c6e8fe3b))
|
|
784
|
-
* **pkg:** update typescript-eslint monorepo to ~6.21.0 ([#233](https://github.com/pickles-and-beans/eslint/issues/233)) ([e9c134d](https://github.com/pickles-and-beans/eslint/commit/e9c134de1e9f0304426f475f0ad60baee9ddb334))
|
|
785
|
-
|
|
786
|
-
## [4.0.0](https://github.com/pickles-and-beans/eslint/compare/v3.0.8...v4.0.0) (2024-02-05)
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
### โ BREAKING CHANGES
|
|
790
|
-
|
|
791
|
-
* Update `style/quote-props` to be `consistent-as-needed`
|
|
792
|
-
|
|
793
|
-
### Features
|
|
794
|
-
|
|
795
|
-
* Update `style/quote-props` to be `consistent-as-needed` ([e5f5afb](https://github.com/pickles-and-beans/eslint/commit/e5f5afbe52b843bd325519e32d3be033eb18ccb0))
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
### Dependencies
|
|
799
|
-
|
|
800
|
-
* **dev:** update dependency @types/node to v20.11.15 ([#227](https://github.com/pickles-and-beans/eslint/issues/227)) ([40b7705](https://github.com/pickles-and-beans/eslint/commit/40b770591b7881349b1f581c2821f8bfc5024976))
|
|
801
|
-
* **dev:** update dependency @types/node to v20.11.16 ([#229](https://github.com/pickles-and-beans/eslint/issues/229)) ([3945254](https://github.com/pickles-and-beans/eslint/commit/3945254f5836822c0402772a842298fa4755696c))
|
|
802
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to ~1.6.0 ([3f162d4](https://github.com/pickles-and-beans/eslint/commit/3f162d4dab3592353a30a583f99a43e2219ac2fa))
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
### Miscellaneous Chores
|
|
806
|
-
|
|
807
|
-
* **deps:** lock file maintenance ([#230](https://github.com/pickles-and-beans/eslint/issues/230)) ([677d3a4](https://github.com/pickles-and-beans/eslint/commit/677d3a4af7a138881adc7ad0c8ebd35f6ee7fa77))
|
|
808
|
-
* eslint --fix . ([d2848da](https://github.com/pickles-and-beans/eslint/commit/d2848dac585507b613140ffe79e5aa9f067e130d))
|
|
809
|
-
|
|
810
|
-
## [3.0.8](https://github.com/pickles-and-beans/eslint/compare/v3.0.7...v3.0.8) (2024-01-31)
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
### Dependencies
|
|
814
|
-
|
|
815
|
-
* **deps:** update yarn to v4.1.0 ([#223](https://github.com/pickles-and-beans/eslint/issues/223)) ([4a35a84](https://github.com/pickles-and-beans/eslint/commit/4a35a8406f30b895a470d9f70911ff6352f4ef7d))
|
|
816
|
-
* **dev:** update dependency @types/node to v20.11.10 ([#220](https://github.com/pickles-and-beans/eslint/issues/220)) ([7221277](https://github.com/pickles-and-beans/eslint/commit/7221277775d26c9410eeeeea51cee388cb16b1f4))
|
|
817
|
-
* **dev:** update dependency @types/node to v20.11.11 ([#225](https://github.com/pickles-and-beans/eslint/issues/225)) ([2c06107](https://github.com/pickles-and-beans/eslint/commit/2c06107168f2eff932d4e1385c664c4c41091f9f))
|
|
818
|
-
* **dev:** update dependency @types/node to v20.11.13 ([#226](https://github.com/pickles-and-beans/eslint/issues/226)) ([f5d43d0](https://github.com/pickles-and-beans/eslint/commit/f5d43d03d1b21e7be475b5b2812f3c04f6a6e69e))
|
|
819
|
-
* **dev:** update dependency type-fest to v4.10.2 ([#222](https://github.com/pickles-and-beans/eslint/issues/222)) ([920b821](https://github.com/pickles-and-beans/eslint/commit/920b821466048d56f3f635d11e35b5a32ae3dda1))
|
|
820
|
-
* **pkg:** update typescript-eslint monorepo to ~6.20.0 ([#221](https://github.com/pickles-and-beans/eslint/issues/221)) ([46c9016](https://github.com/pickles-and-beans/eslint/commit/46c901632a16f98886c8855cbec5a46df1bd15bd))
|
|
821
|
-
|
|
822
|
-
## [3.0.7](https://github.com/pickles-and-beans/eslint/compare/v3.0.6...v3.0.7) (2024-01-26)
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
### Dependencies
|
|
826
|
-
|
|
827
|
-
* **dev:** update dependency @types/node to v20.11.7 ([#218](https://github.com/pickles-and-beans/eslint/issues/218)) ([9c1f851](https://github.com/pickles-and-beans/eslint/commit/9c1f851166fd95abf8b512b7afb483d6d5200707))
|
|
828
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.0.3 ([#215](https://github.com/pickles-and-beans/eslint/issues/215)) ([ddf2531](https://github.com/pickles-and-beans/eslint/commit/ddf2531ddd90e0b31a85070ac3e0ac1ed17c2ea0))
|
|
829
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48.0.4 ([#217](https://github.com/pickles-and-beans/eslint/issues/217)) ([17635d2](https://github.com/pickles-and-beans/eslint/commit/17635d28b85ae6ad9d99bcb909bd09de518604d9))
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
### Miscellaneous Chores
|
|
833
|
-
|
|
834
|
-
* **deps:** lock file maintenance ([#219](https://github.com/pickles-and-beans/eslint/issues/219)) ([f80563b](https://github.com/pickles-and-beans/eslint/commit/f80563b6506a860b00d0104830969590a058ce8a))
|
|
835
|
-
|
|
836
|
-
## [3.0.6](https://github.com/pickles-and-beans/eslint/compare/v3.0.5...v3.0.6) (2024-01-24)
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
### Dependencies
|
|
840
|
-
|
|
841
|
-
* **dev:** update dependency @types/node to v20.11.6 ([#212](https://github.com/pickles-and-beans/eslint/issues/212)) ([ab4d6c7](https://github.com/pickles-and-beans/eslint/commit/ab4d6c7e5c61706f6f01ada0d75ab77a32107bc1))
|
|
842
|
-
* **dev:** update dependency type-fest to v4.10.1 ([#214](https://github.com/pickles-and-beans/eslint/issues/214)) ([3a90aea](https://github.com/pickles-and-beans/eslint/commit/3a90aea181987f35b51ceee4b36f80f370f15157))
|
|
843
|
-
|
|
844
|
-
## [3.0.5](https://github.com/pickles-and-beans/eslint/compare/v3.0.4...v3.0.5) (2024-01-23)
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
### Dependencies
|
|
848
|
-
|
|
849
|
-
* **deps:** update googlecloudplatform/release-please-action action to v4 ([#207](https://github.com/pickles-and-beans/eslint/issues/207)) ([f6d311f](https://github.com/pickles-and-beans/eslint/commit/f6d311fd6577c921f8609801bb10c6c6d7e8bb86))
|
|
850
|
-
* **dev:** update dependency type-fest to ~4.10.0 ([#205](https://github.com/pickles-and-beans/eslint/issues/205)) ([db972c5](https://github.com/pickles-and-beans/eslint/commit/db972c5c7b1b4feae13de670cd3b37214f6a3b32))
|
|
851
|
-
* **pkg:** update dependency eslint-plugin-jsonc to ~2.13.0 ([#209](https://github.com/pickles-and-beans/eslint/issues/209)) ([fdad92b](https://github.com/pickles-and-beans/eslint/commit/fdad92b44314358c776d22f30e5fa572719abd0c))
|
|
852
|
-
* **pkg:** update typescript-eslint monorepo to v6.19.1 ([#204](https://github.com/pickles-and-beans/eslint/issues/204)) ([58b8db6](https://github.com/pickles-and-beans/eslint/commit/58b8db6f6a427a1aaa1e7f3c56531350186c9320))
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
### Miscellaneous Chores
|
|
856
|
-
|
|
857
|
-
* **deps:** lock file maintenance ([#203](https://github.com/pickles-and-beans/eslint/issues/203)) ([9807a23](https://github.com/pickles-and-beans/eslint/commit/9807a2330514df68150f8c9eabd9deae3a08ea61))
|
|
858
|
-
* **deps:** lock file maintenance ([#211](https://github.com/pickles-and-beans/eslint/issues/211)) ([d6d5a81](https://github.com/pickles-and-beans/eslint/commit/d6d5a813d9edf616e5caf9fa5bb652bdc9d805b1))
|
|
859
|
-
* eslint . --fix ([e41d06a](https://github.com/pickles-and-beans/eslint/commit/e41d06afc9499745b5265324a02218a3eeb664c2))
|
|
860
|
-
|
|
861
|
-
## [3.0.4](https://github.com/pickles-and-beans/eslint/compare/v3.0.3...v3.0.4) (2024-01-18)
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
### Bug Fixes
|
|
865
|
-
|
|
866
|
-
* ignoreExternal in "import/no-cycle" ([b8a4ab8](https://github.com/pickles-and-beans/eslint/commit/b8a4ab8020036b4771d5ea1e9085020bc59acab9))
|
|
867
|
-
|
|
868
|
-
## [3.0.3](https://github.com/pickles-and-beans/eslint/compare/v3.0.2...v3.0.3) (2024-01-18)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
### Dependencies
|
|
872
|
-
|
|
873
|
-
* **dev:** update dependency @types/node to v20.11.5 ([#199](https://github.com/pickles-and-beans/eslint/issues/199)) ([99fdfd6](https://github.com/pickles-and-beans/eslint/commit/99fdfd63538a120abfc757f5f0a3cb0183a8a761))
|
|
874
|
-
* **pkg:** update dependency @stylistic/eslint-plugin to v1.5.4 ([#201](https://github.com/pickles-and-beans/eslint/issues/201)) ([fc92f0d](https://github.com/pickles-and-beans/eslint/commit/fc92f0dfc2e7508590c019e9741ac699da98968f))
|
|
875
|
-
|
|
876
|
-
## [3.0.2](https://github.com/pickles-and-beans/eslint/compare/v3.0.1...v3.0.2) (2024-01-16)
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
### Bug Fixes
|
|
880
|
-
|
|
881
|
-
* Disable default eslint no-unused-vars ([6bd7910](https://github.com/pickles-and-beans/eslint/commit/6bd7910a232d8717ab41d8b3f47c1f85e85779f4))
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
### Dependencies
|
|
885
|
-
|
|
886
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.12.2 ([#198](https://github.com/pickles-and-beans/eslint/issues/198)) ([e635f7d](https://github.com/pickles-and-beans/eslint/commit/e635f7d8b3629116f02bdb6e21266964edeb3a7b))
|
|
887
|
-
|
|
888
|
-
## [3.0.1](https://github.com/pickles-and-beans/eslint/compare/v3.0.0...v3.0.1) (2024-01-16)
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
### Bug Fixes
|
|
892
|
-
|
|
893
|
-
* no-unused-vars ([10fd819](https://github.com/pickles-and-beans/eslint/commit/10fd819073f9e395d644a55f4b9a13d0c5331a6e))
|
|
894
|
-
|
|
895
|
-
## [3.0.0](https://github.com/pickles-and-beans/eslint/compare/v2.3.0...v3.0.0) (2024-01-16)
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
### โ BREAKING CHANGES
|
|
899
|
-
|
|
900
|
-
* Add git ignore support for the root directory
|
|
901
|
-
|
|
902
|
-
### Features
|
|
903
|
-
|
|
904
|
-
* Add git ignore support for the root directory ([a003976](https://github.com/pickles-and-beans/eslint/commit/a0039762d0ddbd1f6b637e3cf278cee2967e3eb6))
|
|
905
|
-
* Add monorepo support to gitignore ([46cbf89](https://github.com/pickles-and-beans/eslint/commit/46cbf897e17d19a3fd917522f13d6a1736e64477))
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
### Bug Fixes
|
|
909
|
-
|
|
910
|
-
* Correct indentation on binary operators ([8bd461e](https://github.com/pickles-and-beans/eslint/commit/8bd461eacf2d3ee7c6854300eeae6e7534a3d047))
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
### Dependencies
|
|
914
|
-
|
|
915
|
-
* **dev:** update dependency @types/node to v20.11.3 ([#193](https://github.com/pickles-and-beans/eslint/issues/193)) ([c2373f8](https://github.com/pickles-and-beans/eslint/commit/c2373f876b8ebe953979a810850c90ff7affea15))
|
|
916
|
-
* **dev:** update dependency @types/node to v20.11.4 ([#195](https://github.com/pickles-and-beans/eslint/issues/195)) ([599e656](https://github.com/pickles-and-beans/eslint/commit/599e6564cfd4cd9f5c334a27261de156b4b7c3b7))
|
|
917
|
-
* **pkg:** update dependency @typescript-eslint/eslint-plugin to ~6.19.0 ([#190](https://github.com/pickles-and-beans/eslint/issues/190)) ([0009943](https://github.com/pickles-and-beans/eslint/commit/0009943cbd2db8a61000f789ff6dab479cffd92e))
|
|
918
|
-
* **pkg:** update dependency @typescript-eslint/parser to ~6.19.0 ([#191](https://github.com/pickles-and-beans/eslint/issues/191)) ([4a853a8](https://github.com/pickles-and-beans/eslint/commit/4a853a8101c602ea47cda7f1955b80f5c8808a38))
|
|
919
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.12.1 ([#194](https://github.com/pickles-and-beans/eslint/issues/194)) ([5766dbc](https://github.com/pickles-and-beans/eslint/commit/5766dbc9ed292311523b8fdacbea7b92907c1179))
|
|
920
|
-
|
|
921
|
-
## [2.3.0](https://github.com/pickles-and-beans/eslint/compare/v2.2.2...v2.3.0) (2024-01-15)
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
### Features
|
|
925
|
-
|
|
926
|
-
* Disable type checks in jsdoc if typescript is installed ([d1ef19d](https://github.com/pickles-and-beans/eslint/commit/d1ef19dc2904e05fefd9f479753e5fb7844bed63))
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
### Dependencies
|
|
930
|
-
|
|
931
|
-
* **pkg:** update dependency eslint-plugin-jsonc to ~2.12.0 ([#188](https://github.com/pickles-and-beans/eslint/issues/188)) ([37b5e25](https://github.com/pickles-and-beans/eslint/commit/37b5e251c487f439aa8fdd1483c5900d6360aa19))
|
|
932
|
-
|
|
933
|
-
## [2.2.2](https://github.com/pickles-and-beans/eslint/compare/v2.2.1...v2.2.2) (2024-01-15)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
### Dependencies
|
|
937
|
-
|
|
938
|
-
* **dev:** update dependency @types/node to v20.11.2 ([#186](https://github.com/pickles-and-beans/eslint/issues/186)) ([8dac128](https://github.com/pickles-and-beans/eslint/commit/8dac1280c6dbd71ae6ba6a2cce08ea6fefab144d))
|
|
939
|
-
|
|
940
|
-
## [2.2.1](https://github.com/pickles-and-beans/eslint/compare/v2.2.0...v2.2.1) (2024-01-15)
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
### Dependencies
|
|
944
|
-
|
|
945
|
-
* **dev:** update dependency @types/eslint to v8.56.2 ([#181](https://github.com/pickles-and-beans/eslint/issues/181)) ([30f6945](https://github.com/pickles-and-beans/eslint/commit/30f6945ff1ac6f56ec8d4c9350bc22d5a40dd79f))
|
|
946
|
-
* **dev:** update dependency @types/node to ~20.11.0 ([#182](https://github.com/pickles-and-beans/eslint/issues/182)) ([10aad73](https://github.com/pickles-and-beans/eslint/commit/10aad730cd2e04bc5e20bde198d8a8f8911c39bc))
|
|
947
|
-
* **dev:** update dependency @types/node to v20.10.8 ([#178](https://github.com/pickles-and-beans/eslint/issues/178)) ([1735a9c](https://github.com/pickles-and-beans/eslint/commit/1735a9cf35e87fbb2cecbd7f7c94fe23f55af8c1))
|
|
948
|
-
* **dev:** update dependency @types/node to v20.11.1 ([#185](https://github.com/pickles-and-beans/eslint/issues/185)) ([950f746](https://github.com/pickles-and-beans/eslint/commit/950f746e5987b3066373a093a8f2dd63aada50f9))
|
|
949
|
-
* **pkg:** update dependency eslint-plugin-jest to v27.6.2 ([#180](https://github.com/pickles-and-beans/eslint/issues/180)) ([d502b51](https://github.com/pickles-and-beans/eslint/commit/d502b5147a4f87a234a2e94336ab636cc0f0072f))
|
|
950
|
-
* **pkg:** update dependency eslint-plugin-jest to v27.6.3 ([#183](https://github.com/pickles-and-beans/eslint/issues/183)) ([fbd9c21](https://github.com/pickles-and-beans/eslint/commit/fbd9c21295fcfd54a228e90ac4d8cf16710ff11f))
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
### Miscellaneous Chores
|
|
954
|
-
|
|
955
|
-
* **deps:** lock file maintenance ([#184](https://github.com/pickles-and-beans/eslint/issues/184)) ([1d4874b](https://github.com/pickles-and-beans/eslint/commit/1d4874b1d5d547f3c68e0080ff703f5a298c74bc))
|
|
956
|
-
|
|
957
|
-
## [2.2.0](https://github.com/pickles-and-beans/eslint/compare/v2.1.12...v2.2.0) (2024-01-09)
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
### Features
|
|
961
|
-
|
|
962
|
-
* migrate to stylistic ([#176](https://github.com/pickles-and-beans/eslint/issues/176)) ([b5cfd69](https://github.com/pickles-and-beans/eslint/commit/b5cfd6961692456bfd03a688fe73df6d008a3679))
|
|
963
|
-
|
|
964
|
-
## [2.1.12](https://github.com/pickles-and-beans/eslint/compare/v2.1.11...v2.1.12) (2024-01-09)
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
### Dependencies
|
|
968
|
-
|
|
969
|
-
* **dev:** update dependency @types/node to v20.10.7 ([#170](https://github.com/pickles-and-beans/eslint/issues/170)) ([8361981](https://github.com/pickles-and-beans/eslint/commit/8361981b19d612ba5a15bf2348e26f5ff7b82fb6))
|
|
970
|
-
* **pkg:** update dependency eslint-plugin-n to v16.6.2 ([#175](https://github.com/pickles-and-beans/eslint/issues/175)) ([380ab06](https://github.com/pickles-and-beans/eslint/commit/380ab06e52928e4451e112243ba8fab222cb3f31))
|
|
971
|
-
* **pkg:** update dependency eslint-plugin-regexp to ~2.2.0 ([#173](https://github.com/pickles-and-beans/eslint/issues/173)) ([499fab2](https://github.com/pickles-and-beans/eslint/commit/499fab21d97741469baa446b4e5cfb6d312a6e65))
|
|
972
|
-
* **pkg:** update typescript-eslint monorepo to ~6.18.0 ([#169](https://github.com/pickles-and-beans/eslint/issues/169)) ([3ad6581](https://github.com/pickles-and-beans/eslint/commit/3ad6581c76c4cdf2d1b3689cd8ed8d90d66f55c2))
|
|
973
|
-
* **pkg:** update typescript-eslint monorepo to v6.18.1 ([#174](https://github.com/pickles-and-beans/eslint/issues/174)) ([4129475](https://github.com/pickles-and-beans/eslint/commit/412947577e92fefd3e81036fa2bef94a25313ead))
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
### Miscellaneous Chores
|
|
977
|
-
|
|
978
|
-
* **deps:** lock file maintenance ([#171](https://github.com/pickles-and-beans/eslint/issues/171)) ([4575d6b](https://github.com/pickles-and-beans/eslint/commit/4575d6b00ecc7c4ef6b28599e482d33902bbd5cf))
|
|
979
|
-
|
|
980
|
-
## [2.1.11](https://github.com/pickles-and-beans/eslint/compare/v2.1.10...v2.1.11) (2024-01-04)
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
### Dependencies
|
|
984
|
-
|
|
985
|
-
* **dev:** update dependency @types/eslint to v8.56.1 ([#167](https://github.com/pickles-and-beans/eslint/issues/167)) ([b524629](https://github.com/pickles-and-beans/eslint/commit/b524629067167e1c5acb267af70115db0adeb806))
|
|
986
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v48 ([#166](https://github.com/pickles-and-beans/eslint/issues/166)) ([069e36e](https://github.com/pickles-and-beans/eslint/commit/069e36e446d5ba82ffd9da6242fb4ae57ce94e91))
|
|
987
|
-
|
|
988
|
-
## [2.1.10](https://github.com/pickles-and-beans/eslint/compare/v2.1.9...v2.1.10) (2024-01-02)
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
### Bug Fixes
|
|
992
|
-
|
|
993
|
-
* Allow editor config to handle rules separately ([d3b07fe](https://github.com/pickles-and-beans/eslint/commit/d3b07feb1ecd25dd31a9cbb8bdc642796410b77f))
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
### Dependencies
|
|
997
|
-
|
|
998
|
-
* **dev:** update dependency @types/node to v20.10.6 ([#160](https://github.com/pickles-and-beans/eslint/issues/160)) ([e33eada](https://github.com/pickles-and-beans/eslint/commit/e33eada221200acbe756964f129f146fefd05a7f))
|
|
999
|
-
* **dev:** update dependency type-fest to ~4.9.0 ([#157](https://github.com/pickles-and-beans/eslint/issues/157)) ([81e71f8](https://github.com/pickles-and-beans/eslint/commit/81e71f863666090caf5c2c683a65cc736cf48145))
|
|
1000
|
-
* **pkg:** update dependency @eslint/eslintrc to v3 ([#158](https://github.com/pickles-and-beans/eslint/issues/158)) ([9efb390](https://github.com/pickles-and-beans/eslint/commit/9efb3901105e246a3722b7213f8b07b289fa00e1))
|
|
1001
|
-
* **pkg:** update dependency eslint-plugin-jest to v27.6.1 ([#163](https://github.com/pickles-and-beans/eslint/issues/163)) ([c8a864a](https://github.com/pickles-and-beans/eslint/commit/c8a864a241d0712d395399373fb4aab30734b6e1))
|
|
1002
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to ~46.10.0 ([#161](https://github.com/pickles-and-beans/eslint/issues/161)) ([66bc756](https://github.com/pickles-and-beans/eslint/commit/66bc75644c8111922acd58f4a8253f72ab73b125))
|
|
1003
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v47 ([#162](https://github.com/pickles-and-beans/eslint/issues/162)) ([2c1b215](https://github.com/pickles-and-beans/eslint/commit/2c1b215340c4a320018c1629adca7c17af027314))
|
|
1004
|
-
* **pkg:** update dependency eslint-plugin-n to ~16.6.0 ([#159](https://github.com/pickles-and-beans/eslint/issues/159)) ([b37ff6e](https://github.com/pickles-and-beans/eslint/commit/b37ff6eb7b7bea634c685e2273165b316369d363))
|
|
1005
|
-
* **pkg:** update dependency eslint-plugin-unicorn to v50 ([#153](https://github.com/pickles-and-beans/eslint/issues/153)) ([0556417](https://github.com/pickles-and-beans/eslint/commit/0556417f5f301baacb4a3dba7cf6d9eeaedc0540))
|
|
1006
|
-
* **pkg:** update typescript-eslint monorepo to ~6.16.0 ([#155](https://github.com/pickles-and-beans/eslint/issues/155)) ([c2d840f](https://github.com/pickles-and-beans/eslint/commit/c2d840f29fb69d8137bf776b1c5447f3ccd2d3b4))
|
|
1007
|
-
* **pkg:** update typescript-eslint monorepo to ~6.17.0 ([#164](https://github.com/pickles-and-beans/eslint/issues/164)) ([bc06ff4](https://github.com/pickles-and-beans/eslint/commit/bc06ff4444a559a01aad84e2398ac57c1acf0dba))
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
### Miscellaneous Chores
|
|
1011
|
-
|
|
1012
|
-
* **deps:** lock file maintenance ([#154](https://github.com/pickles-and-beans/eslint/issues/154)) ([a0c2a8f](https://github.com/pickles-and-beans/eslint/commit/a0c2a8fa34279abce83afe3c590036256c4268c3))
|
|
1013
|
-
* trim trailing whitespace ([982dd6f](https://github.com/pickles-and-beans/eslint/commit/982dd6fae148387dbfe07f54b2e00080e690b014))
|
|
1014
|
-
|
|
1015
|
-
## [2.1.9](https://github.com/pickles-and-beans/eslint/compare/v2.1.8...v2.1.9) (2023-12-20)
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
### Dependencies
|
|
1019
|
-
|
|
1020
|
-
* **dev:** update dependency @types/eslint to ~8.56.0 ([#150](https://github.com/pickles-and-beans/eslint/issues/150)) ([7f192e7](https://github.com/pickles-and-beans/eslint/commit/7f192e72128a2be88afc3a7ef8e2f5d72d84d90a))
|
|
1021
|
-
* **pkg:** update dependency eslint-plugin-n to ~16.5.0 ([#151](https://github.com/pickles-and-beans/eslint/issues/151)) ([633a94c](https://github.com/pickles-and-beans/eslint/commit/633a94cfa89035eb233ccd0a6c1f4d1afd5d9649))
|
|
1022
|
-
|
|
1023
|
-
## [2.1.8](https://github.com/pickles-and-beans/eslint/compare/v2.1.7...v2.1.8) (2023-12-19)
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
### Dependencies
|
|
1027
|
-
|
|
1028
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.11.2 ([#148](https://github.com/pickles-and-beans/eslint/issues/148)) ([eef6b6e](https://github.com/pickles-and-beans/eslint/commit/eef6b6ede551f372291960239454e5620be57854))
|
|
1029
|
-
* **pkg:** update typescript-eslint monorepo to ~6.15.0 ([#147](https://github.com/pickles-and-beans/eslint/issues/147)) ([f3ef5b2](https://github.com/pickles-and-beans/eslint/commit/f3ef5b2cb52a966ba73bc475f6a6b9f5c4e34384))
|
|
1030
|
-
|
|
1031
|
-
## [2.1.7](https://github.com/pickles-and-beans/eslint/compare/v2.1.6...v2.1.7) (2023-12-18)
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
### Dependencies
|
|
1035
|
-
|
|
1036
|
-
* **dev:** update dependency @types/eslint to v8.44.9 ([#135](https://github.com/pickles-and-beans/eslint/issues/135)) ([a15d9e6](https://github.com/pickles-and-beans/eslint/commit/a15d9e651a2a3efc591bd06549156f2a3104c826))
|
|
1037
|
-
* **dev:** update dependency @types/node to v20.10.5 ([#145](https://github.com/pickles-and-beans/eslint/issues/145)) ([8f43b81](https://github.com/pickles-and-beans/eslint/commit/8f43b81d5acaa5dd6f7bb69ef545162dba709051))
|
|
1038
|
-
* **pkg:** update dependency @eslint/js to ~8.56.0 ([#143](https://github.com/pickles-and-beans/eslint/issues/143)) ([cd18d2b](https://github.com/pickles-and-beans/eslint/commit/cd18d2b5ed2071fe24ad10d3eade36eac2b44f38))
|
|
1039
|
-
* **pkg:** update dependency eslint to ~8.56.0 ([#144](https://github.com/pickles-and-beans/eslint/issues/144)) ([5a06c74](https://github.com/pickles-and-beans/eslint/commit/5a06c74873a823340ab7a6120c5c3f16f85b405f))
|
|
1040
|
-
* **pkg:** update dependency eslint-plugin-import to v2.29.1 ([#141](https://github.com/pickles-and-beans/eslint/issues/141)) ([3f1b8ef](https://github.com/pickles-and-beans/eslint/commit/3f1b8ef16fa39eb37cd518983cfc70ebcd41ae9f))
|
|
1041
|
-
* **pkg:** update dependency eslint-plugin-jsdoc to v46.9.1 ([#139](https://github.com/pickles-and-beans/eslint/issues/139)) ([985ecbf](https://github.com/pickles-and-beans/eslint/commit/985ecbfbac969c49cf56682f78b553305ff96b8e))
|
|
1042
|
-
* **pkg:** update dependency eslint-plugin-jsonc to ~2.11.0 ([#137](https://github.com/pickles-and-beans/eslint/issues/137)) ([aae021c](https://github.com/pickles-and-beans/eslint/commit/aae021cbee7b69e4831ab3c6ae97c334bf18255c))
|
|
1043
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.11.1 ([#140](https://github.com/pickles-and-beans/eslint/issues/140)) ([f148f00](https://github.com/pickles-and-beans/eslint/commit/f148f003e2c921b10e05ab3d57767bba7031a8c4))
|
|
1044
|
-
* **pkg:** update dependency eslint-plugin-security to ~2.1.0 ([#142](https://github.com/pickles-and-beans/eslint/issues/142)) ([e636a2c](https://github.com/pickles-and-beans/eslint/commit/e636a2c64954eb87e5c41c58b75d299b6def3284))
|
|
1045
|
-
* **pkg:** update dependency eslint-plugin-security to v2 ([#138](https://github.com/pickles-and-beans/eslint/issues/138)) ([0aa0c45](https://github.com/pickles-and-beans/eslint/commit/0aa0c45de747948bd8b356ff8b6ee0a5d32b97a1))
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
### Miscellaneous Chores
|
|
1049
|
-
|
|
1050
|
-
* **deps:** lock file maintenance ([#146](https://github.com/pickles-and-beans/eslint/issues/146)) ([47ec877](https://github.com/pickles-and-beans/eslint/commit/47ec87726d11f4a5fc70ad5c25d6f3d90a172c2f))
|
|
1051
|
-
|
|
1052
|
-
## [2.1.6](https://github.com/pickles-and-beans/eslint/compare/v2.1.5...v2.1.6) (2023-12-12)
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
### Bug Fixes
|
|
1056
|
-
|
|
1057
|
-
* Prevent `yarn npm publish` making the package private ([09547d3](https://github.com/pickles-and-beans/eslint/commit/09547d31e478eec1920f33a3bf43018c9dfdf4ff))
|
|
1058
|
-
|
|
1059
|
-
## [2.1.5](https://github.com/pickles-and-beans/eslint/compare/v2.1.4...v2.1.5) (2023-12-12)
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
### Bug Fixes
|
|
1063
|
-
|
|
1064
|
-
* Exclude more test files from sonar ([12d1d6b](https://github.com/pickles-and-beans/eslint/commit/12d1d6b1a15bc5e1e91c37e83e81328933ed73f5))
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
### Dependencies
|
|
1068
|
-
|
|
1069
|
-
* **pkg:** update typescript-eslint monorepo to ~6.14.0 ([#132](https://github.com/pickles-and-beans/eslint/issues/132)) ([a2e6c58](https://github.com/pickles-and-beans/eslint/commit/a2e6c5863cbc45f30b48d309bd852a9d5f1c9d12))
|
|
1070
|
-
|
|
1071
|
-
## [2.1.4](https://github.com/pickles-and-beans/eslint/compare/v2.1.3...v2.1.4) (2023-12-11)
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Dependencies
|
|
1075
|
-
|
|
1076
|
-
* **pkg:** update dependency eslint-plugin-n to ~16.4.0 ([#129](https://github.com/pickles-and-beans/eslint/issues/129)) ([60deed6](https://github.com/pickles-and-beans/eslint/commit/60deed65ce44155327e760d92c6a330513c783e0))
|
|
1077
|
-
|
|
1078
|
-
## [2.1.3](https://github.com/pickles-and-beans/eslint/compare/v2.1.2...v2.1.3) (2023-12-09)
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
### Dependencies
|
|
1082
|
-
|
|
1083
|
-
* **deps:** update googlecloudplatform/release-please-action action to v4 ([#125](https://github.com/pickles-and-beans/eslint/issues/125)) ([99c4ea8](https://github.com/pickles-and-beans/eslint/commit/99c4ea8d8d62d8c0d96cfc5099998177933c946e))
|
|
1084
|
-
* **dev:** update dependency @types/eslint to v8.44.8 ([#116](https://github.com/pickles-and-beans/eslint/issues/116)) ([0cbcf01](https://github.com/pickles-and-beans/eslint/commit/0cbcf014cbad233ed2df69ee5da72010a1c7a834))
|
|
1085
|
-
* **dev:** update dependency @types/node to ~20.10.0 ([#121](https://github.com/pickles-and-beans/eslint/issues/121)) ([998e0c6](https://github.com/pickles-and-beans/eslint/commit/998e0c6acd112467bd6ea860c6c70a9cf5737680))
|
|
1086
|
-
* **pkg:** update dependency @eslint/js to ~8.55.0 ([#122](https://github.com/pickles-and-beans/eslint/issues/122)) ([b951af7](https://github.com/pickles-and-beans/eslint/commit/b951af7e9414512775d54faf1d58b4e23b3970b1))
|
|
1087
|
-
* **pkg:** update dependency eslint to ~8.55.0 ([#123](https://github.com/pickles-and-beans/eslint/issues/123)) ([d0148d1](https://github.com/pickles-and-beans/eslint/commit/d0148d1f59e60b1b7338dfd25361a7f85d676819))
|
|
1088
|
-
* **pkg:** update typescript-eslint monorepo to ~6.13.0 ([#124](https://github.com/pickles-and-beans/eslint/issues/124)) ([5c52e00](https://github.com/pickles-and-beans/eslint/commit/5c52e00d12672208c2f16ecd62c33a5b5de2db3f))
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
### Miscellaneous Chores
|
|
1092
|
-
|
|
1093
|
-
* **deps:** lock file maintenance ([#126](https://github.com/pickles-and-beans/eslint/issues/126)) ([16a9b67](https://github.com/pickles-and-beans/eslint/commit/16a9b67bd8dfe6c3b5dfb4013890aac075909e53))
|
|
1094
|
-
* Dont check for duplicate strings in tests ([2c129f2](https://github.com/pickles-and-beans/eslint/commit/2c129f2761bc91765eba755ad08663d5f381b2ac))
|
|
1095
|
-
|
|
1096
|
-
## [2.1.2](https://github.com/pickles-and-beans/eslint/compare/v2.1.1...v2.1.2) (2023-11-23)
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
### Bug Fixes
|
|
1100
|
-
|
|
1101
|
-
* Typescript peer dependency ([f9a039e](https://github.com/pickles-and-beans/eslint/commit/f9a039eabb40c1e7bc8c4edea365112a95fac54e))
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
### Miscellaneous Chores
|
|
1105
|
-
|
|
1106
|
-
* **deps:** lock file maintenance ([#114](https://github.com/pickles-and-beans/eslint/issues/114)) ([e838db3](https://github.com/pickles-and-beans/eslint/commit/e838db3123d00ae0ad46c088144f96a48d15e0d3))
|
|
1107
|
-
|
|
1108
|
-
## [2.1.1](https://github.com/pickles-and-beans/eslint/compare/v2.1.0...v2.1.1) (2023-11-22)
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
### Bug Fixes
|
|
1112
|
-
|
|
1113
|
-
* auth in ci for npm ([c852d4d](https://github.com/pickles-and-beans/eslint/commit/c852d4dfe338ec0bf57d9944703219f610c31e77))
|
|
1114
|
-
|
|
1115
|
-
## [2.1.0](https://github.com/pickles-and-beans/eslint/compare/v2.0.3...v2.1.0) (2023-11-22)
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
### Features
|
|
1119
|
-
|
|
1120
|
-
* relative type safety ([fe957c8](https://github.com/pickles-and-beans/eslint/commit/fe957c81d4b42d8394ed5b62c94f47462aa54c88))
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
### Dependencies
|
|
1124
|
-
|
|
1125
|
-
* **deps:** update actions/setup-node action to v4 ([#106](https://github.com/pickles-and-beans/eslint/issues/106)) ([15aa753](https://github.com/pickles-and-beans/eslint/commit/15aa7538c776d0bf698c9f601d8bd46642a3ab6e))
|
|
1126
|
-
* **dev:** update dependency @types/node to ~20.9.0 ([#96](https://github.com/pickles-and-beans/eslint/issues/96)) ([4aced0f](https://github.com/pickles-and-beans/eslint/commit/4aced0f914303d03bd18cf4628c5aee887173924))
|
|
1127
|
-
* **pkg:** update dependency @eslint/js to ~8.54.0 ([#98](https://github.com/pickles-and-beans/eslint/issues/98)) ([ee5a70d](https://github.com/pickles-and-beans/eslint/commit/ee5a70d425affce3d0345025eea84caa7be70f55))
|
|
1128
|
-
* **pkg:** update typescript-eslint monorepo to ~6.12.0 ([#105](https://github.com/pickles-and-beans/eslint/issues/105)) ([8407545](https://github.com/pickles-and-beans/eslint/commit/84075451d17896bd66b4cad26fbb60207d85f307))
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
### Miscellaneous Chores
|
|
1132
|
-
|
|
1133
|
-
* Bump dep versions ([37e9b53](https://github.com/pickles-and-beans/eslint/commit/37e9b53d5a27a2ba6115da3a23ee7c6cbf4680ac))
|
|
1134
|
-
* **deps:** lock file maintenance ([#82](https://github.com/pickles-and-beans/eslint/issues/82)) ([f0ae90b](https://github.com/pickles-and-beans/eslint/commit/f0ae90befb89fdcb7c1832c99279c77706851370))
|
|
1135
|
-
* make defaultSemverRangePrefix quoted ([5a1e507](https://github.com/pickles-and-beans/eslint/commit/5a1e507c25dddf8c9296477f161a5563a795d545))
|
|
1136
|
-
* Rename package ([b7ac892](https://github.com/pickles-and-beans/eslint/commit/b7ac8920809395b8e7e9f37779a7460c15950e4a))
|
|
1137
|
-
* Update package engines ([e7aceb9](https://github.com/pickles-and-beans/eslint/commit/e7aceb90dc6d204c929ddb8a8db63b4e1ff2a497))
|
|
1138
|
-
* Update yarn ([2af5349](https://github.com/pickles-and-beans/eslint/commit/2af534984015eafa2a66e4d140c7bc1c6483005e))
|
|
1139
|
-
* Update yarn settings ([3625fa5](https://github.com/pickles-and-beans/eslint/commit/3625fa50232c77b20de3ba6656fda26105c22c8b))
|
|
1140
|
-
* Update yml editor config ([e44baee](https://github.com/pickles-and-beans/eslint/commit/e44baeee32b794cb17c3fb6f644ace15a8efadc4))
|
|
1141
|
-
|
|
1142
|
-
## [2.0.3](https://github.com/pickles-and-beans/eslint/compare/v2.0.2...v2.0.3) (2023-10-13)
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
### Dependencies
|
|
1146
|
-
|
|
1147
|
-
* **deps:** update yarn to v3.6.4 ([#84](https://github.com/pickles-and-beans/eslint/issues/84)) ([22e8745](https://github.com/pickles-and-beans/eslint/commit/22e8745d435c7529ef281cbf1b89b61928db157c))
|
|
1148
|
-
* **dev:** update dependency @types/node to v20.8.4 ([#87](https://github.com/pickles-and-beans/eslint/issues/87)) ([2523539](https://github.com/pickles-and-beans/eslint/commit/25235390e052ed5aaac2c72401c17a6e532d4940))
|
|
1149
|
-
* **dev:** update dependency @types/node to v20.8.5 ([#94](https://github.com/pickles-and-beans/eslint/issues/94)) ([3c9a38f](https://github.com/pickles-and-beans/eslint/commit/3c9a38f9ae3ae86a8e71989da91507b0d86de429))
|
|
1150
|
-
* **dev:** update dependency type-fest to v4.4.0 ([#88](https://github.com/pickles-and-beans/eslint/issues/88)) ([f71504c](https://github.com/pickles-and-beans/eslint/commit/f71504c7a912b0161ddf6610fc8c6108b981ec49))
|
|
1151
|
-
* **pkg:** update dependency @eslint/js to v8.51.0 ([#89](https://github.com/pickles-and-beans/eslint/issues/89)) ([4aa06aa](https://github.com/pickles-and-beans/eslint/commit/4aa06aa5452c8cee540f0ba239fcf3498bd304b1))
|
|
1152
|
-
* **pkg:** update dependency eslint to v8.51.0 ([#90](https://github.com/pickles-and-beans/eslint/issues/90)) ([d14db05](https://github.com/pickles-and-beans/eslint/commit/d14db0560dbeba756b517616cb32c9d6840b85fc))
|
|
1153
|
-
* **pkg:** update dependency eslint-plugin-jest to v27.4.2 ([#85](https://github.com/pickles-and-beans/eslint/issues/85)) ([64c2e16](https://github.com/pickles-and-beans/eslint/commit/64c2e164e802aeef6a140725324a67d8b5b963b6))
|
|
1154
|
-
* **pkg:** update dependency eslint-plugin-jsonc to v2.10.0 ([#91](https://github.com/pickles-and-beans/eslint/issues/91)) ([533a45d](https://github.com/pickles-and-beans/eslint/commit/533a45d8db741c8b0c213b5aab3b7e3497eb0ab1))
|
|
1155
|
-
* **pkg:** update dependency eslint-plugin-n to v16.2.0 ([#92](https://github.com/pickles-and-beans/eslint/issues/92)) ([0a87739](https://github.com/pickles-and-beans/eslint/commit/0a87739b19485b25b34f06e5b7434f72fa5d62cc))
|
|
1156
|
-
* **pkg:** update typescript-eslint monorepo to v6.7.5 ([#86](https://github.com/pickles-and-beans/eslint/issues/86)) ([cd44b05](https://github.com/pickles-and-beans/eslint/commit/cd44b05c9439aabecf9edb38a55ce002b666de42))
|
|
1157
|
-
|
|
1158
|
-
## [2.0.2](https://github.com/pickles-and-beans/eslint/compare/v2.0.1...v2.0.2) (2023-09-24)
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
### Bug Fixes
|
|
1162
|
-
|
|
1163
|
-
* Correctly handle temp imports (?time=11111) ([#80](https://github.com/pickles-and-beans/eslint/issues/80)) ([6ee9be6](https://github.com/pickles-and-beans/eslint/commit/6ee9be694f0289558fbdfc9d91cee22e6a628b77))
|
|
1164
|
-
|
|
1165
|
-
## [2.0.1](https://github.com/pickles-and-beans/eslint/compare/v2.0.0...v2.0.1) (2023-09-24)
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
### Miscellaneous Chores
|
|
1169
|
-
|
|
1170
|
-
* **deps:** update all non-major dependencies ([#76](https://github.com/pickles-and-beans/eslint/issues/76)) ([5fed4f1](https://github.com/pickles-and-beans/eslint/commit/5fed4f15653dd70fc3b16bb2bb58742148383b94))
|
|
1171
|
-
* **deps:** update dependency @types/node to v20.6.4 ([#79](https://github.com/pickles-and-beans/eslint/issues/79)) ([862a917](https://github.com/pickles-and-beans/eslint/commit/862a9170618a8a67a68f88643679b78bcbd85113))
|
|
1172
|
-
|
|
1173
|
-
## [2.0.0](https://github.com/pickles-and-beans/eslint/compare/v1.3.11...v2.0.0) (2023-09-23)
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
### โ BREAKING CHANGES
|
|
1177
|
-
|
|
1178
|
-
* Bundle eslint for the eslint command
|
|
1179
|
-
|
|
1180
|
-
### Features
|
|
1181
|
-
|
|
1182
|
-
* Allow for createConfig to be called with a string ([47dcb96](https://github.com/pickles-and-beans/eslint/commit/47dcb9617cc1ff75c4bf2726de5c34b950a375cd))
|
|
1183
|
-
* Bundle eslint for the eslint command ([8baf720](https://github.com/pickles-and-beans/eslint/commit/8baf720f8cb75d8ca8a15875f67c9e81fb88004f))
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
### Bug Fixes
|
|
1187
|
-
|
|
1188
|
-
* **deps:** update all non-major dependencies ([#74](https://github.com/pickles-and-beans/eslint/issues/74)) ([ab1d00f](https://github.com/pickles-and-beans/eslint/commit/ab1d00fcec7ae8a8fd465abebacafdd5474c7afb))
|
|
1189
|
-
* **deps:** update all non-major dependencies to v6.7.2 ([#72](https://github.com/pickles-and-beans/eslint/issues/72)) ([0a87ace](https://github.com/pickles-and-beans/eslint/commit/0a87acec8e5aa175af6329b4941db960649b4545))
|
|
1190
|
-
* Import @types/node ([dbcf2b4](https://github.com/pickles-and-beans/eslint/commit/dbcf2b4ab8d39fec74a7bac2d71aae62531c54c3))
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
### Miscellaneous Chores
|
|
1194
|
-
|
|
1195
|
-
* **deps:** lock file maintenance ([#71](https://github.com/pickles-and-beans/eslint/issues/71)) ([13a9369](https://github.com/pickles-and-beans/eslint/commit/13a9369d4ab61b37ffc8fb943e13b3d9bd7b4c82))
|
|
1196
|
-
|
|
1197
|
-
## [1.3.11](https://github.com/pickles-and-beans/eslint/compare/v1.3.10...v1.3.11) (2023-09-17)
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
### Miscellaneous Chores
|
|
1201
|
-
|
|
1202
|
-
* update jsdoc.js ([f741e5b](https://github.com/pickles-and-beans/eslint/commit/f741e5b3ab203a3d7dd5a6e4da79c6ae454b0dbb))
|
|
1203
|
-
|
|
1204
|
-
## [1.3.10](https://github.com/pickles-and-beans/eslint/compare/v1.3.9...v1.3.10) (2023-09-17)
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
### Bug Fixes
|
|
1208
|
-
|
|
1209
|
-
* **deps:** update all non-major dependencies ([#67](https://github.com/pickles-and-beans/eslint/issues/67)) ([5d95b64](https://github.com/pickles-and-beans/eslint/commit/5d95b642373fc94d0c4eb4f1f170c6b2f3c2f1d2))
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
### Miscellaneous Chores
|
|
1213
|
-
|
|
1214
|
-
* **deps:** lock file maintenance ([#68](https://github.com/pickles-and-beans/eslint/issues/68)) ([6850c76](https://github.com/pickles-and-beans/eslint/commit/6850c76a7365bfe07b5339a2581acd17c94c918b))
|
|
1215
|
-
|
|
1216
|
-
## [1.3.9](https://github.com/pickles-and-beans/eslint/compare/v1.3.8...v1.3.9) (2023-09-09)
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
### Bug Fixes
|
|
1220
|
-
|
|
1221
|
-
* **deps:** update all non-major dependencies to v8.49.0 ([#65](https://github.com/pickles-and-beans/eslint/issues/65)) ([0b24c45](https://github.com/pickles-and-beans/eslint/commit/0b24c4567b2c752425ba1d0fb4cdc32f086706a3))
|
|
1222
|
-
|
|
1223
|
-
## [1.3.8](https://github.com/pickles-and-beans/eslint/compare/v1.3.7...v1.3.8) (2023-09-04)
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
### Bug Fixes
|
|
1227
|
-
|
|
1228
|
-
* **deps:** update all non-major dependencies ([#63](https://github.com/pickles-and-beans/eslint/issues/63)) ([cc80bc9](https://github.com/pickles-and-beans/eslint/commit/cc80bc91342306d27916b1aab6b46abe820bb775))
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
### Miscellaneous Chores
|
|
1232
|
-
|
|
1233
|
-
* **deps:** lock file maintenance ([#61](https://github.com/pickles-and-beans/eslint/issues/61)) ([baa967b](https://github.com/pickles-and-beans/eslint/commit/baa967bf2e03a98f15d1418d479eef5c7012b9ff))
|
|
1234
|
-
* **deps:** update actions/checkout action to v4 ([#64](https://github.com/pickles-and-beans/eslint/issues/64)) ([0f39b70](https://github.com/pickles-and-beans/eslint/commit/0f39b702fd20b84f5d3ed037c1b8db88b540e7ff))
|
|
1235
|
-
* **deps:** update dependency type-fest to v4.3.1 ([#60](https://github.com/pickles-and-beans/eslint/issues/60)) ([bda2492](https://github.com/pickles-and-beans/eslint/commit/bda2492b439474b95f929fb54ba0c1859d10c7eb))
|
|
1236
|
-
|
|
1237
|
-
## [1.3.7](https://github.com/pickles-and-beans/eslint/compare/v1.3.6...v1.3.7) (2023-08-27)
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
### Bug Fixes
|
|
1241
|
-
|
|
1242
|
-
* Ignore example files in plugin node ([91a24eb](https://github.com/pickles-and-beans/eslint/commit/91a24ebb056d99333c2bb5dfc5b5c829dbc9aec5))
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
### Miscellaneous Chores
|
|
1246
|
-
|
|
1247
|
-
* **deps:** update dependency type-fest to v4.3.0 ([#58](https://github.com/pickles-and-beans/eslint/issues/58)) ([388208f](https://github.com/pickles-and-beans/eslint/commit/388208ff2a51b3dffe6d48ee9e4f591d0c8eb453))
|
|
1248
|
-
|
|
1249
|
-
## [1.3.6](https://github.com/pickles-and-beans/eslint/compare/v1.3.5...v1.3.6) (2023-08-26)
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
### Bug Fixes
|
|
1253
|
-
|
|
1254
|
-
* **deps:** update all non-major dependencies ([#56](https://github.com/pickles-and-beans/eslint/issues/56)) ([5e5a000](https://github.com/pickles-and-beans/eslint/commit/5e5a000a8a147a9dbce4cc8ca94eb93c765d5049))
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
### Miscellaneous Chores
|
|
1258
|
-
|
|
1259
|
-
* no unpublished import ([3b9a2c1](https://github.com/pickles-and-beans/eslint/commit/3b9a2c1dff775121bfbd37be7f55a79f69cc34a2))
|
|
1260
|
-
|
|
1261
|
-
## [1.3.5](https://github.com/pickles-and-beans/eslint/compare/v1.3.4...v1.3.5) (2023-08-24)
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
### Miscellaneous Chores
|
|
1265
|
-
|
|
1266
|
-
* **deps:** update yarn to v3.6.3 ([#54](https://github.com/pickles-and-beans/eslint/issues/54)) ([d1d08a4](https://github.com/pickles-and-beans/eslint/commit/d1d08a48f39891a62dc2132c8fdeca799711570c))
|
|
1267
|
-
|
|
1268
|
-
## [1.3.4](https://github.com/pickles-and-beans/eslint/compare/v1.3.3...v1.3.4) (2023-08-23)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
* Remove 'complexity' rule ([#52](https://github.com/pickles-and-beans/eslint/issues/52)) ([02413b8](https://github.com/pickles-and-beans/eslint/commit/02413b88e5c9cb0760984733b64cf8b0fe7edd33))
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
### Miscellaneous Chores
|
|
1277
|
-
|
|
1278
|
-
* Ignore more directories ([8f26a76](https://github.com/pickles-and-beans/eslint/commit/8f26a76d6a203ab80f5a2f616a88828d35ba5477))
|
|
1279
|
-
|
|
1280
|
-
## [1.3.3](https://github.com/pickles-and-beans/eslint/compare/v1.3.2...v1.3.3) (2023-08-23)
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
### Bug Fixes
|
|
1284
|
-
|
|
1285
|
-
* **deps:** update dependency eslint-plugin-sonarjs to v0.21.0 ([#50](https://github.com/pickles-and-beans/eslint/issues/50)) ([3cd99bc](https://github.com/pickles-and-beans/eslint/commit/3cd99bc8e580e1c3bddfc1e1cd8e3103558b0939))
|
|
1286
|
-
|
|
1287
|
-
## [1.3.2](https://github.com/pickles-and-beans/eslint/compare/v1.3.1...v1.3.2) (2023-08-22)
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
### Bug Fixes
|
|
1291
|
-
|
|
1292
|
-
* **deps:** update all non-major dependencies ([#47](https://github.com/pickles-and-beans/eslint/issues/47)) ([95ce55c](https://github.com/pickles-and-beans/eslint/commit/95ce55c07233a3448373649315cbc71f90d1b5fe))
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
### Miscellaneous Chores
|
|
1296
|
-
|
|
1297
|
-
* **deps:** lock file maintenance ([#48](https://github.com/pickles-and-beans/eslint/issues/48)) ([8b92ea3](https://github.com/pickles-and-beans/eslint/commit/8b92ea360cc989b2b8551942363bcc67e9369a16))
|
|
1298
|
-
|
|
1299
|
-
## [1.3.1](https://github.com/pickles-and-beans/eslint/compare/v1.3.0...v1.3.1) (2023-08-19)
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
### Bug Fixes
|
|
1303
|
-
|
|
1304
|
-
* Add react version setting to typescript ([b07810f](https://github.com/pickles-and-beans/eslint/commit/b07810fa28347d21ff5a45b100ee72411bdbe331))
|
|
1305
|
-
|
|
1306
|
-
## [1.3.0](https://github.com/pickles-and-beans/eslint/compare/v1.2.1...v1.3.0) (2023-08-19)
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
### Features
|
|
1310
|
-
|
|
1311
|
-
* Permit looser type checks in typescript ([#39](https://github.com/pickles-and-beans/eslint/issues/39)) ([2cf3ac3](https://github.com/pickles-and-beans/eslint/commit/2cf3ac360bdca6d02e21467b5cf3580a7965b9b5))
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
### Bug Fixes
|
|
1315
|
-
|
|
1316
|
-
* Detect the packages react version ([#37](https://github.com/pickles-and-beans/eslint/issues/37)) ([3e28958](https://github.com/pickles-and-beans/eslint/commit/3e28958586776426de6253870a53258c062bb7b9))
|
|
1317
|
-
|
|
1318
|
-
## [1.2.1](https://github.com/pickles-and-beans/eslint/compare/v1.2.0...v1.2.1) (2023-08-19)
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
### Miscellaneous Chores
|
|
1322
|
-
|
|
1323
|
-
* Add dist to eslint ignores ([4144276](https://github.com/pickles-and-beans/eslint/commit/414427609b45a87bebc2a815004d4aa4bb7abc03))
|
|
1324
|
-
|
|
1325
|
-
## [1.2.0](https://github.com/pickles-and-beans/eslint/compare/v1.1.2...v1.2.0) (2023-08-19)
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
### Features
|
|
1329
|
-
|
|
1330
|
-
* Support linting react ([#35](https://github.com/pickles-and-beans/eslint/issues/35)) ([e81542b](https://github.com/pickles-and-beans/eslint/commit/e81542b590d6308e3e61089ace146d97d67aa947))
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
### Bug Fixes
|
|
1334
|
-
|
|
1335
|
-
* **deps:** update all non-major dependencies ([#33](https://github.com/pickles-and-beans/eslint/issues/33)) ([eee958c](https://github.com/pickles-and-beans/eslint/commit/eee958c4b5b2efd63090670fe9729330ef89a9a2))
|
|
1336
|
-
|
|
1337
|
-
## [1.1.2](https://github.com/pickles-and-beans/eslint/compare/v1.1.1...v1.1.2) (2023-08-17)
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
### Bug Fixes
|
|
1341
|
-
|
|
1342
|
-
* **deps:** update all non-major dependencies to v6.4.0 ([#31](https://github.com/pickles-and-beans/eslint/issues/31)) ([5a3b6e9](https://github.com/pickles-and-beans/eslint/commit/5a3b6e940bab64c01bb06911d39ce6a56e467d96))
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
### Documentation
|
|
1346
|
-
|
|
1347
|
-
* Improve the readme install instructions ([#29](https://github.com/pickles-and-beans/eslint/issues/29)) ([5b34c32](https://github.com/pickles-and-beans/eslint/commit/5b34c32d602c28f208f50561448cadb8a67eb25b))
|
|
1348
|
-
|
|
1349
|
-
## [1.1.1](https://github.com/pickles-and-beans/eslint/compare/v1.1.0...v1.1.1) (2023-08-14)
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
### Bug Fixes
|
|
1353
|
-
|
|
1354
|
-
* Ignore coverage directories ([#27](https://github.com/pickles-and-beans/eslint/issues/27)) ([0af226d](https://github.com/pickles-and-beans/eslint/commit/0af226db653ae29460e8039f9821025a10b01448))
|
|
1355
|
-
|
|
1356
|
-
## [1.1.0](https://github.com/pickles-and-beans/eslint/compare/v1.0.0...v1.1.0) (2023-08-14)
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
### Features
|
|
1360
|
-
|
|
1361
|
-
* Follow editorconfig closely ([d6ef4bb](https://github.com/pickles-and-beans/eslint/commit/d6ef4bb6b243010123c213046905f4d0bb658873))
|
|
1362
|
-
* Place eslint in peerDependencies ([#24](https://github.com/pickles-and-beans/eslint/issues/24)) ([c143dfa](https://github.com/pickles-and-beans/eslint/commit/c143dfa33f771a927d130cdb687c868c9ccfb6bc))
|
|
1363
|
-
* Support import/typescript ([67d4264](https://github.com/pickles-and-beans/eslint/commit/67d426417fefca92cdc51a1e566585d743db4ef6))
|
|
1364
|
-
* updated the doc blocks ([1af8e0c](https://github.com/pickles-and-beans/eslint/commit/1af8e0c235f2cd1e3bb2fb22bf4f696d78f88c7e))
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
### Bug Fixes
|
|
1368
|
-
|
|
1369
|
-
* Remove console log ([0e86160](https://github.com/pickles-and-beans/eslint/commit/0e86160e1e5c30c716b95d92ebabbb6a9b39eefd))
|
|
1370
|
-
|
|
1371
|
-
## 1.0.0 (2023-08-12)
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
### Features
|
|
1375
|
-
|
|
1376
|
-
* Add repository to package.json ([#18](https://github.com/pickles-and-beans/eslint/issues/18)) ([6de9930](https://github.com/pickles-and-beans/eslint/commit/6de9930fd17ee998f20c355de479c8acd122e779))
|
|
1377
|
-
* added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
|
|
1378
|
-
* added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
|
|
1379
|
-
* updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
### Bug Fixes
|
|
1383
|
-
|
|
1384
|
-
* Attempt to use `yarn config set` ([#16](https://github.com/pickles-and-beans/eslint/issues/16)) ([7fbe4a0](https://github.com/pickles-and-beans/eslint/commit/7fbe4a05a18016f349c14695364b1d545970882b))
|
|
1385
|
-
* **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
|
|
1386
|
-
* **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
|
|
1387
|
-
* **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
|
|
1388
|
-
* **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
|
|
1389
|
-
* update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
### Documentation
|
|
1393
|
-
|
|
1394
|
-
* Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
### Code Refactoring
|
|
1398
|
-
|
|
1399
|
-
* Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))
|
|
1400
|
-
|
|
1401
|
-
## [1.1.0](https://github.com/pickles-and-beans/eslint/compare/v1.0.1...v1.1.0) (2023-08-12)
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
### Features
|
|
1405
|
-
|
|
1406
|
-
* added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
|
|
1407
|
-
* added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
|
|
1408
|
-
* updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
### Bug Fixes
|
|
1412
|
-
|
|
1413
|
-
* Attempt to use `yarn config set` ([#16](https://github.com/pickles-and-beans/eslint/issues/16)) ([7fbe4a0](https://github.com/pickles-and-beans/eslint/commit/7fbe4a05a18016f349c14695364b1d545970882b))
|
|
1414
|
-
* **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
|
|
1415
|
-
* **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
|
|
1416
|
-
* **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
|
|
1417
|
-
* **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
|
|
1418
|
-
* update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
### Documentation
|
|
1422
|
-
|
|
1423
|
-
* Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
### Code Refactoring
|
|
1427
|
-
|
|
1428
|
-
* Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))
|
|
1429
|
-
|
|
1430
|
-
## [1.0.1](https://github.com/pickles-and-beans/eslint/compare/v1.0.0...v1.0.1) (2023-08-12)
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
### Bug Fixes
|
|
1434
|
-
|
|
1435
|
-
* update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
|
|
1436
|
-
|
|
1437
|
-
## 1.0.0 (2023-08-12)
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
### Features
|
|
1441
|
-
|
|
1442
|
-
* added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
|
|
1443
|
-
* added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
|
|
1444
|
-
* updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
### Bug Fixes
|
|
1448
|
-
|
|
1449
|
-
* **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
|
|
1450
|
-
* **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
|
|
1451
|
-
* **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
|
|
1452
|
-
* **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
### Documentation
|
|
1456
|
-
|
|
1457
|
-
* Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
### Code Refactoring
|
|
1461
|
-
|
|
1462
|
-
* Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))
|
|
57
|
+
* **pkg:** update dependency eslint-plugin-perfectionist to v3.3.0 ([#597](https://github.com/DarkSheepSoftware/eslint/issues/597)) ([9fa2b70](https://github.com/DarkSheepSoftware/eslint/commit/9fa2b70739e5b75597edcc79a5f2fe9b07e04925))
|
|
58
|
+
* **pkg:** update eslint monorepo to v9.9.1 ([#591](https://github.com/DarkSheepSoftware/eslint/issues/591)) ([47bbf29](https://github.com/DarkSheepSoftware/eslint/commit/47bbf292f4d85a13d15c1bfbedbfeaa6a468af0c))
|
|
59
|
+
* **pkg:** update typescript-eslint monorepo to v8.3.0 ([#596](https://github.com/DarkSheepSoftware/eslint/issues/596)) ([3871f35](https://github.com/DarkSheepSoftware/eslint/commit/3871f35dd546124055d929ca975512ace1307e45))
|