@oriflame/config-eslint 4.3.0 → 5.0.3

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