@oriflame/config-eslint 4.2.3 → 5.0.5

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