ultracite 3.2.1
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/.gitattributes +2 -0
- package/.github/FUNDING.yml +1 -0
- package/.github/workflows/push.yaml +45 -0
- package/.vscode/settings.json +19 -0
- package/CHANGELOG.md +1352 -0
- package/README.md +152 -0
- package/SECURITY.md +9 -0
- package/eslint.config.mjs +173 -0
- package/license.md +7 -0
- package/logo.svg +1 -0
- package/package.json +78 -0
- package/prettier.js +13 -0
- package/rules/cypress.mjs +17 -0
- package/rules/eslint-typescript.mjs +43 -0
- package/rules/eslint.mjs +189 -0
- package/rules/import.mjs +44 -0
- package/rules/jest.mjs +17 -0
- package/rules/jsx-a11y.mjs +27 -0
- package/rules/n.mjs +24 -0
- package/rules/next.mjs +17 -0
- package/rules/prettier.mjs +5 -0
- package/rules/promise.mjs +20 -0
- package/rules/react.mjs +46 -0
- package/rules/reactHooks.mjs +23 -0
- package/rules/storybook.mjs +17 -0
- package/rules/tailwindcss.mjs +22 -0
- package/rules/typescript.mjs +62 -0
- package/rules/unused-imports.mjs +17 -0
- package/stylelint.js +35 -0
- package/test.css +7 -0
- package/test.tsx +11 -0
- package/tsconfig.json +10 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1352 @@
|
|
|
1
|
+
# v3.1.12 (Mon May 27 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Rebrand from `eslint-config-harmony` to `ultracite` [#129](https://github.com/haydenbleasel/ultracite/pull/129) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
6
|
+
|
|
7
|
+
#### ⚠️ Pushed to `main`
|
|
8
|
+
|
|
9
|
+
- Update package.json ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
10
|
+
|
|
11
|
+
#### Authors: 1
|
|
12
|
+
|
|
13
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# v3.1.11 (Mon May 06 2024)
|
|
18
|
+
|
|
19
|
+
#### ⚠️ Pushed to `main`
|
|
20
|
+
|
|
21
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
22
|
+
|
|
23
|
+
#### Authors: 1
|
|
24
|
+
|
|
25
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# v3.1.10 (Sun May 05 2024)
|
|
30
|
+
|
|
31
|
+
#### ⚠️ Pushed to `main`
|
|
32
|
+
|
|
33
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
34
|
+
|
|
35
|
+
#### Authors: 1
|
|
36
|
+
|
|
37
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# v3.1.9 (Fri Mar 01 2024)
|
|
42
|
+
|
|
43
|
+
#### ⚠️ Pushed to `main`
|
|
44
|
+
|
|
45
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
46
|
+
|
|
47
|
+
#### Authors: 1
|
|
48
|
+
|
|
49
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
# v3.1.8 (Sun Jan 07 2024)
|
|
54
|
+
|
|
55
|
+
#### ⚠️ Pushed to `main`
|
|
56
|
+
|
|
57
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
58
|
+
|
|
59
|
+
#### Authors: 1
|
|
60
|
+
|
|
61
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
# v3.1.7 (Tue Dec 26 2023)
|
|
66
|
+
|
|
67
|
+
#### ⚠️ Pushed to `main`
|
|
68
|
+
|
|
69
|
+
- Create SECURITY.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
70
|
+
- Create license.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
71
|
+
|
|
72
|
+
#### Authors: 1
|
|
73
|
+
|
|
74
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
# v3.1.6 (Sun Dec 24 2023)
|
|
79
|
+
|
|
80
|
+
#### ⚠️ Pushed to `main`
|
|
81
|
+
|
|
82
|
+
- Stylelint v15 updates ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
83
|
+
|
|
84
|
+
#### Authors: 1
|
|
85
|
+
|
|
86
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
# v3.1.5 (Thu Dec 14 2023)
|
|
91
|
+
|
|
92
|
+
#### ⚠️ Pushed to `main`
|
|
93
|
+
|
|
94
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
95
|
+
- Remove ESLint 8.53 deprecated rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
96
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
97
|
+
- Update settings.json ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
98
|
+
|
|
99
|
+
#### Authors: 1
|
|
100
|
+
|
|
101
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
# v3.1.4 (Thu Nov 23 2023)
|
|
106
|
+
|
|
107
|
+
#### ⚠️ Pushed to `main`
|
|
108
|
+
|
|
109
|
+
- Temporarily disable eslint-config-tailwindcss ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
110
|
+
|
|
111
|
+
#### Authors: 1
|
|
112
|
+
|
|
113
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
# v3.1.3 (Thu Nov 23 2023)
|
|
118
|
+
|
|
119
|
+
#### ⚠️ Pushed to `main`
|
|
120
|
+
|
|
121
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
122
|
+
|
|
123
|
+
#### Authors: 1
|
|
124
|
+
|
|
125
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
# v3.1.2 (Wed Nov 15 2023)
|
|
130
|
+
|
|
131
|
+
#### ⚠️ Pushed to `main`
|
|
132
|
+
|
|
133
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
134
|
+
|
|
135
|
+
#### Authors: 1
|
|
136
|
+
|
|
137
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
# v3.1.1 (Tue Nov 14 2023)
|
|
142
|
+
|
|
143
|
+
#### ⚠️ Pushed to `main`
|
|
144
|
+
|
|
145
|
+
- Update tailwindcss.mjs ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
146
|
+
|
|
147
|
+
#### Authors: 1
|
|
148
|
+
|
|
149
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
# v3.1.0 (Tue Nov 14 2023)
|
|
154
|
+
|
|
155
|
+
#### 🚀 Enhancement
|
|
156
|
+
|
|
157
|
+
- Add support for Tailwind rules [#127](https://github.com/haydenbleasel/ultracite/pull/127) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
158
|
+
|
|
159
|
+
#### Authors: 1
|
|
160
|
+
|
|
161
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
# v3.0.9 (Mon Nov 13 2023)
|
|
166
|
+
|
|
167
|
+
#### ⚠️ Pushed to `main`
|
|
168
|
+
|
|
169
|
+
- Add support for geometry coordinates ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
170
|
+
|
|
171
|
+
#### Authors: 1
|
|
172
|
+
|
|
173
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
# v3.0.8 (Wed Nov 08 2023)
|
|
178
|
+
|
|
179
|
+
#### ⚠️ Pushed to `main`
|
|
180
|
+
|
|
181
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
182
|
+
|
|
183
|
+
#### Authors: 1
|
|
184
|
+
|
|
185
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
# v3.0.7 (Mon Nov 06 2023)
|
|
190
|
+
|
|
191
|
+
#### ⚠️ Pushed to `main`
|
|
192
|
+
|
|
193
|
+
- Detect React version ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
194
|
+
|
|
195
|
+
#### Authors: 1
|
|
196
|
+
|
|
197
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
# v3.0.6 (Tue Oct 31 2023)
|
|
202
|
+
|
|
203
|
+
#### ⚠️ Pushed to `main`
|
|
204
|
+
|
|
205
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
206
|
+
|
|
207
|
+
#### Authors: 1
|
|
208
|
+
|
|
209
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
# v3.0.5 (Tue Oct 31 2023)
|
|
214
|
+
|
|
215
|
+
#### ⚠️ Pushed to `main`
|
|
216
|
+
|
|
217
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
218
|
+
|
|
219
|
+
#### 🔩 Dependency Updates
|
|
220
|
+
|
|
221
|
+
- Bump @babel/traverse from 7.23.0 to 7.23.2 [#126](https://github.com/haydenbleasel/ultracite/pull/126) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
222
|
+
|
|
223
|
+
#### Authors: 2
|
|
224
|
+
|
|
225
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
226
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
# v3.0.4 (Sun Oct 15 2023)
|
|
231
|
+
|
|
232
|
+
#### ⚠️ Pushed to `main`
|
|
233
|
+
|
|
234
|
+
- Fix typescript-eslint issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
235
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
236
|
+
|
|
237
|
+
#### Authors: 1
|
|
238
|
+
|
|
239
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
# v3.0.3 (Mon Oct 09 2023)
|
|
244
|
+
|
|
245
|
+
#### ⚠️ Pushed to `main`
|
|
246
|
+
|
|
247
|
+
- Switch from Yarn to pnpm, upgrade workflow ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
248
|
+
|
|
249
|
+
#### Authors: 1
|
|
250
|
+
|
|
251
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
# v3.0.2 (Mon Oct 09 2023)
|
|
256
|
+
|
|
257
|
+
#### ⚠️ Pushed to `main`
|
|
258
|
+
|
|
259
|
+
- Update eslint.config.mjs ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
260
|
+
|
|
261
|
+
#### Authors: 1
|
|
262
|
+
|
|
263
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
# v3.0.1 (Mon Oct 09 2023)
|
|
268
|
+
|
|
269
|
+
#### ⚠️ Pushed to `main`
|
|
270
|
+
|
|
271
|
+
- Update eslint.config.mjs ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
272
|
+
|
|
273
|
+
#### Authors: 1
|
|
274
|
+
|
|
275
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
# v3.0.0 (Mon Oct 09 2023)
|
|
280
|
+
|
|
281
|
+
#### 💥 Breaking Change
|
|
282
|
+
|
|
283
|
+
- V3 [#125](https://github.com/haydenbleasel/ultracite/pull/125) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
284
|
+
|
|
285
|
+
#### ⚠️ Pushed to `main`
|
|
286
|
+
|
|
287
|
+
- Update push.yaml ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
288
|
+
- Create FUNDING.yml ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
289
|
+
|
|
290
|
+
#### 🔩 Dependency Updates
|
|
291
|
+
|
|
292
|
+
- Bump postcss from 8.4.24 to 8.4.31 [#124](https://github.com/haydenbleasel/ultracite/pull/124) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
293
|
+
|
|
294
|
+
#### Authors: 2
|
|
295
|
+
|
|
296
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
297
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
# v2.5.3 (Mon Aug 28 2023)
|
|
302
|
+
|
|
303
|
+
#### ⚠️ Pushed to `main`
|
|
304
|
+
|
|
305
|
+
- Automatically remove unused imports ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
306
|
+
|
|
307
|
+
#### Authors: 1
|
|
308
|
+
|
|
309
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
# v2.5.2 (Mon Aug 28 2023)
|
|
314
|
+
|
|
315
|
+
#### ⚠️ Pushed to `main`
|
|
316
|
+
|
|
317
|
+
- Tweak jsx-a11y to support custom associated controls ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
318
|
+
|
|
319
|
+
#### Authors: 1
|
|
320
|
+
|
|
321
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
322
|
+
|
|
323
|
+
---
|
|
324
|
+
|
|
325
|
+
# v2.5.1 (Fri Aug 04 2023)
|
|
326
|
+
|
|
327
|
+
#### ⚠️ Pushed to `main`
|
|
328
|
+
|
|
329
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
330
|
+
|
|
331
|
+
#### Authors: 1
|
|
332
|
+
|
|
333
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
# v2.5.0 (Mon Jul 31 2023)
|
|
338
|
+
|
|
339
|
+
#### 🚀 Enhancement
|
|
340
|
+
|
|
341
|
+
- Add Storybook [#123](https://github.com/haydenbleasel/ultracite/pull/123) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
342
|
+
|
|
343
|
+
#### 🔩 Dependency Updates
|
|
344
|
+
|
|
345
|
+
- Bump word-wrap from 1.2.3 to 1.2.4 in /website [#122](https://github.com/haydenbleasel/ultracite/pull/122) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
346
|
+
- Bump semver from 6.3.0 to 6.3.1 in /website [#121](https://github.com/haydenbleasel/ultracite/pull/121) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
347
|
+
- Bump semver from 6.3.0 to 6.3.1 [#120](https://github.com/haydenbleasel/ultracite/pull/120) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
348
|
+
|
|
349
|
+
#### Authors: 2
|
|
350
|
+
|
|
351
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
352
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
353
|
+
|
|
354
|
+
---
|
|
355
|
+
|
|
356
|
+
# v2.4.6 (Sat Jul 08 2023)
|
|
357
|
+
|
|
358
|
+
#### ⚠️ Pushed to `main`
|
|
359
|
+
|
|
360
|
+
- Fix eslint-plugin-prettier issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
361
|
+
|
|
362
|
+
#### Authors: 1
|
|
363
|
+
|
|
364
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
# v2.4.5 (Sat Jul 08 2023)
|
|
369
|
+
|
|
370
|
+
#### ⚠️ Pushed to `main`
|
|
371
|
+
|
|
372
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
373
|
+
|
|
374
|
+
#### 🔩 Dependency Updates
|
|
375
|
+
|
|
376
|
+
- Bump stylelint from 15.8.0 to 15.10.1 [#119](https://github.com/haydenbleasel/ultracite/pull/119) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
377
|
+
- Bump stylelint from 15.8.0 to 15.10.1 in /website [#118](https://github.com/haydenbleasel/ultracite/pull/118) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
378
|
+
|
|
379
|
+
#### Authors: 2
|
|
380
|
+
|
|
381
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
382
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
383
|
+
|
|
384
|
+
---
|
|
385
|
+
|
|
386
|
+
# v2.4.4 (Sat Jun 24 2023)
|
|
387
|
+
|
|
388
|
+
#### ⚠️ Pushed to `main`
|
|
389
|
+
|
|
390
|
+
- Fix layout bug ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
391
|
+
|
|
392
|
+
#### Authors: 1
|
|
393
|
+
|
|
394
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
# v2.4.3 (Sat Jun 24 2023)
|
|
399
|
+
|
|
400
|
+
#### ⚠️ Pushed to `main`
|
|
401
|
+
|
|
402
|
+
- Fix up images and responsive layout ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
403
|
+
|
|
404
|
+
#### Authors: 1
|
|
405
|
+
|
|
406
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
407
|
+
|
|
408
|
+
---
|
|
409
|
+
|
|
410
|
+
# v2.4.2 (Sat Jun 24 2023)
|
|
411
|
+
|
|
412
|
+
#### ⚠️ Pushed to `main`
|
|
413
|
+
|
|
414
|
+
- Create favicon.ico ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
415
|
+
|
|
416
|
+
#### Authors: 1
|
|
417
|
+
|
|
418
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
419
|
+
|
|
420
|
+
---
|
|
421
|
+
|
|
422
|
+
# v2.4.1 (Fri Jun 23 2023)
|
|
423
|
+
|
|
424
|
+
#### ⚠️ Pushed to `main`
|
|
425
|
+
|
|
426
|
+
- Fix footer issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
427
|
+
|
|
428
|
+
#### Authors: 1
|
|
429
|
+
|
|
430
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
431
|
+
|
|
432
|
+
---
|
|
433
|
+
|
|
434
|
+
# v2.4.0 (Fri Jun 23 2023)
|
|
435
|
+
|
|
436
|
+
#### 🚀 Enhancement
|
|
437
|
+
|
|
438
|
+
- Enhance website, general updates [#116](https://github.com/haydenbleasel/ultracite/pull/116) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
439
|
+
|
|
440
|
+
#### Authors: 1
|
|
441
|
+
|
|
442
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
443
|
+
|
|
444
|
+
---
|
|
445
|
+
|
|
446
|
+
# v2.3.1 (Fri Jun 09 2023)
|
|
447
|
+
|
|
448
|
+
#### ⚠️ Pushed to `main`
|
|
449
|
+
|
|
450
|
+
- Fix typescript-eslint/prettier issues ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
451
|
+
|
|
452
|
+
#### Authors: 1
|
|
453
|
+
|
|
454
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
455
|
+
|
|
456
|
+
---
|
|
457
|
+
|
|
458
|
+
# v2.3.0 (Fri Jun 09 2023)
|
|
459
|
+
|
|
460
|
+
#### 🚀 Enhancement
|
|
461
|
+
|
|
462
|
+
- Migrate to opt-in config [#115](https://github.com/haydenbleasel/ultracite/pull/115) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
463
|
+
|
|
464
|
+
#### Authors: 1
|
|
465
|
+
|
|
466
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
467
|
+
|
|
468
|
+
---
|
|
469
|
+
|
|
470
|
+
# v2.2.8 (Sat May 06 2023)
|
|
471
|
+
|
|
472
|
+
#### ⚠️ Pushed to `main`
|
|
473
|
+
|
|
474
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
475
|
+
|
|
476
|
+
#### Authors: 1
|
|
477
|
+
|
|
478
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
479
|
+
|
|
480
|
+
---
|
|
481
|
+
|
|
482
|
+
# v2.2.7 (Sun Apr 30 2023)
|
|
483
|
+
|
|
484
|
+
#### ⚠️ Pushed to `main`
|
|
485
|
+
|
|
486
|
+
- Remove AudioWorkletGlobalScope ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
487
|
+
|
|
488
|
+
#### Authors: 1
|
|
489
|
+
|
|
490
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
491
|
+
|
|
492
|
+
---
|
|
493
|
+
|
|
494
|
+
# v2.2.6 (Sat Apr 29 2023)
|
|
495
|
+
|
|
496
|
+
#### ⚠️ Pushed to `main`
|
|
497
|
+
|
|
498
|
+
- Attempt to patch AudioWorkletGlobalScope issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
499
|
+
|
|
500
|
+
#### Authors: 1
|
|
501
|
+
|
|
502
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
|
|
506
|
+
# v2.2.5 (Sat Apr 22 2023)
|
|
507
|
+
|
|
508
|
+
#### 🐛 Bug Fix
|
|
509
|
+
|
|
510
|
+
- Create website [#114](https://github.com/haydenbleasel/ultracite/pull/114) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
511
|
+
|
|
512
|
+
#### Authors: 1
|
|
513
|
+
|
|
514
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
# v2.2.4 (Sun Apr 16 2023)
|
|
519
|
+
|
|
520
|
+
#### ⚠️ Pushed to `main`
|
|
521
|
+
|
|
522
|
+
- Add Typescript import resolver ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
523
|
+
|
|
524
|
+
#### Authors: 1
|
|
525
|
+
|
|
526
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
527
|
+
|
|
528
|
+
---
|
|
529
|
+
|
|
530
|
+
# v2.2.3 (Sat Apr 15 2023)
|
|
531
|
+
|
|
532
|
+
#### ⚠️ Pushed to `main`
|
|
533
|
+
|
|
534
|
+
- Possibly fix import issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
535
|
+
|
|
536
|
+
#### Authors: 1
|
|
537
|
+
|
|
538
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
539
|
+
|
|
540
|
+
---
|
|
541
|
+
|
|
542
|
+
# v2.2.2 (Sat Apr 15 2023)
|
|
543
|
+
|
|
544
|
+
#### ⚠️ Pushed to `main`
|
|
545
|
+
|
|
546
|
+
- Add TS and TSX to espree ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
547
|
+
|
|
548
|
+
#### Authors: 1
|
|
549
|
+
|
|
550
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
# v2.1.3 (Sat Apr 15 2023)
|
|
555
|
+
|
|
556
|
+
#### ⚠️ Pushed to `main`
|
|
557
|
+
|
|
558
|
+
- Bump version ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
559
|
+
- Fix import-order ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
560
|
+
- Make import ordering stricter ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
561
|
+
|
|
562
|
+
#### Authors: 1
|
|
563
|
+
|
|
564
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
565
|
+
|
|
566
|
+
---
|
|
567
|
+
|
|
568
|
+
# v2.1.2 (Sat Apr 15 2023)
|
|
569
|
+
|
|
570
|
+
#### ⚠️ Pushed to `main`
|
|
571
|
+
|
|
572
|
+
- Re-enable sorted imports ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
573
|
+
|
|
574
|
+
#### Authors: 1
|
|
575
|
+
|
|
576
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
# v2.0.12 (Sat Apr 01 2023)
|
|
581
|
+
|
|
582
|
+
#### ⚠️ Pushed to `main`
|
|
583
|
+
|
|
584
|
+
- Minor bump, improve release file ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
585
|
+
|
|
586
|
+
#### Authors: 1
|
|
587
|
+
|
|
588
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
589
|
+
|
|
590
|
+
---
|
|
591
|
+
|
|
592
|
+
# v2.0.11 (Sat Apr 01 2023)
|
|
593
|
+
|
|
594
|
+
#### ⚠️ Pushed to `main`
|
|
595
|
+
|
|
596
|
+
- Update push.yaml ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
597
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
598
|
+
- Delete dependabot.yaml ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
599
|
+
- Patch AudioWorkletGlobalScope issue ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
600
|
+
|
|
601
|
+
#### 🔩 Dependency Updates
|
|
602
|
+
|
|
603
|
+
- Bump @typescript-eslint/parser from 5.50.0 to 5.57.0 [#112](https://github.com/haydenbleasel/ultracite/pull/112) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
604
|
+
- Bump prettier-plugin-tailwindcss from 0.2.2 to 0.2.6 [#111](https://github.com/haydenbleasel/ultracite/pull/111) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
605
|
+
- Bump @next/eslint-plugin-next from 13.1.6 to 13.2.4 [#110](https://github.com/haydenbleasel/ultracite/pull/110) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
606
|
+
- Bump eslint from 8.33.0 to 8.37.0 [#109](https://github.com/haydenbleasel/ultracite/pull/109) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
607
|
+
- Bump prettier from 2.8.3 to 2.8.7 [#108](https://github.com/haydenbleasel/ultracite/pull/108) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
608
|
+
- Bump jest from 29.4.1 to 29.5.0 [#105](https://github.com/haydenbleasel/ultracite/pull/105) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
609
|
+
- Bump stylelint-config-prettier from 9.0.4 to 9.0.5 [#101](https://github.com/haydenbleasel/ultracite/pull/101) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
610
|
+
- Bump stylelint-prettier from 2.0.0 to 3.0.0 [#94](https://github.com/haydenbleasel/ultracite/pull/94) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
611
|
+
|
|
612
|
+
#### Authors: 2
|
|
613
|
+
|
|
614
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
615
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
616
|
+
|
|
617
|
+
---
|
|
618
|
+
|
|
619
|
+
# v2.0.10 (Sat Mar 18 2023)
|
|
620
|
+
|
|
621
|
+
#### ⚠️ Pushed to `main`
|
|
622
|
+
|
|
623
|
+
- Add FAQ ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
624
|
+
|
|
625
|
+
#### Authors: 1
|
|
626
|
+
|
|
627
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
628
|
+
|
|
629
|
+
---
|
|
630
|
+
|
|
631
|
+
# v2.0.9 (Sat Mar 18 2023)
|
|
632
|
+
|
|
633
|
+
#### ⚠️ Pushed to `main`
|
|
634
|
+
|
|
635
|
+
- Add Cypress support ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
636
|
+
|
|
637
|
+
#### 🔩 Dependency Updates
|
|
638
|
+
|
|
639
|
+
- Bump @typescript-eslint/parser from 5.48.1 to 5.50.0 [#88](https://github.com/haydenbleasel/ultracite/pull/88) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
640
|
+
- Bump jest from 29.3.1 to 29.4.1 [#86](https://github.com/haydenbleasel/ultracite/pull/86) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
641
|
+
- Bump eslint-plugin-react from 7.32.0 to 7.32.2 [#87](https://github.com/haydenbleasel/ultracite/pull/87) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
642
|
+
- Bump eslint-plugin-import from 2.27.4 to 2.27.5 [#89](https://github.com/haydenbleasel/ultracite/pull/89) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
643
|
+
- Bump @next/eslint-plugin-next from 13.1.2 to 13.1.6 [#90](https://github.com/haydenbleasel/ultracite/pull/90) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
644
|
+
- Bump typescript from 4.9.4 to 4.9.5 [#91](https://github.com/haydenbleasel/ultracite/pull/91) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
645
|
+
- Bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.50.0 [#92](https://github.com/haydenbleasel/ultracite/pull/92) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
646
|
+
- Bump prettier-plugin-tailwindcss from 0.2.1 to 0.2.2 [#93](https://github.com/haydenbleasel/ultracite/pull/93) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
647
|
+
- Bump eslint from 8.31.0 to 8.33.0 [#85](https://github.com/haydenbleasel/ultracite/pull/85) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
648
|
+
|
|
649
|
+
#### Authors: 2
|
|
650
|
+
|
|
651
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
652
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
653
|
+
|
|
654
|
+
---
|
|
655
|
+
|
|
656
|
+
# v2.0.8 (Sat Jan 14 2023)
|
|
657
|
+
|
|
658
|
+
#### ⚠️ Pushed to `main`
|
|
659
|
+
|
|
660
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
661
|
+
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
662
|
+
|
|
663
|
+
#### Authors: 1
|
|
664
|
+
|
|
665
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
666
|
+
|
|
667
|
+
---
|
|
668
|
+
|
|
669
|
+
# v2.0.7 (Sat Jan 14 2023)
|
|
670
|
+
|
|
671
|
+
#### ⚠️ Pushed to `main`
|
|
672
|
+
|
|
673
|
+
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
674
|
+
|
|
675
|
+
#### Authors: 1
|
|
676
|
+
|
|
677
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
678
|
+
|
|
679
|
+
---
|
|
680
|
+
|
|
681
|
+
# v2.0.6 (Sat Jan 14 2023)
|
|
682
|
+
|
|
683
|
+
#### ⚠️ Pushed to `main`
|
|
684
|
+
|
|
685
|
+
- Temporarily disable eslint-plugin-import ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
686
|
+
|
|
687
|
+
#### Authors: 1
|
|
688
|
+
|
|
689
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
690
|
+
|
|
691
|
+
---
|
|
692
|
+
|
|
693
|
+
# v2.0.5 (Sat Jan 14 2023)
|
|
694
|
+
|
|
695
|
+
#### ⚠️ Pushed to `main`
|
|
696
|
+
|
|
697
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
698
|
+
|
|
699
|
+
#### Authors: 1
|
|
700
|
+
|
|
701
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
702
|
+
|
|
703
|
+
---
|
|
704
|
+
|
|
705
|
+
# v2.0.4 (Sat Jan 14 2023)
|
|
706
|
+
|
|
707
|
+
#### ⚠️ Pushed to `main`
|
|
708
|
+
|
|
709
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
710
|
+
- Add import/resolver settings ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
711
|
+
|
|
712
|
+
#### Authors: 1
|
|
713
|
+
|
|
714
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
715
|
+
|
|
716
|
+
---
|
|
717
|
+
|
|
718
|
+
# v2.0.3 (Sat Jan 14 2023)
|
|
719
|
+
|
|
720
|
+
#### ⚠️ Pushed to `main`
|
|
721
|
+
|
|
722
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
723
|
+
|
|
724
|
+
#### Authors: 1
|
|
725
|
+
|
|
726
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
727
|
+
|
|
728
|
+
---
|
|
729
|
+
|
|
730
|
+
# v2.0.2 (Sat Jan 14 2023)
|
|
731
|
+
|
|
732
|
+
#### ⚠️ Pushed to `main`
|
|
733
|
+
|
|
734
|
+
- Update package.json ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
735
|
+
|
|
736
|
+
#### Authors: 1
|
|
737
|
+
|
|
738
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
739
|
+
|
|
740
|
+
---
|
|
741
|
+
|
|
742
|
+
# v1.1.10 (Sat Jan 14 2023)
|
|
743
|
+
|
|
744
|
+
#### 🐛 Bug Fix
|
|
745
|
+
|
|
746
|
+
- V2 [#83](https://github.com/haydenbleasel/ultracite/pull/83) ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
747
|
+
|
|
748
|
+
#### ⚠️ Pushed to `main`
|
|
749
|
+
|
|
750
|
+
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
751
|
+
- Ensure package is public ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
752
|
+
- Remove tsup, fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
753
|
+
|
|
754
|
+
#### 🔩 Dependency Updates
|
|
755
|
+
|
|
756
|
+
- Bump json5 from 1.0.1 to 1.0.2 [#84](https://github.com/haydenbleasel/ultracite/pull/84) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
757
|
+
- Bump @typescript-eslint/eslint-plugin from 5.42.1 to 5.47.1 [#79](https://github.com/haydenbleasel/ultracite/pull/79) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
758
|
+
- Bump eslint-plugin-react from 7.31.10 to 7.31.11 [#69](https://github.com/haydenbleasel/ultracite/pull/69) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
759
|
+
- Bump eslint-plugin-jest from 27.1.5 to 27.2.0 [#73](https://github.com/haydenbleasel/ultracite/pull/73) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
760
|
+
- Bump eslint from 8.27.0 to 8.31.0 [#74](https://github.com/haydenbleasel/ultracite/pull/74) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
761
|
+
- Bump prettier from 2.7.1 to 2.8.1 [#75](https://github.com/haydenbleasel/ultracite/pull/75) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
762
|
+
- Bump @next/eslint-plugin-next from 13.0.3 to 13.1.1 [#76](https://github.com/haydenbleasel/ultracite/pull/76) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
763
|
+
- Bump prettier-plugin-tailwindcss from 0.1.13 to 0.2.1 [#77](https://github.com/haydenbleasel/ultracite/pull/77) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
764
|
+
- Bump stylelint from 14.14.1 to 14.16.1 [#78](https://github.com/haydenbleasel/ultracite/pull/78) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
765
|
+
- Bump @typescript-eslint/parser from 5.42.1 to 5.47.1 [#80](https://github.com/haydenbleasel/ultracite/pull/80) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
766
|
+
- Bump eslint-plugin-n from 15.5.1 to 15.6.0 [#81](https://github.com/haydenbleasel/ultracite/pull/81) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
767
|
+
- Bump typescript from 4.8.4 to 4.9.4 [#82](https://github.com/haydenbleasel/ultracite/pull/82) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
768
|
+
|
|
769
|
+
#### Authors: 2
|
|
770
|
+
|
|
771
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
772
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
773
|
+
|
|
774
|
+
---
|
|
775
|
+
|
|
776
|
+
# v1.1.9 (Sat Nov 19 2022)
|
|
777
|
+
|
|
778
|
+
#### ⚠️ Pushed to `main`
|
|
779
|
+
|
|
780
|
+
- Allow finally in promises ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
781
|
+
|
|
782
|
+
#### Authors: 1
|
|
783
|
+
|
|
784
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
785
|
+
|
|
786
|
+
---
|
|
787
|
+
|
|
788
|
+
# v1.1.8 (Fri Nov 11 2022)
|
|
789
|
+
|
|
790
|
+
#### ⚠️ Pushed to `main`
|
|
791
|
+
|
|
792
|
+
- Remove dumb rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
793
|
+
|
|
794
|
+
#### Authors: 1
|
|
795
|
+
|
|
796
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
797
|
+
|
|
798
|
+
---
|
|
799
|
+
|
|
800
|
+
# v1.1.7 (Fri Nov 11 2022)
|
|
801
|
+
|
|
802
|
+
#### ⚠️ Pushed to `main`
|
|
803
|
+
|
|
804
|
+
- Fix n plugin ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
805
|
+
|
|
806
|
+
#### Authors: 1
|
|
807
|
+
|
|
808
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
809
|
+
|
|
810
|
+
---
|
|
811
|
+
|
|
812
|
+
# v1.1.6 (Fri Nov 11 2022)
|
|
813
|
+
|
|
814
|
+
#### ⚠️ Pushed to `main`
|
|
815
|
+
|
|
816
|
+
- Replace eslint-plugin-node with eslint-plugin-n ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
817
|
+
|
|
818
|
+
#### Authors: 1
|
|
819
|
+
|
|
820
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
821
|
+
|
|
822
|
+
---
|
|
823
|
+
|
|
824
|
+
# v1.1.5 (Fri Nov 11 2022)
|
|
825
|
+
|
|
826
|
+
#### ⚠️ Pushed to `main`
|
|
827
|
+
|
|
828
|
+
- Add ecmaVersion ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
829
|
+
|
|
830
|
+
#### Authors: 1
|
|
831
|
+
|
|
832
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
833
|
+
|
|
834
|
+
---
|
|
835
|
+
|
|
836
|
+
# v1.1.4 (Fri Nov 11 2022)
|
|
837
|
+
|
|
838
|
+
#### ⚠️ Pushed to `main`
|
|
839
|
+
|
|
840
|
+
- Add missing plugin ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
841
|
+
|
|
842
|
+
#### Authors: 1
|
|
843
|
+
|
|
844
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
845
|
+
|
|
846
|
+
---
|
|
847
|
+
|
|
848
|
+
# v1.1.3 (Fri Nov 11 2022)
|
|
849
|
+
|
|
850
|
+
#### ⚠️ Pushed to `main`
|
|
851
|
+
|
|
852
|
+
- Bump deps, disable promise/no-native ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
853
|
+
|
|
854
|
+
#### 🔩 Dependency Updates
|
|
855
|
+
|
|
856
|
+
- Bump @typescript-eslint/parser from 5.42.0 to 5.42.1 [#60](https://github.com/haydenbleasel/ultracite/pull/60) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
857
|
+
- Bump stylelint-config-standard from 26.0.0 to 29.0.0 [#61](https://github.com/haydenbleasel/ultracite/pull/61) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
858
|
+
|
|
859
|
+
#### Authors: 2
|
|
860
|
+
|
|
861
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
862
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
863
|
+
|
|
864
|
+
---
|
|
865
|
+
|
|
866
|
+
# v1.1.2 (Fri Nov 11 2022)
|
|
867
|
+
|
|
868
|
+
#### ⚠️ Pushed to `main`
|
|
869
|
+
|
|
870
|
+
- Add missing jest deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
871
|
+
|
|
872
|
+
#### Authors: 1
|
|
873
|
+
|
|
874
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
875
|
+
|
|
876
|
+
---
|
|
877
|
+
|
|
878
|
+
# v1.0.32 (Fri Nov 11 2022)
|
|
879
|
+
|
|
880
|
+
#### ⚠️ Pushed to `main`
|
|
881
|
+
|
|
882
|
+
- Update description, bump minor version ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
883
|
+
- Add eslint-plugin-node ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
884
|
+
- Add eslint-plugin-promise ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
885
|
+
- Fix devDeps -> peerDeps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
886
|
+
|
|
887
|
+
#### 🔩 Dependency Updates
|
|
888
|
+
|
|
889
|
+
- Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.42.1 [#62](https://github.com/haydenbleasel/ultracite/pull/62) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
890
|
+
- Bump stylelint-config-idiomatic-order from 8.1.0 to 9.0.0 [#45](https://github.com/haydenbleasel/ultracite/pull/45) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
891
|
+
- Bump typescript from 4.8.2 to 4.8.4 [#46](https://github.com/haydenbleasel/ultracite/pull/46) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
892
|
+
- Bump stylelint-config-standard from 26.0.0 to 28.0.0 [#50](https://github.com/haydenbleasel/ultracite/pull/50) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
893
|
+
- Bump eslint-plugin-jest from 27.0.1 to 27.1.3 [#53](https://github.com/haydenbleasel/ultracite/pull/53) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
894
|
+
- Bump @typescript-eslint/parser from 5.36.1 to 5.42.0 [#55](https://github.com/haydenbleasel/ultracite/pull/55) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
895
|
+
- Bump eslint from 8.23.0 to 8.26.0 [#56](https://github.com/haydenbleasel/ultracite/pull/56) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
896
|
+
- Bump @next/eslint-plugin-next from 12.2.5 to 13.0.1 [#57](https://github.com/haydenbleasel/ultracite/pull/57) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
897
|
+
- Bump eslint-plugin-react from 7.31.1 to 7.31.10 [#58](https://github.com/haydenbleasel/ultracite/pull/58) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
898
|
+
- Bump stylelint from 14.11.0 to 14.14.0 [#59](https://github.com/haydenbleasel/ultracite/pull/59) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
899
|
+
|
|
900
|
+
#### Authors: 2
|
|
901
|
+
|
|
902
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
903
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
904
|
+
|
|
905
|
+
---
|
|
906
|
+
|
|
907
|
+
# v1.0.31 (Sat Oct 01 2022)
|
|
908
|
+
|
|
909
|
+
#### ⚠️ Pushed to `main`
|
|
910
|
+
|
|
911
|
+
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
912
|
+
|
|
913
|
+
#### Authors: 1
|
|
914
|
+
|
|
915
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
916
|
+
|
|
917
|
+
---
|
|
918
|
+
|
|
919
|
+
# v1.0.30 (Thu Sep 15 2022)
|
|
920
|
+
|
|
921
|
+
#### ⚠️ Pushed to `main`
|
|
922
|
+
|
|
923
|
+
- Add jest install to docs ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
924
|
+
|
|
925
|
+
#### Authors: 1
|
|
926
|
+
|
|
927
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
928
|
+
|
|
929
|
+
---
|
|
930
|
+
|
|
931
|
+
# v1.0.29 (Sat Sep 03 2022)
|
|
932
|
+
|
|
933
|
+
#### ⚠️ Pushed to `main`
|
|
934
|
+
|
|
935
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
936
|
+
- Fix prefix for jest rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
937
|
+
|
|
938
|
+
#### Authors: 1
|
|
939
|
+
|
|
940
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
941
|
+
|
|
942
|
+
---
|
|
943
|
+
|
|
944
|
+
# v1.0.28 (Sat Sep 03 2022)
|
|
945
|
+
|
|
946
|
+
#### ⚠️ Pushed to `main`
|
|
947
|
+
|
|
948
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
949
|
+
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
950
|
+
|
|
951
|
+
#### Authors: 1
|
|
952
|
+
|
|
953
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
954
|
+
|
|
955
|
+
---
|
|
956
|
+
|
|
957
|
+
# v1.0.27 (Sat Sep 03 2022)
|
|
958
|
+
|
|
959
|
+
#### ⚠️ Pushed to `main`
|
|
960
|
+
|
|
961
|
+
- Bump runner to Node 16 ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
962
|
+
- Add core Jest support ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
963
|
+
|
|
964
|
+
#### 🔩 Dependency Updates
|
|
965
|
+
|
|
966
|
+
- Bump @next/eslint-plugin-next from 12.2.3 to 12.2.5 [#36](https://github.com/haydenbleasel/ultracite/pull/36) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
967
|
+
- Bump eslint from 8.21.0 to 8.23.0 [#37](https://github.com/haydenbleasel/ultracite/pull/37) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
968
|
+
- Bump @typescript-eslint/parser from 5.31.0 to 5.36.1 [#38](https://github.com/haydenbleasel/ultracite/pull/38) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
969
|
+
- Bump stylelint from 14.9.1 to 14.11.0 [#39](https://github.com/haydenbleasel/ultracite/pull/39) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
970
|
+
- Bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.36.1 [#40](https://github.com/haydenbleasel/ultracite/pull/40) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
971
|
+
- Bump typescript from 4.7.4 to 4.8.2 [#41](https://github.com/haydenbleasel/ultracite/pull/41) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
972
|
+
- Bump eslint-plugin-react from 7.30.1 to 7.31.1 [#42](https://github.com/haydenbleasel/ultracite/pull/42) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
973
|
+
- Bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.31.0 [#29](https://github.com/haydenbleasel/ultracite/pull/29) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
974
|
+
- Bump eslint from 8.18.0 to 8.21.0 [#30](https://github.com/haydenbleasel/ultracite/pull/30) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
975
|
+
- Bump eslint-plugin-jsx-a11y from 6.6.0 to 6.6.1 [#31](https://github.com/haydenbleasel/ultracite/pull/31) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
976
|
+
- Bump @next/eslint-plugin-next from 12.2.0 to 12.2.3 [#32](https://github.com/haydenbleasel/ultracite/pull/32) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
977
|
+
- Bump prettier-plugin-tailwindcss from 0.1.11 to 0.1.13 [#33](https://github.com/haydenbleasel/ultracite/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
978
|
+
- Bump @typescript-eslint/parser from 5.30.0 to 5.31.0 [#34](https://github.com/haydenbleasel/ultracite/pull/34) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
979
|
+
|
|
980
|
+
#### Authors: 2
|
|
981
|
+
|
|
982
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
983
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
984
|
+
|
|
985
|
+
---
|
|
986
|
+
|
|
987
|
+
# v1.0.26 (Mon Jul 11 2022)
|
|
988
|
+
|
|
989
|
+
#### ⚠️ Pushed to `main`
|
|
990
|
+
|
|
991
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
992
|
+
|
|
993
|
+
#### Authors: 1
|
|
994
|
+
|
|
995
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
996
|
+
|
|
997
|
+
---
|
|
998
|
+
|
|
999
|
+
# v1.0.25 (Fri Jul 01 2022)
|
|
1000
|
+
|
|
1001
|
+
#### ⚠️ Pushed to `main`
|
|
1002
|
+
|
|
1003
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1004
|
+
- Remove deprecated (?) rule ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1005
|
+
|
|
1006
|
+
#### Authors: 1
|
|
1007
|
+
|
|
1008
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1009
|
+
|
|
1010
|
+
---
|
|
1011
|
+
|
|
1012
|
+
# v1.0.24 (Fri Jul 01 2022)
|
|
1013
|
+
|
|
1014
|
+
#### ⚠️ Pushed to `main`
|
|
1015
|
+
|
|
1016
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1017
|
+
- Update eslint-next.js ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1018
|
+
|
|
1019
|
+
#### Authors: 1
|
|
1020
|
+
|
|
1021
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1022
|
+
|
|
1023
|
+
---
|
|
1024
|
+
|
|
1025
|
+
# v1.0.23 (Sat Jun 18 2022)
|
|
1026
|
+
|
|
1027
|
+
#### ⚠️ Pushed to `main`
|
|
1028
|
+
|
|
1029
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1030
|
+
- Add react-native plugin dependency ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1031
|
+
|
|
1032
|
+
#### Authors: 1
|
|
1033
|
+
|
|
1034
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1035
|
+
|
|
1036
|
+
---
|
|
1037
|
+
|
|
1038
|
+
# v1.0.22 (Sat Jun 18 2022)
|
|
1039
|
+
|
|
1040
|
+
#### ⚠️ Pushed to `main`
|
|
1041
|
+
|
|
1042
|
+
- Attempt to split config into core, Next and Expo ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1043
|
+
|
|
1044
|
+
#### Authors: 1
|
|
1045
|
+
|
|
1046
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1047
|
+
|
|
1048
|
+
---
|
|
1049
|
+
|
|
1050
|
+
# v1.0.21 (Tue Jun 14 2022)
|
|
1051
|
+
|
|
1052
|
+
#### ⚠️ Pushed to `main`
|
|
1053
|
+
|
|
1054
|
+
- Fix stylelint extend ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1055
|
+
|
|
1056
|
+
#### 🔩 Dependency Updates
|
|
1057
|
+
|
|
1058
|
+
- Bump @typescript-eslint/parser from 5.22.0 to 5.27.0 [#24](https://github.com/haydenbleasel/ultracite/pull/24) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1059
|
+
- Bump typescript from 4.6.4 to 4.7.2 [#28](https://github.com/haydenbleasel/ultracite/pull/28) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1060
|
+
- Bump prettier-plugin-tailwindcss from 0.1.10 to 0.1.11 [#27](https://github.com/haydenbleasel/ultracite/pull/27) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1061
|
+
- Bump eslint from 8.15.0 to 8.16.0 [#26](https://github.com/haydenbleasel/ultracite/pull/26) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1062
|
+
- Bump eslint-plugin-react from 7.29.4 to 7.30.0 [#25](https://github.com/haydenbleasel/ultracite/pull/25) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1063
|
+
- Bump stylelint from 14.8.2 to 14.8.5 [#23](https://github.com/haydenbleasel/ultracite/pull/23) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1064
|
+
- Bump @typescript-eslint/eslint-plugin from 5.22.0 to 5.27.0 [#22](https://github.com/haydenbleasel/ultracite/pull/22) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1065
|
+
|
|
1066
|
+
#### Authors: 2
|
|
1067
|
+
|
|
1068
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
1069
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1070
|
+
|
|
1071
|
+
---
|
|
1072
|
+
|
|
1073
|
+
# v1.0.20 (Wed May 25 2022)
|
|
1074
|
+
|
|
1075
|
+
#### 🐛 Bug Fix
|
|
1076
|
+
|
|
1077
|
+
- Allow HTTP header literals to break naming convention [#21](https://github.com/haydenbleasel/ultracite/pull/21) ([@marktheunissen](https://github.com/marktheunissen))
|
|
1078
|
+
|
|
1079
|
+
#### Authors: 1
|
|
1080
|
+
|
|
1081
|
+
- Mark Theunissen ([@marktheunissen](https://github.com/marktheunissen))
|
|
1082
|
+
|
|
1083
|
+
---
|
|
1084
|
+
|
|
1085
|
+
# v1.0.19 (Fri May 20 2022)
|
|
1086
|
+
|
|
1087
|
+
#### ⚠️ Pushed to `main`
|
|
1088
|
+
|
|
1089
|
+
- Merge branch 'main' of https://github.com/haydenbleasel/ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1090
|
+
- Use next/core-web-vitals instead of custom config ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1091
|
+
- Revert "Attempt fixing Next format" ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1092
|
+
|
|
1093
|
+
#### Authors: 1
|
|
1094
|
+
|
|
1095
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1096
|
+
|
|
1097
|
+
---
|
|
1098
|
+
|
|
1099
|
+
# v1.0.18 (Fri May 20 2022)
|
|
1100
|
+
|
|
1101
|
+
#### ⚠️ Pushed to `main`
|
|
1102
|
+
|
|
1103
|
+
- Attempt fixing Next format ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1104
|
+
|
|
1105
|
+
#### Authors: 1
|
|
1106
|
+
|
|
1107
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1108
|
+
|
|
1109
|
+
---
|
|
1110
|
+
|
|
1111
|
+
# v1.0.17 (Fri May 20 2022)
|
|
1112
|
+
|
|
1113
|
+
#### ⚠️ Pushed to `main`
|
|
1114
|
+
|
|
1115
|
+
- Remove extended Next configs, fix duplicate rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1116
|
+
|
|
1117
|
+
#### Authors: 1
|
|
1118
|
+
|
|
1119
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1120
|
+
|
|
1121
|
+
---
|
|
1122
|
+
|
|
1123
|
+
# v1.0.16 (Sun May 08 2022)
|
|
1124
|
+
|
|
1125
|
+
#### ⚠️ Pushed to `main`
|
|
1126
|
+
|
|
1127
|
+
- Fix package lockfile ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1128
|
+
- Fix new Next rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1129
|
+
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1130
|
+
|
|
1131
|
+
#### Authors: 1
|
|
1132
|
+
|
|
1133
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1134
|
+
|
|
1135
|
+
---
|
|
1136
|
+
|
|
1137
|
+
# v1.0.15 (Sun May 08 2022)
|
|
1138
|
+
|
|
1139
|
+
#### ⚠️ Pushed to `main`
|
|
1140
|
+
|
|
1141
|
+
- Update Next rules ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1142
|
+
|
|
1143
|
+
#### 🔩 Dependency Updates
|
|
1144
|
+
|
|
1145
|
+
- Bump @typescript-eslint/parser from 5.19.0 to 5.21.0 [#17](https://github.com/haydenbleasel/ultracite/pull/17) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1146
|
+
- Bump eslint-plugin-import from 2.25.4 to 2.26.0 [#11](https://github.com/haydenbleasel/ultracite/pull/11) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1147
|
+
- Bump stylelint from 14.6.1 to 14.8.1 [#12](https://github.com/haydenbleasel/ultracite/pull/12) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1148
|
+
- Bump prettier from 2.6.1 to 2.6.2 [#13](https://github.com/haydenbleasel/ultracite/pull/13) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1149
|
+
- Bump prettier-plugin-tailwindcss from 0.1.8 to 0.1.10 [#14](https://github.com/haydenbleasel/ultracite/pull/14) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1150
|
+
- Bump eslint from 8.12.0 to 8.14.0 [#15](https://github.com/haydenbleasel/ultracite/pull/15) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1151
|
+
- Bump eslint-config-next from 12.1.4 to 12.1.5 [#16](https://github.com/haydenbleasel/ultracite/pull/16) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1152
|
+
- Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.21.0 [#18](https://github.com/haydenbleasel/ultracite/pull/18) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1153
|
+
- Bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 [#19](https://github.com/haydenbleasel/ultracite/pull/19) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1154
|
+
- Bump typescript from 4.6.3 to 4.6.4 [#20](https://github.com/haydenbleasel/ultracite/pull/20) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1155
|
+
|
|
1156
|
+
#### Authors: 2
|
|
1157
|
+
|
|
1158
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
1159
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1160
|
+
|
|
1161
|
+
---
|
|
1162
|
+
|
|
1163
|
+
# v1.0.14 (Fri Apr 15 2022)
|
|
1164
|
+
|
|
1165
|
+
#### ⚠️ Pushed to `main`
|
|
1166
|
+
|
|
1167
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1168
|
+
- Remove React dependency ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1169
|
+
|
|
1170
|
+
#### 🔩 Dependency Updates
|
|
1171
|
+
|
|
1172
|
+
- Bump @typescript-eslint/parser from 5.16.0 to 5.19.0 [#10](https://github.com/haydenbleasel/ultracite/pull/10) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1173
|
+
- Bump @typescript-eslint/eslint-plugin from 5.16.0 to 5.17.0 [#6](https://github.com/haydenbleasel/ultracite/pull/6) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1174
|
+
- Bump stylelint from 14.6.0 to 14.6.1 [#7](https://github.com/haydenbleasel/ultracite/pull/7) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1175
|
+
- Bump eslint-plugin-react-hooks from 4.3.0 to 4.4.0 [#8](https://github.com/haydenbleasel/ultracite/pull/8) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1176
|
+
- Bump prettier from 2.6.0 to 2.6.1 [#2](https://github.com/haydenbleasel/ultracite/pull/2) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1177
|
+
- Bump eslint from 8.11.0 to 8.12.0 [#3](https://github.com/haydenbleasel/ultracite/pull/3) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1178
|
+
- Bump eslint-config-next from 12.1.0 to 12.1.4 [#9](https://github.com/haydenbleasel/ultracite/pull/9) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1179
|
+
- Bump minimist from 1.2.5 to 1.2.6 [#1](https://github.com/haydenbleasel/ultracite/pull/1) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1180
|
+
|
|
1181
|
+
#### Authors: 2
|
|
1182
|
+
|
|
1183
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
1184
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1185
|
+
|
|
1186
|
+
---
|
|
1187
|
+
|
|
1188
|
+
# v1.0.13 (Fri Mar 25 2022)
|
|
1189
|
+
|
|
1190
|
+
#### ⚠️ Pushed to `main`
|
|
1191
|
+
|
|
1192
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1193
|
+
|
|
1194
|
+
#### Authors: 1
|
|
1195
|
+
|
|
1196
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1197
|
+
|
|
1198
|
+
---
|
|
1199
|
+
|
|
1200
|
+
# v1.0.12 (Fri Mar 25 2022)
|
|
1201
|
+
|
|
1202
|
+
#### ⚠️ Pushed to `main`
|
|
1203
|
+
|
|
1204
|
+
- Add Typescript to peerDeps ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1205
|
+
- Fix devDeps, peerDeps, file formatting and installation ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1206
|
+
|
|
1207
|
+
#### Authors: 1
|
|
1208
|
+
|
|
1209
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1210
|
+
|
|
1211
|
+
---
|
|
1212
|
+
|
|
1213
|
+
# v1.0.11 (Fri Mar 25 2022)
|
|
1214
|
+
|
|
1215
|
+
#### ⚠️ Pushed to `main`
|
|
1216
|
+
|
|
1217
|
+
- Move files to root folder ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1218
|
+
|
|
1219
|
+
#### Authors: 1
|
|
1220
|
+
|
|
1221
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1222
|
+
|
|
1223
|
+
---
|
|
1224
|
+
|
|
1225
|
+
# v1.0.10 (Sat Mar 19 2022)
|
|
1226
|
+
|
|
1227
|
+
#### ⚠️ Pushed to `main`
|
|
1228
|
+
|
|
1229
|
+
- Update README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1230
|
+
|
|
1231
|
+
#### Authors: 1
|
|
1232
|
+
|
|
1233
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1234
|
+
|
|
1235
|
+
---
|
|
1236
|
+
|
|
1237
|
+
# v1.0.9 (Sat Mar 19 2022)
|
|
1238
|
+
|
|
1239
|
+
#### ⚠️ Pushed to `main`
|
|
1240
|
+
|
|
1241
|
+
- Fix note about ESLint parserOptions ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1242
|
+
|
|
1243
|
+
#### Authors: 1
|
|
1244
|
+
|
|
1245
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1246
|
+
|
|
1247
|
+
---
|
|
1248
|
+
|
|
1249
|
+
# v1.0.8 (Sat Mar 19 2022)
|
|
1250
|
+
|
|
1251
|
+
#### ⚠️ Pushed to `main`
|
|
1252
|
+
|
|
1253
|
+
- Add snake_case support for APIs, disable misused-promises error ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1254
|
+
|
|
1255
|
+
#### Authors: 1
|
|
1256
|
+
|
|
1257
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1258
|
+
|
|
1259
|
+
---
|
|
1260
|
+
|
|
1261
|
+
# v1.0.7 (Fri Mar 18 2022)
|
|
1262
|
+
|
|
1263
|
+
#### ⚠️ Pushed to `main`
|
|
1264
|
+
|
|
1265
|
+
- Add publishConfig ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1266
|
+
|
|
1267
|
+
#### Authors: 1
|
|
1268
|
+
|
|
1269
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1270
|
+
|
|
1271
|
+
---
|
|
1272
|
+
|
|
1273
|
+
# v1.0.6 (Fri Mar 18 2022)
|
|
1274
|
+
|
|
1275
|
+
#### ⚠️ Pushed to `main`
|
|
1276
|
+
|
|
1277
|
+
- Add VS Code extensions ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1278
|
+
|
|
1279
|
+
#### Authors: 1
|
|
1280
|
+
|
|
1281
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1282
|
+
|
|
1283
|
+
---
|
|
1284
|
+
|
|
1285
|
+
# v1.0.5 (Fri Mar 18 2022)
|
|
1286
|
+
|
|
1287
|
+
#### ⚠️ Pushed to `main`
|
|
1288
|
+
|
|
1289
|
+
- Swap out package imports for paths for now ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1290
|
+
|
|
1291
|
+
#### Authors: 1
|
|
1292
|
+
|
|
1293
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1294
|
+
|
|
1295
|
+
---
|
|
1296
|
+
|
|
1297
|
+
# v1.0.4 (Fri Mar 18 2022)
|
|
1298
|
+
|
|
1299
|
+
#### ⚠️ Pushed to `main`
|
|
1300
|
+
|
|
1301
|
+
- Fix export names ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1302
|
+
|
|
1303
|
+
#### Authors: 1
|
|
1304
|
+
|
|
1305
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1306
|
+
|
|
1307
|
+
---
|
|
1308
|
+
|
|
1309
|
+
# v1.0.3 (Fri Mar 18 2022)
|
|
1310
|
+
|
|
1311
|
+
#### ⚠️ Pushed to `main`
|
|
1312
|
+
|
|
1313
|
+
- Remove index file, expose multiple exports ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1314
|
+
|
|
1315
|
+
#### Authors: 1
|
|
1316
|
+
|
|
1317
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1318
|
+
|
|
1319
|
+
---
|
|
1320
|
+
|
|
1321
|
+
# v1.0.2 (Fri Mar 18 2022)
|
|
1322
|
+
|
|
1323
|
+
#### ⚠️ Pushed to `main`
|
|
1324
|
+
|
|
1325
|
+
- Run auto init, generate labels ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1326
|
+
|
|
1327
|
+
#### Authors: 1
|
|
1328
|
+
|
|
1329
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1330
|
+
|
|
1331
|
+
---
|
|
1332
|
+
|
|
1333
|
+
# v1.0.1 (Fri Mar 18 2022)
|
|
1334
|
+
|
|
1335
|
+
#### ⚠️ Pushed to `main`
|
|
1336
|
+
|
|
1337
|
+
- Fix deploy script ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1338
|
+
- Fix release ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1339
|
+
- Add Dependabot and Release config, update package name ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1340
|
+
- Eat own dogfood ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1341
|
+
- Improve README ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1342
|
+
- Create VSCode settings file ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1343
|
+
- Update description ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1344
|
+
- Create README.md ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1345
|
+
- Create Stylelint configuration ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1346
|
+
- Create Prettier configuration ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1347
|
+
- Create ESLint configuration ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1348
|
+
- Initial commit ([@haydenbleasel](https://github.com/haydenbleasel))
|
|
1349
|
+
|
|
1350
|
+
#### Authors: 1
|
|
1351
|
+
|
|
1352
|
+
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))
|