@oriflame/config-eslint 4.2.2 → 5.0.4

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