@oriflame/config-eslint 4.2.1 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -81
  3. package/dts/index.d.ts +10 -0
  4. package/lib/index.js +45 -40
  5. package/lib/index.js.map +1 -0
  6. package/package.json +37 -30
  7. package/src/index.ts +21 -27
  8. package/CHANGELOG.md +0 -3589
  9. package/lib/index.d.ts +0 -10
  10. package/lib/index.d.ts.map +0 -1
  11. package/lib/presets/SECRET_CONFIG_DO_NOT_USE_THIS.d.ts +0 -4
  12. package/lib/presets/SECRET_CONFIG_DO_NOT_USE_THIS.d.ts.map +0 -1
  13. package/lib/presets/SECRET_CONFIG_DO_NOT_USE_THIS.js +0 -32
  14. package/lib/presets/base.d.ts +0 -4
  15. package/lib/presets/base.d.ts.map +0 -1
  16. package/lib/presets/base.js +0 -120
  17. package/lib/presets/future.d.ts +0 -4
  18. package/lib/presets/future.d.ts.map +0 -1
  19. package/lib/presets/future.js +0 -13
  20. package/lib/presets/nextjs.d.ts +0 -4
  21. package/lib/presets/nextjs.d.ts.map +0 -1
  22. package/lib/presets/nextjs.js +0 -13
  23. package/lib/presets/node.d.ts +0 -4
  24. package/lib/presets/node.d.ts.map +0 -1
  25. package/lib/presets/node.js +0 -26
  26. package/lib/presets/prettier.d.ts +0 -4
  27. package/lib/presets/prettier.d.ts.map +0 -1
  28. package/lib/presets/prettier.js +0 -13
  29. package/lib/presets/typescript.d.ts +0 -4
  30. package/lib/presets/typescript.d.ts.map +0 -1
  31. package/lib/presets/typescript.js +0 -40
  32. package/lib/resolvers/graphql.d.ts +0 -6
  33. package/lib/resolvers/graphql.d.ts.map +0 -1
  34. package/lib/resolvers/graphql.js +0 -12
  35. package/lib/rules/a11y.d.ts +0 -4
  36. package/lib/rules/a11y.d.ts.map +0 -1
  37. package/lib/rules/a11y.js +0 -45
  38. package/lib/rules/eslint-comments.d.ts +0 -4
  39. package/lib/rules/eslint-comments.d.ts.map +0 -1
  40. package/lib/rules/eslint-comments.js +0 -14
  41. package/lib/rules/eslint.d.ts +0 -4
  42. package/lib/rules/eslint.d.ts.map +0 -1
  43. package/lib/rules/eslint.js +0 -385
  44. package/lib/rules/import.d.ts +0 -4
  45. package/lib/rules/import.d.ts.map +0 -1
  46. package/lib/rules/import.js +0 -76
  47. package/lib/rules/jest.d.ts +0 -4
  48. package/lib/rules/jest.d.ts.map +0 -1
  49. package/lib/rules/jest.js +0 -59
  50. package/lib/rules/nextjs.d.ts +0 -4
  51. package/lib/rules/nextjs.d.ts.map +0 -1
  52. package/lib/rules/nextjs.js +0 -17
  53. package/lib/rules/node.d.ts +0 -4
  54. package/lib/rules/node.d.ts.map +0 -1
  55. package/lib/rules/node.js +0 -45
  56. package/lib/rules/prettier.d.ts +0 -4
  57. package/lib/rules/prettier.d.ts.map +0 -1
  58. package/lib/rules/prettier.js +0 -6
  59. package/lib/rules/promise.d.ts +0 -4
  60. package/lib/rules/promise.d.ts.map +0 -1
  61. package/lib/rules/promise.js +0 -24
  62. package/lib/rules/react-hooks.d.ts +0 -4
  63. package/lib/rules/react-hooks.d.ts.map +0 -1
  64. package/lib/rules/react-hooks.js +0 -7
  65. package/lib/rules/react.d.ts +0 -4
  66. package/lib/rules/react.d.ts.map +0 -1
  67. package/lib/rules/react.js +0 -143
  68. package/lib/rules/testing-library.d.ts +0 -4
  69. package/lib/rules/testing-library.d.ts.map +0 -1
  70. package/lib/rules/testing-library.js +0 -31
  71. package/lib/rules/typescript.d.ts +0 -4
  72. package/lib/rules/typescript.d.ts.map +0 -1
  73. package/lib/rules/typescript.js +0 -369
  74. package/lib/rules/unicorn.d.ts +0 -4
  75. package/lib/rules/unicorn.d.ts.map +0 -1
  76. package/lib/rules/unicorn.js +0 -105
  77. package/src/presets/SECRET_CONFIG_DO_NOT_USE_THIS.ts +0 -34
  78. package/src/presets/base.ts +0 -143
  79. package/src/presets/future.ts +0 -13
  80. package/src/presets/nextjs.ts +0 -13
  81. package/src/presets/node.ts +0 -27
  82. package/src/presets/prettier.ts +0 -13
  83. package/src/presets/typescript.ts +0 -45
  84. package/src/resolvers/graphql.ts +0 -11
  85. package/src/rules/a11y.ts +0 -47
  86. package/src/rules/eslint-comments.ts +0 -16
  87. package/src/rules/eslint.ts +0 -384
  88. package/src/rules/import.ts +0 -79
  89. package/src/rules/jest.ts +0 -64
  90. package/src/rules/nextjs.ts +0 -19
  91. package/src/rules/node.ts +0 -47
  92. package/src/rules/prettier.ts +0 -8
  93. package/src/rules/promise.ts +0 -26
  94. package/src/rules/react-hooks.ts +0 -9
  95. package/src/rules/react.ts +0 -145
  96. package/src/rules/testing-library.ts +0 -33
  97. package/src/rules/typescript.ts +0 -377
  98. package/src/rules/unicorn.ts +0 -108
  99. package/test/index.test.ts +0 -46
  100. package/test/lint-files/combo.ts +0 -10
  101. package/test/lint-files/errors/combo.ts +0 -3
  102. package/test/lint-files/errors/javascript.js +0 -2
  103. package/test/lint-files/errors/next.js +0 -11
  104. package/test/lint-files/errors/node.js +0 -3
  105. package/test/lint-files/errors/prettier.js +0 -5
  106. package/test/lint-files/errors/test.js +0 -3
  107. package/test/lint-files/errors/typescript.ts +0 -3
  108. package/test/lint-files/javascript.js +0 -1
  109. package/test/lint-files/next.ts +0 -5
  110. package/test/lint-files/node.js +0 -2
  111. package/test/lint-files/prettier.js +0 -1
  112. package/test/lint-files/test.js +0 -5
  113. package/test/lint-files/typescript.ts +0 -20
  114. package/test/tsconfig.json +0 -19
  115. package/test/utils/getErrors.ts +0 -16
  116. package/tools/check-rules/allRules.ts +0 -99
  117. package/tools/check-rules/index.ts +0 -90
  118. package/tools/check-rules/tsconfig.json +0 -17
  119. package/tsconfig.json +0 -22
  120. package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md DELETED
@@ -1,3589 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ### 4.2.1 - 2021-11-08
7
-
8
- #### 🐞 Fixes
9
-
10
- - Revert react/jsx-handler-names rule change. (#889) ([36f44c1](https://github.com/Oriflame/lumos/commit/36f44c1db0d4e74408334f3dfe5f259e8fc6f05f)), work items [#889](https://github.com/Oriflame/lumos/issues/889)
11
-
12
- **Note:** Version bump only for package @oriflame/config-eslint
13
-
14
-
15
-
16
-
17
-
18
- ## 4.2.0 - 2021-11-08
19
-
20
- #### 🚀 Updates
21
-
22
- - Update ESLint rules. (#885) ([e70c4fd](https://github.com/Oriflame/lumos/commit/e70c4fdac6bf7d7f8d9c1ea4b254e6e7e04db532)), work items [#885](https://github.com/Oriflame/lumos/issues/885)
23
-
24
- **Note:** Version bump only for package @oriflame/config-eslint
25
-
26
-
27
-
28
-
29
-
30
- ### 4.1.15 - 2021-11-01
31
-
32
- #### 📦 Dependencies
33
-
34
- - update dependency eslint to v8 (#827) ([6fcd4ea](https://github.com/Oriflame/lumos/commit/6fcd4ea61532eb05185059d849e2862ff5b27cf0)), work items [#827](https://github.com/Oriflame/lumos/issues/827)
35
-
36
- **Note:** Version bump only for package @oriflame/config-eslint
37
-
38
-
39
-
40
-
41
-
42
- ### 4.1.14 - 2021-11-01
43
-
44
- **Note:** Version bump only for package @oriflame/config-eslint
45
-
46
-
47
-
48
-
49
-
50
- ### 4.1.13 - 2021-10-31
51
-
52
- #### 📦 Dependencies
53
-
54
- - update dependency @next/eslint-plugin-next to ^12.0.2 (#876) ([9836cfb](https://github.com/Oriflame/lumos/commit/9836cfbacc640c50f4e3beaceedf84a01c6d2e24)), work items [#876](https://github.com/Oriflame/lumos/issues/876)
55
-
56
- **Note:** Version bump only for package @oriflame/config-eslint
57
-
58
-
59
-
60
-
61
-
62
- ### 4.1.12 - 2021-10-29
63
-
64
- **Note:** Version bump only for package @oriflame/config-eslint
65
-
66
-
67
-
68
-
69
-
70
- ### 4.1.11 - 2021-10-28
71
-
72
- **Note:** Version bump only for package @oriflame/config-eslint
73
-
74
-
75
-
76
-
77
-
78
- ### 4.1.10 - 2021-10-27
79
-
80
- **Note:** Version bump only for package @oriflame/config-eslint
81
-
82
-
83
-
84
-
85
-
86
- ### 4.1.9 - 2021-10-27
87
-
88
- #### 📦 Dependencies
89
-
90
- - update dependency @next/eslint-plugin-next to ^12.0.1 (#868) ([3307686](https://github.com/Oriflame/lumos/commit/33076867191cdd41f5fdc0dfd4bcab949a89693b)), work items [#868](https://github.com/Oriflame/lumos/issues/868)
91
-
92
- **Note:** Version bump only for package @oriflame/config-eslint
93
-
94
-
95
-
96
-
97
-
98
- ### 4.1.8 - 2021-10-26
99
-
100
- #### 📦 Dependencies
101
-
102
- - update dependency @next/eslint-plugin-next to v12 (#866) ([b875179](https://github.com/Oriflame/lumos/commit/b8751791d510be5058ef099b20db26383982a3db)), work items [#866](https://github.com/Oriflame/lumos/issues/866)
103
-
104
- **Note:** Version bump only for package @oriflame/config-eslint
105
-
106
-
107
-
108
-
109
-
110
- ### 4.1.7 - 2021-10-26
111
-
112
- **Note:** Version bump only for package @oriflame/config-eslint
113
-
114
-
115
-
116
-
117
-
118
- ### 4.1.6 - 2021-10-26
119
-
120
- #### 📦 Dependencies
121
-
122
- - update dependency eslint-plugin-jest to v25 (#829) ([6576642](https://github.com/Oriflame/lumos/commit/657664257eb4eabc7252c8633d6008a398188419)), work items [#829](https://github.com/Oriflame/lumos/issues/829)
123
-
124
- **Note:** Version bump only for package @oriflame/config-eslint
125
-
126
-
127
-
128
-
129
-
130
- ### 4.1.5 - 2021-10-26
131
-
132
- #### 📦 Dependencies
133
-
134
- - update dependency eslint-plugin-testing-library to v5 (#861) ([d37fa56](https://github.com/Oriflame/lumos/commit/d37fa566760ec489ce52a2a43e55d198e3103c68)), work items [#861](https://github.com/Oriflame/lumos/issues/861)
135
-
136
- **Note:** Version bump only for package @oriflame/config-eslint
137
-
138
-
139
-
140
-
141
-
142
- ### 4.1.4 - 2021-10-26
143
-
144
- #### 📦 Dependencies
145
-
146
- - update typescript-eslint monorepo to ^5.2.0 (#863) ([d37a71b](https://github.com/Oriflame/lumos/commit/d37a71b360b5724d186b89b80977760ac1226428)), closes _#863_
147
-
148
- **Note:** Version bump only for package @oriflame/config-eslint
149
-
150
-
151
-
152
-
153
-
154
- ### 4.1.3 - 2021-10-24
155
-
156
- #### 🛠 Internals
157
-
158
- - update dependency ts-node to ^10.4.0 (#856) ([afdd21c](https://github.com/Oriflame/lumos/commit/afdd21c2469d740f425468edbeadd393b0b174a9)), closes _#856_
159
-
160
- **Note:** Version bump only for package @oriflame/config-eslint
161
-
162
-
163
-
164
-
165
-
166
- ### 4.1.2 - 2021-10-23
167
-
168
- **Note:** Version bump only for package @oriflame/config-eslint
169
-
170
-
171
-
172
-
173
-
174
- ### 4.1.1 - 2021-10-21
175
-
176
- **Note:** Version bump only for package @oriflame/config-eslint
177
-
178
-
179
-
180
-
181
-
182
- ### 4.1.0 - 2021-10-21
183
-
184
- #### 📦 Dependencies
185
-
186
- - update dependency eslint-plugin-promise to ^5.1.1 (#852) ([e4ebe85](https://github.com/Oriflame/lumos/commit/e4ebe853b249cf36d4c55306e2fa3453576fef13)), closes _#852_
187
-
188
- **Note:** Version bump only for package @oriflame/config-eslint
189
-
190
-
191
-
192
-
193
-
194
- ### 4.0.53 - 2021-10-21
195
-
196
- **Note:** Version bump only for package @oriflame/config-eslint
197
-
198
-
199
-
200
-
201
-
202
- ### 4.0.52 - 2021-10-20
203
-
204
- **Note:** Version bump only for package @oriflame/config-eslint
205
-
206
-
207
-
208
-
209
-
210
- ### 4.0.51 - 2021-10-19
211
-
212
- **Note:** Version bump only for package @oriflame/config-eslint
213
-
214
-
215
-
216
-
217
-
218
- ### 4.0.50 - 2021-10-19
219
-
220
- #### 📦 Dependencies
221
-
222
- - update typescript-eslint monorepo to ^5.1.0 (#845) ([ccc4db7](https://github.com/Oriflame/lumos/commit/ccc4db7854d407be1b9dfdaf951a01f242c3a258)), closes _#845_
223
-
224
- **Note:** Version bump only for package @oriflame/config-eslint
225
-
226
-
227
-
228
-
229
-
230
- ### 4.0.49 - 2021-10-18
231
-
232
- **Note:** Version bump only for package @oriflame/config-eslint
233
-
234
-
235
-
236
-
237
-
238
- ### 4.0.48 - 2021-10-18
239
-
240
- #### 🐞 Fixes
241
-
242
- - Correct Next.js ESLint plugin rule names. (#842) ([52cd73a](https://github.com/Oriflame/lumos/commit/52cd73a00f2675ede85f8aac76e354cec4a0c069)), closes _#842_
243
-
244
- **Note:** Version bump only for package @oriflame/config-eslint
245
-
246
-
247
-
248
-
249
-
250
- ### 4.0.47 - 2021-10-15
251
-
252
- #### 📦 Dependencies
253
-
254
- - update dependency eslint-plugin-import to ^2.25.2 (#833) ([f2315d2](https://github.com/Oriflame/lumos/commit/f2315d271a3a64a3cba0129f4add166270436d16)), closes _#833_
255
-
256
- - update dependency eslint-plugin-unicorn to v37 (#830) ([42ded8a](https://github.com/Oriflame/lumos/commit/42ded8ac2b9729e315ae97083484dcd90c8d9cff)), closes _#830_
257
-
258
- **Note:** Version bump only for package @oriflame/config-eslint
259
-
260
-
261
-
262
-
263
-
264
- ### 4.0.46 - 2021-10-14
265
-
266
- **Note:** Version bump only for package @oriflame/config-eslint
267
-
268
-
269
-
270
-
271
-
272
- ### 4.0.45 - 2021-10-12
273
-
274
- #### 📦 Dependencies
275
-
276
- - update typescript-eslint monorepo to v5 (#832) ([f91054e](https://github.com/Oriflame/lumos/commit/f91054e054de368624123b2f5a5c3e2d1d923d5a)), closes _#832_
277
-
278
-
279
- #### 🛠 Internals
280
-
281
- - update dependency ts-node to ^10.3.0 (#831) ([d432431](https://github.com/Oriflame/lumos/commit/d43243131a653b12ff24149844c1ad941e340824)), closes _#831_
282
-
283
- **Note:** Version bump only for package @oriflame/config-eslint
284
-
285
-
286
-
287
-
288
-
289
- ### 4.0.44 - 2021-10-10
290
-
291
- #### 📦 Dependencies
292
-
293
- - update dependency eslint-plugin-jest to ^24.7.0 (#828) ([18a53e8](https://github.com/Oriflame/lumos/commit/18a53e844e6cde6cad344b8b86a72e5709d959ce)), closes _#828_
294
-
295
- **Note:** Version bump only for package @oriflame/config-eslint
296
-
297
-
298
-
299
-
300
-
301
- ### 4.0.43 - 2021-10-10
302
-
303
- #### 📦 Dependencies
304
-
305
- - update dependency eslint-plugin-jest to ^24.6.0 (#826) ([abfdd11](https://github.com/Oriflame/lumos/commit/abfdd1115267a4efaf948a9465a0f8dadcda0aa0)), closes _#826_
306
-
307
- **Note:** Version bump only for package @oriflame/config-eslint
308
-
309
-
310
-
311
-
312
-
313
- ### 4.0.42 - 2021-10-08
314
-
315
- **Note:** Version bump only for package @oriflame/config-eslint
316
-
317
-
318
-
319
-
320
-
321
- ### 4.0.41 - 2021-10-08
322
-
323
- **Note:** Version bump only for package @oriflame/config-eslint
324
-
325
-
326
-
327
-
328
-
329
- ### 4.0.40 - 2021-10-07
330
-
331
- **Note:** Version bump only for package @oriflame/config-eslint
332
-
333
-
334
-
335
-
336
-
337
- ### 4.0.39 - 2021-10-05
338
-
339
- #### 📦 Dependencies
340
-
341
- - update typescript-eslint monorepo to ^4.33.0 (#815) ([05128cc](https://github.com/Oriflame/lumos/commit/05128ccd398f396f1e1e508679858d8cda817d13)), closes _#815_
342
-
343
- **Note:** Version bump only for package @oriflame/config-eslint
344
-
345
-
346
-
347
-
348
-
349
- ### 4.0.38 - 2021-10-04
350
-
351
- #### 📦 Dependencies
352
-
353
- - update dependency eslint-plugin-jest to ^24.5.2 (#812) ([8ba6a7a](https://github.com/Oriflame/lumos/commit/8ba6a7a952ab7e4783b932a904c9274114ac0e3a)), closes _#812_
354
-
355
- **Note:** Version bump only for package @oriflame/config-eslint
356
-
357
-
358
-
359
-
360
-
361
- ### 4.0.37 - 2021-10-01
362
-
363
- #### 📦 Dependencies
364
-
365
- - update dependency eslint-plugin-jest to ^24.5.0 (#808) ([0ab718b](https://github.com/Oriflame/lumos/commit/0ab718b5574ce147d25d328448cbe02f45e11b16)), closes _#808_
366
-
367
- **Note:** Version bump only for package @oriflame/config-eslint
368
-
369
-
370
-
371
-
372
-
373
- ### 4.0.36 - 2021-10-01
374
-
375
- #### 📦 Dependencies
376
-
377
- - update dependency eslint-plugin-react to ^7.26.1 (#811) ([ddcc687](https://github.com/Oriflame/lumos/commit/ddcc687e105c8280b568653fc0101b46785c5b8b)), closes _#811_
378
-
379
- **Note:** Version bump only for package @oriflame/config-eslint
380
-
381
-
382
-
383
-
384
-
385
- ### 4.0.35 - 2021-09-28
386
-
387
- #### 📦 Dependencies
388
-
389
- - update typescript-eslint monorepo to ^4.32.0 (#803) ([c5b607a](https://github.com/Oriflame/lumos/commit/c5b607a39983fa064373aa4c250d028f090caf6c)), closes _#803_
390
-
391
- **Note:** Version bump only for package @oriflame/config-eslint
392
-
393
-
394
-
395
-
396
-
397
- ### 4.0.34 - 2021-09-27
398
-
399
- #### 📘 Docs
400
-
401
- - Fixed typos in Readme files. (#802) ([092cd6a](https://github.com/Oriflame/lumos/commit/092cd6a35b7a946e11ec915970cb74c7fb3b1047)), closes _#802_
402
-
403
- **Note:** Version bump only for package @oriflame/config-eslint
404
-
405
-
406
-
407
-
408
-
409
- ### 4.0.33 - 2021-09-27
410
-
411
- **Note:** Version bump only for package @oriflame/config-eslint
412
-
413
-
414
-
415
-
416
-
417
- ### 4.0.32 - 2021-09-25
418
-
419
- **Note:** Version bump only for package @oriflame/config-eslint
420
-
421
-
422
-
423
-
424
-
425
- ### 4.0.31 - 2021-09-25
426
-
427
- **Note:** Version bump only for package @oriflame/config-eslint
428
-
429
-
430
-
431
-
432
-
433
- ### 4.0.30 - 2021-09-25
434
-
435
- **Note:** Version bump only for package @oriflame/config-eslint
436
-
437
-
438
-
439
-
440
-
441
- ### 4.0.29 - 2021-09-24
442
-
443
- #### 📦 Dependencies
444
-
445
- - update dependency eslint-plugin-testing-library to ^4.12.4 (#795) ([3629541](https://github.com/Oriflame/lumos/commit/36295417a3856cedbe3963d201a0b70715d7d543)), closes _#795_
446
-
447
- **Note:** Version bump only for package @oriflame/config-eslint
448
-
449
-
450
-
451
-
452
-
453
- ### 4.0.28 - 2021-09-22
454
-
455
- **Note:** Version bump only for package @oriflame/config-eslint
456
-
457
-
458
-
459
-
460
-
461
- ### 4.0.27 - 2021-09-22
462
-
463
- #### 📦 Dependencies
464
-
465
- - update dependency eslint-plugin-react to ^7.26.0 (#784) ([df829f7](https://github.com/Oriflame/lumos/commit/df829f7013408e2f76b3ca0919d9bd0e1a98e6f4)), closes _#784_
466
-
467
- - update typescript-eslint monorepo to ^4.31.2 (#787) ([d5d4924](https://github.com/Oriflame/lumos/commit/d5d4924df3761de5480e08cfad746c0353da3c94)), closes _#787_
468
-
469
- **Note:** Version bump only for package @oriflame/config-eslint
470
-
471
-
472
-
473
-
474
-
475
- ### 4.0.26 - 2021-09-20
476
-
477
- #### 📦 Dependencies
478
-
479
- - update dependency eslint-plugin-testing-library to ^4.12.3 (#785) ([649a35f](https://github.com/Oriflame/lumos/commit/649a35fccbc5c41702a4f892fa322fb6944759b6)), closes _#785_
480
-
481
- **Note:** Version bump only for package @oriflame/config-eslint
482
-
483
-
484
-
485
-
486
-
487
- ### 4.0.25 - 2021-09-19
488
-
489
- **Note:** Version bump only for package @oriflame/config-eslint
490
-
491
-
492
-
493
-
494
-
495
- ### 4.0.24 - 2021-09-17
496
-
497
- **Note:** Version bump only for package @oriflame/config-eslint
498
-
499
-
500
-
501
-
502
-
503
- ### 4.0.23 - 2021-09-17
504
-
505
- #### 📦 Dependencies
506
-
507
- - update dependency eslint-plugin-jest to ^24.4.2 (#781) ([647a9b8](https://github.com/Oriflame/lumos/commit/647a9b89c5f2e3f2b3fb81ae3184b20c7b672342)), closes _#781_
508
-
509
- - update dependency eslint-plugin-react to ^7.25.2 (#780) ([9d7edc2](https://github.com/Oriflame/lumos/commit/9d7edc234d2970d3d6a13850ca59c51db9214f52)), closes _#780_
510
-
511
- **Note:** Version bump only for package @oriflame/config-eslint
512
-
513
-
514
-
515
-
516
-
517
- ### 4.0.22 - 2021-09-17
518
-
519
- **Note:** Version bump only for package @oriflame/config-eslint
520
-
521
-
522
-
523
-
524
-
525
- ### 4.0.21 - 2021-09-17
526
-
527
- **Note:** Version bump only for package @oriflame/config-eslint
528
-
529
-
530
-
531
-
532
-
533
- ### 4.0.17 - 2021-09-14
534
-
535
- #### 📦 Dependencies
536
-
537
- - update typescript-eslint monorepo to ^4.31.1 (#772) ([18269c0](https://github.com/Oriflame/lumos/commit/18269c0a0a572c446f5d03af1e1d0f7c7845abd9)), closes _#772_
538
-
539
- **Note:** Version bump only for package @oriflame/config-eslint
540
-
541
-
542
-
543
-
544
-
545
- ### 4.0.16 - 2021-09-13
546
-
547
- #### 📦 Dependencies
548
-
549
- - update dependency eslint-import-resolver-typescript to ^2.5.0 (#771) ([2740402](https://github.com/Oriflame/lumos/commit/2740402eb8bf8408c1b2cdf04fad66c457cd0adc)), closes _#771_
550
-
551
- **Note:** Version bump only for package @oriflame/config-eslint
552
-
553
-
554
-
555
-
556
-
557
- ### 4.0.15 - 2021-09-13
558
-
559
- #### 📦 Dependencies
560
-
561
- - update dependency prettier to ^2.4.0 (#764) ([e27a386](https://github.com/Oriflame/lumos/commit/e27a386b3181bd1b76adb5a1246c6e87dbdb81f3)), closes _#764_
562
-
563
- **Note:** Version bump only for package @oriflame/config-eslint
564
-
565
-
566
-
567
-
568
-
569
- ### 4.0.12 - 2021-09-12
570
-
571
- #### 📦 Dependencies
572
-
573
- - update dependency eslint-plugin-unicorn to v36 (#768) ([dc7d956](https://github.com/Oriflame/lumos/commit/dc7d956e5c72d40b6099a0bc66cfdd4f5283c56b)), closes _#768_
574
-
575
- **Note:** Version bump only for package @oriflame/config-eslint
576
-
577
-
578
-
579
-
580
-
581
- ### 4.0.11 - 2021-09-10
582
-
583
- #### 📦 Dependencies
584
-
585
- - update dependency eslint-plugin-testing-library to ^4.12.2 (#763) ([ab0c4e3](https://github.com/Oriflame/lumos/commit/ab0c4e35f423c1ba5e71a7325722217fe035918e)), closes _#763_
586
-
587
- **Note:** Version bump only for package @oriflame/config-eslint
588
-
589
-
590
-
591
-
592
-
593
- ### 4.0.8 - 2021-09-07
594
-
595
- #### 🐞 Fixes
596
-
597
- - Remove eslint-plugin-node's recommended extend from base preset. (#760) ([2be5b39](https://github.com/Oriflame/lumos/commit/2be5b39fd5f2abd2e8bd102e676e35acd42d87c9)), closes _#760_
598
-
599
- **Note:** Version bump only for package @oriflame/config-eslint
600
-
601
-
602
-
603
-
604
-
605
- ### 4.0.6 - 2021-09-06
606
-
607
- #### 📦 Dependencies
608
-
609
- - update typescript-eslint monorepo to ^4.31.0 (#758) ([2101e05](https://github.com/Oriflame/lumos/commit/2101e057142dfec26ac0208f3b0e7ce1452fc7e8)), closes _#758_
610
-
611
- **Note:** Version bump only for package @oriflame/config-eslint
612
-
613
-
614
-
615
-
616
-
617
- ### 4.0.5 - 2021-09-06
618
-
619
- #### 📦 Dependencies
620
-
621
- - update dependency eslint-plugin-testing-library to ^4.12.1 (#757) ([0b169e5](https://github.com/Oriflame/lumos/commit/0b169e510a7a015fc69d79767f991324344c72bc)), closes _#757_
622
-
623
- **Note:** Version bump only for package @oriflame/config-eslint
624
-
625
-
626
-
627
-
628
-
629
- ### 4.0.2 - 2021-09-03
630
-
631
- **Note:** Version bump only for package @oriflame/config-eslint
632
-
633
-
634
-
635
-
636
-
637
- ### 4.0.1 - 2021-09-01
638
-
639
- #### 📦 Dependencies
640
-
641
- - update dependency @next/eslint-plugin-next to ^11.1.2 (#749) ([b537552](https://github.com/Oriflame/lumos/commit/b53755237db739b0767a1c6e17e1c0ec710b7ff2)), closes _#749_
642
-
643
-
644
- #### 🛠 Internals
645
-
646
- - update dependency ts-node to ^10.2.1 (#748) ([e17bb01](https://github.com/Oriflame/lumos/commit/e17bb01badefd9dba011a5f3fa570a9e69a8c08e)), closes _#748_
647
-
648
- **Note:** Version bump only for package @oriflame/config-eslint
649
-
650
-
651
-
652
-
653
-
654
- # 4.0.0 - 2021-08-31
655
-
656
- #### 💥 Breaking
657
-
658
- - Change `next` setting to `future` and introduce new `nextjs` setting. (#727) ([9c25bb0](https://github.com/Oriflame/lumos/commit/9c25bb00eda5073cb0d315c20df97ebfd2e03d09)), closes _#727_
659
-
660
-
661
- #### 🛠 Internals
662
-
663
- - Release [ci skip]. ([540ff0d](https://github.com/Oriflame/lumos/commit/540ff0db13ba07b321255552253a68c620363b46))
664
-
665
- **Note:** Version bump only for package @oriflame/config-eslint
666
-
667
-
668
-
669
-
670
-
671
- ### 3.3.32 - 2021-08-31
672
-
673
- #### 📦 Dependencies
674
-
675
- - update dependency eslint-plugin-prettier to v4 (#747) ([a0a380f](https://github.com/Oriflame/lumos/commit/a0a380f09c1fcbcafef8286aebe1b77c1616c40a)), closes _#747_
676
-
677
- **Note:** Version bump only for package @oriflame/config-eslint
678
-
679
-
680
-
681
-
682
-
683
- ### 3.3.31 - 2021-08-30
684
-
685
- #### 📦 Dependencies
686
-
687
- - update dependency eslint-plugin-react to ^7.25.1 (#743) ([4e376ad](https://github.com/Oriflame/lumos/commit/4e376ad0e451872e12c73cd1ed8bb3bac721d772)), closes _#743_
688
-
689
- - update typescript-eslint monorepo to ^4.30.0 (#746) ([6d173d1](https://github.com/Oriflame/lumos/commit/6d173d19d40268cd4d408628af0edea12a549589)), closes _#746_
690
-
691
- **Note:** Version bump only for package @oriflame/config-eslint
692
-
693
-
694
-
695
-
696
-
697
- ### 3.3.30 - 2021-08-30
698
-
699
- #### 📦 Dependencies
700
-
701
- - update dependency eslint-plugin-react to ^7.25.0 (#742) ([6bd96c7](https://github.com/Oriflame/lumos/commit/6bd96c7cc220cf5cac3011a6cb99754c123c59ef)), closes _#742_
702
-
703
-
704
- #### 🛠 Internals
705
-
706
- - Release [ci skip]. ([7ccda04](https://github.com/Oriflame/lumos/commit/7ccda043a100529201a7f092563924b892accf66))
707
-
708
- **Note:** Version bump only for package @oriflame/config-eslint
709
-
710
-
711
-
712
-
713
-
714
- ### 3.3.29 - 2021-08-25
715
-
716
- #### 📦 Dependencies
717
-
718
- - update dependency eslint-plugin-import to ^2.24.2 (#737) ([b666290](https://github.com/Oriflame/lumos/commit/b6662905ce474130de11d83d3fb7c55f01b93e25)), closes _#737_
719
-
720
- - update dependency eslint-plugin-testing-library to ^4.12.0 (#736) ([ac39d75](https://github.com/Oriflame/lumos/commit/ac39d75b67bfa8b2fc189de63d51374fe8069a10)), closes _#736_
721
-
722
- **Note:** Version bump only for package @oriflame/config-eslint
723
-
724
-
725
-
726
-
727
-
728
- ### 3.3.28 - 2021-08-24
729
-
730
- #### 📦 Dependencies
731
-
732
- - update typescript-eslint monorepo to ^4.29.3 (#735) ([3257a00](https://github.com/Oriflame/lumos/commit/3257a00b9c180388daa8320d49bf826fa0a995e4)), closes _#735_
733
-
734
- **Note:** Version bump only for package @oriflame/config-eslint
735
-
736
-
737
-
738
-
739
-
740
- ### 3.3.27 - 2021-08-21
741
-
742
- #### 📦 Dependencies
743
-
744
- - update dependency eslint-plugin-prettier to ^3.4.1 (#732) ([b2b693e](https://github.com/Oriflame/lumos/commit/b2b693ea33b8bbb54f102fb8d1ee57506c64d765)), closes _#732_
745
-
746
-
747
- #### 🛠 Internals
748
-
749
- - Release [ci skip]. ([2d70263](https://github.com/Oriflame/lumos/commit/2d7026394eef1f387bfc327d896b6e8191eb0062))
750
-
751
- **Note:** Version bump only for package @oriflame/config-eslint
752
-
753
-
754
-
755
-
756
-
757
- ### 3.3.26 - 2021-08-20
758
-
759
- #### 📦 Dependencies
760
-
761
- - update dependency eslint-plugin-import to ^2.24.1 (#731) ([7249407](https://github.com/Oriflame/lumos/commit/724940793eb6654eb53fce812ecc903b4ad9e431)), closes _#731_
762
-
763
-
764
- #### 🛠 Internals
765
-
766
- - Release [ci skip]. ([a04f63b](https://github.com/Oriflame/lumos/commit/a04f63b74f1e0a22039bf2424422a70917d80d9d))
767
-
768
- **Note:** Version bump only for package @oriflame/config-eslint
769
-
770
-
771
-
772
-
773
-
774
- ### 3.3.25 - 2021-08-17
775
-
776
- #### 📦 Dependencies
777
-
778
- - update dependency eslint-plugin-testing-library to ^4.11.0 (#726) ([43c75fb](https://github.com/Oriflame/lumos/commit/43c75fbe33bfa22b97e9188240282dea9915c5ff)), closes _#726_
779
-
780
- - update typescript-eslint monorepo to ^4.29.2 (#725) ([e22a591](https://github.com/Oriflame/lumos/commit/e22a59145b594211bab985232612700e179538ac)), closes _#725_
781
-
782
-
783
- #### 🛠 Internals
784
-
785
- - Release [ci skip]. ([c2a4507](https://github.com/Oriflame/lumos/commit/c2a45074725d62ae2e97e3788f22bc23faf8d4c6))
786
-
787
- **Note:** Version bump only for package @oriflame/config-eslint
788
-
789
-
790
-
791
-
792
-
793
- ### 3.3.24 - 2021-08-09
794
-
795
- #### 📦 Dependencies
796
-
797
- - update typescript-eslint monorepo to ^4.29.1 (#721) ([3956aaa](https://github.com/Oriflame/lumos/commit/3956aaa95a4fe01a24477ab123a0cf6da1fe0ddc)), closes _#721_
798
-
799
- **Note:** Version bump only for package @oriflame/config-eslint
800
-
801
-
802
-
803
-
804
-
805
- ### 3.3.23 - 2021-08-09
806
-
807
- #### 📘 Docs
808
-
809
- - Update documentation for the lumos. (#709) ([e1ff0a1](https://github.com/Oriflame/lumos/commit/e1ff0a10ed8fb093cbce5aceee06e177c79eaae2)), closes _#709_
810
-
811
-
812
- #### 📦 Dependencies
813
-
814
- - update dependency eslint-plugin-import to ^2.24.0 (#720) ([df6705f](https://github.com/Oriflame/lumos/commit/df6705fe51a4aebc63cc66a64d2a29d1963a36bc)), closes _#720_
815
-
816
-
817
- #### 🛠 Internals
818
-
819
- - Release [ci skip]. ([679d964](https://github.com/Oriflame/lumos/commit/679d96457b1544dbf27919df274be15548475af4))
820
-
821
- **Note:** Version bump only for package @oriflame/config-eslint
822
-
823
-
824
-
825
-
826
-
827
- ### 3.3.22 - 2021-08-04
828
-
829
- #### 📦 Dependencies
830
-
831
- - update dependency @typescript-eslint/eslint-plugin to ^4.29.0 (#716) ([6b43741](https://github.com/Oriflame/lumos/commit/6b437412975bd5222c06fccbf34f2c1c865299c4)), closes _#716_
832
-
833
- - update dependency eslint-plugin-unicorn to v35 (#717) ([4a2b4b1](https://github.com/Oriflame/lumos/commit/4a2b4b1ddfc80c94938d50a87c68e56ac0b7ecc0)), closes _#717_
834
-
835
- **Note:** Version bump only for package @oriflame/config-eslint
836
-
837
-
838
-
839
-
840
-
841
- ### 3.3.21 - 2021-08-02
842
-
843
- #### 📦 Dependencies
844
-
845
- - update dependency @typescript-eslint/parser to ^4.29.0 (#715) ([3ce06ef](https://github.com/Oriflame/lumos/commit/3ce06ef755fd5cc6f29916b728834e9a5a2560d6)), closes _#715_
846
-
847
-
848
- #### 🛠 Internals
849
-
850
- - Release [ci skip]. ([07da3f9](https://github.com/Oriflame/lumos/commit/07da3f9684f8621c09879ba47248b27c90a09240))
851
-
852
- **Note:** Version bump only for package @oriflame/config-eslint
853
-
854
-
855
-
856
-
857
-
858
- ### 3.3.20 - 2021-08-01
859
-
860
- #### 📦 Dependencies
861
-
862
- - update dependency eslint to ^7.32.0 (#712) ([8921372](https://github.com/Oriflame/lumos/commit/892137274108755d39ce0db9630465c1c5f30639)), closes _#712_
863
-
864
- **Note:** Version bump only for package @oriflame/config-eslint
865
-
866
-
867
-
868
-
869
-
870
- ### 3.3.19 - 2021-07-29
871
-
872
- **Note:** Version bump only for package @oriflame/config-eslint
873
-
874
-
875
-
876
-
877
-
878
- ### 3.3.18 - 2021-07-28
879
-
880
- #### 📦 Dependencies
881
-
882
- - update typescript-eslint monorepo to ^4.28.5 (#708) ([635a972](https://github.com/Oriflame/lumos/commit/635a9726e0dbdb925f99f204ce0fe755ee03bb21)), closes _#708_
883
-
884
-
885
- #### 🛠 Internals
886
-
887
- - Release [ci skip]. ([039b648](https://github.com/Oriflame/lumos/commit/039b6485293587ac7313881924b893df66515da8))
888
-
889
- **Note:** Version bump only for package @oriflame/config-eslint
890
-
891
-
892
-
893
-
894
-
895
- ### 3.3.17 - 2021-07-22
896
-
897
- #### 📦 Dependencies
898
-
899
- - update dependency eslint-plugin-jest to ^24.4.0 (#704) ([f57115e](https://github.com/Oriflame/lumos/commit/f57115e7b738020f65e01d8188ded8a5b12b4fde)), closes _#704_
900
-
901
- **Note:** Version bump only for package @oriflame/config-eslint
902
-
903
-
904
-
905
-
906
-
907
- ### 3.3.16 - 2021-07-21
908
-
909
- #### 📦 Dependencies
910
-
911
- - update dependency eslint-plugin-jest to ^24.3.7 (#701) ([0e0eaeb](https://github.com/Oriflame/lumos/commit/0e0eaeb6ff56539dd614397a8fc4c94bf856a23c)), closes _#701_
912
-
913
- - update dependency eslint-plugin-testing-library to ^4.10.1 (#698) ([0bff4e8](https://github.com/Oriflame/lumos/commit/0bff4e8246c71c806e8b809b1680334a98efa126)), closes _#698_
914
-
915
- **Note:** Version bump only for package @oriflame/config-eslint
916
-
917
-
918
-
919
-
920
-
921
- ### 3.3.15 - 2021-07-20
922
-
923
- #### 📦 Dependencies
924
-
925
- - update typescript-eslint monorepo to ^4.28.4 (#696) ([9969fb5](https://github.com/Oriflame/lumos/commit/9969fb588859637b589537e571868953b62c39da)), closes _#696_
926
-
927
- **Note:** Version bump only for package @oriflame/config-eslint
928
-
929
-
930
-
931
-
932
-
933
- ### 3.3.14 - 2021-07-19
934
-
935
- #### 📦 Dependencies
936
-
937
- - update dependency eslint-plugin-testing-library to ^4.9.1 (#695) ([0b13e64](https://github.com/Oriflame/lumos/commit/0b13e644d2a5aba083c6375b0d37214f66e0e81a)), closes _#695_
938
-
939
- **Note:** Version bump only for package @oriflame/config-eslint
940
-
941
-
942
-
943
-
944
-
945
- ### 3.3.13 - 2021-07-18
946
-
947
- #### 📦 Dependencies
948
-
949
- - update dependency eslint to ^7.31.0 (#686) ([49f51e8](https://github.com/Oriflame/lumos/commit/49f51e8a1748052c6e3d77c57911387be7afe938)), closes _#686_
950
-
951
- **Note:** Version bump only for package @oriflame/config-eslint
952
-
953
-
954
-
955
-
956
-
957
- ### 3.3.12 - 2021-07-15
958
-
959
- #### 🛠 Internals
960
-
961
- - Release [ci skip]. ([ded49ab](https://github.com/Oriflame/lumos/commit/ded49abeb766cf44c2f53829117a693c3a2f2920))
962
-
963
- **Note:** Version bump only for package @oriflame/config-eslint
964
-
965
-
966
-
967
-
968
-
969
- ### 3.3.11 - 2021-07-13
970
-
971
- **Note:** Version bump only for package @oriflame/config-eslint
972
-
973
-
974
-
975
-
976
-
977
- ### 3.3.10 - 2021-07-12
978
-
979
- #### 📦 Dependencies
980
-
981
- - update typescript-eslint monorepo to ^4.28.3 (#679) ([85702f5](https://github.com/Oriflame/lumos/commit/85702f5594ff8ff5df3288895bf4d63feb06f97d)), closes _#679_
982
-
983
- **Note:** Version bump only for package @oriflame/config-eslint
984
-
985
-
986
-
987
-
988
-
989
- ### 3.3.9 - 2021-07-09
990
-
991
- #### 🛠 Internals
992
-
993
- - Release [ci skip]. ([5279c8e](https://github.com/Oriflame/lumos/commit/5279c8ee36c2fb39af5302970ff3adb960221919))
994
-
995
- **Note:** Version bump only for package @oriflame/config-eslint
996
-
997
-
998
-
999
-
1000
-
1001
- ### 3.3.8 - 2021-07-06
1002
-
1003
- #### 📦 Dependencies
1004
-
1005
- - update dependency eslint-plugin-testing-library to ^4.9.0 (#673) ([abeb927](https://github.com/Oriflame/lumos/commit/abeb92763374085a3676c516bf5a278f0f2ba046)), closes _#673_
1006
-
1007
- **Note:** Version bump only for package @oriflame/config-eslint
1008
-
1009
-
1010
-
1011
-
1012
-
1013
- ### 3.3.7 - 2021-07-05
1014
-
1015
- #### 📦 Dependencies
1016
-
1017
- - update dependency eslint-plugin-testing-library to ^4.7.0 (#670) ([0785f08](https://github.com/Oriflame/lumos/commit/0785f086348ed87c476c4a8f9541419b3fc9553a)), closes _#670_
1018
-
1019
- - update typescript-eslint monorepo to ^4.28.2 (#671) ([bb29e85](https://github.com/Oriflame/lumos/commit/bb29e8593708d2d508dec882eacbb9b5888753b8)), closes _#671_
1020
-
1021
-
1022
- #### 🛠 Internals
1023
-
1024
- - Release [ci skip]. ([34869d9](https://github.com/Oriflame/lumos/commit/34869d9ad3b4055328c30d2ccf14f6f31c6d6200))
1025
-
1026
- **Note:** Version bump only for package @oriflame/config-eslint
1027
-
1028
-
1029
-
1030
-
1031
-
1032
- ### 3.3.6 - 2021-07-03
1033
-
1034
- #### 📦 Dependencies
1035
-
1036
- - update dependency eslint to ^7.30.0 (#668) ([34afecf](https://github.com/Oriflame/lumos/commit/34afecf6fb6e0533736a54dc7e28b842bb727e58)), closes _#668_
1037
-
1038
-
1039
- #### 🛠 Internals
1040
-
1041
- - Release [ci skip]. ([6aa5887](https://github.com/Oriflame/lumos/commit/6aa58870ace7667459a1a7fe2275baccec3c255d))
1042
-
1043
- **Note:** Version bump only for package @oriflame/config-eslint
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- ### 3.3.5 - 2021-06-30
1050
-
1051
- #### 📦 Dependencies
1052
-
1053
- - update dependency eslint-plugin-unicorn to ^34.0.1 (#661) ([49d787b](https://github.com/Oriflame/lumos/commit/49d787bfc092336333b53579d70701186a6d0a12)), closes _#661_
1054
-
1055
- **Note:** Version bump only for package @oriflame/config-eslint
1056
-
1057
-
1058
-
1059
-
1060
-
1061
- ### 3.3.4 - 2021-06-29
1062
-
1063
- #### 📦 Dependencies
1064
-
1065
- - update dependency eslint-plugin-unicorn to v34 (#657) ([0179070](https://github.com/Oriflame/lumos/commit/017907033a3253751508e82042a18e1a58cd4d64)), closes _#657_
1066
-
1067
- - update typescript-eslint monorepo to ^4.28.1 (#659) ([d323f62](https://github.com/Oriflame/lumos/commit/d323f6250ec2f48eb52452e926120a2728e5a2e2)), closes _#659_
1068
-
1069
- **Note:** Version bump only for package @oriflame/config-eslint
1070
-
1071
-
1072
-
1073
-
1074
-
1075
- ### 3.3.3 - 2021-06-27
1076
-
1077
- #### 🛠 Internals
1078
-
1079
- - Release [ci skip]. ([44e4ba7](https://github.com/Oriflame/lumos/commit/44e4ba7f822a3842fa7dca0fed116023830806f4))
1080
-
1081
- **Note:** Version bump only for package @oriflame/config-eslint
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- ### 3.3.2 - 2021-06-21
1088
-
1089
- #### 📦 Dependencies
1090
-
1091
- - update typescript-eslint monorepo to ^4.28.0 (#646) ([03cfdc5](https://github.com/Oriflame/lumos/commit/03cfdc5636268dfb08a2942c5357635cafaf24ca)), closes _#646_
1092
-
1093
-
1094
- #### 🛠 Internals
1095
-
1096
- - Release [ci skip]. ([4e070a8](https://github.com/Oriflame/lumos/commit/4e070a84fb9cb7763d9a971fb1d1d7b838ce6f06))
1097
-
1098
- **Note:** Version bump only for package @oriflame/config-eslint
1099
-
1100
-
1101
-
1102
-
1103
-
1104
- ### 3.3.1 - 2021-06-18
1105
-
1106
- #### 📦 Dependencies
1107
-
1108
- - update dependency eslint to ^7.29.0 (#644) ([752d47b](https://github.com/Oriflame/lumos/commit/752d47ba1dad8833203ba49d3d680a0e0c335a9e)), closes _#644_
1109
-
1110
- **Note:** Version bump only for package @oriflame/config-eslint
1111
-
1112
-
1113
-
1114
-
1115
-
1116
- ## 3.3.0 - 2021-06-18
1117
-
1118
- Fixed multiple issues found in previous version. This version should be stable.
1119
-
1120
- #### 🚀 Updates
1121
-
1122
- - Update rules. (#630) ([5e496ec](https://github.com/Oriflame/lumos/commit/5e496ecfde66472b1d5b85b9f8d8d402a3811870)), closes _#630_
1123
-
1124
-
1125
- #### 🛠 Internals
1126
-
1127
- - Release [ci skip]. ([04c866b](https://github.com/Oriflame/lumos/commit/04c866b1547bcd0667f58bbfa121f6583a357a7d))
1128
-
1129
- **Note:** Version bump only for package @oriflame/config-eslint
1130
-
1131
-
1132
-
1133
-
1134
-
1135
- ### 3.2.15 - 2021-06-14
1136
-
1137
- #### 📦 Dependencies
1138
-
1139
- - update typescript-eslint monorepo to ^4.27.0 (#638) ([e4a79b7](https://github.com/Oriflame/lumos/commit/e4a79b7bc2fabb8b51d8c233e219b9c09c70ab97)), closes _#638_
1140
-
1141
-
1142
- #### 🛠 Internals
1143
-
1144
- - Release [ci skip]. ([71bc6dd](https://github.com/Oriflame/lumos/commit/71bc6dd2c27ae73c0062abbb18e4c965dade4a33))
1145
-
1146
- **Note:** Version bump only for package @oriflame/config-eslint
1147
-
1148
-
1149
-
1150
-
1151
-
1152
- ### 3.2.14 - 2021-06-08
1153
-
1154
- #### 📦 Dependencies
1155
-
1156
- - update typescript-eslint monorepo to ^4.26.1 (#622) ([965f54b](https://github.com/Oriflame/lumos/commit/965f54b3e3aa0e16cd1ddf0778bc016db3176f2c)), closes _#622_
1157
-
1158
-
1159
- #### 🛠 Internals
1160
-
1161
- - Release [ci skip]. ([dbc4de4](https://github.com/Oriflame/lumos/commit/dbc4de4527fb437d99ca0c357b539a4d5c969c89))
1162
-
1163
- **Note:** Version bump only for package @oriflame/config-eslint
1164
-
1165
-
1166
-
1167
-
1168
-
1169
- ### 3.2.13 - 2021-06-05
1170
-
1171
- #### 📦 Dependencies
1172
-
1173
- - update dependency eslint to ^7.28.0 (#618) ([86c8b63](https://github.com/Oriflame/lumos/commit/86c8b6382fe0f01bac9e232e3c42f411ab93cf96)), closes _#618_
1174
-
1175
-
1176
- #### 🛠 Internals
1177
-
1178
- - Release [ci skip]. ([e5da36a](https://github.com/Oriflame/lumos/commit/e5da36ab631d8c934b1566343834d638b69b95bb))
1179
-
1180
- **Note:** Version bump only for package @oriflame/config-eslint
1181
-
1182
-
1183
-
1184
-
1185
-
1186
- ### 3.2.12 - 2021-06-03
1187
-
1188
- #### 📦 Dependencies
1189
-
1190
- - update dependency eslint-plugin-import to ^2.23.4 (#578) ([6b8beb5](https://github.com/Oriflame/lumos/commit/6b8beb54b7c6714f2e7e90a6c968ce30df14732b)), closes _#578_
1191
-
1192
-
1193
- #### 🛠 Internals
1194
-
1195
- - Release [ci skip]. ([d4c2f21](https://github.com/Oriflame/lumos/commit/d4c2f210698af925151413927273e1dcb6474fa1))
1196
-
1197
- **Note:** Version bump only for package @oriflame/config-eslint
1198
-
1199
-
1200
-
1201
-
1202
-
1203
- ### 3.2.11 - 2021-06-03
1204
-
1205
- #### 📦 Dependencies
1206
-
1207
- - update dependency eslint-plugin-unicorn to ^33.0.1 (#614) ([7bf659c](https://github.com/Oriflame/lumos/commit/7bf659ce78a7c7e5593659851a2ce21d4501ee15)), closes _#614_
1208
-
1209
- **Note:** Version bump only for package @oriflame/config-eslint
1210
-
1211
-
1212
-
1213
-
1214
-
1215
- ### 3.2.10 - 2021-06-03
1216
-
1217
- #### 📦 Dependencies
1218
-
1219
- - update dependency eslint-plugin-unicorn to v33 (#611) ([e42f705](https://github.com/Oriflame/lumos/commit/e42f7052821d3a016ebe3008e478a57d4c840b3b)), closes _#611_
1220
-
1221
-
1222
- #### 🛠 Internals
1223
-
1224
- - Release [ci skip]. ([4ca3812](https://github.com/Oriflame/lumos/commit/4ca3812025e4d94e9de4defab2c34a6977f1070a))
1225
-
1226
- **Note:** Version bump only for package @oriflame/config-eslint
1227
-
1228
-
1229
-
1230
-
1231
-
1232
- ### 3.2.9 - 2021-05-31
1233
-
1234
- #### 📦 Dependencies
1235
-
1236
- - update typescript-eslint monorepo to ^4.26.0 (#608) ([606d74b](https://github.com/Oriflame/lumos/commit/606d74b9ba90ed58348f4f1cf06abfa03aa51777)), closes _#608_
1237
-
1238
- **Note:** Version bump only for package @oriflame/config-eslint
1239
-
1240
-
1241
-
1242
-
1243
-
1244
- ### 3.2.8 - 2021-05-31
1245
-
1246
- **Note:** Version bump only for package @oriflame/config-eslint
1247
-
1248
-
1249
-
1250
-
1251
-
1252
- ### 3.2.7 - 2021-05-29
1253
-
1254
- #### 📦 Dependencies
1255
-
1256
- - update dependency eslint-plugin-react to ^7.24.0 (#604) ([f351bdb](https://github.com/Oriflame/lumos/commit/f351bdb7c5c3bef3dd82571aec76ef29f64d7431)), closes _#604_
1257
-
1258
-
1259
- #### 🛠 Internals
1260
-
1261
- - Release [ci skip]. ([55767ab](https://github.com/Oriflame/lumos/commit/55767ab1ecb45103c9a5780b7c8ebcbc9402d7c2))
1262
-
1263
- **Note:** Version bump only for package @oriflame/config-eslint
1264
-
1265
-
1266
-
1267
-
1268
-
1269
- ### 3.2.6 - 2021-05-25
1270
-
1271
- #### 📦 Dependencies
1272
-
1273
- - update typescript-eslint monorepo to ^4.25.0 (#595) ([9944819](https://github.com/Oriflame/lumos/commit/9944819615b66ae518408ead0290ab12a022e7b5)), closes _#595_
1274
-
1275
- **Note:** Version bump only for package @oriflame/config-eslint
1276
-
1277
-
1278
-
1279
-
1280
-
1281
- ### 3.2.5 - 2021-05-23
1282
-
1283
- #### 📦 Dependencies
1284
-
1285
- - update dependency eslint to ^7.27.0 (#592) ([614b695](https://github.com/Oriflame/lumos/commit/614b695b5ed9b2b9d6ca4091fefff3783567ed07)), closes _#592_
1286
-
1287
- - update dependency eslint-plugin-testing-library to ^4.6.0 (#593) ([9733773](https://github.com/Oriflame/lumos/commit/9733773ad4246f70d33c438f59cd587f7c27e6dd)), closes _#593_
1288
-
1289
-
1290
- #### 🛠 Internals
1291
-
1292
- - Release [ci skip]. ([6de46a7](https://github.com/Oriflame/lumos/commit/6de46a7a45a96c80d1f918a436ba03be02b2b43d))
1293
-
1294
- **Note:** Version bump only for package @oriflame/config-eslint
1295
-
1296
-
1297
-
1298
-
1299
-
1300
- ### 3.2.4 - 2021-05-19
1301
-
1302
- #### 📦 Dependencies
1303
-
1304
- - update dependency eslint-plugin-testing-library to ^4.5.0 (#585) ([a887b35](https://github.com/Oriflame/lumos/commit/a887b3592ccc2496b1b6319f3faef24d12ef3c96)), closes _#585_
1305
-
1306
-
1307
- #### 🛠 Internals
1308
-
1309
- - Release [ci skip]. ([7082ab8](https://github.com/Oriflame/lumos/commit/7082ab876a6427b18d3911dfedd3bcc688756439))
1310
-
1311
- **Note:** Version bump only for package @oriflame/config-eslint
1312
-
1313
-
1314
-
1315
-
1316
-
1317
- ### 3.2.3 - 2021-05-17
1318
-
1319
- #### 📦 Dependencies
1320
-
1321
- - update typescript-eslint monorepo to ^4.24.0 (#582) ([0141496](https://github.com/Oriflame/lumos/commit/0141496b7ab63bb07595c56b6aa903e0cf00e6f9)), closes _#582_
1322
-
1323
- **Note:** Version bump only for package @oriflame/config-eslint
1324
-
1325
-
1326
-
1327
-
1328
-
1329
- ### 3.2.2 - 2021-05-17
1330
-
1331
- #### 🛠 Internals
1332
-
1333
- - Release [ci skip]. ([5ddd168](https://github.com/Oriflame/lumos/commit/5ddd168a45b0c2c527dd3e9a18d97bf55ad88be9))
1334
-
1335
- **Note:** Version bump only for package @oriflame/config-eslint
1336
-
1337
-
1338
-
1339
-
1340
-
1341
- ### 3.2.1 - 2021-05-14
1342
-
1343
- #### 📦 Dependencies
1344
-
1345
- - update dependency eslint-plugin-testing-library to ^4.4.0 (#577) ([f9a0e12](https://github.com/Oriflame/lumos/commit/f9a0e1214760f5db478d5b1ffa1e6bab4bda68fc)), closes _#577_
1346
-
1347
-
1348
- #### 🛠 Internals
1349
-
1350
- - Release [ci skip]. ([3b9ceb1](https://github.com/Oriflame/lumos/commit/3b9ceb1e4554a0455726aa2c9c1486d5e466622e))
1351
-
1352
- **Note:** Version bump only for package @oriflame/config-eslint
1353
-
1354
-
1355
-
1356
-
1357
-
1358
- ## 3.2.0 - 2021-05-13
1359
-
1360
- #### 🚀 Updates
1361
-
1362
- - Disable breaking rules. (#570) ([7c9046b](https://github.com/Oriflame/lumos/commit/7c9046bb0a69e92b186472a46650107174e3d6e7)), closes _#570_
1363
-
1364
-
1365
- #### 🛠 Internals
1366
-
1367
- - Release [ci skip]. ([5860c82](https://github.com/Oriflame/lumos/commit/5860c829881ffcabee51f611a7b034df83577c68))
1368
-
1369
- **Note:** Version bump only for package @oriflame/config-eslint
1370
-
1371
-
1372
-
1373
-
1374
-
1375
- ### 3.1.3 - 2021-05-12
1376
-
1377
- #### 📦 Dependencies
1378
-
1379
- - update dependency eslint-plugin-testing-library to ^4.3.0 (#567) ([e425091](https://github.com/Oriflame/lumos/commit/e42509183bbb16c0909da498a6cf4c929ff3e4fb)), closes _#567_
1380
-
1381
- - update typescript-eslint monorepo to ^4.23.0 (#563) ([4b2ff07](https://github.com/Oriflame/lumos/commit/4b2ff070f9b583a850b4b52007593915dd445ff0)), closes _#563_
1382
-
1383
-
1384
- #### 🛠 Internals
1385
-
1386
- - Release [ci skip]. ([a265c7f](https://github.com/Oriflame/lumos/commit/a265c7f5f44e3197e42a07caadece6d58774515f))
1387
-
1388
- **Note:** Version bump only for package @oriflame/config-eslint
1389
-
1390
-
1391
-
1392
-
1393
-
1394
- ### 3.1.2 - 2021-05-10
1395
-
1396
- #### 📦 Dependencies
1397
-
1398
- - update dependency eslint to ^7.26.0 (#556) ([e3a47e1](https://github.com/Oriflame/lumos/commit/e3a47e1228f90259aa0d47f7c18fc17ace387855)), closes _#556_
1399
-
1400
- - update dependency eslint-plugin-testing-library to ^4.2.1 (#559) ([3b2349f](https://github.com/Oriflame/lumos/commit/3b2349f4c1ef4f60bfb9bb6244732fb0e5df26c0)), closes _#559_
1401
-
1402
- - update dependency eslint-plugin-unicorn to ^32.0.1 (#561) ([32c6ca9](https://github.com/Oriflame/lumos/commit/32c6ca95dec80b11da5a2b76c7050c60abcfd6d7)), closes _#561_
1403
-
1404
- - update dependency eslint-plugin-unicorn to v32 (#558) ([c08f750](https://github.com/Oriflame/lumos/commit/c08f750258e5effbe4265de2ef3c0fcf1dc41138)), closes _#558_
1405
-
1406
-
1407
- #### 🛠 Internals
1408
-
1409
- - release [ci skip]. ([30811e1](https://github.com/Oriflame/lumos/commit/30811e15e116bc0a03be5197b6d30e23e766b824))
1410
-
1411
- **Note:** Version bump only for package @oriflame/config-eslint
1412
-
1413
-
1414
-
1415
-
1416
-
1417
- ### 3.1.1 - 2021-05-06
1418
-
1419
- #### 📦 Dependencies
1420
-
1421
- - update dependency eslint-plugin-testing-library to ^4.2.0 (#547) ([a8bf4e5](https://github.com/Oriflame/lumos/commit/a8bf4e5f7da9153d45ba6505dac3ce5cac5f25f4)), closes _#547_
1422
-
1423
- - update typescript-eslint monorepo to ^4.22.1 (#549) ([23ada36](https://github.com/Oriflame/lumos/commit/23ada36013a627cbf1db43fce97dc025cb8a85b8)), closes _#549_
1424
-
1425
-
1426
- #### 🛠 Internals
1427
-
1428
- - release [ci skip]. ([86f4c69](https://github.com/Oriflame/lumos/commit/86f4c69ce4d8c10eb99df3ed5630698269ab5a20))
1429
-
1430
- **Note:** Version bump only for package @oriflame/config-eslint
1431
-
1432
-
1433
-
1434
-
1435
-
1436
- ## 3.1.0 - 2021-04-29
1437
-
1438
- #### 🚀 Updates
1439
-
1440
- - **[eslint-config]** Migrate to presets and disable some rules. ([c1658ba](https://github.com/Oriflame/lumos/commit/c1658ba08cc330ff84e516135d569b133ad36801))
1441
-
1442
- #### 🐞 Fixes
1443
-
1444
- - Add missing no extraneous deps. ([0e98d19](https://github.com/Oriflame/lumos/commit/0e98d197679d6bfdf4dcad68dbfd7333f45b5392))
1445
- - Change strict boolean expression to warn. ([669b0c5](https://github.com/Oriflame/lumos/commit/669b0c59d6e5f27fc3373858b107153ed58e962a))
1446
- - Disable more rules. ([9a095dc](https://github.com/Oriflame/lumos/commit/9a095dce48a614bfd2fa67dc855a0f67e1a4b301))
1447
- - Disable more rules. ([1323d6c](https://github.com/Oriflame/lumos/commit/1323d6c55d1d97c9fc05a1b8a3f89b3cded34ec5))
1448
- - Disable nullish for internal config. ([8247b45](https://github.com/Oriflame/lumos/commit/8247b458f1fa76dc089f1412f184f0f0732594cf))
1449
- - Disable strict boolean expression for secret config. ([a5550bc](https://github.com/Oriflame/lumos/commit/a5550bce7645500d483981a215a60bbe9d0157fd))
1450
- - Enable no unnecessary condition. ([d4fc845](https://github.com/Oriflame/lumos/commit/d4fc8457f53abab97b523271f6c9a56a6d277dd2))
1451
- - Enable prefer-set-has. ([6c0dbde](https://github.com/Oriflame/lumos/commit/6c0dbde084b9a74f7ec899c26e26dff93d3cab0c))
1452
- - Eslint errors and warnings. ([d2733ff](https://github.com/Oriflame/lumos/commit/d2733ff32da74c85b4cb52831b90684aa564eddb))
1453
- - Eslint errors and warnings. ([47f2222](https://github.com/Oriflame/lumos/commit/47f2222324ccd17b91f48d54a5a69f3b038ace87))
1454
- - **[config-eslint]** Disable @typescript-eslint/strict-boolean-expressions. ([826c2c2](https://github.com/Oriflame/lumos/commit/826c2c2ce463e2ce2e91d9560fdc3081651404ff))
1455
-
1456
- #### 🛠 Internals
1457
-
1458
- - release [ci skip]. ([a5c80fc](https://github.com/Oriflame/lumos/commit/a5c80fc7d914940a8190b0511af9f99115f09501))
1459
-
1460
- **Note:** Version bump only for package @oriflame/config-eslint
1461
-
1462
-
1463
-
1464
-
1465
-
1466
- ### 3.0.4 - 2021-04-27
1467
-
1468
- #### 📦 Dependencies
1469
-
1470
- - update dependency eslint-plugin-jest to ^24.3.6 ([2bf5e74](https://github.com/Oriflame/lumos/commit/2bf5e7437bc91ff71dbb5524517e13d787ea1832))
1471
-
1472
- **Note:** Version bump only for package @oriflame/config-eslint
1473
-
1474
-
1475
-
1476
-
1477
-
1478
- ### 3.0.3 - 2021-04-25
1479
-
1480
- #### 📦 Dependencies
1481
-
1482
- - update dependency eslint-plugin-testing-library to ^4.1.2 ([7dfda78](https://github.com/Oriflame/lumos/commit/7dfda78827c9f67e6c7acca9a3d33b4cab518233))
1483
-
1484
- **Note:** Version bump only for package @oriflame/config-eslint
1485
-
1486
-
1487
-
1488
-
1489
-
1490
- ### 3.0.2 - 2021-04-24
1491
-
1492
- #### 📦 Dependencies
1493
-
1494
- - update dependency eslint to ^7.25.0 ([76437a8](https://github.com/Oriflame/lumos/commit/76437a8ab2e06e52647a9261d845730f7f088cf8))
1495
- - update dependency eslint-config-prettier to ^8.3.0 ([d25d4c6](https://github.com/Oriflame/lumos/commit/d25d4c6e352499f936d4ef9a8624f9d29e2c98c5))
1496
- - update dependency eslint-plugin-unicorn to v31 ([14b2c7f](https://github.com/Oriflame/lumos/commit/14b2c7fa38859cc3937c3562bf7f9c7385346f1d))
1497
-
1498
- #### 🛠 Internals
1499
-
1500
- - release [ci skip]. ([1b22189](https://github.com/Oriflame/lumos/commit/1b2218978a65988401c49017715e1289d3ab8d17))
1501
-
1502
- **Note:** Version bump only for package @oriflame/config-eslint
1503
-
1504
-
1505
-
1506
-
1507
-
1508
- ### 3.0.1 - 2021-04-22
1509
-
1510
- #### 📦 Dependencies
1511
-
1512
- - update dependency eslint-plugin-testing-library to ^4.1.1 ([3bc82a1](https://github.com/Oriflame/lumos/commit/3bc82a199bcc39742de0866f8968922326cd3801))
1513
-
1514
- #### 🛠 Internals
1515
-
1516
- - release [ci skip]. ([8f51288](https://github.com/Oriflame/lumos/commit/8f512884ed4855ab054f772caa23307cd3f7def0))
1517
-
1518
- **Note:** Version bump only for package @oriflame/config-eslint
1519
-
1520
-
1521
-
1522
-
1523
-
1524
- # 3.0.0 - 2021-04-21
1525
-
1526
- #### 💥 Breaking
1527
-
1528
- - Revamp ESLint config. (#392) ([eff9dd1](https://github.com/Oriflame/lumos/commit/eff9dd109e9a90a820764c16e37f89a13ccfbfc3)), closes _#392_
1529
-
1530
-
1531
- #### 🐞 Fixes
1532
-
1533
- - Fix ESLint issues. (#526) ([e7783e8](https://github.com/Oriflame/lumos/commit/e7783e8b76c24b45a9162f824c45397006aed79e)), closes _#526_
1534
-
1535
-
1536
- #### 🛠 Internals
1537
-
1538
- - release [ci skip]. ([42826b9](https://github.com/Oriflame/lumos/commit/42826b98aeb534a6c1eb7949e284c6425d89b22c))
1539
-
1540
- **Note:** Version bump only for package @oriflame/config-eslint
1541
-
1542
-
1543
-
1544
-
1545
-
1546
- ### 2.1.35 - 2021-04-15
1547
-
1548
- #### 📦 Dependencies
1549
-
1550
- - update dependency eslint-plugin-prettier to ^3.4.0 . (#512) ([d1dbd71](https://github.com/Oriflame/lumos/commit/d1dbd717adf9380b4b93de446c7795d486b4736b)), closes _#512_
1551
-
1552
- **Note:** Version bump only for package @oriflame/config-eslint
1553
-
1554
-
1555
-
1556
-
1557
-
1558
- ### 2.1.34 - 2021-04-13
1559
-
1560
- #### 📦 Dependencies
1561
-
1562
- - bump eslint-config-prettier from 8.1.0 to 8.2.0 (#502) ([b0fe74d](https://github.com/Oriflame/lumos/commit/b0fe74d18f7566703d960ab93c29c39a75f541e3)), closes _#502_
1563
-
1564
- **Note:** Version bump only for package @oriflame/config-eslint
1565
-
1566
-
1567
-
1568
-
1569
-
1570
- ### 2.1.33 - 2021-04-13
1571
-
1572
- #### 📦 Dependencies
1573
-
1574
- - bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 (#498) ([fd6a063](https://github.com/Oriflame/lumos/commit/fd6a063d97bf1e4995ba3ec3c5f3ffc5b3f2b6a3)), closes _#498_
1575
-
1576
- **Note:** Version bump only for package @oriflame/config-eslint
1577
-
1578
-
1579
-
1580
-
1581
-
1582
- ### 2.1.32 - 2021-04-12
1583
-
1584
- #### 📦 Dependencies
1585
-
1586
- - bump @typescript-eslint/parser from 4.21.0 to 4.22.0 (#497) ([b2669fb](https://github.com/Oriflame/lumos/commit/b2669fb45a07d9e1153065dbf1aabef600b38f68)), closes _#497_
1587
-
1588
-
1589
- #### 🛠 Internals
1590
-
1591
- - release [ci skip]. ([e41e8e8](https://github.com/Oriflame/lumos/commit/e41e8e887d58818c02cda63372e2446f0070905c))
1592
-
1593
- **Note:** Version bump only for package @oriflame/config-eslint
1594
-
1595
-
1596
-
1597
-
1598
-
1599
- ### 2.1.31 - 2021-04-11
1600
-
1601
- #### 📦 Dependencies
1602
-
1603
- - bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#494) ([d028594](https://github.com/Oriflame/lumos/commit/d02859411ca277785ac8b8c977b2e9c25fb03c33)), closes _#494_
1604
-
1605
- **Note:** Version bump only for package @oriflame/config-eslint
1606
-
1607
-
1608
-
1609
-
1610
-
1611
- ### 2.1.30 - 2021-04-10
1612
-
1613
- #### 📦 Dependencies
1614
-
1615
- - bump eslint from 7.23.0 to 7.24.0 (#491) ([dc2f733](https://github.com/Oriflame/lumos/commit/dc2f7335a537e20834eea27421cdfd117f71bd6c)), closes _#491_
1616
-
1617
- - bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#492) ([593aeff](https://github.com/Oriflame/lumos/commit/593aeffb53982ba66a5684fa28b474a5bac3b6c5)), closes _#492_
1618
-
1619
-
1620
- #### 🛠 Internals
1621
-
1622
- - release [ci skip]. ([236adb4](https://github.com/Oriflame/lumos/commit/236adb47e44bf3be7cfdac2f726550c0fb93a5a6))
1623
-
1624
- **Note:** Version bump only for package @oriflame/config-eslint
1625
-
1626
-
1627
-
1628
-
1629
-
1630
- ### 2.1.29 - 2021-04-09
1631
-
1632
- #### 📦 Dependencies
1633
-
1634
- - bump eslint-plugin-react from 7.23.1 to 7.23.2 (#484) ([9b7105a](https://github.com/Oriflame/lumos/commit/9b7105a8ba0cacf415ac38072be6da82d28caaaa)), closes _#484_
1635
-
1636
- **Note:** Version bump only for package @oriflame/config-eslint
1637
-
1638
-
1639
-
1640
-
1641
-
1642
- ### 2.1.28 - 2021-04-08
1643
-
1644
- #### 🐞 Fixes
1645
-
1646
- - Add eslint tests and fix webpack issue. (#477) ([a6fc8e5](https://github.com/Oriflame/lumos/commit/a6fc8e52fee830101877bb42649ce677afb3b6c0)), closes _#477_
1647
-
1648
-
1649
- #### 🛠 Internals
1650
-
1651
- - release [ci skip]. ([ed86dd2](https://github.com/Oriflame/lumos/commit/ed86dd20ad58d49d2a36bf75b1c423ff46fe04cd))
1652
-
1653
- **Note:** Version bump only for package @oriflame/config-eslint
1654
-
1655
-
1656
-
1657
-
1658
-
1659
- ### 2.1.27 - 2021-04-06
1660
-
1661
- #### 📦 Dependencies
1662
-
1663
- - bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 (#476) ([49ca60c](https://github.com/Oriflame/lumos/commit/49ca60cacbf2b68788d17c786944dd7fd2e0eac4)), closes _#476_
1664
-
1665
- **Note:** Version bump only for package @oriflame/config-eslint
1666
-
1667
-
1668
-
1669
-
1670
-
1671
- ### 2.1.26 - 2021-04-06
1672
-
1673
- #### 📦 Dependencies
1674
-
1675
- - bump @typescript-eslint/parser from 4.20.0 to 4.21.0 (#475) ([16cfcdb](https://github.com/Oriflame/lumos/commit/16cfcdb258d0a7a8a2933d43d0966ef9edd58868)), closes _#475_
1676
-
1677
- **Note:** Version bump only for package @oriflame/config-eslint
1678
-
1679
-
1680
-
1681
-
1682
-
1683
- ### 2.1.25 - 2021-04-05
1684
-
1685
- #### 📦 Dependencies
1686
-
1687
- - bump eslint-plugin-jest from 24.3.3 to 24.3.4 (#473) ([0d6a0a2](https://github.com/Oriflame/lumos/commit/0d6a0a2b7794ad94532c010667b556ab7442ac55)), closes _#473_
1688
-
1689
- **Note:** Version bump only for package @oriflame/config-eslint
1690
-
1691
-
1692
-
1693
-
1694
-
1695
- ### 2.1.24 - 2021-04-03
1696
-
1697
- #### 📦 Dependencies
1698
-
1699
- - bump eslint-plugin-jest from 24.3.2 to 24.3.3 (#472) ([47bdbf5](https://github.com/Oriflame/lumos/commit/47bdbf5a1b8750553dc73b06fede34ed4d5ce6c6)), closes _#472_
1700
-
1701
-
1702
- #### 🛠 Internals
1703
-
1704
- - release [ci skip]. ([e915f88](https://github.com/Oriflame/lumos/commit/e915f88284e9fef791e850293ac38df1eaf684ac))
1705
-
1706
- **Note:** Version bump only for package @oriflame/config-eslint
1707
-
1708
-
1709
-
1710
-
1711
-
1712
- ### 2.1.23 - 2021-04-01
1713
-
1714
- #### 📦 Dependencies
1715
-
1716
- - bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 (#462) ([afae526](https://github.com/Oriflame/lumos/commit/afae526298bd8f81a33d67ee64b41e5a0100c1e0)), closes _#462_
1717
-
1718
- **Note:** Version bump only for package @oriflame/config-eslint
1719
-
1720
-
1721
-
1722
-
1723
-
1724
- ### 2.1.22 - 2021-03-31
1725
-
1726
- #### 📦 Dependencies
1727
-
1728
- - bump @typescript-eslint/parser from 4.19.0 to 4.20.0 (#463) ([95adbbf](https://github.com/Oriflame/lumos/commit/95adbbf82d9064ed585124a960619b4172831282)), closes _#463_
1729
-
1730
-
1731
- #### 🛠 Internals
1732
-
1733
- - release [ci skip]. ([85d5ac0](https://github.com/Oriflame/lumos/commit/85d5ac0638de8475927724571acd433c709d2489))
1734
-
1735
- **Note:** Version bump only for package @oriflame/config-eslint
1736
-
1737
-
1738
-
1739
-
1740
-
1741
- ### 2.1.21 - 2021-03-28
1742
-
1743
- #### 📦 Dependencies
1744
-
1745
- - bump eslint from 7.22.0 to 7.23.0 (#453) ([918607d](https://github.com/Oriflame/lumos/commit/918607dbc1b27e07fe25203f28f06d1b96b29f61)), closes _#453_
1746
-
1747
-
1748
- #### 🛠 Internals
1749
-
1750
- - release [ci skip]. ([2268bd7](https://github.com/Oriflame/lumos/commit/2268bd709cf3e01f0b993b67517c10f1b08aef0c))
1751
-
1752
- **Note:** Version bump only for package @oriflame/config-eslint
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- ### 2.1.20 - 2021-03-26
1759
-
1760
- #### 🛠 Internals
1761
-
1762
- - release [ci skip]. ([a8f550d](https://github.com/Oriflame/lumos/commit/a8f550d6d5cdd51fc0a563033c7edc5e4486bd65))
1763
-
1764
- **Note:** Version bump only for package @oriflame/config-eslint
1765
-
1766
-
1767
-
1768
-
1769
-
1770
- ### 2.1.19 - 2021-03-24
1771
-
1772
- #### 📦 Dependencies
1773
-
1774
- - bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#437) ([44ffbe1](https://github.com/Oriflame/lumos/commit/44ffbe1)), closes [#437](https://github.com/Oriflame/lumos/issues/437)
1775
- - bump eslint-plugin-react from 7.22.0 to 7.23.1 (#440) ([2a87f46](https://github.com/Oriflame/lumos/commit/2a87f46)), closes [#440](https://github.com/Oriflame/lumos/issues/440)
1776
-
1777
- #### 🛠 Internals
1778
-
1779
- - release [ci skip]. ([2e05af9](https://github.com/Oriflame/lumos/commit/2e05af9))
1780
-
1781
- **Note:** Version bump only for package @oriflame/config-eslint
1782
-
1783
-
1784
-
1785
-
1786
-
1787
- ### 2.1.18 - 2021-03-23
1788
-
1789
- #### 📦 Dependencies
1790
-
1791
- - bump @typescript-eslint/parser from 4.18.0 to 4.19.0 (#436) ([4a821fa](https://github.com/Oriflame/lumos/commit/4a821fa)), closes [#436](https://github.com/Oriflame/lumos/issues/436)
1792
-
1793
- **Note:** Version bump only for package @oriflame/config-eslint
1794
-
1795
-
1796
-
1797
-
1798
-
1799
- ### 2.1.17 - 2021-03-22
1800
-
1801
- #### 📦 Dependencies
1802
-
1803
- - bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#432) ([b9034fa](https://github.com/Oriflame/lumos/commit/b9034fa)), closes [#432](https://github.com/Oriflame/lumos/issues/432)
1804
-
1805
- **Note:** Version bump only for package @oriflame/config-eslint
1806
-
1807
-
1808
-
1809
-
1810
-
1811
- ### 2.1.16 - 2021-03-21
1812
-
1813
- #### 📦 Dependencies
1814
-
1815
- - bump eslint-plugin-testing-library from 3.10.1 to 3.10.2 (#431) ([64c9d30](https://github.com/Oriflame/lumos/commit/64c9d30)), closes [#431](https://github.com/Oriflame/lumos/issues/431)
1816
-
1817
- #### 🛠 Internals
1818
-
1819
- - release [ci skip]. ([c51927f](https://github.com/Oriflame/lumos/commit/c51927f))
1820
-
1821
- **Note:** Version bump only for package @oriflame/config-eslint
1822
-
1823
-
1824
-
1825
-
1826
-
1827
- ### 2.1.15 - 2021-03-17
1828
-
1829
- #### 📦 Dependencies
1830
-
1831
- - bump @typescript-eslint/parser from 4.17.0 to 4.18.0 (#415) ([1e8b1e7](https://github.com/Oriflame/lumos/commit/1e8b1e7)), closes [#415](https://github.com/Oriflame/lumos/issues/415)
1832
- - bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#422) ([ba117a2](https://github.com/Oriflame/lumos/commit/ba117a2)), closes [#422](https://github.com/Oriflame/lumos/issues/422)
1833
-
1834
- **Note:** Version bump only for package @oriflame/config-eslint
1835
-
1836
-
1837
-
1838
-
1839
-
1840
- ### 2.1.14 - 2021-03-16
1841
-
1842
- #### 📦 Dependencies
1843
-
1844
- - bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 (#416) ([bbde4cc](https://github.com/Oriflame/lumos/commit/bbde4cc)), closes [#416](https://github.com/Oriflame/lumos/issues/416)
1845
-
1846
- #### 🛠 Internals
1847
-
1848
- - release [ci skip]. ([18c8abc](https://github.com/Oriflame/lumos/commit/18c8abc))
1849
-
1850
- **Note:** Version bump only for package @oriflame/config-eslint
1851
-
1852
-
1853
-
1854
-
1855
-
1856
- ### 2.1.13 - 2021-03-15
1857
-
1858
- #### 📦 Dependencies
1859
-
1860
- - bump eslint from 7.21.0 to 7.22.0 (#408) ([dae8a8b](https://github.com/Oriflame/lumos/commit/dae8a8b)), closes [#408](https://github.com/Oriflame/lumos/issues/408)
1861
- - bump eslint-plugin-jest from 24.2.0 to 24.3.1 (#410) ([5780cc5](https://github.com/Oriflame/lumos/commit/5780cc5)), closes [#410](https://github.com/Oriflame/lumos/issues/410)
1862
-
1863
- **Note:** Version bump only for package @oriflame/config-eslint
1864
-
1865
-
1866
-
1867
-
1868
-
1869
- ### 2.1.12 - 2021-03-09
1870
-
1871
- #### 📦 Dependencies
1872
-
1873
- - bump @typescript-eslint/parser from 4.16.1 to 4.17.0 (#393) ([4c9d736](https://github.com/Oriflame/lumos/commit/4c9d736)), closes [#393](https://github.com/Oriflame/lumos/issues/393)
1874
-
1875
- **Note:** Version bump only for package @oriflame/config-eslint
1876
-
1877
-
1878
-
1879
-
1880
-
1881
- ### 2.1.11 - 2021-03-09
1882
-
1883
- #### 📦 Dependencies
1884
-
1885
- - bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 (#394) ([45044bd](https://github.com/Oriflame/lumos/commit/45044bd)), closes [#394](https://github.com/Oriflame/lumos/issues/394)
1886
- - bump eslint-plugin-jest from 24.1.9 to 24.2.0 (#400) ([a0de145](https://github.com/Oriflame/lumos/commit/a0de145)), closes [#400](https://github.com/Oriflame/lumos/issues/400)
1887
-
1888
- **Note:** Version bump only for package @oriflame/config-eslint
1889
-
1890
-
1891
-
1892
-
1893
-
1894
- ### 2.1.10 - 2021-03-08
1895
-
1896
- #### 📦 Dependencies
1897
-
1898
- - bump eslint-plugin-jest from 24.1.8 to 24.1.9 (#390) ([3e1b7d0](https://github.com/Oriflame/lumos/commit/3e1b7d0)), closes [#390](https://github.com/Oriflame/lumos/issues/390)
1899
-
1900
- **Note:** Version bump only for package @oriflame/config-eslint
1901
-
1902
-
1903
-
1904
-
1905
-
1906
- ### 2.1.9 - 2021-03-08
1907
-
1908
- #### 📦 Dependencies
1909
-
1910
- - bump eslint-plugin-jest from 24.1.7 to 24.1.8 (#389) ([ef29d7c](https://github.com/Oriflame/lumos/commit/ef29d7c)), closes [#389](https://github.com/Oriflame/lumos/issues/389)
1911
-
1912
- **Note:** Version bump only for package @oriflame/config-eslint
1913
-
1914
-
1915
-
1916
-
1917
-
1918
- ### 2.1.8 - 2021-03-06
1919
-
1920
- #### 📦 Dependencies
1921
-
1922
- - bump eslint-plugin-jest from 24.1.5 to 24.1.7 (#386) ([ea9f989](https://github.com/Oriflame/lumos/commit/ea9f989)), closes [#386](https://github.com/Oriflame/lumos/issues/386)
1923
-
1924
- #### 🛠 Internals
1925
-
1926
- - release [ci skip]. ([a385457](https://github.com/Oriflame/lumos/commit/a385457))
1927
-
1928
- **Note:** Version bump only for package @oriflame/config-eslint
1929
-
1930
-
1931
-
1932
-
1933
-
1934
- ### 2.1.7 - 2021-03-02
1935
-
1936
- #### 📦 Dependencies
1937
-
1938
- - bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 (#374) ([f53bc93](https://github.com/Oriflame/lumos/commit/f53bc93)), closes [#374](https://github.com/Oriflame/lumos/issues/374)
1939
-
1940
- **Note:** Version bump only for package @oriflame/config-eslint
1941
-
1942
-
1943
-
1944
-
1945
-
1946
- ### 2.1.6 - 2021-03-01
1947
-
1948
- #### 📦 Dependencies
1949
-
1950
- - bump @typescript-eslint/parser from 4.15.2 to 4.16.1 (#373) ([4352dd4](https://github.com/Oriflame/lumos/commit/4352dd4)), closes [#373](https://github.com/Oriflame/lumos/issues/373)
1951
-
1952
- #### 🛠 Internals
1953
-
1954
- - release [ci skip]. ([4322ad5](https://github.com/Oriflame/lumos/commit/4322ad5))
1955
-
1956
- **Note:** Version bump only for package @oriflame/config-eslint
1957
-
1958
-
1959
-
1960
-
1961
-
1962
- ### 2.1.5 - 2021-03-01
1963
-
1964
- #### 📦 Dependencies
1965
-
1966
- - bump eslint from 7.20.0 to 7.21.0 (#368) ([e01666c](https://github.com/Oriflame/lumos/commit/e01666c)), closes [#368](https://github.com/Oriflame/lumos/issues/368)
1967
-
1968
- **Note:** Version bump only for package @oriflame/config-eslint
1969
-
1970
-
1971
-
1972
-
1973
-
1974
- ### 2.1.4 - 2021-02-26
1975
-
1976
- #### 🐞 Fixes
1977
-
1978
- - Remove deprecated rule. (#363) ([eb6aff8](https://github.com/Oriflame/lumos/commit/eb6aff8)), closes [#363](https://github.com/Oriflame/lumos/issues/363)
1979
-
1980
- #### 🛠 Internals
1981
-
1982
- - release [ci skip]. ([5a09704](https://github.com/Oriflame/lumos/commit/5a09704))
1983
-
1984
- **Note:** Version bump only for package @oriflame/config-eslint
1985
-
1986
-
1987
-
1988
-
1989
-
1990
- ### 2.1.3 - 2021-02-25
1991
-
1992
- #### 📦 Dependencies
1993
-
1994
- - bump eslint-config-prettier from 8.0.0 to 8.1.0 (#361) ([9023f81](https://github.com/Oriflame/lumos/commit/9023f81)), closes [#361](https://github.com/Oriflame/lumos/issues/361)
1995
-
1996
- #### 🛠 Internals
1997
-
1998
- - release [ci skip]. ([4eb999e](https://github.com/Oriflame/lumos/commit/4eb999e))
1999
-
2000
- **Note:** Version bump only for package @oriflame/config-eslint
2001
-
2002
-
2003
-
2004
-
2005
-
2006
- ### 2.1.2 - 2021-02-22
2007
-
2008
- #### 📦 Dependencies
2009
-
2010
- - bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 (#335) ([99bc9f5](https://github.com/Oriflame/lumos/commit/99bc9f5)), closes [#335](https://github.com/Oriflame/lumos/issues/335)
2011
-
2012
- **Note:** Version bump only for package @oriflame/config-eslint
2013
-
2014
-
2015
-
2016
-
2017
-
2018
- ### 2.1.1 - 2021-02-22
2019
-
2020
- #### 📦 Dependencies
2021
-
2022
- - bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#336) ([00b1080](https://github.com/Oriflame/lumos/commit/00b1080)), closes [#336](https://github.com/Oriflame/lumos/issues/336)
2023
-
2024
- **Note:** Version bump only for package @oriflame/config-eslint
2025
-
2026
-
2027
-
2028
-
2029
-
2030
- ## 2.1.0 - 2021-02-22
2031
-
2032
- #### 🚀 Updates
2033
-
2034
- - bump eslint-config-prettier from 7.2.0 to 8.0.0 (#332) ([2b35544](https://github.com/Oriflame/lumos/commit/2b35544)), closes [#332](https://github.com/Oriflame/lumos/issues/332)
2035
-
2036
- **Note:** Version bump only for package @oriflame/config-eslint
2037
-
2038
-
2039
-
2040
-
2041
-
2042
- ### 2.0.27 - 2021-02-22
2043
-
2044
- #### 🛠 Internals
2045
-
2046
- - release [ci skip]. ([6d9e580](https://github.com/Oriflame/lumos/commit/6d9e580))
2047
-
2048
- **Note:** Version bump only for package @oriflame/config-eslint
2049
-
2050
-
2051
-
2052
-
2053
-
2054
- ### 2.0.26 - 2021-02-18
2055
-
2056
- #### 📦 Dependencies
2057
-
2058
- - bump eslint-plugin-unicorn from 28.0.1 to 28.0.2 (#319) ([ccee4f5](https://github.com/Oriflame/lumos/commit/ccee4f5)), closes [#319](https://github.com/Oriflame/lumos/issues/319)
2059
-
2060
- **Note:** Version bump only for package @oriflame/config-eslint
2061
-
2062
-
2063
-
2064
-
2065
-
2066
- ### 2.0.25 - 2021-02-17
2067
-
2068
- #### 📦 Dependencies
2069
-
2070
- - bump eslint-plugin-jest from 24.1.3 to 24.1.5 (#317) ([8242537](https://github.com/Oriflame/lumos/commit/8242537)), closes [#317](https://github.com/Oriflame/lumos/issues/317)
2071
-
2072
- **Note:** Version bump only for package @oriflame/config-eslint
2073
-
2074
-
2075
-
2076
-
2077
-
2078
- ### 2.0.24 - 2021-02-16
2079
-
2080
- #### 📦 Dependencies
2081
-
2082
- - bump @typescript-eslint/parser from 4.15.0 to 4.15.1 (#314) ([b775ee6](https://github.com/Oriflame/lumos/commit/b775ee6)), closes [#314](https://github.com/Oriflame/lumos/issues/314)
2083
-
2084
- **Note:** Version bump only for package @oriflame/config-eslint
2085
-
2086
-
2087
-
2088
-
2089
-
2090
- ### 2.0.23 - 2021-02-16
2091
-
2092
- #### 📦 Dependencies
2093
-
2094
- - bump eslint-import-resolver-typescript from 2.3.0 to 2.4.0 (#315) ([84aa388](https://github.com/Oriflame/lumos/commit/84aa388)), closes [#315](https://github.com/Oriflame/lumos/issues/315)
2095
-
2096
- **Note:** Version bump only for package @oriflame/config-eslint
2097
-
2098
-
2099
-
2100
-
2101
-
2102
- ### 2.0.22 - 2021-02-16
2103
-
2104
- #### 📦 Dependencies
2105
-
2106
- - bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 (#313) ([88d2b1f](https://github.com/Oriflame/lumos/commit/88d2b1f)), closes [#313](https://github.com/Oriflame/lumos/issues/313)
2107
- - bump eslint-plugin-unicorn from 28.0.0 to 28.0.1 (#311) ([c805669](https://github.com/Oriflame/lumos/commit/c805669)), closes [#311](https://github.com/Oriflame/lumos/issues/311)
2108
-
2109
- #### 🛠 Internals
2110
-
2111
- - release [ci skip]. ([1839e64](https://github.com/Oriflame/lumos/commit/1839e64))
2112
-
2113
- **Note:** Version bump only for package @oriflame/config-eslint
2114
-
2115
-
2116
-
2117
-
2118
-
2119
- ### 2.0.21 - 2021-02-13
2120
-
2121
- #### 📦 Dependencies
2122
-
2123
- - bump eslint from 7.19.0 to 7.20.0 (#308) ([a2364de](https://github.com/Oriflame/lumos/commit/a2364de)), closes [#308](https://github.com/Oriflame/lumos/issues/308)
2124
-
2125
- #### 🛠 Internals
2126
-
2127
- - release [ci skip]. ([98f52ee](https://github.com/Oriflame/lumos/commit/98f52ee))
2128
-
2129
- **Note:** Version bump only for package @oriflame/config-eslint
2130
-
2131
-
2132
-
2133
-
2134
-
2135
- ### 2.0.20 - 2021-02-12
2136
-
2137
- **Note:** Version bump only for package @oriflame/config-eslint
2138
-
2139
-
2140
-
2141
-
2142
-
2143
- ### 2.0.19 - 2021-02-11
2144
-
2145
- #### 📦 Dependencies
2146
-
2147
- - bump eslint-plugin-promise from 4.2.1 to 4.3.1 (#297) ([36c5b70](https://github.com/Oriflame/lumos/commit/36c5b70)), closes [#297](https://github.com/Oriflame/lumos/issues/297)
2148
-
2149
- **Note:** Version bump only for package @oriflame/config-eslint
2150
-
2151
-
2152
-
2153
-
2154
-
2155
- ### 2.0.18 - 2021-02-10
2156
-
2157
- #### 📦 Dependencies
2158
-
2159
- - bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 (#291) ([4b2b7d6](https://github.com/Oriflame/lumos/commit/4b2b7d6)), closes [#291](https://github.com/Oriflame/lumos/issues/291)
2160
- - bump eslint-plugin-unicorn from 27.0.0 to 28.0.0 (#294) ([0e345cd](https://github.com/Oriflame/lumos/commit/0e345cd)), closes [#294](https://github.com/Oriflame/lumos/issues/294)
2161
-
2162
- **Note:** Version bump only for package @oriflame/config-eslint
2163
-
2164
-
2165
-
2166
-
2167
-
2168
- ### 2.0.17 - 2021-02-09
2169
-
2170
- #### 📦 Dependencies
2171
-
2172
- - bump @typescript-eslint/parser from 4.14.2 to 4.15.0 (#290) ([5c7a976](https://github.com/Oriflame/lumos/commit/5c7a976)), closes [#290](https://github.com/Oriflame/lumos/issues/290)
2173
-
2174
- **Note:** Version bump only for package @oriflame/config-eslint
2175
-
2176
-
2177
-
2178
-
2179
-
2180
- ### 2.0.16 - 2021-02-08
2181
-
2182
- #### 🛠 Internals
2183
-
2184
- - release [ci skip]. ([2496000](https://github.com/Oriflame/lumos/commit/2496000))
2185
-
2186
- **Note:** Version bump only for package @oriflame/config-eslint
2187
-
2188
-
2189
-
2190
-
2191
-
2192
- ### 2.0.15 - 2021-02-03
2193
-
2194
- #### 🛠 Internals
2195
-
2196
- - Sort properties and add coments. (#262) ([1cb71e2](https://github.com/Oriflame/lumos/commit/1cb71e2)), closes [#262](https://github.com/Oriflame/lumos/issues/262)
2197
-
2198
- **Note:** Version bump only for package @oriflame/config-eslint
2199
-
2200
-
2201
-
2202
-
2203
-
2204
- ### 2.0.14 - 2021-02-01
2205
-
2206
- #### 📦 Dependencies
2207
-
2208
- - bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 (#259) ([be2df35](https://github.com/Oriflame/lumos/commit/be2df35)), closes [#259](https://github.com/Oriflame/lumos/issues/259)
2209
-
2210
- **Note:** Version bump only for package @oriflame/config-eslint
2211
-
2212
-
2213
-
2214
-
2215
-
2216
- ### 2.0.13 - 2021-02-01
2217
-
2218
- #### 📦 Dependencies
2219
-
2220
- - bump @typescript-eslint/parser from 4.14.1 to 4.14.2 (#258) ([19c7872](https://github.com/Oriflame/lumos/commit/19c7872)), closes [#258](https://github.com/Oriflame/lumos/issues/258)
2221
-
2222
- **Note:** Version bump only for package @oriflame/config-eslint
2223
-
2224
-
2225
-
2226
-
2227
-
2228
- ### 2.0.12 - 2021-01-31
2229
-
2230
- #### 📦 Dependencies
2231
-
2232
- - bump eslint from 7.18.0 to 7.19.0 (#257) ([6a5c352](https://github.com/Oriflame/lumos/commit/6a5c352)), closes [#257](https://github.com/Oriflame/lumos/issues/257)
2233
-
2234
- #### 🛠 Internals
2235
-
2236
- - release [ci skip]. ([b13c283](https://github.com/Oriflame/lumos/commit/b13c283))
2237
-
2238
- **Note:** Version bump only for package @oriflame/config-eslint
2239
-
2240
-
2241
-
2242
-
2243
-
2244
- ### 2.0.11 - 2021-01-26
2245
-
2246
- #### 📦 Dependencies
2247
-
2248
- - bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 (#251) ([97b446c](https://github.com/Oriflame/lumos/commit/97b446c)), closes [#251](https://github.com/Oriflame/lumos/issues/251)
2249
-
2250
- **Note:** Version bump only for package @oriflame/config-eslint
2251
-
2252
-
2253
-
2254
-
2255
-
2256
- ### 2.0.10 - 2021-01-25
2257
-
2258
- #### 📦 Dependencies
2259
-
2260
- - bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#250) ([17b8787](https://github.com/Oriflame/lumos/commit/17b8787)), closes [#250](https://github.com/Oriflame/lumos/issues/250)
2261
-
2262
- **Note:** Version bump only for package @oriflame/config-eslint
2263
-
2264
-
2265
-
2266
-
2267
-
2268
- ### 2.0.9 - 2021-01-25
2269
-
2270
- #### 📦 Dependencies
2271
-
2272
- - bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 (#241) ([34d9f60](https://github.com/Oriflame/lumos/commit/34d9f60)), closes [#241](https://github.com/Oriflame/lumos/issues/241)
2273
- - bump eslint-plugin-unicorn from 25.0.1 to 27.0.0 (#246) ([c01ea23](https://github.com/Oriflame/lumos/commit/c01ea23)), closes [#246](https://github.com/Oriflame/lumos/issues/246)
2274
-
2275
- **Note:** Version bump only for package @oriflame/config-eslint
2276
-
2277
-
2278
-
2279
-
2280
-
2281
- ### 2.0.8 - 2021-01-24
2282
-
2283
- #### 📦 Dependencies
2284
-
2285
- - bump eslint-config-prettier from 7.1.0 to 7.2.0 (#242) ([d2aeeef](https://github.com/Oriflame/lumos/commit/d2aeeef)), closes [#242](https://github.com/Oriflame/lumos/issues/242)
2286
-
2287
- **Note:** Version bump only for package @oriflame/config-eslint
2288
-
2289
-
2290
-
2291
-
2292
-
2293
- ### 2.0.7 - 2021-01-24
2294
-
2295
- #### 📦 Dependencies
2296
-
2297
- - bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#240) ([e7cef8d](https://github.com/Oriflame/lumos/commit/e7cef8d)), closes [#240](https://github.com/Oriflame/lumos/issues/240)
2298
- - bump eslint from 7.17.0 to 7.18.0 (#235) ([6a9ccc6](https://github.com/Oriflame/lumos/commit/6a9ccc6)), closes [#235](https://github.com/Oriflame/lumos/issues/235)
2299
-
2300
- #### 🛠 Internals
2301
-
2302
- - release [ci skip]. ([5b85d27](https://github.com/Oriflame/lumos/commit/5b85d27))
2303
-
2304
- **Note:** Version bump only for package @oriflame/config-eslint
2305
-
2306
-
2307
-
2308
-
2309
-
2310
- ### 2.0.6 - 2021-01-12
2311
-
2312
- #### 📦 Dependencies
2313
-
2314
- - bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 (#227) ([1697385](https://github.com/Oriflame/lumos/commit/1697385)), closes [#227](https://github.com/Oriflame/lumos/issues/227)
2315
-
2316
- **Note:** Version bump only for package @oriflame/config-eslint
2317
-
2318
-
2319
-
2320
-
2321
-
2322
- ### 2.0.5 - 2021-01-12
2323
-
2324
- #### 📦 Dependencies
2325
-
2326
- - bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#226) ([cbef40e](https://github.com/Oriflame/lumos/commit/cbef40e)), closes [#226](https://github.com/Oriflame/lumos/issues/226)
2327
-
2328
- **Note:** Version bump only for package @oriflame/config-eslint
2329
-
2330
-
2331
-
2332
-
2333
-
2334
- ### 2.0.4 - 2021-01-11
2335
-
2336
- #### 🐞 Fixes
2337
-
2338
- - Disable prefer default export. (#225) ([2243303](https://github.com/Oriflame/lumos/commit/2243303)), closes [#225](https://github.com/Oriflame/lumos/issues/225)
2339
-
2340
- #### 🛠 Internals
2341
-
2342
- - release [ci skip]. ([811cd11](https://github.com/Oriflame/lumos/commit/811cd11))
2343
-
2344
- **Note:** Version bump only for package @oriflame/config-eslint
2345
-
2346
-
2347
-
2348
-
2349
-
2350
- ### 2.0.3 - 2021-01-05
2351
-
2352
- **Note:** Version bump only for package @oriflame/config-eslint
2353
-
2354
-
2355
-
2356
-
2357
-
2358
- ### 2.0.2 - 2021-01-05
2359
-
2360
- #### 📦 Dependencies
2361
-
2362
- - bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 (#205) ([748e1c6](https://github.com/Oriflame/lumos/commit/748e1c6)), closes [#205](https://github.com/Oriflame/lumos/issues/205)
2363
-
2364
- **Note:** Version bump only for package @oriflame/config-eslint
2365
-
2366
-
2367
-
2368
-
2369
-
2370
- ### 2.0.1 - 2021-01-05
2371
-
2372
- #### 📦 Dependencies
2373
-
2374
- - bump @typescript-eslint/parser from 4.11.1 to 4.12.0 (#206) ([e1a34f9](https://github.com/Oriflame/lumos/commit/e1a34f9)), closes [#206](https://github.com/Oriflame/lumos/issues/206)
2375
- - bump eslint-plugin-prettier from 3.3.0 to 3.3.1 (#207) ([8e0a546](https://github.com/Oriflame/lumos/commit/8e0a546)), closes [#207](https://github.com/Oriflame/lumos/issues/207)
2376
-
2377
- **Note:** Version bump only for package @oriflame/config-eslint
2378
-
2379
-
2380
-
2381
-
2382
-
2383
- # 2.0.0 - 2021-01-04
2384
-
2385
- #### 💥 Breaking
2386
-
2387
- - bump eslint-plugin-unicorn from 24.0.0 to 25.0.1 and migrate rules and enable new rules. (#195) ([3e3764d](https://github.com/Oriflame/lumos/commit/3e3764d)), closes [#195](https://github.com/Oriflame/lumos/issues/195)
2388
-
2389
- #### 🛠 Internals
2390
-
2391
- - release [ci skip]. ([1cda56c](https://github.com/Oriflame/lumos/commit/1cda56c))
2392
-
2393
- **Note:** Version bump only for package @oriflame/config-eslint
2394
-
2395
-
2396
-
2397
-
2398
-
2399
- ### 1.3.14 - 2021-01-02
2400
-
2401
- #### 📦 Dependencies
2402
-
2403
- - bump eslint from 7.16.0 to 7.17.0 (#203) ([5018f29](https://github.com/Oriflame/lumos/commit/5018f29)), closes [#203](https://github.com/Oriflame/lumos/issues/203)
2404
-
2405
- #### 🛠 Internals
2406
-
2407
- - release [ci skip]. ([1d0147a](https://github.com/Oriflame/lumos/commit/1d0147a))
2408
-
2409
- **Note:** Version bump only for package @oriflame/config-eslint
2410
-
2411
-
2412
-
2413
-
2414
-
2415
- ### 1.3.13 - 2020-12-30
2416
-
2417
- #### 📦 Dependencies
2418
-
2419
- - bump eslint-plugin-react from 7.21.5 to 7.22.0 (#197) ([5a87b11](https://github.com/Oriflame/lumos/commit/5a87b11)), closes [#197](https://github.com/Oriflame/lumos/issues/197)
2420
-
2421
- #### 🛠 Internals
2422
-
2423
- - release [ci skip]. ([972c093](https://github.com/Oriflame/lumos/commit/972c093))
2424
-
2425
- **Note:** Version bump only for package @oriflame/config-eslint
2426
-
2427
-
2428
-
2429
-
2430
-
2431
- ### 1.3.12 - 2020-12-28
2432
-
2433
- #### 📦 Dependencies
2434
-
2435
- - bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#190) ([1a66ab3](https://github.com/Oriflame/lumos/commit/1a66ab3)), closes [#190](https://github.com/Oriflame/lumos/issues/190)
2436
-
2437
- **Note:** Version bump only for package @oriflame/config-eslint
2438
-
2439
-
2440
-
2441
-
2442
-
2443
- ### 1.3.11 - 2020-12-28
2444
-
2445
- #### 📦 Dependencies
2446
-
2447
- - bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 (#189) ([9b38be4](https://github.com/Oriflame/lumos/commit/9b38be4)), closes [#189](https://github.com/Oriflame/lumos/issues/189)
2448
-
2449
- #### 🛠 Internals
2450
-
2451
- - release [ci skip]. ([7ba4c13](https://github.com/Oriflame/lumos/commit/7ba4c13))
2452
-
2453
- **Note:** Version bump only for package @oriflame/config-eslint
2454
-
2455
-
2456
-
2457
-
2458
-
2459
- ### 1.3.10 - 2020-12-22
2460
-
2461
- #### 📦 Dependencies
2462
-
2463
- - bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 (#179) ([fe9b9f7](https://github.com/Oriflame/lumos/commit/fe9b9f7)), closes [#179](https://github.com/Oriflame/lumos/issues/179)
2464
-
2465
- **Note:** Version bump only for package @oriflame/config-eslint
2466
-
2467
-
2468
-
2469
-
2470
-
2471
- ### 1.3.9 - 2020-12-22
2472
-
2473
- #### 📦 Dependencies
2474
-
2475
- - bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#180) ([22f49e9](https://github.com/Oriflame/lumos/commit/22f49e9)), closes [#180](https://github.com/Oriflame/lumos/issues/180)
2476
-
2477
- **Note:** Version bump only for package @oriflame/config-eslint
2478
-
2479
-
2480
-
2481
-
2482
-
2483
- ### 1.3.8 - 2020-12-21
2484
-
2485
- #### 📦 Dependencies
2486
-
2487
- - bump eslint from 7.15.0 to 7.16.0 (#175) ([a3b7334](https://github.com/Oriflame/lumos/commit/a3b7334)), closes [#175](https://github.com/Oriflame/lumos/issues/175)
2488
- - bump eslint-config-prettier from 7.0.0 to 7.1.0 (#176) ([9ebdbfd](https://github.com/Oriflame/lumos/commit/9ebdbfd)), closes [#176](https://github.com/Oriflame/lumos/issues/176)
2489
- - bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#177) ([c59d191](https://github.com/Oriflame/lumos/commit/c59d191)), closes [#177](https://github.com/Oriflame/lumos/issues/177)
2490
-
2491
- #### 🛠 Internals
2492
-
2493
- - release [ci skip]. ([a0af0c7](https://github.com/Oriflame/lumos/commit/a0af0c7))
2494
-
2495
- **Note:** Version bump only for package @oriflame/config-eslint
2496
-
2497
-
2498
-
2499
-
2500
-
2501
- ### 1.3.7 - 2020-12-15
2502
-
2503
- #### 📦 Dependencies
2504
-
2505
- - bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 (#165) ([1c96dc1](https://github.com/Oriflame/lumos/commit/1c96dc1)), closes [#165](https://github.com/Oriflame/lumos/issues/165)
2506
-
2507
- **Note:** Version bump only for package @oriflame/config-eslint
2508
-
2509
-
2510
-
2511
-
2512
-
2513
- ### 1.3.6 - 2020-12-15
2514
-
2515
- #### 📦 Dependencies
2516
-
2517
- - bump eslint-plugin-prettier from 3.2.0 to 3.3.0 (#163) ([729c9fa](https://github.com/Oriflame/lumos/commit/729c9fa)), closes [#163](https://github.com/Oriflame/lumos/issues/163)
2518
-
2519
- **Note:** Version bump only for package @oriflame/config-eslint
2520
-
2521
-
2522
-
2523
-
2524
-
2525
- ### 1.3.5 - 2020-12-15
2526
-
2527
- #### 📦 Dependencies
2528
-
2529
- - bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#164) ([0362a71](https://github.com/Oriflame/lumos/commit/0362a71)), closes [#164](https://github.com/Oriflame/lumos/issues/164)
2530
-
2531
- #### 🛠 Internals
2532
-
2533
- - release [ci skip]. ([0f9763a](https://github.com/Oriflame/lumos/commit/0f9763a))
2534
-
2535
- **Note:** Version bump only for package @oriflame/config-eslint
2536
-
2537
-
2538
-
2539
-
2540
-
2541
- ### 1.3.4 - 2020-12-08
2542
-
2543
- #### 📦 Dependencies
2544
-
2545
- - bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 (#145) ([129d3a2](https://github.com/Oriflame/lumos/commit/129d3a2)), closes [#145](https://github.com/Oriflame/lumos/issues/145)
2546
-
2547
- **Note:** Version bump only for package @oriflame/config-eslint
2548
-
2549
-
2550
-
2551
-
2552
-
2553
- ### 1.3.3 - 2020-12-07
2554
-
2555
- #### 📦 Dependencies
2556
-
2557
- - bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#144) ([96048b3](https://github.com/Oriflame/lumos/commit/96048b3)), closes [#144](https://github.com/Oriflame/lumos/issues/144)
2558
-
2559
- **Note:** Version bump only for package @oriflame/config-eslint
2560
-
2561
-
2562
-
2563
-
2564
-
2565
- ### 1.3.2 - 2020-12-06
2566
-
2567
- #### 📦 Dependencies
2568
-
2569
- - bump eslint-config-prettier from 6.15.0 to 7.0.0 (#142) ([bc90ec7](https://github.com/Oriflame/lumos/commit/bc90ec7)), closes [#142](https://github.com/Oriflame/lumos/issues/142)
2570
-
2571
- **Note:** Version bump only for package @oriflame/config-eslint
2572
-
2573
-
2574
-
2575
-
2576
-
2577
- ### 1.3.1 - 2020-12-06
2578
-
2579
- #### 📦 Dependencies
2580
-
2581
- - bump eslint from 7.14.0 to 7.15.0 (#140) ([711c110](https://github.com/Oriflame/lumos/commit/711c110)), closes [#140](https://github.com/Oriflame/lumos/issues/140)
2582
-
2583
- **Note:** Version bump only for package @oriflame/config-eslint
2584
-
2585
-
2586
-
2587
-
2588
-
2589
- ## 1.3.0 - 2020-12-04
2590
-
2591
- #### 🚀 Updates
2592
-
2593
- - **[config-eslint]** New typescript rules. (#138) ([f31518e](https://github.com/Oriflame/lumos/commit/f31518e)), closes [#138](https://github.com/Oriflame/lumos/issues/138)
2594
-
2595
- **Note:** Version bump only for package @oriflame/config-eslint
2596
-
2597
-
2598
-
2599
-
2600
-
2601
- ## 1.2.0 - 2020-12-03
2602
-
2603
- #### 🚀 Updates
2604
-
2605
- - Add no-unsafe-assignment rule. ([f9fb144](https://github.com/Oriflame/lumos/commit/f9fb144))
2606
-
2607
- **Note:** Version bump only for package @oriflame/config-eslint
2608
-
2609
-
2610
-
2611
-
2612
-
2613
- ### 1.1.9 - 2020-12-03
2614
-
2615
- #### 📦 Dependencies
2616
-
2617
- - bump eslint-plugin-prettier from 3.1.4 to 3.2.0 (#136) ([9906af6](https://github.com/Oriflame/lumos/commit/9906af6)), closes [#136](https://github.com/Oriflame/lumos/issues/136)
2618
-
2619
- **Note:** Version bump only for package @oriflame/config-eslint
2620
-
2621
-
2622
-
2623
-
2624
-
2625
- ### 1.1.8 - 2020-12-03
2626
-
2627
- #### 🛠 Internals
2628
-
2629
- - release [ci skip]. ([3d4df30](https://github.com/Oriflame/lumos/commit/3d4df30))
2630
-
2631
- **Note:** Version bump only for package @oriflame/config-eslint
2632
-
2633
-
2634
-
2635
-
2636
-
2637
- ### 1.1.7 - 2020-12-01
2638
-
2639
- #### 📦 Dependencies
2640
-
2641
- - bump @typescript-eslint/parser from 4.8.2 to 4.9.0 (#128) ([6a59fd7](https://github.com/Oriflame/lumos/commit/6a59fd7)), closes [#128](https://github.com/Oriflame/lumos/issues/128)
2642
-
2643
- **Note:** Version bump only for package @oriflame/config-eslint
2644
-
2645
-
2646
-
2647
-
2648
-
2649
- ### 1.1.6 - 2020-12-01
2650
-
2651
- #### 📦 Dependencies
2652
-
2653
- - bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 (#127) ([ff6e619](https://github.com/Oriflame/lumos/commit/ff6e619)), closes [#127](https://github.com/Oriflame/lumos/issues/127)
2654
-
2655
- #### 🛠 Internals
2656
-
2657
- - release [ci skip]. ([453046a](https://github.com/Oriflame/lumos/commit/453046a))
2658
-
2659
- **Note:** Version bump only for package @oriflame/config-eslint
2660
-
2661
-
2662
-
2663
-
2664
-
2665
- ### 1.1.5 - 2020-11-29
2666
-
2667
- #### 🛠 Internals
2668
-
2669
- - release [ci skip]. ([1625714](https://github.com/Oriflame/lumos/commit/1625714))
2670
-
2671
- **Note:** Version bump only for package @oriflame/config-eslint
2672
-
2673
-
2674
-
2675
-
2676
-
2677
- ### 1.1.4 - 2020-11-24
2678
-
2679
- #### 📦 Dependencies
2680
-
2681
- - bump @typescript-eslint/parser from 4.8.1 to 4.8.2 (#110) ([da226ff](https://github.com/Oriflame/lumos/commit/da226ff)), closes [#110](https://github.com/Oriflame/lumos/issues/110)
2682
-
2683
- **Note:** Version bump only for package @oriflame/config-eslint
2684
-
2685
-
2686
-
2687
-
2688
-
2689
- ### 1.1.3 - 2020-11-24
2690
-
2691
- #### 📦 Dependencies
2692
-
2693
- - bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 (#111) ([13a6ebe](https://github.com/Oriflame/lumos/commit/13a6ebe)), closes [#111](https://github.com/Oriflame/lumos/issues/111)
2694
-
2695
- **Note:** Version bump only for package @oriflame/config-eslint
2696
-
2697
-
2698
-
2699
-
2700
-
2701
- ### 1.1.2 - 2020-11-23
2702
-
2703
- #### 🛠 Internals
2704
-
2705
- - release [ci skip]. ([e1364c2](https://github.com/Oriflame/lumos/commit/e1364c2))
2706
-
2707
- **Note:** Version bump only for package @oriflame/config-eslint
2708
-
2709
-
2710
-
2711
-
2712
-
2713
- ### 1.1.1 - 2020-11-22
2714
-
2715
- #### 📦 Dependencies
2716
-
2717
- - bump eslint from 7.13.0 to 7.14.0 (#105) ([443af86](https://github.com/Oriflame/lumos/commit/443af86)), closes [#105](https://github.com/Oriflame/lumos/issues/105)
2718
-
2719
- **Note:** Version bump only for package @oriflame/config-eslint
2720
-
2721
-
2722
-
2723
-
2724
-
2725
- ## 1.1.0 - 2020-11-20
2726
-
2727
- #### 🚀 Updates
2728
-
2729
- - **[config-typescript]** Update jsx runtime. (#97) ([a534512](https://github.com/Oriflame/lumos/commit/a534512)), closes [#97](https://github.com/Oriflame/lumos/issues/97)
2730
-
2731
- #### 🛠 Internals
2732
-
2733
- - release [ci skip]. ([d9a97ae](https://github.com/Oriflame/lumos/commit/d9a97ae))
2734
-
2735
- **Note:** Version bump only for package @oriflame/config-eslint
2736
-
2737
-
2738
-
2739
-
2740
-
2741
- ### 1.0.17 - 2020-11-19
2742
-
2743
- #### 🛠 Internals
2744
-
2745
- - release [ci skip]. ([f8f1c9a](https://github.com/Oriflame/lumos/commit/f8f1c9a))
2746
-
2747
- **Note:** Version bump only for package @oriflame/config-eslint
2748
-
2749
-
2750
-
2751
-
2752
-
2753
- ### 1.0.16 - 2020-11-19
2754
-
2755
- #### 📦 Dependencies
2756
-
2757
- - bump eslint-plugin-testing-library from 3.10.0 to 3.10.1 (#87) ([dc2d63f](https://github.com/Oriflame/lumos/commit/dc2d63f)), closes [#87](https://github.com/Oriflame/lumos/issues/87)
2758
-
2759
- #### 🛠 Internals
2760
-
2761
- - release [ci skip]. ([a4a6135](https://github.com/Oriflame/lumos/commit/a4a6135))
2762
-
2763
- **Note:** Version bump only for package @oriflame/config-eslint
2764
-
2765
-
2766
-
2767
-
2768
-
2769
- ### 1.0.15 - 2020-11-18
2770
-
2771
- #### 📦 Dependencies
2772
-
2773
- - bump @typescript-eslint/parser from 4.8.0 to 4.8.1 (#83) ([3acd9e7](https://github.com/Oriflame/lumos/commit/3acd9e7)), closes [#83](https://github.com/Oriflame/lumos/issues/83)
2774
-
2775
- **Note:** Version bump only for package @oriflame/config-eslint
2776
-
2777
-
2778
-
2779
-
2780
-
2781
- ### 1.0.14 - 2020-11-17
2782
-
2783
- #### 📦 Dependencies
2784
-
2785
- - bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 (#81) ([2bb991b](https://github.com/Oriflame/lumos/commit/2bb991b)), closes [#81](https://github.com/Oriflame/lumos/issues/81)
2786
-
2787
- **Note:** Version bump only for package @oriflame/config-eslint
2788
-
2789
-
2790
-
2791
-
2792
-
2793
- ### 1.0.13 - 2020-11-17
2794
-
2795
- #### 📦 Dependencies
2796
-
2797
- - bump @typescript-eslint/parser from 4.7.0 to 4.8.0 (#79) ([e6c80d2](https://github.com/Oriflame/lumos/commit/e6c80d2)), closes [#79](https://github.com/Oriflame/lumos/issues/79)
2798
-
2799
- #### 🛠 Internals
2800
-
2801
- - release [ci skip]. ([326b820](https://github.com/Oriflame/lumos/commit/326b820))
2802
-
2803
- **Note:** Version bump only for package @oriflame/config-eslint
2804
-
2805
-
2806
-
2807
-
2808
-
2809
- ### 1.0.12 - 2020-11-12
2810
-
2811
- #### 📦 Dependencies
2812
-
2813
- - bump eslint-plugin-jest from 24.1.0 to 24.1.3 (#77) ([5c5e8f0](https://github.com/Oriflame/lumos/commit/5c5e8f0)), closes [#77](https://github.com/Oriflame/lumos/issues/77)
2814
-
2815
- #### 🛠 Internals
2816
-
2817
- - release [ci skip]. ([b1b93f9](https://github.com/Oriflame/lumos/commit/b1b93f9))
2818
-
2819
- **Note:** Version bump only for package @oriflame/config-eslint
2820
-
2821
-
2822
-
2823
-
2824
-
2825
- ### 1.0.11 - 2020-11-11
2826
-
2827
- #### 📦 Dependencies
2828
-
2829
- - bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 (#68) ([435bf99](https://github.com/Oriflame/lumos/commit/435bf99)), closes [#68](https://github.com/Oriflame/lumos/issues/68)
2830
-
2831
- #### 🛠 Internals
2832
-
2833
- - release [ci skip]. ([025b53a](https://github.com/Oriflame/lumos/commit/025b53a))
2834
-
2835
- **Note:** Version bump only for package @oriflame/config-eslint
2836
-
2837
-
2838
-
2839
-
2840
-
2841
- ### 1.0.10 - 2020-11-11
2842
-
2843
- #### 📦 Dependencies
2844
-
2845
- - bump @typescript-eslint/parser from 4.6.1 to 4.7.0 (#67) ([df1d620](https://github.com/Oriflame/lumos/commit/df1d620)), closes [#67](https://github.com/Oriflame/lumos/issues/67)
2846
-
2847
- **Note:** Version bump only for package @oriflame/config-eslint
2848
-
2849
-
2850
-
2851
-
2852
-
2853
- ### 1.0.9 - 2020-11-07
2854
-
2855
- #### 📦 Dependencies
2856
-
2857
- - bump eslint from 7.12.1 to 7.13.0 (#65) ([339fb8a](https://github.com/Oriflame/lumos/commit/339fb8a)), closes [#65](https://github.com/Oriflame/lumos/issues/65)
2858
-
2859
- #### 🛠 Internals
2860
-
2861
- - release [ci skip]. ([3434f74](https://github.com/Oriflame/lumos/commit/3434f74))
2862
-
2863
- **Note:** Version bump only for package @oriflame/config-eslint
2864
-
2865
-
2866
-
2867
-
2868
-
2869
- ### 1.0.8 - 2020-11-07
2870
-
2871
- #### 📦 Dependencies
2872
-
2873
- - bump eslint-config-airbnb from 18.2.0 to 18.2.1 (#63) ([f6d9def](https://github.com/Oriflame/lumos/commit/f6d9def)), closes [#63](https://github.com/Oriflame/lumos/issues/63)
2874
-
2875
- #### 🛠 Internals
2876
-
2877
- - release [ci skip]. ([6ab9e4a](https://github.com/Oriflame/lumos/commit/6ab9e4a))
2878
-
2879
- **Note:** Version bump only for package @oriflame/config-eslint
2880
-
2881
-
2882
-
2883
-
2884
-
2885
- ### 1.0.7 - 2020-11-03
2886
-
2887
- #### 📦 Dependencies
2888
-
2889
- - bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 (#45) ([73245d5](https://github.com/Oriflame/lumos/commit/73245d5)), closes [#45](https://github.com/Oriflame/lumos/issues/45)
2890
-
2891
- **Note:** Version bump only for package @oriflame/config-eslint
2892
-
2893
-
2894
-
2895
-
2896
-
2897
- ### 1.0.6 - 2020-11-02
2898
-
2899
- #### 📦 Dependencies
2900
-
2901
- - bump @typescript-eslint/parser from 4.6.0 to 4.6.1 (#44) ([017e72a](https://github.com/Oriflame/lumos/commit/017e72a)), closes [#44](https://github.com/Oriflame/lumos/issues/44)
2902
-
2903
- #### 🛠 Internals
2904
-
2905
- - release [ci skip]. ([fc3b4a2](https://github.com/Oriflame/lumos/commit/fc3b4a2))
2906
-
2907
- **Note:** Version bump only for package @oriflame/config-eslint
2908
-
2909
-
2910
-
2911
-
2912
-
2913
- ### 1.0.5 - 2020-10-30
2914
-
2915
- #### 📦 Dependencies
2916
-
2917
- - Update to latest. ([0610368](https://github.com/Oriflame/lumos/commit/0610368))
2918
-
2919
- **Note:** Version bump only for package @oriflame/config-eslint
2920
-
2921
-
2922
-
2923
-
2924
-
2925
- ### 1.0.4 - 2020-10-28
2926
-
2927
- #### 📦 Dependencies
2928
-
2929
- - Update to latest. ([3006695](https://github.com/Oriflame/lumos/commit/3006695))
2930
-
2931
- #### 🛠 Internals
2932
-
2933
- - release [ci skip]. ([58db436](https://github.com/Oriflame/lumos/commit/58db436))
2934
-
2935
- **Note:** Version bump only for package @oriflame/config-eslint
2936
-
2937
-
2938
-
2939
-
2940
-
2941
- ### 1.0.3 - 2020-10-27
2942
-
2943
- **Note:** Version bump only for package @oriflame/config-eslint
2944
-
2945
-
2946
-
2947
-
2948
-
2949
- ### 1.0.2 - 2020-10-17
2950
-
2951
- #### 📦 Dependencies
2952
-
2953
- - Update to latest. ([91729b1](https://github.com/Oriflame/lumos/commit/91729b1))
2954
-
2955
- **Note:** Version bump only for package @oriflame/config-eslint
2956
-
2957
-
2958
-
2959
-
2960
-
2961
- ### 1.0.1 - 2020-10-16
2962
-
2963
- #### 🛠 Internals
2964
-
2965
- - release [ci skip]. ([affd151](https://github.com/Oriflame/lumos/commit/affd151))
2966
- - Remove rajzik deps. (#11) ([346d8da](https://github.com/Oriflame/lumos/commit/346d8da)), closes [#11](https://github.com/Oriflame/lumos/issues/11)
2967
-
2968
- **Note:** Version bump only for package @oriflame/config-eslint
2969
-
2970
-
2971
-
2972
-
2973
-
2974
- # 0.1.0 - 2020-10-16
2975
-
2976
- #### 💥 Breaking
2977
-
2978
- - **[Eslint]** Warning to errors. ([8fe734e](https://github.com/Oriflame/lumos/commit/8fe734e))
2979
- - Rewrite to oriflame package. (#2) ([42efea6](https://github.com/Oriflame/lumos/commit/42efea6)), closes [#2](https://github.com/Oriflame/lumos/issues/2)
2980
- - Update eslint config. (#647) ([575345d](https://github.com/Oriflame/lumos/commit/575345d)), closes [#647](https://github.com/Oriflame/lumos/issues/647)
2981
- - Update jest and remove setting. (#705) ([a994b0a](https://github.com/Oriflame/lumos/commit/a994b0a)), closes [#705](https://github.com/Oriflame/lumos/issues/705)
2982
-
2983
- #### 🚀 Updates
2984
-
2985
- - Accept args. ([b9dd423](https://github.com/Oriflame/lumos/commit/b9dd423))
2986
- - Add testing library to eslint. ([12be6d2](https://github.com/Oriflame/lumos/commit/12be6d2))
2987
- - added dotfiles. ([53c3e81](https://github.com/Oriflame/lumos/commit/53c3e81))
2988
- - Added globals and disabled duplicate rule. ([fdc2e9b](https://github.com/Oriflame/lumos/commit/fdc2e9b))
2989
- - Alias resolver for app. ([9357f94](https://github.com/Oriflame/lumos/commit/9357f94))
2990
- - Enable new `jest` rules. ([851e7c1](https://github.com/Oriflame/lumos/commit/851e7c1))
2991
- - Enable new `react` and `unicorn` rules. ([607904e](https://github.com/Oriflame/lumos/commit/607904e))
2992
- - Migrate to LTS node. ([6625184](https://github.com/Oriflame/lumos/commit/6625184))
2993
- - Move to typescript. ([294b4fb](https://github.com/Oriflame/lumos/commit/294b4fb))
2994
- - Update packages. ([ba09f76](https://github.com/Oriflame/lumos/commit/ba09f76))
2995
- - **[eslint]** Update typescript eslint. ([f2349d7](https://github.com/Oriflame/lumos/commit/f2349d7))
2996
- - **[eslint-config]** Add jsx-no-bind rule. ([9de1311](https://github.com/Oriflame/lumos/commit/9de1311))
2997
-
2998
- #### 🐞 Fixes
2999
-
3000
- - another one. ([724320d](https://github.com/Oriflame/lumos/commit/724320d))
3001
- - babel fixes. ([571a554](https://github.com/Oriflame/lumos/commit/571a554))
3002
- - Define global variables in eslint. ([0d96206](https://github.com/Oriflame/lumos/commit/0d96206))
3003
- - Eslint config rule. ([bd33820](https://github.com/Oriflame/lumos/commit/bd33820))
3004
- - Eslint ignore files. ([a41a0e3](https://github.com/Oriflame/lumos/commit/a41a0e3))
3005
- - Eslint rule. ([d3a13b9](https://github.com/Oriflame/lumos/commit/d3a13b9))
3006
- - eslint unused expression. ([1fabaed](https://github.com/Oriflame/lumos/commit/1fabaed))
3007
- - general fixes. ([09a6b30](https://github.com/Oriflame/lumos/commit/09a6b30))
3008
- - Generate a `tsconfig.eslint.json` for faster linting (#4) ([417956d](https://github.com/Oriflame/lumos/commit/417956d)), closes [#4](https://github.com/Oriflame/lumos/issues/4)
3009
- - Improve global and Node integration. (#8) ([3b565a7](https://github.com/Oriflame/lumos/commit/3b565a7)), closes [#8](https://github.com/Oriflame/lumos/issues/8)
3010
- - interface naming updated. ([f43513f](https://github.com/Oriflame/lumos/commit/f43513f))
3011
- - naming ([53a0779](https://github.com/Oriflame/lumos/commit/53a0779))
3012
- - only for release. ([5ef2c58](https://github.com/Oriflame/lumos/commit/5ef2c58))
3013
- - React no literals rule. ([753473d](https://github.com/Oriflame/lumos/commit/753473d))
3014
- - redeploy. ([406909d](https://github.com/Oriflame/lumos/commit/406909d))
3015
- - republish. ([9b5580f](https://github.com/Oriflame/lumos/commit/9b5580f))
3016
- - typescript default import. ([a291b53](https://github.com/Oriflame/lumos/commit/a291b53))
3017
- - Webpack support for css. ([41f7882](https://github.com/Oriflame/lumos/commit/41f7882))
3018
- - **[config-eslint]** Fix no undef for typescript. ([7314cb4](https://github.com/Oriflame/lumos/commit/7314cb4))
3019
- - **[config-eslint]** Fix rules. ([137faa2](https://github.com/Oriflame/lumos/commit/137faa2))
3020
- - **[config-eslint]** Typescript config. ([a06c56d](https://github.com/Oriflame/lumos/commit/a06c56d))
3021
- - **[eslint]** Issue with imports. ([fdc3afd](https://github.com/Oriflame/lumos/commit/fdc3afd))
3022
- - **[eslint]** Remove obsolete rule. ([0aa7034](https://github.com/Oriflame/lumos/commit/0aa7034))
3023
-
3024
- #### 📘 Docs
3025
-
3026
- - Update docu. (#115) ([4faa57c](https://github.com/Oriflame/lumos/commit/4faa57c)), closes [#115](https://github.com/Oriflame/lumos/issues/115)
3027
- - Update documentation. ([ffd09f3](https://github.com/Oriflame/lumos/commit/ffd09f3))
3028
-
3029
- #### 📦 Dependencies
3030
-
3031
- - Audit 09/05 (#2) ([a71a10c](https://github.com/Oriflame/lumos/commit/a71a10c)), closes [#2](https://github.com/Oriflame/lumos/issues/2)
3032
- - bump @beemo/core from 1.0.7 to 1.0.8 ([ae428aa](https://github.com/Oriflame/lumos/commit/ae428aa))
3033
- - bump @beemo/core from 1.0.8 to 1.0.9 ([059451a](https://github.com/Oriflame/lumos/commit/059451a))
3034
- - bump @beemo/core from 1.1.0 to 1.1.1 ([ba080f5](https://github.com/Oriflame/lumos/commit/ba080f5))
3035
- - bump @beemo/core from 1.1.1 to 1.1.2 ([027f5cf](https://github.com/Oriflame/lumos/commit/027f5cf))
3036
- - bump @beemo/core from 1.1.2 to 1.1.4 ([f35f30d](https://github.com/Oriflame/lumos/commit/f35f30d))
3037
- - bump @beemo/core from 1.1.4 to 1.1.5 ([d5fb666](https://github.com/Oriflame/lumos/commit/d5fb666))
3038
- - bump @beemo/core from 1.1.5 to 1.1.6 ([900e51a](https://github.com/Oriflame/lumos/commit/900e51a))
3039
- - bump @beemo/core from 1.1.6 to 1.1.7 ([610e93a](https://github.com/Oriflame/lumos/commit/610e93a))
3040
- - bump @beemo/core from 1.1.7 to 1.1.8 ([202c5da](https://github.com/Oriflame/lumos/commit/202c5da))
3041
- - bump @beemo/driver-eslint from 1.0.6 to 1.0.7 ([c81e69a](https://github.com/Oriflame/lumos/commit/c81e69a))
3042
- - bump @beemo/driver-eslint from 1.1.0 to 1.2.0 ([3eeaca9](https://github.com/Oriflame/lumos/commit/3eeaca9))
3043
- - bump @beemo/driver-eslint from 1.2.0 to 1.2.1 ([9c26d83](https://github.com/Oriflame/lumos/commit/9c26d83))
3044
- - bump @beemo/driver-eslint from 1.2.1 to 1.2.2 ([636b015](https://github.com/Oriflame/lumos/commit/636b015))
3045
- - bump @beemo/driver-eslint from 1.2.2 to 1.2.3 ([28c4d82](https://github.com/Oriflame/lumos/commit/28c4d82))
3046
- - bump @typescript-eslint/eslint-plugin from 2.10.0 to 2.11.0 ([dca6330](https://github.com/Oriflame/lumos/commit/dca6330))
3047
- - bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.12.0 ([84d5cf8](https://github.com/Oriflame/lumos/commit/84d5cf8))
3048
- - bump @typescript-eslint/eslint-plugin from 2.12.0 to 2.13.0 ([e2cf7da](https://github.com/Oriflame/lumos/commit/e2cf7da))
3049
- - bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.14.0 ([fc4c841](https://github.com/Oriflame/lumos/commit/fc4c841))
3050
- - bump @typescript-eslint/eslint-plugin from 2.14.0 to 2.15.0 ([d407b5b](https://github.com/Oriflame/lumos/commit/d407b5b))
3051
- - bump @typescript-eslint/eslint-plugin from 2.15.0 to 2.16.0 ([a06d322](https://github.com/Oriflame/lumos/commit/a06d322))
3052
- - bump @typescript-eslint/eslint-plugin from 2.16.0 to 2.17.0 ([407a87c](https://github.com/Oriflame/lumos/commit/407a87c))
3053
- - bump @typescript-eslint/eslint-plugin from 2.17.0 to 2.18.0 ([2c6ca1f](https://github.com/Oriflame/lumos/commit/2c6ca1f))
3054
- - bump @typescript-eslint/eslint-plugin from 2.18.0 to 2.19.0 ([e07ad90](https://github.com/Oriflame/lumos/commit/e07ad90))
3055
- - bump @typescript-eslint/eslint-plugin from 2.19.0 to 2.19.1 ([8c3dfde](https://github.com/Oriflame/lumos/commit/8c3dfde))
3056
- - bump @typescript-eslint/eslint-plugin from 2.19.1 to 2.19.2 ([ea47f64](https://github.com/Oriflame/lumos/commit/ea47f64))
3057
- - bump @typescript-eslint/eslint-plugin from 2.19.2 to 2.20.0 ([199db5f](https://github.com/Oriflame/lumos/commit/199db5f))
3058
- - bump @typescript-eslint/eslint-plugin from 2.20.0 to 2.21.0 ([5962944](https://github.com/Oriflame/lumos/commit/5962944))
3059
- - bump @typescript-eslint/eslint-plugin from 2.21.0 to 2.22.0 ([3aef8b3](https://github.com/Oriflame/lumos/commit/3aef8b3))
3060
- - bump @typescript-eslint/eslint-plugin from 2.22.0 to 2.23.0 ([12609f7](https://github.com/Oriflame/lumos/commit/12609f7))
3061
- - bump @typescript-eslint/eslint-plugin from 2.23.0 to 2.24.0 ([1c4402a](https://github.com/Oriflame/lumos/commit/1c4402a))
3062
- - bump @typescript-eslint/eslint-plugin from 2.24.0 to 2.25.0 ([2684535](https://github.com/Oriflame/lumos/commit/2684535))
3063
- - bump @typescript-eslint/eslint-plugin from 2.25.0 to 2.26.0 ([7d8d065](https://github.com/Oriflame/lumos/commit/7d8d065))
3064
- - bump @typescript-eslint/eslint-plugin from 2.26.0 to 2.27.0 ([2021bf0](https://github.com/Oriflame/lumos/commit/2021bf0))
3065
- - bump @typescript-eslint/eslint-plugin from 2.27.0 to 2.28.0 ([541c46e](https://github.com/Oriflame/lumos/commit/541c46e))
3066
- - bump @typescript-eslint/eslint-plugin from 2.28.0 to 2.29.0 ([33c4c56](https://github.com/Oriflame/lumos/commit/33c4c56))
3067
- - bump @typescript-eslint/eslint-plugin from 2.29.0 to 2.30.0 ([b7fc436](https://github.com/Oriflame/lumos/commit/b7fc436))
3068
- - bump @typescript-eslint/eslint-plugin from 2.30.0 to 2.31.0 ([f3e2d08](https://github.com/Oriflame/lumos/commit/f3e2d08))
3069
- - bump @typescript-eslint/eslint-plugin from 2.31.0 to 2.32.0 ([3a462dd](https://github.com/Oriflame/lumos/commit/3a462dd))
3070
- - bump @typescript-eslint/eslint-plugin from 2.32.0 to 2.33.0 ([3b3dac8](https://github.com/Oriflame/lumos/commit/3b3dac8))
3071
- - bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 ([4fb96f7](https://github.com/Oriflame/lumos/commit/4fb96f7))
3072
- - bump @typescript-eslint/eslint-plugin from 2.34.0 to 3.0.0 ([0211c31](https://github.com/Oriflame/lumos/commit/0211c31))
3073
- - bump @typescript-eslint/eslint-plugin from 2.6.0 to 2.6.1 ([b3c654b](https://github.com/Oriflame/lumos/commit/b3c654b))
3074
- - bump @typescript-eslint/eslint-plugin from 2.6.1 to 2.7.0 ([7114832](https://github.com/Oriflame/lumos/commit/7114832))
3075
- - bump @typescript-eslint/eslint-plugin from 2.7.0 to 2.8.0 ([4b5f618](https://github.com/Oriflame/lumos/commit/4b5f618))
3076
- - bump @typescript-eslint/eslint-plugin from 2.8.0 to 2.9.0 ([d9e8b38](https://github.com/Oriflame/lumos/commit/d9e8b38))
3077
- - bump @typescript-eslint/eslint-plugin from 2.9.0 to 2.10.0 ([455496b](https://github.com/Oriflame/lumos/commit/455496b))
3078
- - bump @typescript-eslint/eslint-plugin from 3.0.0 to 3.0.1 ([33f8486](https://github.com/Oriflame/lumos/commit/33f8486))
3079
- - bump @typescript-eslint/eslint-plugin from 3.0.1 to 3.0.2 ([7e07487](https://github.com/Oriflame/lumos/commit/7e07487))
3080
- - bump @typescript-eslint/eslint-plugin from 3.0.2 to 3.1.0 (#382) ([e5d2e0c](https://github.com/Oriflame/lumos/commit/e5d2e0c)), closes [#382](https://github.com/Oriflame/lumos/issues/382)
3081
- - bump @typescript-eslint/eslint-plugin from 3.1.0 to 3.2.0 (#399) ([bca8150](https://github.com/Oriflame/lumos/commit/bca8150)), closes [#399](https://github.com/Oriflame/lumos/issues/399)
3082
- - bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.1 (#624) ([72ebacb](https://github.com/Oriflame/lumos/commit/72ebacb)), closes [#624](https://github.com/Oriflame/lumos/issues/624)
3083
- - bump @typescript-eslint/eslint-plugin from 3.2.0 to 3.3.0 (#412) ([fa1a2bf](https://github.com/Oriflame/lumos/commit/fa1a2bf)), closes [#412](https://github.com/Oriflame/lumos/issues/412)
3084
- - bump @typescript-eslint/eslint-plugin from 3.3.0 to 3.4.0 (#441) ([9203fc0](https://github.com/Oriflame/lumos/commit/9203fc0)), closes [#441](https://github.com/Oriflame/lumos/issues/441)
3085
- - bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 (#448) ([49c973e](https://github.com/Oriflame/lumos/commit/49c973e)), closes [#448](https://github.com/Oriflame/lumos/issues/448)
3086
- - bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 (#470) ([404efdc](https://github.com/Oriflame/lumos/commit/404efdc)), closes [#470](https://github.com/Oriflame/lumos/issues/470)
3087
- - bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 (#493) ([955df3d](https://github.com/Oriflame/lumos/commit/955df3d)), closes [#493](https://github.com/Oriflame/lumos/issues/493)
3088
- - bump @typescript-eslint/eslint-plugin from 3.6.1 to 3.7.0 (#508) ([76e583f](https://github.com/Oriflame/lumos/commit/76e583f)), closes [#508](https://github.com/Oriflame/lumos/issues/508)
3089
- - bump @typescript-eslint/eslint-plugin from 3.7.0 to 3.7.1 (#527) ([c467983](https://github.com/Oriflame/lumos/commit/c467983)), closes [#527](https://github.com/Oriflame/lumos/issues/527)
3090
- - bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.8.0 (#556) ([db06c5d](https://github.com/Oriflame/lumos/commit/db06c5d)), closes [#556](https://github.com/Oriflame/lumos/issues/556)
3091
- - bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.9.0 (#570) ([51dd970](https://github.com/Oriflame/lumos/commit/51dd970)), closes [#570](https://github.com/Oriflame/lumos/issues/570)
3092
- - bump @typescript-eslint/eslint-plugin from 3.9.0 to 3.9.1 (#588) ([5079711](https://github.com/Oriflame/lumos/commit/5079711)), closes [#588](https://github.com/Oriflame/lumos/issues/588)
3093
- - bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 (#602) ([f324628](https://github.com/Oriflame/lumos/commit/f324628)), closes [#602](https://github.com/Oriflame/lumos/issues/602)
3094
- - bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 (#662) ([5653e64](https://github.com/Oriflame/lumos/commit/5653e64)), closes [#662](https://github.com/Oriflame/lumos/issues/662)
3095
- - bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 (#692) ([01eda0d](https://github.com/Oriflame/lumos/commit/01eda0d)), closes [#692](https://github.com/Oriflame/lumos/issues/692)
3096
- - bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 (#706) ([90544e5](https://github.com/Oriflame/lumos/commit/90544e5)), closes [#706](https://github.com/Oriflame/lumos/issues/706)
3097
- - bump @typescript-eslint/parser from 2.10.0 to 2.11.0 ([612fa4d](https://github.com/Oriflame/lumos/commit/612fa4d))
3098
- - bump @typescript-eslint/parser from 2.11.0 to 2.12.0 ([ca913fe](https://github.com/Oriflame/lumos/commit/ca913fe))
3099
- - bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([f191be7](https://github.com/Oriflame/lumos/commit/f191be7))
3100
- - bump @typescript-eslint/parser from 2.13.0 to 2.14.0 ([78a60bb](https://github.com/Oriflame/lumos/commit/78a60bb))
3101
- - bump @typescript-eslint/parser from 2.14.0 to 2.15.0 ([508afac](https://github.com/Oriflame/lumos/commit/508afac))
3102
- - bump @typescript-eslint/parser from 2.15.0 to 2.16.0 ([a82c983](https://github.com/Oriflame/lumos/commit/a82c983))
3103
- - bump @typescript-eslint/parser from 2.16.0 to 2.17.0 ([98c7e94](https://github.com/Oriflame/lumos/commit/98c7e94))
3104
- - bump @typescript-eslint/parser from 2.17.0 to 2.18.0 ([6d35678](https://github.com/Oriflame/lumos/commit/6d35678))
3105
- - bump @typescript-eslint/parser from 2.18.0 to 2.19.0 ([e0226bf](https://github.com/Oriflame/lumos/commit/e0226bf))
3106
- - bump @typescript-eslint/parser from 2.19.0 to 2.19.1 ([cb7f241](https://github.com/Oriflame/lumos/commit/cb7f241))
3107
- - bump @typescript-eslint/parser from 2.19.1 to 2.19.2 ([66409d0](https://github.com/Oriflame/lumos/commit/66409d0))
3108
- - bump @typescript-eslint/parser from 2.19.2 to 2.20.0 ([5d2d48d](https://github.com/Oriflame/lumos/commit/5d2d48d))
3109
- - bump @typescript-eslint/parser from 2.20.0 to 2.21.0 ([cafa496](https://github.com/Oriflame/lumos/commit/cafa496))
3110
- - bump @typescript-eslint/parser from 2.21.0 to 2.22.0 ([cb0a3dd](https://github.com/Oriflame/lumos/commit/cb0a3dd))
3111
- - bump @typescript-eslint/parser from 2.22.0 to 2.23.0 ([de763ed](https://github.com/Oriflame/lumos/commit/de763ed))
3112
- - bump @typescript-eslint/parser from 2.23.0 to 2.24.0 ([06c26f7](https://github.com/Oriflame/lumos/commit/06c26f7))
3113
- - bump @typescript-eslint/parser from 2.24.0 to 2.25.0 ([e75c463](https://github.com/Oriflame/lumos/commit/e75c463))
3114
- - bump @typescript-eslint/parser from 2.25.0 to 2.26.0 ([442f325](https://github.com/Oriflame/lumos/commit/442f325))
3115
- - bump @typescript-eslint/parser from 2.26.0 to 2.27.0 ([137b15a](https://github.com/Oriflame/lumos/commit/137b15a))
3116
- - bump @typescript-eslint/parser from 2.27.0 to 2.28.0 ([670bee0](https://github.com/Oriflame/lumos/commit/670bee0))
3117
- - bump @typescript-eslint/parser from 2.28.0 to 2.29.0 ([b6bb955](https://github.com/Oriflame/lumos/commit/b6bb955))
3118
- - bump @typescript-eslint/parser from 2.29.0 to 2.30.0 ([f469db0](https://github.com/Oriflame/lumos/commit/f469db0))
3119
- - bump @typescript-eslint/parser from 2.30.0 to 2.31.0 ([8e6531d](https://github.com/Oriflame/lumos/commit/8e6531d))
3120
- - bump @typescript-eslint/parser from 2.31.0 to 2.32.0 ([e7fa5b8](https://github.com/Oriflame/lumos/commit/e7fa5b8))
3121
- - bump @typescript-eslint/parser from 2.32.0 to 2.33.0 ([498faac](https://github.com/Oriflame/lumos/commit/498faac))
3122
- - bump @typescript-eslint/parser from 2.33.0 to 2.34.0 ([f3d9842](https://github.com/Oriflame/lumos/commit/f3d9842))
3123
- - bump @typescript-eslint/parser from 2.34.0 to 3.0.0 ([a4e2f99](https://github.com/Oriflame/lumos/commit/a4e2f99))
3124
- - bump @typescript-eslint/parser from 2.6.0 to 2.6.1 ([91afe5c](https://github.com/Oriflame/lumos/commit/91afe5c))
3125
- - bump @typescript-eslint/parser from 2.6.1 to 2.7.0 ([e8bf6ab](https://github.com/Oriflame/lumos/commit/e8bf6ab))
3126
- - bump @typescript-eslint/parser from 2.7.0 to 2.8.0 ([c054b47](https://github.com/Oriflame/lumos/commit/c054b47))
3127
- - bump @typescript-eslint/parser from 2.8.0 to 2.9.0 ([fa4dcf1](https://github.com/Oriflame/lumos/commit/fa4dcf1))
3128
- - bump @typescript-eslint/parser from 2.9.0 to 2.10.0 ([42de6bc](https://github.com/Oriflame/lumos/commit/42de6bc))
3129
- - bump @typescript-eslint/parser from 3.0.0 to 3.0.1 ([2ccd9c8](https://github.com/Oriflame/lumos/commit/2ccd9c8))
3130
- - bump @typescript-eslint/parser from 3.0.1 to 3.0.2 ([0f26aac](https://github.com/Oriflame/lumos/commit/0f26aac))
3131
- - bump @typescript-eslint/parser from 3.0.2 to 3.1.0 (#381) ([be48e4c](https://github.com/Oriflame/lumos/commit/be48e4c)), closes [#381](https://github.com/Oriflame/lumos/issues/381)
3132
- - bump @typescript-eslint/parser from 3.1.0 to 3.2.0 (#398) ([f71ac81](https://github.com/Oriflame/lumos/commit/f71ac81)), closes [#398](https://github.com/Oriflame/lumos/issues/398)
3133
- - bump @typescript-eslint/parser from 3.10.0 to 3.10.1 (#603) ([bf3a3ab](https://github.com/Oriflame/lumos/commit/bf3a3ab)), closes [#603](https://github.com/Oriflame/lumos/issues/603)
3134
- - bump @typescript-eslint/parser from 3.10.1 to 4.0.1 (#623) ([5534e0a](https://github.com/Oriflame/lumos/commit/5534e0a)), closes [#623](https://github.com/Oriflame/lumos/issues/623)
3135
- - bump @typescript-eslint/parser from 3.2.0 to 3.3.0 (#414) ([57681ae](https://github.com/Oriflame/lumos/commit/57681ae)), closes [#414](https://github.com/Oriflame/lumos/issues/414)
3136
- - bump @typescript-eslint/parser from 3.3.0 to 3.4.0 (#442) ([8cc46bd](https://github.com/Oriflame/lumos/commit/8cc46bd)), closes [#442](https://github.com/Oriflame/lumos/issues/442)
3137
- - bump @typescript-eslint/parser from 3.4.0 to 3.5.0 (#449) ([b2339a8](https://github.com/Oriflame/lumos/commit/b2339a8)), closes [#449](https://github.com/Oriflame/lumos/issues/449)
3138
- - bump @typescript-eslint/parser from 3.5.0 to 3.6.0 (#469) ([74a046b](https://github.com/Oriflame/lumos/commit/74a046b)), closes [#469](https://github.com/Oriflame/lumos/issues/469)
3139
- - bump @typescript-eslint/parser from 3.6.0 to 3.6.1 (#492) ([0dda595](https://github.com/Oriflame/lumos/commit/0dda595)), closes [#492](https://github.com/Oriflame/lumos/issues/492)
3140
- - bump @typescript-eslint/parser from 3.6.1 to 3.7.0 (#509) ([e6b21a3](https://github.com/Oriflame/lumos/commit/e6b21a3)), closes [#509](https://github.com/Oriflame/lumos/issues/509)
3141
- - bump @typescript-eslint/parser from 3.7.0 to 3.7.1 (#526) ([b80423d](https://github.com/Oriflame/lumos/commit/b80423d)), closes [#526](https://github.com/Oriflame/lumos/issues/526)
3142
- - bump @typescript-eslint/parser from 3.7.1 to 3.8.0 (#555) ([9a73fd4](https://github.com/Oriflame/lumos/commit/9a73fd4)), closes [#555](https://github.com/Oriflame/lumos/issues/555)
3143
- - bump @typescript-eslint/parser from 3.8.0 to 3.9.0 (#571) ([39aa803](https://github.com/Oriflame/lumos/commit/39aa803)), closes [#571](https://github.com/Oriflame/lumos/issues/571)
3144
- - bump @typescript-eslint/parser from 3.9.0 to 3.9.1 (#587) ([535816d](https://github.com/Oriflame/lumos/commit/535816d)), closes [#587](https://github.com/Oriflame/lumos/issues/587)
3145
- - bump @typescript-eslint/parser from 3.9.1 to 3.10.0 (#598) ([fbb57bc](https://github.com/Oriflame/lumos/commit/fbb57bc)), closes [#598](https://github.com/Oriflame/lumos/issues/598)
3146
- - bump @typescript-eslint/parser from 4.1.0 to 4.1.1 (#664) ([2d4bee3](https://github.com/Oriflame/lumos/commit/2d4bee3)), closes [#664](https://github.com/Oriflame/lumos/issues/664)
3147
- - bump @typescript-eslint/parser from 4.1.1 to 4.2.0 (#690) ([66f39c9](https://github.com/Oriflame/lumos/commit/66f39c9)), closes [#690](https://github.com/Oriflame/lumos/issues/690)
3148
- - bump @typescript-eslint/parser from 4.2.0 to 4.3.0 (#707) ([5662367](https://github.com/Oriflame/lumos/commit/5662367)), closes [#707](https://github.com/Oriflame/lumos/issues/707)
3149
- - bump babel-eslint from 10.0.3 to 10.1.0 ([2358054](https://github.com/Oriflame/lumos/commit/2358054))
3150
- - bump eslint from 6.6.0 to 6.7.1 ([a7913d2](https://github.com/Oriflame/lumos/commit/a7913d2))
3151
- - bump eslint from 6.7.1 to 6.7.2 ([f01f806](https://github.com/Oriflame/lumos/commit/f01f806))
3152
- - bump eslint from 6.7.2 to 6.8.0 ([f73624b](https://github.com/Oriflame/lumos/commit/f73624b))
3153
- - bump eslint from 6.8.0 to 7.0.0 ([ea7d8fc](https://github.com/Oriflame/lumos/commit/ea7d8fc))
3154
- - bump eslint from 7.0.0 to 7.1.0 ([2b310ca](https://github.com/Oriflame/lumos/commit/2b310ca))
3155
- - bump eslint from 7.1.0 to 7.2.0 (#393) ([807865e](https://github.com/Oriflame/lumos/commit/807865e)), closes [#393](https://github.com/Oriflame/lumos/issues/393)
3156
- - bump eslint from 7.2.0 to 7.3.1 (#432) ([f008ce2](https://github.com/Oriflame/lumos/commit/f008ce2)), closes [#432](https://github.com/Oriflame/lumos/issues/432)
3157
- - bump eslint from 7.3.1 to 7.4.0 (#466) ([f6d9bad](https://github.com/Oriflame/lumos/commit/f6d9bad)), closes [#466](https://github.com/Oriflame/lumos/issues/466)
3158
- - bump eslint from 7.4.0 to 7.5.0 (#506) ([de5299f](https://github.com/Oriflame/lumos/commit/de5299f)), closes [#506](https://github.com/Oriflame/lumos/issues/506)
3159
- - bump eslint from 7.5.0 to 7.6.0 (#553) ([9827ebc](https://github.com/Oriflame/lumos/commit/9827ebc)), closes [#553](https://github.com/Oriflame/lumos/issues/553)
3160
- - bump eslint from 7.6.0 to 7.7.0 (#580) ([42a3758](https://github.com/Oriflame/lumos/commit/42a3758)), closes [#580](https://github.com/Oriflame/lumos/issues/580)
3161
- - bump eslint from 7.7.0 to 7.8.0 (#619) ([96172af](https://github.com/Oriflame/lumos/commit/96172af)), closes [#619](https://github.com/Oriflame/lumos/issues/619)
3162
- - bump eslint from 7.8.0 to 7.8.1 (#620) ([cba244b](https://github.com/Oriflame/lumos/commit/cba244b)), closes [#620](https://github.com/Oriflame/lumos/issues/620)
3163
- - bump eslint from 7.8.1 to 7.9.0 (#656) ([6726383](https://github.com/Oriflame/lumos/commit/6726383)), closes [#656](https://github.com/Oriflame/lumos/issues/656)
3164
- - bump eslint from 7.9.0 to 7.10.0 (#700) ([578be43](https://github.com/Oriflame/lumos/commit/578be43)), closes [#700](https://github.com/Oriflame/lumos/issues/700)
3165
- - bump eslint-config-airbnb from 18.0.1 to 18.1.0 ([538148b](https://github.com/Oriflame/lumos/commit/538148b))
3166
- - bump eslint-config-airbnb from 18.1.0 to 18.2.0 (#419) ([9c9e0de](https://github.com/Oriflame/lumos/commit/9c9e0de)), closes [#419](https://github.com/Oriflame/lumos/issues/419)
3167
- - bump eslint-config-prettier from 6.10.0 to 6.10.1 ([83cf879](https://github.com/Oriflame/lumos/commit/83cf879))
3168
- - bump eslint-config-prettier from 6.10.1 to 6.11.0 ([51cef62](https://github.com/Oriflame/lumos/commit/51cef62))
3169
- - bump eslint-config-prettier from 6.11.0 to 6.12.0 (#698) ([390d099](https://github.com/Oriflame/lumos/commit/390d099)), closes [#698](https://github.com/Oriflame/lumos/issues/698)
3170
- - bump eslint-config-prettier from 6.5.0 to 6.6.0 ([9ee581d](https://github.com/Oriflame/lumos/commit/9ee581d))
3171
- - bump eslint-config-prettier from 6.6.0 to 6.7.0 ([4306428](https://github.com/Oriflame/lumos/commit/4306428))
3172
- - bump eslint-config-prettier from 6.7.0 to 6.8.0 ([a248f16](https://github.com/Oriflame/lumos/commit/a248f16))
3173
- - bump eslint-config-prettier from 6.8.0 to 6.9.0 ([892f3cc](https://github.com/Oriflame/lumos/commit/892f3cc))
3174
- - bump eslint-config-prettier from 6.9.0 to 6.10.0 ([7ea1f58](https://github.com/Oriflame/lumos/commit/7ea1f58))
3175
- - bump eslint-import-resolver-typescript from 2.0.0 to 2.2.0 (#539) ([e4afc58](https://github.com/Oriflame/lumos/commit/e4afc58)), closes [#539](https://github.com/Oriflame/lumos/issues/539)
3176
- - bump eslint-import-resolver-typescript from 2.2.0 to 2.2.1 (#579) ([a43ea3f](https://github.com/Oriflame/lumos/commit/a43ea3f)), closes [#579](https://github.com/Oriflame/lumos/issues/579)
3177
- - bump eslint-import-resolver-typescript from 2.2.1 to 2.3.0 (#622) ([38e1453](https://github.com/Oriflame/lumos/commit/38e1453)), closes [#622](https://github.com/Oriflame/lumos/issues/622)
3178
- - bump eslint-plugin-import from 2.18.2 to 2.19.1 ([0dfd832](https://github.com/Oriflame/lumos/commit/0dfd832))
3179
- - bump eslint-plugin-import from 2.19.1 to 2.20.0 ([dcb9f61](https://github.com/Oriflame/lumos/commit/dcb9f61))
3180
- - bump eslint-plugin-import from 2.20.0 to 2.20.1 ([92537a2](https://github.com/Oriflame/lumos/commit/92537a2))
3181
- - bump eslint-plugin-import from 2.20.1 to 2.20.2 ([490c983](https://github.com/Oriflame/lumos/commit/490c983))
3182
- - bump eslint-plugin-import from 2.20.2 to 2.21.1 (#395) ([5c4ffd1](https://github.com/Oriflame/lumos/commit/5c4ffd1)), closes [#395](https://github.com/Oriflame/lumos/issues/395)
3183
- - bump eslint-plugin-import from 2.21.1 to 2.21.2 (#403) ([7f1527b](https://github.com/Oriflame/lumos/commit/7f1527b)), closes [#403](https://github.com/Oriflame/lumos/issues/403)
3184
- - bump eslint-plugin-import from 2.21.2 to 2.22.0 (#444) ([5097ed2](https://github.com/Oriflame/lumos/commit/5097ed2)), closes [#444](https://github.com/Oriflame/lumos/issues/444)
3185
- - bump eslint-plugin-import from 2.22.0 to 2.22.1 (#703) ([309392b](https://github.com/Oriflame/lumos/commit/309392b)), closes [#703](https://github.com/Oriflame/lumos/issues/703)
3186
- - bump eslint-plugin-jest from 23.0.2 to 23.0.3 ([78b2264](https://github.com/Oriflame/lumos/commit/78b2264))
3187
- - bump eslint-plugin-jest from 23.0.3 to 23.0.4 ([ca8a3c8](https://github.com/Oriflame/lumos/commit/ca8a3c8))
3188
- - bump eslint-plugin-jest from 23.0.4 to 23.0.5 ([1ce0c49](https://github.com/Oriflame/lumos/commit/1ce0c49))
3189
- - bump eslint-plugin-jest from 23.0.5 to 23.1.0 ([cb7d981](https://github.com/Oriflame/lumos/commit/cb7d981))
3190
- - bump eslint-plugin-jest from 23.1.0 to 23.1.1 ([9fef29a](https://github.com/Oriflame/lumos/commit/9fef29a))
3191
- - bump eslint-plugin-jest from 23.1.1 to 23.2.0 ([2ecac0d](https://github.com/Oriflame/lumos/commit/2ecac0d))
3192
- - bump eslint-plugin-jest from 23.10.0 to 23.11.0 ([7b12b72](https://github.com/Oriflame/lumos/commit/7b12b72))
3193
- - bump eslint-plugin-jest from 23.11.0 to 23.13.0 ([c4271d0](https://github.com/Oriflame/lumos/commit/c4271d0))
3194
- - bump eslint-plugin-jest from 23.13.0 to 23.13.1 ([812520f](https://github.com/Oriflame/lumos/commit/812520f))
3195
- - bump eslint-plugin-jest from 23.13.1 to 23.13.2 ([6165f84](https://github.com/Oriflame/lumos/commit/6165f84))
3196
- - bump eslint-plugin-jest from 23.13.2 to 23.17.1 (#433) ([b556297](https://github.com/Oriflame/lumos/commit/b556297)), closes [#433](https://github.com/Oriflame/lumos/issues/433)
3197
- - bump eslint-plugin-jest from 23.17.1 to 23.18.0 (#467) ([96f82ec](https://github.com/Oriflame/lumos/commit/96f82ec)), closes [#467](https://github.com/Oriflame/lumos/issues/467)
3198
- - bump eslint-plugin-jest from 23.18.0 to 23.18.2 (#520) ([c3d99c2](https://github.com/Oriflame/lumos/commit/c3d99c2)), closes [#520](https://github.com/Oriflame/lumos/issues/520)
3199
- - bump eslint-plugin-jest from 23.18.2 to 23.19.0 (#528) ([4ea4151](https://github.com/Oriflame/lumos/commit/4ea4151)), closes [#528](https://github.com/Oriflame/lumos/issues/528)
3200
- - bump eslint-plugin-jest from 23.19.0 to 23.20.0 (#543) ([4a21c44](https://github.com/Oriflame/lumos/commit/4a21c44)), closes [#543](https://github.com/Oriflame/lumos/issues/543)
3201
- - bump eslint-plugin-jest from 23.2.0 to 23.3.0 ([111c69b](https://github.com/Oriflame/lumos/commit/111c69b))
3202
- - bump eslint-plugin-jest from 23.20.0 to 24.0.0 (#637) ([95280dc](https://github.com/Oriflame/lumos/commit/95280dc)), closes [#637](https://github.com/Oriflame/lumos/issues/637)
3203
- - bump eslint-plugin-jest from 23.3.0 to 23.6.0 ([e0d5e15](https://github.com/Oriflame/lumos/commit/e0d5e15))
3204
- - bump eslint-plugin-jest from 23.6.0 to 23.7.0 ([c5c3b34](https://github.com/Oriflame/lumos/commit/c5c3b34))
3205
- - bump eslint-plugin-jest from 23.7.0 to 23.8.0 ([2223de1](https://github.com/Oriflame/lumos/commit/2223de1))
3206
- - bump eslint-plugin-jest from 23.8.0 to 23.8.1 ([4fd2ba5](https://github.com/Oriflame/lumos/commit/4fd2ba5))
3207
- - bump eslint-plugin-jest from 23.8.1 to 23.8.2 ([47c393f](https://github.com/Oriflame/lumos/commit/47c393f))
3208
- - bump eslint-plugin-jest from 23.8.2 to 23.9.0 ([afac912](https://github.com/Oriflame/lumos/commit/afac912))
3209
- - bump eslint-plugin-jest from 23.9.0 to 23.10.0 ([03a62e3](https://github.com/Oriflame/lumos/commit/03a62e3))
3210
- - bump eslint-plugin-jest from 24.0.0 to 24.0.1 (#657) ([da0f079](https://github.com/Oriflame/lumos/commit/da0f079)), closes [#657](https://github.com/Oriflame/lumos/issues/657)
3211
- - bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#684) ([e9fb279](https://github.com/Oriflame/lumos/commit/e9fb279)), closes [#684](https://github.com/Oriflame/lumos/issues/684)
3212
- - bump eslint-plugin-jsx-a11y from 6.2.3 to 6.3.0 (#418) ([c03b5f8](https://github.com/Oriflame/lumos/commit/c03b5f8)), closes [#418](https://github.com/Oriflame/lumos/issues/418)
3213
- - bump eslint-plugin-jsx-a11y from 6.3.0 to 6.3.1 (#427) ([c919272](https://github.com/Oriflame/lumos/commit/c919272)), closes [#427](https://github.com/Oriflame/lumos/issues/427)
3214
- - bump eslint-plugin-prettier from 3.1.1 to 3.1.2 ([e206d4c](https://github.com/Oriflame/lumos/commit/e206d4c))
3215
- - bump eslint-plugin-prettier from 3.1.2 to 3.1.3 ([79c19a7](https://github.com/Oriflame/lumos/commit/79c19a7))
3216
- - bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#409) ([4c4d171](https://github.com/Oriflame/lumos/commit/4c4d171)), closes [#409](https://github.com/Oriflame/lumos/issues/409)
3217
- - bump eslint-plugin-react from 7.16.0 to 7.17.0 ([96576df](https://github.com/Oriflame/lumos/commit/96576df))
3218
- - bump eslint-plugin-react from 7.17.0 to 7.18.0 ([fa74a08](https://github.com/Oriflame/lumos/commit/fa74a08))
3219
- - bump eslint-plugin-react from 7.18.0 to 7.18.3 ([123c54f](https://github.com/Oriflame/lumos/commit/123c54f))
3220
- - bump eslint-plugin-react from 7.18.3 to 7.19.0 ([b5873e1](https://github.com/Oriflame/lumos/commit/b5873e1))
3221
- - bump eslint-plugin-react from 7.19.0 to 7.20.0 ([cd462a5](https://github.com/Oriflame/lumos/commit/cd462a5))
3222
- - bump eslint-plugin-react from 7.20.0 to 7.20.1 (#446) ([756eb2a](https://github.com/Oriflame/lumos/commit/756eb2a)), closes [#446](https://github.com/Oriflame/lumos/issues/446)
3223
- - bump eslint-plugin-react from 7.20.1 to 7.20.2 (#450) ([d310f31](https://github.com/Oriflame/lumos/commit/d310f31)), closes [#450](https://github.com/Oriflame/lumos/issues/450)
3224
- - bump eslint-plugin-react from 7.20.2 to 7.20.3 (#463) ([46a7288](https://github.com/Oriflame/lumos/commit/46a7288)), closes [#463](https://github.com/Oriflame/lumos/issues/463)
3225
- - bump eslint-plugin-react from 7.20.3 to 7.20.4 (#522) ([2377f30](https://github.com/Oriflame/lumos/commit/2377f30)), closes [#522](https://github.com/Oriflame/lumos/issues/522)
3226
- - bump eslint-plugin-react from 7.20.4 to 7.20.5 (#531) ([1b36a45](https://github.com/Oriflame/lumos/commit/1b36a45)), closes [#531](https://github.com/Oriflame/lumos/issues/531)
3227
- - bump eslint-plugin-react from 7.20.5 to 7.20.6 (#576) ([592527f](https://github.com/Oriflame/lumos/commit/592527f)), closes [#576](https://github.com/Oriflame/lumos/issues/576)
3228
- - bump eslint-plugin-react from 7.20.6 to 7.21.1 (#694) ([914a8b2](https://github.com/Oriflame/lumos/commit/914a8b2)), closes [#694](https://github.com/Oriflame/lumos/issues/694)
3229
- - bump eslint-plugin-react from 7.21.1 to 7.21.2 (#697) ([71af2f1](https://github.com/Oriflame/lumos/commit/71af2f1)), closes [#697](https://github.com/Oriflame/lumos/issues/697)
3230
- - bump eslint-plugin-react-hooks from 2.2.0 to 2.3.0 ([3657d2f](https://github.com/Oriflame/lumos/commit/3657d2f))
3231
- - bump eslint-plugin-react-hooks from 2.3.0 to 2.4.0 ([8d423cd](https://github.com/Oriflame/lumos/commit/8d423cd))
3232
- - bump eslint-plugin-react-hooks from 2.4.0 to 2.5.0 ([7a3ea0f](https://github.com/Oriflame/lumos/commit/7a3ea0f))
3233
- - bump eslint-plugin-react-hooks from 2.5.0 to 2.5.1 (#116) ([e5e7214](https://github.com/Oriflame/lumos/commit/e5e7214)), closes [#116](https://github.com/Oriflame/lumos/issues/116)
3234
- - bump eslint-plugin-react-hooks from 2.5.1 to 3.0.0 ([70a3cf8](https://github.com/Oriflame/lumos/commit/70a3cf8))
3235
- - bump eslint-plugin-react-hooks from 3.0.0 to 4.0.0 ([f40139d](https://github.com/Oriflame/lumos/commit/f40139d))
3236
- - bump eslint-plugin-react-hooks from 4.0.0 to 4.0.1 ([775be88](https://github.com/Oriflame/lumos/commit/775be88))
3237
- - bump eslint-plugin-react-hooks from 4.0.1 to 4.0.2 ([183feaa](https://github.com/Oriflame/lumos/commit/183feaa))
3238
- - bump eslint-plugin-react-hooks from 4.0.2 to 4.0.4 ([6a56135](https://github.com/Oriflame/lumos/commit/6a56135))
3239
- - bump eslint-plugin-react-hooks from 4.0.5 to 4.0.6 (#478) ([6d3bd5c](https://github.com/Oriflame/lumos/commit/6d3bd5c)), closes [#478](https://github.com/Oriflame/lumos/issues/478)
3240
- - bump eslint-plugin-react-hooks from 4.0.6 to 4.0.7 (#487) ([0f44cda](https://github.com/Oriflame/lumos/commit/0f44cda)), closes [#487](https://github.com/Oriflame/lumos/issues/487)
3241
- - bump eslint-plugin-react-hooks from 4.0.7 to 4.0.8 (#491) ([1322934](https://github.com/Oriflame/lumos/commit/1322934)), closes [#491](https://github.com/Oriflame/lumos/issues/491)
3242
- - bump eslint-plugin-react-hooks from 4.0.8 to 4.1.0 (#585) ([2b9bf2f](https://github.com/Oriflame/lumos/commit/2b9bf2f)), closes [#585](https://github.com/Oriflame/lumos/issues/585)
3243
- - bump eslint-plugin-react-hooks from 4.1.0 to 4.1.1 (#652) ([48e633d](https://github.com/Oriflame/lumos/commit/48e633d)), closes [#652](https://github.com/Oriflame/lumos/issues/652)
3244
- - bump eslint-plugin-react-hooks from 4.1.1 to 4.1.2 (#653) ([695b664](https://github.com/Oriflame/lumos/commit/695b664)), closes [#653](https://github.com/Oriflame/lumos/issues/653)
3245
- - bump eslint-plugin-testing-library from 3.0.2 to 3.0.3 ([60a09b0](https://github.com/Oriflame/lumos/commit/60a09b0))
3246
- - bump eslint-plugin-testing-library from 3.0.3 to 3.0.4 ([67afa3c](https://github.com/Oriflame/lumos/commit/67afa3c))
3247
- - bump eslint-plugin-testing-library from 3.0.4 to 3.1.0 ([aecad4c](https://github.com/Oriflame/lumos/commit/aecad4c))
3248
- - bump eslint-plugin-testing-library from 3.1.0 to 3.1.1 ([e1f5929](https://github.com/Oriflame/lumos/commit/e1f5929))
3249
- - bump eslint-plugin-testing-library from 3.1.1 to 3.1.2 ([bd28897](https://github.com/Oriflame/lumos/commit/bd28897))
3250
- - bump eslint-plugin-testing-library from 3.1.2 to 3.1.3 ([9cb9181](https://github.com/Oriflame/lumos/commit/9cb9181))
3251
- - bump eslint-plugin-testing-library from 3.1.3 to 3.1.4 ([3976775](https://github.com/Oriflame/lumos/commit/3976775))
3252
- - bump eslint-plugin-testing-library from 3.1.4 to 3.2.0 (#386) ([9b6f9b8](https://github.com/Oriflame/lumos/commit/9b6f9b8)), closes [#386](https://github.com/Oriflame/lumos/issues/386)
3253
- - bump eslint-plugin-testing-library from 3.2.0 to 3.2.2 (#406) ([8746b55](https://github.com/Oriflame/lumos/commit/8746b55)), closes [#406](https://github.com/Oriflame/lumos/issues/406)
3254
- - bump eslint-plugin-testing-library from 3.2.2 to 3.3.0 (#410) ([021e058](https://github.com/Oriflame/lumos/commit/021e058)), closes [#410](https://github.com/Oriflame/lumos/issues/410)
3255
- - bump eslint-plugin-testing-library from 3.3.0 to 3.3.1 (#415) ([efe1d33](https://github.com/Oriflame/lumos/commit/efe1d33)), closes [#415](https://github.com/Oriflame/lumos/issues/415)
3256
- - bump eslint-plugin-testing-library from 3.3.1 to 3.3.2 (#507) ([ffa50f6](https://github.com/Oriflame/lumos/commit/ffa50f6)), closes [#507](https://github.com/Oriflame/lumos/issues/507)
3257
- - bump eslint-plugin-testing-library from 3.3.2 to 3.4.0 (#535) ([7af904a](https://github.com/Oriflame/lumos/commit/7af904a)), closes [#535](https://github.com/Oriflame/lumos/issues/535)
3258
- - bump eslint-plugin-testing-library from 3.4.0 to 3.4.1 (#562) ([e494191](https://github.com/Oriflame/lumos/commit/e494191)), closes [#562](https://github.com/Oriflame/lumos/issues/562)
3259
- - bump eslint-plugin-testing-library from 3.4.1 to 3.6.0 (#567) ([b9b0e67](https://github.com/Oriflame/lumos/commit/b9b0e67)), closes [#567](https://github.com/Oriflame/lumos/issues/567)
3260
- - bump eslint-plugin-testing-library from 3.6.0 to 3.7.0 (#594) ([919fe6b](https://github.com/Oriflame/lumos/commit/919fe6b)), closes [#594](https://github.com/Oriflame/lumos/issues/594)
3261
- - bump eslint-plugin-testing-library from 3.7.0 to 3.8.0 (#612) ([456a41c](https://github.com/Oriflame/lumos/commit/456a41c)), closes [#612](https://github.com/Oriflame/lumos/issues/612)
3262
- - bump eslint-plugin-testing-library from 3.8.0 to 3.9.0 (#685) ([9c414a4](https://github.com/Oriflame/lumos/commit/9c414a4)), closes [#685](https://github.com/Oriflame/lumos/issues/685)
3263
- - bump eslint-plugin-unicorn from 12.1.0 to 13.0.0 ([1555b4f](https://github.com/Oriflame/lumos/commit/1555b4f))
3264
- - bump eslint-plugin-unicorn from 13.0.0 to 14.0.0 ([189c987](https://github.com/Oriflame/lumos/commit/189c987))
3265
- - bump eslint-plugin-unicorn from 14.0.0 to 14.0.1 ([3a91462](https://github.com/Oriflame/lumos/commit/3a91462))
3266
- - bump eslint-plugin-unicorn from 14.0.1 to 15.0.0 ([e5a2919](https://github.com/Oriflame/lumos/commit/e5a2919))
3267
- - bump eslint-plugin-unicorn from 15.0.0 to 15.0.1 ([d1bb195](https://github.com/Oriflame/lumos/commit/d1bb195))
3268
- - bump eslint-plugin-unicorn from 15.0.1 to 16.0.0 ([7b597b5](https://github.com/Oriflame/lumos/commit/7b597b5))
3269
- - bump eslint-plugin-unicorn from 16.0.0 to 16.1.0 ([7a3c391](https://github.com/Oriflame/lumos/commit/7a3c391))
3270
- - bump eslint-plugin-unicorn from 16.1.0 to 16.1.1 ([932cc46](https://github.com/Oriflame/lumos/commit/932cc46))
3271
- - bump eslint-plugin-unicorn from 16.1.1 to 17.0.1 ([a91f295](https://github.com/Oriflame/lumos/commit/a91f295))
3272
- - bump eslint-plugin-unicorn from 17.0.1 to 17.1.0 ([4171f17](https://github.com/Oriflame/lumos/commit/4171f17))
3273
- - bump eslint-plugin-unicorn from 17.1.0 to 17.2.0 ([ea099f8](https://github.com/Oriflame/lumos/commit/ea099f8))
3274
- - bump eslint-plugin-unicorn from 17.2.0 to 18.0.1 ([5a607ad](https://github.com/Oriflame/lumos/commit/5a607ad))
3275
- - bump eslint-plugin-unicorn from 18.0.1 to 19.0.0 ([5dad71d](https://github.com/Oriflame/lumos/commit/5dad71d))
3276
- - bump eslint-plugin-unicorn from 19.0.0 to 19.0.1 ([dbbd316](https://github.com/Oriflame/lumos/commit/dbbd316))
3277
- - bump eslint-plugin-unicorn from 19.0.1 to 20.0.0 ([677b7d2](https://github.com/Oriflame/lumos/commit/677b7d2))
3278
- - bump eslint-plugin-unicorn from 20.0.0 to 20.1.0 ([68b9137](https://github.com/Oriflame/lumos/commit/68b9137))
3279
- - bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 (#504) ([a260a5f](https://github.com/Oriflame/lumos/commit/a260a5f)), closes [#504](https://github.com/Oriflame/lumos/issues/504)
3280
- - bump eslint-plugin-unicorn from 21.0.0 to 22.0.0 (#682) ([e12abf9](https://github.com/Oriflame/lumos/commit/e12abf9)), closes [#682](https://github.com/Oriflame/lumos/issues/682)
3281
- - Update to latest. (#462) ([bd76c32](https://github.com/Oriflame/lumos/commit/bd76c32)), closes [#462](https://github.com/Oriflame/lumos/issues/462)
3282
- - **[Beemo]** Update to latest. ([bf6798c](https://github.com/Oriflame/lumos/commit/bf6798c))
3283
- - **[ESlint]** Update plugins to latest patch versions. ([92aeabd](https://github.com/Oriflame/lumos/commit/92aeabd))
3284
- - **[ESLint]** Update deps and audit rules. (#6) ([f35647f](https://github.com/Oriflame/lumos/commit/f35647f)), closes [#6](https://github.com/Oriflame/lumos/issues/6)
3285
- - **[ESLint]** Update plugins to latest. ([86bf6ba](https://github.com/Oriflame/lumos/commit/86bf6ba))
3286
-
3287
- #### 📋 Misc
3288
-
3289
- - bump @beemo/core from 1.0.7 to 1.0.8 ([281e2cf](https://github.com/Oriflame/lumos/commit/281e2cf))
3290
- - bump @beemo/driver-eslint from 1.0.6 to 1.0.7 ([463f7db](https://github.com/Oriflame/lumos/commit/463f7db))
3291
- - bump @beemo/driver-eslint from 1.1.0 to 1.2.0 ([477e70f](https://github.com/Oriflame/lumos/commit/477e70f))
3292
- - bump @typescript-eslint/eslint-plugin from 2.12.0 to 2.13.0 ([933a112](https://github.com/Oriflame/lumos/commit/933a112))
3293
- - bump @typescript-eslint/eslint-plugin from 2.15.0 to 2.16.0 ([67f9766](https://github.com/Oriflame/lumos/commit/67f9766))
3294
- - bump @typescript-eslint/eslint-plugin from 2.6.1 to 2.7.0 ([96ac26f](https://github.com/Oriflame/lumos/commit/96ac26f))
3295
- - bump @typescript-eslint/eslint-plugin from 2.7.0 to 2.8.0 ([9732567](https://github.com/Oriflame/lumos/commit/9732567))
3296
- - bump @typescript-eslint/parser from 2.10.0 to 2.11.0 ([5334249](https://github.com/Oriflame/lumos/commit/5334249))
3297
- - bump @typescript-eslint/parser from 2.11.0 to 2.12.0 ([2d177d4](https://github.com/Oriflame/lumos/commit/2d177d4))
3298
- - bump @typescript-eslint/parser from 2.12.0 to 2.13.0 ([b354183](https://github.com/Oriflame/lumos/commit/b354183))
3299
- - bump eslint from 6.7.2 to 6.8.0 ([0ce82a2](https://github.com/Oriflame/lumos/commit/0ce82a2))
3300
- - bump eslint-config-prettier from 6.6.0 to 6.7.0 ([0895a95](https://github.com/Oriflame/lumos/commit/0895a95))
3301
- - bump eslint-config-prettier from 6.8.0 to 6.9.0 ([f88a00e](https://github.com/Oriflame/lumos/commit/f88a00e))
3302
- - bump eslint-plugin-import from 2.19.1 to 2.20.0 ([014ad93](https://github.com/Oriflame/lumos/commit/014ad93))
3303
- - bump eslint-plugin-jest from 23.0.2 to 23.0.3 ([bbd6d78](https://github.com/Oriflame/lumos/commit/bbd6d78))
3304
- - bump eslint-plugin-jest from 23.0.5 to 23.1.0 ([0563580](https://github.com/Oriflame/lumos/commit/0563580))
3305
- - bump eslint-plugin-react from 7.16.0 to 7.17.0 ([3222b21](https://github.com/Oriflame/lumos/commit/3222b21))
3306
- - bump eslint-plugin-react-hooks from 2.2.0 to 2.3.0 ([82cddd9](https://github.com/Oriflame/lumos/commit/82cddd9))
3307
- - bump eslint-plugin-unicorn from 12.1.0 to 13.0.0 ([1672573](https://github.com/Oriflame/lumos/commit/1672573))
3308
- - bump eslint-plugin-unicorn from 14.0.0 to 14.0.1 ([4096aad](https://github.com/Oriflame/lumos/commit/4096aad))
3309
- - **[eslint]** added node env. ([306f1d1](https://github.com/Oriflame/lumos/commit/306f1d1))
3310
- - bump eslint-plugin-unicorn from 15.0.0 to 15.0.1 ([ff9a454](https://github.com/Oriflame/lumos/commit/ff9a454))
3311
- - Run eslint fix. (#648) ([e645e17](https://github.com/Oriflame/lumos/commit/e645e17)), closes [#648](https://github.com/Oriflame/lumos/issues/648)
3312
- - **[eslint]** Update typescript eslint. ([73bc7bb](https://github.com/Oriflame/lumos/commit/73bc7bb))
3313
-
3314
- #### 🛠 Internals
3315
-
3316
- - cleanup ([63024e7](https://github.com/Oriflame/lumos/commit/63024e7))
3317
- - Eslint fixes. ([abba1b5](https://github.com/Oriflame/lumos/commit/abba1b5))
3318
- - Final polish before release. (#5) ([207eaab](https://github.com/Oriflame/lumos/commit/207eaab)), closes [#5](https://github.com/Oriflame/lumos/issues/5)
3319
- - Fix. ([16ea755](https://github.com/Oriflame/lumos/commit/16ea755))
3320
- - fixed package errors. ([574845c](https://github.com/Oriflame/lumos/commit/574845c))
3321
- - fixed versions. ([c3fd633](https://github.com/Oriflame/lumos/commit/c3fd633))
3322
- - merge resolution. ([56c8e7f](https://github.com/Oriflame/lumos/commit/56c8e7f))
3323
- - merge. ([c1f6a55](https://github.com/Oriflame/lumos/commit/c1f6a55))
3324
- - Move to src folder. ([5a5a48e](https://github.com/Oriflame/lumos/commit/5a5a48e))
3325
- - release [ci skip]. ([b1e3ec2](https://github.com/Oriflame/lumos/commit/b1e3ec2))
3326
- - release [ci skip]. ([cb4ee2b](https://github.com/Oriflame/lumos/commit/cb4ee2b))
3327
- - release [ci skip]. ([90666f1](https://github.com/Oriflame/lumos/commit/90666f1))
3328
- - release [ci skip]. ([5658082](https://github.com/Oriflame/lumos/commit/5658082))
3329
- - release [ci skip]. ([b7e2e05](https://github.com/Oriflame/lumos/commit/b7e2e05))
3330
- - release [ci skip]. ([71ab17d](https://github.com/Oriflame/lumos/commit/71ab17d))
3331
- - release [ci skip]. ([3461627](https://github.com/Oriflame/lumos/commit/3461627))
3332
- - release [ci skip]. ([424da5e](https://github.com/Oriflame/lumos/commit/424da5e))
3333
- - release [ci skip]. ([5097c2e](https://github.com/Oriflame/lumos/commit/5097c2e))
3334
- - release [ci skip]. ([aa50b57](https://github.com/Oriflame/lumos/commit/aa50b57))
3335
- - release [ci skip]. ([490ad50](https://github.com/Oriflame/lumos/commit/490ad50))
3336
- - release [ci skip]. ([978743b](https://github.com/Oriflame/lumos/commit/978743b))
3337
- - release [ci skip]. ([24c5f18](https://github.com/Oriflame/lumos/commit/24c5f18))
3338
- - release [ci skip]. ([b18ed68](https://github.com/Oriflame/lumos/commit/b18ed68))
3339
- - release [ci skip]. ([d4dad66](https://github.com/Oriflame/lumos/commit/d4dad66))
3340
- - release [ci skip]. ([af929e9](https://github.com/Oriflame/lumos/commit/af929e9))
3341
- - release [ci skip]. ([f4e976e](https://github.com/Oriflame/lumos/commit/f4e976e))
3342
- - release [ci skip]. ([7d1582c](https://github.com/Oriflame/lumos/commit/7d1582c))
3343
- - release [ci skip]. ([38ba08b](https://github.com/Oriflame/lumos/commit/38ba08b))
3344
- - release [ci skip]. ([3f3ec2e](https://github.com/Oriflame/lumos/commit/3f3ec2e))
3345
- - release [ci skip]. ([32ba9b9](https://github.com/Oriflame/lumos/commit/32ba9b9))
3346
- - release [ci skip]. ([d845179](https://github.com/Oriflame/lumos/commit/d845179))
3347
- - release [ci skip]. ([8a6b508](https://github.com/Oriflame/lumos/commit/8a6b508))
3348
- - release [ci skip]. ([5c2a6a2](https://github.com/Oriflame/lumos/commit/5c2a6a2))
3349
- - release [ci skip]. ([f275bc7](https://github.com/Oriflame/lumos/commit/f275bc7))
3350
- - release [ci skip]. ([8950e01](https://github.com/Oriflame/lumos/commit/8950e01))
3351
- - release [ci skip]. ([5f80196](https://github.com/Oriflame/lumos/commit/5f80196))
3352
- - release [ci skip]. ([5ca4a5a](https://github.com/Oriflame/lumos/commit/5ca4a5a))
3353
- - release [ci skip]. ([5d7a086](https://github.com/Oriflame/lumos/commit/5d7a086))
3354
- - release [ci skip]. ([ee3e47c](https://github.com/Oriflame/lumos/commit/ee3e47c))
3355
- - release [ci skip]. ([6c34286](https://github.com/Oriflame/lumos/commit/6c34286))
3356
- - release [ci skip]. ([8ca6a09](https://github.com/Oriflame/lumos/commit/8ca6a09))
3357
- - release [ci skip]. ([9caf5fe](https://github.com/Oriflame/lumos/commit/9caf5fe))
3358
- - release [ci skip]. ([d13d209](https://github.com/Oriflame/lumos/commit/d13d209))
3359
- - release [ci skip]. ([b3b0b0c](https://github.com/Oriflame/lumos/commit/b3b0b0c))
3360
- - release [ci skip]. ([0b3139c](https://github.com/Oriflame/lumos/commit/0b3139c))
3361
- - release [ci skip]. ([0fe8a5e](https://github.com/Oriflame/lumos/commit/0fe8a5e))
3362
- - release [ci skip]. ([9f8c607](https://github.com/Oriflame/lumos/commit/9f8c607))
3363
- - release [ci skip]. ([d853153](https://github.com/Oriflame/lumos/commit/d853153))
3364
- - release [ci skip]. ([8fcd95d](https://github.com/Oriflame/lumos/commit/8fcd95d))
3365
- - release [ci skip]. ([04996a6](https://github.com/Oriflame/lumos/commit/04996a6))
3366
- - release [ci skip]. ([437b42e](https://github.com/Oriflame/lumos/commit/437b42e))
3367
- - release [ci skip]. ([e3eb6f1](https://github.com/Oriflame/lumos/commit/e3eb6f1))
3368
- - release [ci skip]. ([fa4336d](https://github.com/Oriflame/lumos/commit/fa4336d))
3369
- - release [ci skip]. ([6ddb93e](https://github.com/Oriflame/lumos/commit/6ddb93e))
3370
- - release [ci skip]. ([f704782](https://github.com/Oriflame/lumos/commit/f704782))
3371
- - release [ci skip]. ([58d5b8a](https://github.com/Oriflame/lumos/commit/58d5b8a))
3372
- - release [ci skip]. ([23e6176](https://github.com/Oriflame/lumos/commit/23e6176))
3373
- - release [ci skip]. ([32ca120](https://github.com/Oriflame/lumos/commit/32ca120))
3374
- - release [ci skip]. ([9f0cb88](https://github.com/Oriflame/lumos/commit/9f0cb88))
3375
- - release [ci skip]. ([09fade2](https://github.com/Oriflame/lumos/commit/09fade2))
3376
- - release [ci skip]. ([f011d33](https://github.com/Oriflame/lumos/commit/f011d33))
3377
- - release [ci skip]. ([82b5287](https://github.com/Oriflame/lumos/commit/82b5287))
3378
- - release [ci skip]. ([1db47f8](https://github.com/Oriflame/lumos/commit/1db47f8))
3379
- - release [ci skip]. ([b2c90b4](https://github.com/Oriflame/lumos/commit/b2c90b4))
3380
- - release [ci skip]. ([9ea367f](https://github.com/Oriflame/lumos/commit/9ea367f))
3381
- - release [ci skip]. ([d6ebe9b](https://github.com/Oriflame/lumos/commit/d6ebe9b))
3382
- - release [ci skip]. ([0dd6a37](https://github.com/Oriflame/lumos/commit/0dd6a37))
3383
- - release [ci skip]. ([3711a1b](https://github.com/Oriflame/lumos/commit/3711a1b))
3384
- - release [ci skip]. ([9ab94e1](https://github.com/Oriflame/lumos/commit/9ab94e1))
3385
- - release [ci skip]. ([b3b0982](https://github.com/Oriflame/lumos/commit/b3b0982))
3386
- - release [ci skip]. ([cbc0dbd](https://github.com/Oriflame/lumos/commit/cbc0dbd))
3387
- - release [ci skip]. ([509d6e8](https://github.com/Oriflame/lumos/commit/509d6e8))
3388
- - release [ci skip]. ([baba542](https://github.com/Oriflame/lumos/commit/baba542))
3389
- - release [ci skip]. ([bf8b092](https://github.com/Oriflame/lumos/commit/bf8b092))
3390
- - release [ci skip]. ([e52a584](https://github.com/Oriflame/lumos/commit/e52a584))
3391
- - release [ci skip]. ([3c38f6c](https://github.com/Oriflame/lumos/commit/3c38f6c))
3392
- - release [ci skip]. ([da0f0b9](https://github.com/Oriflame/lumos/commit/da0f0b9))
3393
- - release [ci skip]. ([f165264](https://github.com/Oriflame/lumos/commit/f165264))
3394
- - release [ci skip]. ([fa73168](https://github.com/Oriflame/lumos/commit/fa73168))
3395
- - release [ci skip]. ([d9c6e69](https://github.com/Oriflame/lumos/commit/d9c6e69))
3396
- - release [ci skip]. ([b914a5e](https://github.com/Oriflame/lumos/commit/b914a5e))
3397
- - release [ci skip]. ([5513cbf](https://github.com/Oriflame/lumos/commit/5513cbf))
3398
- - release [ci skip]. ([1bee887](https://github.com/Oriflame/lumos/commit/1bee887))
3399
- - release [ci skip]. ([a6dd211](https://github.com/Oriflame/lumos/commit/a6dd211))
3400
- - release [ci skip]. ([6340ece](https://github.com/Oriflame/lumos/commit/6340ece))
3401
- - release [ci skip]. ([bbf9dbf](https://github.com/Oriflame/lumos/commit/bbf9dbf))
3402
- - release [ci skip]. ([70dbabf](https://github.com/Oriflame/lumos/commit/70dbabf))
3403
- - release [ci skip]. ([cc8b4bc](https://github.com/Oriflame/lumos/commit/cc8b4bc))
3404
- - release [ci skip]. ([3b01295](https://github.com/Oriflame/lumos/commit/3b01295))
3405
- - release [ci skip]. ([0ff7af1](https://github.com/Oriflame/lumos/commit/0ff7af1))
3406
- - release [ci skip]. ([8bca37a](https://github.com/Oriflame/lumos/commit/8bca37a))
3407
- - release [ci skip]. ([8f8d252](https://github.com/Oriflame/lumos/commit/8f8d252))
3408
- - release [ci skip]. ([50dcfb2](https://github.com/Oriflame/lumos/commit/50dcfb2))
3409
- - release [ci skip]. ([d7351fd](https://github.com/Oriflame/lumos/commit/d7351fd))
3410
- - release [ci skip]. ([39bf9d9](https://github.com/Oriflame/lumos/commit/39bf9d9))
3411
- - release [ci skip]. ([1f18e8c](https://github.com/Oriflame/lumos/commit/1f18e8c))
3412
- - release [ci skip]. ([233952c](https://github.com/Oriflame/lumos/commit/233952c))
3413
- - release [ci skip]. ([4f1b9ce](https://github.com/Oriflame/lumos/commit/4f1b9ce))
3414
- - release [ci skip]. ([f81e996](https://github.com/Oriflame/lumos/commit/f81e996))
3415
- - release [ci skip]. ([1c4baae](https://github.com/Oriflame/lumos/commit/1c4baae))
3416
- - release [ci skip]. ([a49a773](https://github.com/Oriflame/lumos/commit/a49a773))
3417
- - release [ci skip]. ([a05ca60](https://github.com/Oriflame/lumos/commit/a05ca60))
3418
- - release [ci skip]. ([9cf8e90](https://github.com/Oriflame/lumos/commit/9cf8e90))
3419
- - release [ci skip]. ([f43eccb](https://github.com/Oriflame/lumos/commit/f43eccb))
3420
- - release [ci skip]. ([90e35a9](https://github.com/Oriflame/lumos/commit/90e35a9))
3421
- - release [ci skip]. ([139c21a](https://github.com/Oriflame/lumos/commit/139c21a))
3422
- - release [ci skip]. ([507a715](https://github.com/Oriflame/lumos/commit/507a715))
3423
- - release [ci skip]. ([dc3245e](https://github.com/Oriflame/lumos/commit/dc3245e))
3424
- - release [ci skip]. ([b2eec0d](https://github.com/Oriflame/lumos/commit/b2eec0d))
3425
- - release [ci skip]. ([e4d587b](https://github.com/Oriflame/lumos/commit/e4d587b))
3426
- - release [ci skip]. ([63d6d2e](https://github.com/Oriflame/lumos/commit/63d6d2e))
3427
- - release [ci skip]. ([ce9c147](https://github.com/Oriflame/lumos/commit/ce9c147))
3428
- - release [ci skip]. ([0147219](https://github.com/Oriflame/lumos/commit/0147219))
3429
- - release [ci skip]. ([89da4ef](https://github.com/Oriflame/lumos/commit/89da4ef))
3430
- - release [ci skip]. ([98be6d2](https://github.com/Oriflame/lumos/commit/98be6d2))
3431
- - release [ci skip]. ([3ab089a](https://github.com/Oriflame/lumos/commit/3ab089a))
3432
- - release [ci skip]. ([a3adf11](https://github.com/Oriflame/lumos/commit/a3adf11))
3433
- - release [ci skip]. ([ccb3b90](https://github.com/Oriflame/lumos/commit/ccb3b90))
3434
- - release [ci skip]. ([bc7fc2f](https://github.com/Oriflame/lumos/commit/bc7fc2f))
3435
- - release [ci skip]. ([2ce5acb](https://github.com/Oriflame/lumos/commit/2ce5acb))
3436
- - release [ci skip]. ([8b9be67](https://github.com/Oriflame/lumos/commit/8b9be67))
3437
- - release [ci skip]. ([19c89e2](https://github.com/Oriflame/lumos/commit/19c89e2))
3438
- - release [ci skip]. ([6ac4cc6](https://github.com/Oriflame/lumos/commit/6ac4cc6))
3439
- - release [ci skip]. ([a12a584](https://github.com/Oriflame/lumos/commit/a12a584))
3440
- - release [ci skip]. ([12e3c75](https://github.com/Oriflame/lumos/commit/12e3c75))
3441
- - release [ci skip]. ([c3c9672](https://github.com/Oriflame/lumos/commit/c3c9672))
3442
- - release [ci skip]. ([8f384fa](https://github.com/Oriflame/lumos/commit/8f384fa))
3443
- - release [ci skip]. ([c19fe23](https://github.com/Oriflame/lumos/commit/c19fe23))
3444
- - release [ci skip]. ([eac96c9](https://github.com/Oriflame/lumos/commit/eac96c9))
3445
- - release [ci skip]. ([93f4017](https://github.com/Oriflame/lumos/commit/93f4017))
3446
- - release [ci skip]. ([f28df15](https://github.com/Oriflame/lumos/commit/f28df15))
3447
- - release [ci skip]. ([6a38638](https://github.com/Oriflame/lumos/commit/6a38638))
3448
- - release [ci skip]. ([8980aa3](https://github.com/Oriflame/lumos/commit/8980aa3))
3449
- - release [ci skip]. ([6c42ac3](https://github.com/Oriflame/lumos/commit/6c42ac3))
3450
- - release [ci skip]. ([5ae7851](https://github.com/Oriflame/lumos/commit/5ae7851))
3451
- - release [ci skip]. ([9c40a51](https://github.com/Oriflame/lumos/commit/9c40a51))
3452
- - release [ci skip]. ([d1e60d9](https://github.com/Oriflame/lumos/commit/d1e60d9))
3453
- - release [ci skip]. ([6ab4083](https://github.com/Oriflame/lumos/commit/6ab4083))
3454
- - release [ci skip]. ([e2c272a](https://github.com/Oriflame/lumos/commit/e2c272a))
3455
- - release [ci skip]. ([c5ff00e](https://github.com/Oriflame/lumos/commit/c5ff00e))
3456
- - release [ci skip]. ([f6addc8](https://github.com/Oriflame/lumos/commit/f6addc8))
3457
- - release [ci skip]. ([aacb448](https://github.com/Oriflame/lumos/commit/aacb448))
3458
- - release [ci skip]. ([f428f86](https://github.com/Oriflame/lumos/commit/f428f86))
3459
- - release [ci skip]. ([191cc6f](https://github.com/Oriflame/lumos/commit/191cc6f))
3460
- - release [ci skip]. ([de90cb7](https://github.com/Oriflame/lumos/commit/de90cb7))
3461
- - release [ci skip]. ([efcd147](https://github.com/Oriflame/lumos/commit/efcd147))
3462
- - release [ci skip]. ([c64843b](https://github.com/Oriflame/lumos/commit/c64843b))
3463
- - release [ci skip]. ([514d53d](https://github.com/Oriflame/lumos/commit/514d53d))
3464
- - release [ci skip]. ([b0adc97](https://github.com/Oriflame/lumos/commit/b0adc97))
3465
- - release [ci skip]. ([9a0c106](https://github.com/Oriflame/lumos/commit/9a0c106))
3466
- - release [ci skip]. ([44a4a65](https://github.com/Oriflame/lumos/commit/44a4a65))
3467
- - release [ci skip]. ([baad588](https://github.com/Oriflame/lumos/commit/baad588))
3468
- - release [ci skip]. ([f0d49ad](https://github.com/Oriflame/lumos/commit/f0d49ad))
3469
- - release [ci skip]. ([c3062ec](https://github.com/Oriflame/lumos/commit/c3062ec))
3470
- - release [ci skip]. ([7d8c5da](https://github.com/Oriflame/lumos/commit/7d8c5da))
3471
- - release [ci skip]. ([48f7598](https://github.com/Oriflame/lumos/commit/48f7598))
3472
- - release [ci skip]. ([3516fd2](https://github.com/Oriflame/lumos/commit/3516fd2))
3473
- - release [ci skip]. ([f3d2b0c](https://github.com/Oriflame/lumos/commit/f3d2b0c))
3474
- - release [ci skip]. ([ea73e9a](https://github.com/Oriflame/lumos/commit/ea73e9a))
3475
- - release [ci skip]. ([3a9d081](https://github.com/Oriflame/lumos/commit/3a9d081))
3476
- - release [ci skip]. ([92a4518](https://github.com/Oriflame/lumos/commit/92a4518))
3477
- - release [ci skip]. ([e85ad52](https://github.com/Oriflame/lumos/commit/e85ad52))
3478
- - release [ci skip]. ([abc8e30](https://github.com/Oriflame/lumos/commit/abc8e30))
3479
- - release [ci skip]. ([7b2bf6a](https://github.com/Oriflame/lumos/commit/7b2bf6a))
3480
- - release [ci skip]. ([41da99a](https://github.com/Oriflame/lumos/commit/41da99a))
3481
- - release [ci skip]. ([9563df1](https://github.com/Oriflame/lumos/commit/9563df1))
3482
- - release [ci skip]. ([e0a9904](https://github.com/Oriflame/lumos/commit/e0a9904))
3483
- - release [ci skip]. ([c986712](https://github.com/Oriflame/lumos/commit/c986712))
3484
- - release [ci skip]. ([52dce1a](https://github.com/Oriflame/lumos/commit/52dce1a))
3485
- - release [ci skip]. ([41304bd](https://github.com/Oriflame/lumos/commit/41304bd))
3486
- - release [ci skip]. ([8d833d2](https://github.com/Oriflame/lumos/commit/8d833d2))
3487
- - release [ci skip]. ([04124e3](https://github.com/Oriflame/lumos/commit/04124e3))
3488
- - release [ci skip]. ([55d0b87](https://github.com/Oriflame/lumos/commit/55d0b87))
3489
- - release [ci skip]. ([63a3a48](https://github.com/Oriflame/lumos/commit/63a3a48))
3490
- - release [ci skip]. ([29e9d58](https://github.com/Oriflame/lumos/commit/29e9d58))
3491
- - release [ci skip]. ([0aaa140](https://github.com/Oriflame/lumos/commit/0aaa140))
3492
- - release [ci skip]. ([424a6dd](https://github.com/Oriflame/lumos/commit/424a6dd))
3493
- - release [ci skip]. ([bb974e3](https://github.com/Oriflame/lumos/commit/bb974e3))
3494
- - release [ci skip]. ([fa2b200](https://github.com/Oriflame/lumos/commit/fa2b200))
3495
- - release [ci skip]. ([0f6cf70](https://github.com/Oriflame/lumos/commit/0f6cf70))
3496
- - release [ci skip]. ([d793a26](https://github.com/Oriflame/lumos/commit/d793a26))
3497
- - release [ci skip]. ([24f9d53](https://github.com/Oriflame/lumos/commit/24f9d53))
3498
- - release [ci skip]. ([9975ca5](https://github.com/Oriflame/lumos/commit/9975ca5))
3499
- - release [ci skip]. ([abe30a1](https://github.com/Oriflame/lumos/commit/abe30a1))
3500
- - release [ci skip]. ([d7d0dd7](https://github.com/Oriflame/lumos/commit/d7d0dd7))
3501
- - release [ci skip]. ([be139b7](https://github.com/Oriflame/lumos/commit/be139b7))
3502
- - release [ci skip]. ([e82b0ef](https://github.com/Oriflame/lumos/commit/e82b0ef))
3503
- - release [ci skip]. ([4cd454f](https://github.com/Oriflame/lumos/commit/4cd454f))
3504
- - release [ci skip]. ([467c631](https://github.com/Oriflame/lumos/commit/467c631))
3505
- - release [ci skip]. ([14a2cb0](https://github.com/Oriflame/lumos/commit/14a2cb0))
3506
- - release [ci skip]. ([a071e11](https://github.com/Oriflame/lumos/commit/a071e11))
3507
- - release [ci skip]. ([e879700](https://github.com/Oriflame/lumos/commit/e879700))
3508
- - release [ci skip]. ([6688465](https://github.com/Oriflame/lumos/commit/6688465))
3509
- - release [ci skip]. ([9cd9dcd](https://github.com/Oriflame/lumos/commit/9cd9dcd))
3510
- - release [ci skip]. ([4d4f93b](https://github.com/Oriflame/lumos/commit/4d4f93b))
3511
- - release [ci skip]. ([6868f22](https://github.com/Oriflame/lumos/commit/6868f22))
3512
- - release [ci skip]. ([902c069](https://github.com/Oriflame/lumos/commit/902c069))
3513
- - release [ci skip]. ([98f9b15](https://github.com/Oriflame/lumos/commit/98f9b15))
3514
- - release [ci skip]. ([f596ff3](https://github.com/Oriflame/lumos/commit/f596ff3))
3515
- - release [ci skip]. ([06fc1e8](https://github.com/Oriflame/lumos/commit/06fc1e8))
3516
- - release [ci skip]. ([b6a922c](https://github.com/Oriflame/lumos/commit/b6a922c))
3517
- - release [ci skip]. ([7c93f14](https://github.com/Oriflame/lumos/commit/7c93f14))
3518
- - release [ci skip]. ([c60be76](https://github.com/Oriflame/lumos/commit/c60be76))
3519
- - release [ci skip]. ([4b50a7b](https://github.com/Oriflame/lumos/commit/4b50a7b))
3520
- - release [ci skip]. ([a1c87f8](https://github.com/Oriflame/lumos/commit/a1c87f8))
3521
- - release [ci skip]. ([33673eb](https://github.com/Oriflame/lumos/commit/33673eb))
3522
- - release [ci skip]. ([8f0bb7c](https://github.com/Oriflame/lumos/commit/8f0bb7c))
3523
- - release [ci skip]. ([8fe1422](https://github.com/Oriflame/lumos/commit/8fe1422))
3524
- - release [ci skip]. ([d3dc5b1](https://github.com/Oriflame/lumos/commit/d3dc5b1))
3525
- - release [ci skip]. ([2b356a3](https://github.com/Oriflame/lumos/commit/2b356a3))
3526
- - release [ci skip]. ([e04cb2c](https://github.com/Oriflame/lumos/commit/e04cb2c))
3527
- - release [ci skip]. ([15719aa](https://github.com/Oriflame/lumos/commit/15719aa))
3528
- - release [ci skip]. ([67623fd](https://github.com/Oriflame/lumos/commit/67623fd))
3529
- - release [ci skip]. ([4ea8cd9](https://github.com/Oriflame/lumos/commit/4ea8cd9))
3530
- - release [ci skip]. ([ed622ce](https://github.com/Oriflame/lumos/commit/ed622ce))
3531
- - release [ci skip]. ([9ea0cf3](https://github.com/Oriflame/lumos/commit/9ea0cf3))
3532
- - release [ci skip]. ([3b03cb8](https://github.com/Oriflame/lumos/commit/3b03cb8))
3533
- - release [ci skip]. ([5e1d6b3](https://github.com/Oriflame/lumos/commit/5e1d6b3))
3534
- - release [ci skip]. ([8e7041a](https://github.com/Oriflame/lumos/commit/8e7041a))
3535
- - release [ci skip]. ([ae84a99](https://github.com/Oriflame/lumos/commit/ae84a99))
3536
- - release [ci skip]. ([a5990ee](https://github.com/Oriflame/lumos/commit/a5990ee))
3537
- - release [ci skip]. ([136e058](https://github.com/Oriflame/lumos/commit/136e058))
3538
- - release [ci skip]. ([b4724ad](https://github.com/Oriflame/lumos/commit/b4724ad))
3539
- - release [ci skip]. ([6c9d792](https://github.com/Oriflame/lumos/commit/6c9d792))
3540
- - release [ci skip]. ([db31d25](https://github.com/Oriflame/lumos/commit/db31d25))
3541
- - release [ci skip]. ([5440dc7](https://github.com/Oriflame/lumos/commit/5440dc7))
3542
- - release [ci skip]. ([d8daae9](https://github.com/Oriflame/lumos/commit/d8daae9))
3543
- - release [ci skip]. ([93e4bcb](https://github.com/Oriflame/lumos/commit/93e4bcb))
3544
- - release [ci skip]. ([554ada6](https://github.com/Oriflame/lumos/commit/554ada6))
3545
- - release [ci skip]. ([a5e8d39](https://github.com/Oriflame/lumos/commit/a5e8d39))
3546
- - release [ci skip]. ([2089b57](https://github.com/Oriflame/lumos/commit/2089b57))
3547
- - release [ci skip]. ([e487f97](https://github.com/Oriflame/lumos/commit/e487f97))
3548
- - release [ci skip]. ([f89de96](https://github.com/Oriflame/lumos/commit/f89de96))
3549
- - release [ci skip]. ([29f4118](https://github.com/Oriflame/lumos/commit/29f4118))
3550
- - release [ci skip]. ([6f9efab](https://github.com/Oriflame/lumos/commit/6f9efab))
3551
- - release [ci skip]. ([d64ff8d](https://github.com/Oriflame/lumos/commit/d64ff8d))
3552
- - release [ci skip]. ([292e4e0](https://github.com/Oriflame/lumos/commit/292e4e0))
3553
- - release [ci skip]. ([a77a7dd](https://github.com/Oriflame/lumos/commit/a77a7dd))
3554
- - release [ci skip]. ([62886c5](https://github.com/Oriflame/lumos/commit/62886c5))
3555
- - release [ci skip]. ([f0097ef](https://github.com/Oriflame/lumos/commit/f0097ef))
3556
- - release [ci skip]. ([b10fa6f](https://github.com/Oriflame/lumos/commit/b10fa6f))
3557
- - release [ci skip]. ([c2b781d](https://github.com/Oriflame/lumos/commit/c2b781d))
3558
- - release [ci skip]. ([40d1740](https://github.com/Oriflame/lumos/commit/40d1740))
3559
- - release [ci skip]. ([a61e3e9](https://github.com/Oriflame/lumos/commit/a61e3e9))
3560
- - release [ci skip]. ([4790a07](https://github.com/Oriflame/lumos/commit/4790a07))
3561
- - release [ci skip]. ([0e9796e](https://github.com/Oriflame/lumos/commit/0e9796e))
3562
- - release [ci skip]. ([7a68d4a](https://github.com/Oriflame/lumos/commit/7a68d4a))
3563
- - release [ci skip]. ([2d4a55a](https://github.com/Oriflame/lumos/commit/2d4a55a))
3564
- - release [ci skip]. ([3dd3e02](https://github.com/Oriflame/lumos/commit/3dd3e02))
3565
- - release [ci skip]. ([b780baf](https://github.com/Oriflame/lumos/commit/b780baf))
3566
- - release [ci skip]. ([22c96ef](https://github.com/Oriflame/lumos/commit/22c96ef))
3567
- - release [ci skip]. ([29b9c24](https://github.com/Oriflame/lumos/commit/29b9c24))
3568
- - release [ci skip]. ([aa70f61](https://github.com/Oriflame/lumos/commit/aa70f61))
3569
- - release [ci skip]. ([c5d6962](https://github.com/Oriflame/lumos/commit/c5d6962))
3570
- - release [ci skip]. ([2b064b2](https://github.com/Oriflame/lumos/commit/2b064b2))
3571
- - release [ci skip]. ([b89a29a](https://github.com/Oriflame/lumos/commit/b89a29a))
3572
- - release [ci skip]. ([e36bb68](https://github.com/Oriflame/lumos/commit/e36bb68))
3573
- - release [ci skip]. ([52525e0](https://github.com/Oriflame/lumos/commit/52525e0))
3574
- - release [ci skip]. ([c1c85a6](https://github.com/Oriflame/lumos/commit/c1c85a6))
3575
- - release [ci skip]. ([49c9a79](https://github.com/Oriflame/lumos/commit/49c9a79))
3576
- - release [ci skip]. ([f55d04c](https://github.com/Oriflame/lumos/commit/f55d04c))
3577
- - release [ci skip]. ([a237a6c](https://github.com/Oriflame/lumos/commit/a237a6c))
3578
- - release [ci skip]. ([22575fc](https://github.com/Oriflame/lumos/commit/22575fc))
3579
- - release [ci skip]. ([1cfdabc](https://github.com/Oriflame/lumos/commit/1cfdabc))
3580
- - release [ci skip]. ([2d3b054](https://github.com/Oriflame/lumos/commit/2d3b054))
3581
- - release [ci skip]. ([8a3e47d](https://github.com/Oriflame/lumos/commit/8a3e47d))
3582
- - release [ci skip]. ([f54a490](https://github.com/Oriflame/lumos/commit/f54a490))
3583
- - release [ci skip]. ([12311c6](https://github.com/Oriflame/lumos/commit/12311c6))
3584
- - release [ci skip]. ([21d149c](https://github.com/Oriflame/lumos/commit/21d149c))
3585
- - Update tsconfig. ([fb5be86](https://github.com/Oriflame/lumos/commit/fb5be86))
3586
- - whole packages reset. ([a2b69f8](https://github.com/Oriflame/lumos/commit/a2b69f8))
3587
- - Wip. ([23bb0a4](https://github.com/Oriflame/lumos/commit/23bb0a4))
3588
-
3589
- **Note:** Version bump only for package @oriflame/config-eslint