@ornikar/jest-config-react 18.0.0 → 18.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -605
- package/__mocks__/@storybook/addon-actions.js +1 -1
- package/__mocks__/@storybook/react.js +1 -1
- package/package.json +2 -2
- package/test-setup-after-env.js +0 -2
- package/test-setup.js +1 -1
- package/.eslintrc.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [18.0.
|
|
6
|
+
## [18.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@18.0.0...@ornikar/jest-config-react@18.0.1) (2026-07-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
7
9
|
|
|
10
|
+
## [18.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@17.1.2...@ornikar/jest-config-react@18.0.0) (2026-02-23)
|
|
8
11
|
|
|
9
12
|
### ⚠ BREAKING CHANGES
|
|
10
13
|
|
|
@@ -14,37 +17,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
14
17
|
|
|
15
18
|
* upgrade to Expo 53 [OSE-20840] ([#1133](https://github.com/ornikar/shared-configs/issues/1133)) ([ec53f82](https://github.com/ornikar/shared-configs/commit/ec53f8234f807a7c31822d1809781b1331d80f36))
|
|
16
19
|
|
|
17
|
-
|
|
18
|
-
|
|
19
20
|
## [17.1.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@17.1.1...@ornikar/jest-config-react@17.1.2) (2026-01-14)
|
|
20
21
|
|
|
21
|
-
|
|
22
22
|
### Bug Fixes
|
|
23
23
|
|
|
24
24
|
* **deps:** update node.js to v22.22.0 ([#1151](https://github.com/ornikar/shared-configs/issues/1151)) ([9cad3fa](https://github.com/ornikar/shared-configs/commit/9cad3faf68e0ace1089a733b461c6c93d6929662))
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
26
|
## [17.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@17.1.0...@ornikar/jest-config-react@17.1.1) (2026-01-09)
|
|
29
27
|
|
|
30
28
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
31
29
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
30
|
## [17.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@17.0.0...@ornikar/jest-config-react@17.1.0) (2025-11-25)
|
|
37
31
|
|
|
38
|
-
|
|
39
32
|
### Features
|
|
40
33
|
|
|
41
34
|
* upgrade RTL [OSE-18110] ([#1141](https://github.com/ornikar/shared-configs/issues/1141)) ([a03e874](https://github.com/ornikar/shared-configs/commit/a03e8748d3a16303870175f9221e900ea991b05a))
|
|
42
35
|
|
|
43
|
-
|
|
44
|
-
|
|
45
36
|
## [17.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@16.0.0...@ornikar/jest-config-react@17.0.0) (2025-08-11)
|
|
46
37
|
|
|
47
|
-
|
|
48
38
|
### ⚠ BREAKING CHANGES
|
|
49
39
|
|
|
50
40
|
* upgrade to Expo 51 [no issue] (#1124)
|
|
@@ -53,11 +43,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
43
|
|
|
54
44
|
* upgrade to Expo 51 [no issue] ([#1124](https://github.com/ornikar/shared-configs/issues/1124)) ([23b63bf](https://github.com/ornikar/shared-configs/commit/23b63bf48651cf4ba1906462384d3f77497f87fc))
|
|
55
45
|
|
|
56
|
-
|
|
57
|
-
|
|
58
46
|
## [16.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@15.0.0...@ornikar/jest-config-react@16.0.0) (2025-07-10)
|
|
59
47
|
|
|
60
|
-
|
|
61
48
|
### ⚠ BREAKING CHANGES
|
|
62
49
|
|
|
63
50
|
* upgrade to Node 22 OSE-18334 (#1125)
|
|
@@ -66,11 +53,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
66
53
|
|
|
67
54
|
* upgrade to Node 22 OSE-18334 ([#1125](https://github.com/ornikar/shared-configs/issues/1125)) ([7b3ccd1](https://github.com/ornikar/shared-configs/commit/7b3ccd13ec1cb1bce776a15f889039e70a47d72e))
|
|
68
55
|
|
|
69
|
-
|
|
70
|
-
|
|
71
56
|
## [15.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.2.1...@ornikar/jest-config-react@15.0.0) (2025-06-24)
|
|
72
57
|
|
|
73
|
-
|
|
74
58
|
### ⚠ BREAKING CHANGES
|
|
75
59
|
|
|
76
60
|
* upgrade jest to v30 OSE-18109 (#1121)
|
|
@@ -79,37 +63,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
79
63
|
|
|
80
64
|
* upgrade jest to v30 OSE-18109 ([#1121](https://github.com/ornikar/shared-configs/issues/1121)) ([38b728a](https://github.com/ornikar/shared-configs/commit/38b728ade6294995edb3022a1f5f35b4ec619dae))
|
|
81
65
|
|
|
82
|
-
|
|
83
|
-
|
|
84
66
|
## [14.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.2.0...@ornikar/jest-config-react@14.2.1) (2025-06-02)
|
|
85
67
|
|
|
86
68
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
87
69
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
70
|
## [14.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.1.0...@ornikar/jest-config-react@14.2.0) (2025-05-22)
|
|
93
71
|
|
|
94
|
-
|
|
95
72
|
### Features
|
|
96
73
|
|
|
97
74
|
* fix jest-fail-on-console version [no issue] ([#1120](https://github.com/ornikar/shared-configs/issues/1120)) ([db26824](https://github.com/ornikar/shared-configs/commit/db26824008d980ae8e30ffcd8856407099e01c4d))
|
|
98
75
|
|
|
99
|
-
|
|
100
|
-
|
|
101
76
|
## [14.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@14.0.0...@ornikar/jest-config-react@14.1.0) (2025-05-20)
|
|
102
77
|
|
|
103
|
-
|
|
104
78
|
### Features
|
|
105
79
|
|
|
106
80
|
* allow react 19 deprecation messages [no issue] ([#1118](https://github.com/ornikar/shared-configs/issues/1118)) ([e019c5c](https://github.com/ornikar/shared-configs/commit/e019c5c67c7706385d5c86b6b893d0f8f4ffb5b7))
|
|
107
81
|
|
|
108
|
-
|
|
109
|
-
|
|
110
82
|
## [14.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@13.0.2...@ornikar/jest-config-react@14.0.0) (2024-05-27)
|
|
111
83
|
|
|
112
|
-
|
|
113
84
|
### ⚠ BREAKING CHANGES
|
|
114
85
|
|
|
115
86
|
* **jest-config-react-native:** bump jest-expo [no issue] (#1068)
|
|
@@ -118,27 +89,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
118
89
|
|
|
119
90
|
* **jest-config-react-native:** bump jest-expo [no issue] ([#1068](https://github.com/ornikar/shared-configs/issues/1068)) ([09341bc](https://github.com/ornikar/shared-configs/commit/09341bc1e7e839d7ec0b54bf546ad242f8ed91d2))
|
|
120
91
|
|
|
121
|
-
|
|
122
|
-
|
|
123
92
|
## [13.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@13.0.1...@ornikar/jest-config-react@13.0.2) (2024-02-16)
|
|
124
93
|
|
|
125
94
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
126
95
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
96
|
## [13.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@13.0.0...@ornikar/jest-config-react@13.0.1) (2024-01-08)
|
|
132
97
|
|
|
133
98
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
134
99
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
100
|
## [13.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@12.1.1...@ornikar/jest-config-react@13.0.0) (2023-12-20)
|
|
140
101
|
|
|
141
|
-
|
|
142
102
|
### ⚠ BREAKING CHANGES
|
|
143
103
|
|
|
144
104
|
* node 20 OSE-6084 (#1053)
|
|
@@ -147,44 +107,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
147
107
|
|
|
148
108
|
* node 20 OSE-6084 ([#1053](https://github.com/ornikar/shared-configs/issues/1053)) ([a86e2ba](https://github.com/ornikar/shared-configs/commit/a86e2bad41fa2469a9b7bfcad8dbaf41224a30e2))
|
|
149
109
|
|
|
150
|
-
|
|
151
|
-
|
|
152
110
|
## [12.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@12.1.0...@ornikar/jest-config-react@12.1.1) (2023-11-21)
|
|
153
111
|
|
|
154
112
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
155
113
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
114
|
## [12.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@12.0.2...@ornikar/jest-config-react@12.1.0) (2023-11-21)
|
|
161
115
|
|
|
162
|
-
|
|
163
116
|
### Features
|
|
164
117
|
|
|
165
118
|
* **jest-config-react-native:** add beforeAll parameters [no issue] ([#1040](https://github.com/ornikar/shared-configs/issues/1040)) ([5b86741](https://github.com/ornikar/shared-configs/commit/5b86741c35fa4e9e4b40da470498f7d2af5cbe65))
|
|
166
119
|
|
|
167
|
-
|
|
168
|
-
|
|
169
120
|
## [12.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@12.0.1...@ornikar/jest-config-react@12.0.2) (2023-11-14)
|
|
170
121
|
|
|
171
122
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
172
123
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
124
|
## [12.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@12.0.0...@ornikar/jest-config-react@12.0.1) (2023-10-27)
|
|
178
125
|
|
|
179
126
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
180
127
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
128
|
## [12.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.3.2...@ornikar/jest-config-react@12.0.0) (2023-09-27)
|
|
186
129
|
|
|
187
|
-
|
|
188
130
|
### ⚠ BREAKING CHANGES
|
|
189
131
|
|
|
190
132
|
* **rollup-config:** requires node 18 and requires to update exports as dist path changed
|
|
@@ -193,72 +135,46 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
193
135
|
|
|
194
136
|
* **rollup-config:** update to node 18 ECF-281 ([#979](https://github.com/ornikar/shared-configs/issues/979)) ([26eaaf9](https://github.com/ornikar/shared-configs/commit/26eaaf9db689de9ec474919881ce87784427cc5c))
|
|
195
137
|
|
|
196
|
-
|
|
197
|
-
|
|
198
138
|
## [11.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.3.1...@ornikar/jest-config-react@11.3.2) (2023-09-14)
|
|
199
139
|
|
|
200
|
-
|
|
201
140
|
### Bug Fixes
|
|
202
141
|
|
|
203
142
|
* fix unmount on stories tests [no issue] ([#971](https://github.com/ornikar/shared-configs/issues/971)) ([1180622](https://github.com/ornikar/shared-configs/commit/11806225cd18926ca4c59cb7a5ba0ebfcd789ba4))
|
|
204
143
|
|
|
205
|
-
|
|
206
|
-
|
|
207
144
|
## [11.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.3.0...@ornikar/jest-config-react@11.3.1) (2023-09-14)
|
|
208
145
|
|
|
209
|
-
|
|
210
146
|
### Bug Fixes
|
|
211
147
|
|
|
212
148
|
* storybook mocks should be in testSetupAfterEnv to make sure testing-library is cleanup properly [no issue] ([#969](https://github.com/ornikar/shared-configs/issues/969)) ([10ed164](https://github.com/ornikar/shared-configs/commit/10ed164f69c3003e9ee87c8b1c2cdfeb154a7ffe))
|
|
213
149
|
|
|
214
|
-
|
|
215
|
-
|
|
216
150
|
## [11.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.2.0...@ornikar/jest-config-react@11.3.0) (2023-08-28)
|
|
217
151
|
|
|
218
|
-
|
|
219
152
|
### Features
|
|
220
153
|
|
|
221
154
|
* silence warnings linked to react-native-web 19 INS-2508 ([#958](https://github.com/ornikar/shared-configs/issues/958)) ([4c3356a](https://github.com/ornikar/shared-configs/commit/4c3356a254ed9be32d27c894274e9560caf87040))
|
|
222
155
|
|
|
223
|
-
|
|
224
|
-
|
|
225
156
|
## [11.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.1.1...@ornikar/jest-config-react@11.2.0) (2023-08-01)
|
|
226
157
|
|
|
227
|
-
|
|
228
158
|
### Features
|
|
229
159
|
|
|
230
160
|
* add jest-fail-on-console setup on jest-config-react [no issue] ([#947](https://github.com/ornikar/shared-configs/issues/947)) ([1072200](https://github.com/ornikar/shared-configs/commit/1072200e2eb87d37796795582ee4e3f97eaa5e22))
|
|
231
161
|
|
|
232
|
-
|
|
233
|
-
|
|
234
162
|
## [11.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.1.0...@ornikar/jest-config-react@11.1.1) (2023-07-26)
|
|
235
163
|
|
|
236
164
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
237
165
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
166
|
## [11.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.0.1...@ornikar/jest-config-react@11.1.0) (2023-07-25)
|
|
243
167
|
|
|
244
|
-
|
|
245
168
|
### Features
|
|
246
169
|
|
|
247
170
|
* **jest-config-react:** configure export custom conditions for web [no issue] ([#945](https://github.com/ornikar/shared-configs/issues/945)) ([150fe56](https://github.com/ornikar/shared-configs/commit/150fe566382afe2026802eb128ac5ac3fdab4f9e))
|
|
248
171
|
|
|
249
|
-
|
|
250
|
-
|
|
251
172
|
## [11.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@11.0.0...@ornikar/jest-config-react@11.0.1) (2023-07-19)
|
|
252
173
|
|
|
253
174
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
254
175
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
176
|
## [11.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.4.2...@ornikar/jest-config-react@11.0.0) (2023-05-04)
|
|
260
177
|
|
|
261
|
-
|
|
262
178
|
### ⚠ BREAKING CHANGES
|
|
263
179
|
|
|
264
180
|
* requires react 18
|
|
@@ -267,1136 +183,622 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
267
183
|
|
|
268
184
|
* migrate to react 18 ECF-193 ([#866](https://github.com/ornikar/shared-configs/issues/866)) ([0d5b3b0](https://github.com/ornikar/shared-configs/commit/0d5b3b0b1cda6a9e4b075bb3c8c3180740b0744d))
|
|
269
185
|
|
|
270
|
-
|
|
271
|
-
|
|
272
186
|
## [10.4.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.4.1...@ornikar/jest-config-react@10.4.2) (2023-04-14)
|
|
273
187
|
|
|
274
188
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
275
189
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
190
|
## [10.4.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.4.0...@ornikar/jest-config-react@10.4.1) (2023-03-23)
|
|
281
191
|
|
|
282
|
-
|
|
283
192
|
### Bug Fixes
|
|
284
193
|
|
|
285
194
|
* update jest 29 [no issue] ([#878](https://github.com/ornikar/shared-configs/issues/878)) ([61a0f26](https://github.com/ornikar/shared-configs/commit/61a0f26136d961bdca04b137c44ec756365d9339))
|
|
286
195
|
* update transformers for jest 29 [no issue] ([#877](https://github.com/ornikar/shared-configs/issues/877)) ([4171446](https://github.com/ornikar/shared-configs/commit/417144649d16d67d783cb6f5ed172785064f5a3e))
|
|
287
196
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
197
|
# [10.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.3.1...@ornikar/jest-config-react@10.4.0) (2023-02-09)
|
|
293
198
|
|
|
294
|
-
|
|
295
199
|
### Features
|
|
296
200
|
|
|
297
201
|
* update to Jest v29 INS-2202 ([#793](https://github.com/ornikar/shared-configs/issues/793)) ([83cb178](https://github.com/ornikar/shared-configs/commit/83cb1786a3bdfe324135047da48e0c552ec27866))
|
|
298
202
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
203
|
## [10.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.3.0...@ornikar/jest-config-react@10.3.1) (2023-02-03)
|
|
304
204
|
|
|
305
205
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
306
206
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
207
|
# [10.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.2.2...@ornikar/jest-config-react@10.3.0) (2022-12-16)
|
|
312
208
|
|
|
313
|
-
|
|
314
209
|
### Features
|
|
315
210
|
|
|
316
211
|
* **jest-config-react:** add storybook mocks [no issue] ([#827](https://github.com/ornikar/shared-configs/issues/827)) ([3ebed2f](https://github.com/ornikar/shared-configs/commit/3ebed2fac66dc585d36712a668c040db294fb0ff))
|
|
317
212
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
213
|
## [10.2.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.2.1...@ornikar/jest-config-react@10.2.2) (2022-11-30)
|
|
323
214
|
|
|
324
215
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
325
216
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
217
|
## [10.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.2.0...@ornikar/jest-config-react@10.2.1) (2022-11-29)
|
|
331
218
|
|
|
332
219
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
333
220
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
221
|
# [10.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.1.0...@ornikar/jest-config-react@10.2.0) (2022-11-22)
|
|
339
222
|
|
|
340
|
-
|
|
341
223
|
### Features
|
|
342
224
|
|
|
343
225
|
* update jest to v27 ONK-4620 ([#813](https://github.com/ornikar/shared-configs/issues/813)) ([347dd9e](https://github.com/ornikar/shared-configs/commit/347dd9e28da77ee331a7ea8acaa541a53898d042))
|
|
344
226
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
227
|
# [10.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.0.1...@ornikar/jest-config-react@10.1.0) (2022-11-17)
|
|
350
228
|
|
|
351
|
-
|
|
352
229
|
### Bug Fixes
|
|
353
230
|
|
|
354
231
|
* **jest-config-react:** fix testing library cleanup ECF-58 ([#804](https://github.com/ornikar/shared-configs/issues/804)) ([c23b3f4](https://github.com/ornikar/shared-configs/commit/c23b3f4d7742e40cd8e63b31f1273926185376ad))
|
|
355
232
|
|
|
356
|
-
|
|
357
233
|
### Features
|
|
358
234
|
|
|
359
235
|
* **jest-config-react:** configure default max workers ECF-61 ([#805](https://github.com/ornikar/shared-configs/issues/805)) ([779f48c](https://github.com/ornikar/shared-configs/commit/779f48c43e464b03482e23b1f9d4c101ed37141c))
|
|
360
236
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
237
|
## [10.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@10.0.0...@ornikar/jest-config-react@10.0.1) (2022-10-28)
|
|
366
238
|
|
|
367
239
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
368
240
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
241
|
# [10.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.6.4...@ornikar/jest-config-react@10.0.0) (2022-08-17)
|
|
374
242
|
|
|
375
|
-
|
|
376
243
|
### chore
|
|
377
244
|
|
|
378
245
|
* **deps:** update dependency @ornikar/eslint-config to v19 ([#759](https://github.com/ornikar/shared-configs/issues/759)) ([e05eecb](https://github.com/ornikar/shared-configs/commit/e05eecb898d047b44277ce4f65fc724831bb2ece))
|
|
379
246
|
|
|
380
|
-
|
|
381
247
|
### BREAKING CHANGES
|
|
382
248
|
|
|
383
249
|
* **deps:** drop node 14
|
|
384
250
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
251
|
## [9.6.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.6.3...@ornikar/jest-config-react@9.6.4) (2022-07-27)
|
|
390
252
|
|
|
391
253
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
392
254
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
255
|
## [9.6.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.6.2...@ornikar/jest-config-react@9.6.3) (2022-07-27)
|
|
398
256
|
|
|
399
|
-
|
|
400
257
|
### Bug Fixes
|
|
401
258
|
|
|
402
259
|
* **jest-config-react:** fix act without await [no issue] ([#749](https://github.com/ornikar/shared-configs/issues/749)) ([49e6c13](https://github.com/ornikar/shared-configs/commit/49e6c1392b6722fb5d7befea737cabd26220e8fd))
|
|
403
260
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
261
|
## [9.6.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.6.1...@ornikar/jest-config-react@9.6.2) (2022-06-20)
|
|
409
262
|
|
|
410
263
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
411
264
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
265
|
## [9.6.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.6.0...@ornikar/jest-config-react@9.6.1) (2022-04-19)
|
|
417
266
|
|
|
418
267
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
419
268
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
269
|
# [9.6.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.5.1...@ornikar/jest-config-react@9.6.0) (2022-04-01)
|
|
425
270
|
|
|
426
|
-
|
|
427
271
|
### Features
|
|
428
272
|
|
|
429
273
|
* **jest-config-react:** improve svg transformer [no issue] ([#688](https://github.com/ornikar/shared-configs/issues/688)) ([d353d0e](https://github.com/ornikar/shared-configs/commit/d353d0e5151a3e0b790fc5805bc73bf9350efd68))
|
|
430
274
|
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
275
|
## [9.5.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.5.0...@ornikar/jest-config-react@9.5.1) (2022-03-29)
|
|
436
276
|
|
|
437
|
-
|
|
438
277
|
### Bug Fixes
|
|
439
278
|
|
|
440
279
|
* **jest-config-react:** add missing escape dot in raw.svg transform ([41491df](https://github.com/ornikar/shared-configs/commit/41491dfe6fab643fe47a35634e6abad32f11a2d1))
|
|
441
280
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
281
|
# [9.5.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.4.1...@ornikar/jest-config-react@9.5.0) (2022-03-29)
|
|
447
282
|
|
|
448
|
-
|
|
449
283
|
### Features
|
|
450
284
|
|
|
451
285
|
* **jest-config-react:** use jest-svg-transformer ARCH-1506 ([#678](https://github.com/ornikar/shared-configs/issues/678)) ([0507f23](https://github.com/ornikar/shared-configs/commit/0507f23eb3938a1320e457c847dbc576316e3e7f))
|
|
452
286
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
287
|
## [9.4.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.4.0...@ornikar/jest-config-react@9.4.1) (2022-03-14)
|
|
458
288
|
|
|
459
289
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
460
290
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
291
|
# [9.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.3.2...@ornikar/jest-config-react@9.4.0) (2022-03-08)
|
|
466
292
|
|
|
467
|
-
|
|
468
293
|
### Features
|
|
469
294
|
|
|
470
295
|
* faster jest [no issue] ([#660](https://github.com/ornikar/shared-configs/issues/660)) ([866764e](https://github.com/ornikar/shared-configs/commit/866764e4e12d27fa5b6a12f9452b99808035c2d6))
|
|
471
296
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
297
|
## [9.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.3.1...@ornikar/jest-config-react@9.3.2) (2022-02-24)
|
|
477
298
|
|
|
478
299
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
479
300
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
301
|
## [9.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.3.0...@ornikar/jest-config-react@9.3.1) (2022-02-04)
|
|
485
302
|
|
|
486
303
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
487
304
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
305
|
# [9.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.2.1...@ornikar/jest-config-react@9.3.0) (2022-01-18)
|
|
493
306
|
|
|
494
|
-
|
|
495
307
|
### Features
|
|
496
308
|
|
|
497
309
|
* jest-config native and web improvements [no issue] ([#630](https://github.com/ornikar/shared-configs/issues/630)) ([0e00bf2](https://github.com/ornikar/shared-configs/commit/0e00bf2ac1fa6d40e9d4063a3c94c18385060dcd))
|
|
498
310
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
311
|
## [9.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.2.0...@ornikar/jest-config-react@9.2.1) (2022-01-17)
|
|
504
312
|
|
|
505
313
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
506
314
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
315
|
# [9.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.1.0...@ornikar/jest-config-react@9.2.0) (2022-01-11)
|
|
512
316
|
|
|
513
|
-
|
|
514
317
|
### Features
|
|
515
318
|
|
|
516
319
|
* **jest-config-react:** map @storybook/react-native to storybook react mock ([#620](https://github.com/ornikar/shared-configs/issues/620)) [no issue] ([f502e6d](https://github.com/ornikar/shared-configs/commit/f502e6d754a453153c37fd4d7e5972be4b3847b1))
|
|
517
320
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
321
|
# [9.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.0.3...@ornikar/jest-config-react@9.1.0) (2022-01-07)
|
|
523
322
|
|
|
524
|
-
|
|
525
323
|
### Features
|
|
526
324
|
|
|
527
325
|
* **jest-config-react:** add styled-components module name mapper [no issue] ([#617](https://github.com/ornikar/shared-configs/issues/617)) ([4df1bc8](https://github.com/ornikar/shared-configs/commit/4df1bc846768b167cbb93299b9313feae2d9d0fa))
|
|
528
326
|
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
327
|
## [9.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.0.2...@ornikar/jest-config-react@9.0.3) (2022-01-07)
|
|
534
328
|
|
|
535
|
-
|
|
536
329
|
### Bug Fixes
|
|
537
330
|
|
|
538
331
|
* shared configs/fix jest configs CME-51 ([#618](https://github.com/ornikar/shared-configs/issues/618)) ([bf678b1](https://github.com/ornikar/shared-configs/commit/bf678b1e4740bdec45614caef6f46df0a1510274))
|
|
539
332
|
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
333
|
## [9.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.0.1...@ornikar/jest-config-react@9.0.2) (2022-01-05)
|
|
545
334
|
|
|
546
335
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
547
336
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
337
|
## [9.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@9.0.0...@ornikar/jest-config-react@9.0.1) (2022-01-05)
|
|
553
338
|
|
|
554
339
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
555
340
|
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
341
|
# [9.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@8.0.1...@ornikar/jest-config-react@9.0.0) (2021-12-15)
|
|
561
342
|
|
|
562
|
-
|
|
563
343
|
### Features
|
|
564
344
|
|
|
565
345
|
* **jest-config-react:** remove random wait, add global addParameters [no issue] ([#601](https://github.com/ornikar/shared-configs/issues/601)) ([764ef11](https://github.com/ornikar/shared-configs/commit/764ef11d9bd29e309438040e06fbdf4f9f6a2e9e))
|
|
566
346
|
|
|
567
|
-
|
|
568
347
|
### BREAKING CHANGES
|
|
569
348
|
|
|
570
349
|
* **jest-config-react:** wait(0) is removed, if you need to wait add waitFor: () => wait(0)
|
|
571
350
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
351
|
## [8.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@8.0.0...@ornikar/jest-config-react@8.0.1) (2021-12-09)
|
|
577
352
|
|
|
578
|
-
|
|
579
353
|
### Bug Fixes
|
|
580
354
|
|
|
581
355
|
* downgrade node minimum required version [no issue] ([#595](https://github.com/ornikar/shared-configs/issues/595)) ([9464687](https://github.com/ornikar/shared-configs/commit/9464687f55aed4a2e683f5d3b992300d000a2b30))
|
|
582
356
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
357
|
# [8.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.3.0...@ornikar/jest-config-react@8.0.0) (2021-12-07)
|
|
588
358
|
|
|
589
|
-
|
|
590
359
|
### Features
|
|
591
360
|
|
|
592
361
|
* drop node 12 [no issue] ([#584](https://github.com/ornikar/shared-configs/issues/584)) ([e9c00ab](https://github.com/ornikar/shared-configs/commit/e9c00abb5ed3a9c60993b6c652566dd7e71a97e1))
|
|
593
362
|
|
|
594
|
-
|
|
595
363
|
### BREAKING CHANGES
|
|
596
364
|
|
|
597
365
|
* requires node 14.17 or higher
|
|
598
366
|
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
367
|
# [7.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.2.0...@ornikar/jest-config-react@7.3.0) (2021-11-29)
|
|
604
368
|
|
|
605
|
-
|
|
606
369
|
### Features
|
|
607
370
|
|
|
608
371
|
* add waitFor in stories mock [no issue] ([#550](https://github.com/ornikar/shared-configs/issues/550)) ([9a4f254](https://github.com/ornikar/shared-configs/commit/9a4f25431cf556099b6c48dd52670937526c19b7))
|
|
609
372
|
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
373
|
# [7.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.1.1...@ornikar/jest-config-react@7.2.0) (2021-11-29)
|
|
615
374
|
|
|
616
|
-
|
|
617
375
|
### Features
|
|
618
376
|
|
|
619
377
|
* **deps:** update dependency @testing-library/react to v12 ([#547](https://github.com/ornikar/shared-configs/issues/547)) ([31eefb7](https://github.com/ornikar/shared-configs/commit/31eefb74293eb36f304d65a396abd10a61589f29))
|
|
620
378
|
* **deps:** update dependency @testing-library/react-hooks to v7.0.2 ([#548](https://github.com/ornikar/shared-configs/issues/548)) ([2dfb8c7](https://github.com/ornikar/shared-configs/commit/2dfb8c79b31ad4211cd2a41fc31c432b39b1de3b))
|
|
621
379
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
380
|
## [7.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.1.0...@ornikar/jest-config-react@7.1.1) (2021-11-18)
|
|
627
381
|
|
|
628
382
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
629
383
|
|
|
384
|
+
# [7.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.7...@ornikar/jest-config-react@7.1.0) (2021-09-07)
|
|
630
385
|
|
|
386
|
+
### Features
|
|
631
387
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
# [7.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.7...@ornikar/jest-config-react@7.1.0) (2021-09-07)
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
### Features
|
|
638
|
-
|
|
639
|
-
* **deps:** update react monorepo to v17 (major) ([#509](https://github.com/ornikar/shared-configs/issues/509)) ([ad98f94](https://github.com/ornikar/shared-configs/commit/ad98f946a8dc3f10c22be8df3e856219db10eec9))
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
388
|
+
* **deps:** update react monorepo to v17 (major) ([#509](https://github.com/ornikar/shared-configs/issues/509)) ([ad98f94](https://github.com/ornikar/shared-configs/commit/ad98f946a8dc3f10c22be8df3e856219db10eec9))
|
|
644
389
|
|
|
645
390
|
## [7.0.7](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.6...@ornikar/jest-config-react@7.0.7) (2021-07-29)
|
|
646
391
|
|
|
647
392
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
648
393
|
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
394
|
## [7.0.6](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.5...@ornikar/jest-config-react@7.0.6) (2021-06-08)
|
|
654
395
|
|
|
655
396
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
656
397
|
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
398
|
## [7.0.5](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.4...@ornikar/jest-config-react@7.0.5) (2021-05-26)
|
|
662
399
|
|
|
663
400
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
664
401
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
402
|
## [7.0.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.3...@ornikar/jest-config-react@7.0.4) (2021-05-07)
|
|
670
403
|
|
|
671
404
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
672
405
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
406
|
## [7.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.2...@ornikar/jest-config-react@7.0.3) (2021-05-04)
|
|
678
407
|
|
|
679
408
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
680
409
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
410
|
## [7.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.1...@ornikar/jest-config-react@7.0.2) (2021-05-03)
|
|
686
411
|
|
|
687
412
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
688
413
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
414
|
## [7.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@7.0.0...@ornikar/jest-config-react@7.0.1) (2021-04-09)
|
|
694
415
|
|
|
695
416
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
696
417
|
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
418
|
# [7.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.5.0...@ornikar/jest-config-react@7.0.0) (2021-03-11)
|
|
702
419
|
|
|
703
|
-
|
|
704
420
|
### Features
|
|
705
421
|
|
|
706
422
|
* update testing-library/react v11 & testing-library/react-hooks to v5 ([#469](https://github.com/ornikar/shared-configs/issues/469)) ([62001b2](https://github.com/ornikar/shared-configs/commit/62001b21d9400e5c40146e653178c793352d3398))
|
|
707
423
|
|
|
708
|
-
|
|
709
424
|
### BREAKING CHANGES
|
|
710
425
|
|
|
711
426
|
* @testing-library/react v11 introduce a breaking change
|
|
712
427
|
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
428
|
# [6.5.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.4.0...@ornikar/jest-config-react@6.5.0) (2021-02-09)
|
|
718
429
|
|
|
719
|
-
|
|
720
430
|
### Features
|
|
721
431
|
|
|
722
432
|
* **lerna-config:** generate eslintrc config files ARCH-826 ([#457](https://github.com/ornikar/shared-configs/issues/457)) ([f412489](https://github.com/ornikar/shared-configs/commit/f4124895ed15b48519826b16ed515207be97b41c))
|
|
723
433
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
434
|
# [6.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.5...@ornikar/jest-config-react@6.4.0) (2021-01-27)
|
|
729
435
|
|
|
730
|
-
|
|
731
436
|
### Features
|
|
732
437
|
|
|
733
438
|
* require node 12 fist lts [no issue] ([#449](https://github.com/ornikar/shared-configs/issues/449)) ([b8e612b](https://github.com/ornikar/shared-configs/commit/b8e612bc7e0573fd52023f8eea78e95e321567e5))
|
|
734
439
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
440
|
## [6.3.5](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.4...@ornikar/jest-config-react@6.3.5) (2020-09-18)
|
|
740
441
|
|
|
741
|
-
|
|
742
442
|
### Bug Fixes
|
|
743
443
|
|
|
744
444
|
* **jest-config-react:** missing name in context ([#430](https://github.com/ornikar/shared-configs/issues/430)) ([aa6c1d3](https://github.com/ornikar/shared-configs/commit/aa6c1d3504036d982306eb03ea0af227839ce8b8))
|
|
745
445
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
446
|
## [6.3.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.3...@ornikar/jest-config-react@6.3.4) (2020-09-17)
|
|
751
447
|
|
|
752
|
-
|
|
753
448
|
### Bug Fixes
|
|
754
449
|
|
|
755
450
|
* **jest-config-react:** pass parameters in context object ([#429](https://github.com/ornikar/shared-configs/issues/429)) ([9bd4ad7](https://github.com/ornikar/shared-configs/commit/9bd4ad7b34d06ec0ad2b3e2ce9ae8e4e6e48a1fb))
|
|
756
451
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
452
|
## [6.3.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.2...@ornikar/jest-config-react@6.3.3) (2020-08-19)
|
|
762
453
|
|
|
763
454
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
764
455
|
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
456
|
## [6.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.1...@ornikar/jest-config-react@6.3.2) (2020-07-10)
|
|
770
457
|
|
|
771
458
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
772
459
|
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
460
|
## [6.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.3.0...@ornikar/jest-config-react@6.3.1) (2020-07-07)
|
|
778
461
|
|
|
779
462
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
780
463
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
464
|
# [6.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.2.4...@ornikar/jest-config-react@6.3.0) (2020-07-06)
|
|
786
465
|
|
|
787
|
-
|
|
788
466
|
### Features
|
|
789
467
|
|
|
790
468
|
* wrap-rendering-in-act ([#401](https://github.com/ornikar/shared-configs/issues/401)) ([549ace2](https://github.com/ornikar/shared-configs/commit/549ace2))
|
|
791
469
|
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
470
|
## [6.2.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.2.3...@ornikar/jest-config-react@6.2.4) (2020-06-23)
|
|
797
471
|
|
|
798
|
-
|
|
799
472
|
### Bug Fixes
|
|
800
473
|
|
|
801
474
|
* reverse global and local decorators for tests ([#399](https://github.com/ornikar/shared-configs/issues/399)) ([e96f2bf](https://github.com/ornikar/shared-configs/commit/e96f2bf))
|
|
802
475
|
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
476
|
## [6.2.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.2.2...@ornikar/jest-config-react@6.2.3) (2020-06-23)
|
|
808
477
|
|
|
809
|
-
|
|
810
478
|
### Bug Fixes
|
|
811
479
|
|
|
812
480
|
* reverse decorators array [no issue] ([#398](https://github.com/ornikar/shared-configs/issues/398)) ([e10e069](https://github.com/ornikar/shared-configs/commit/e10e069))
|
|
813
481
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
482
|
## [6.2.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.2.1...@ornikar/jest-config-react@6.2.2) (2020-06-18)
|
|
819
483
|
|
|
820
484
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
821
485
|
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
486
|
## [6.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.2.0...@ornikar/jest-config-react@6.2.1) (2020-06-18)
|
|
827
487
|
|
|
828
488
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
829
489
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
490
|
# [6.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.1.0...@ornikar/jest-config-react@6.2.0) (2020-06-17)
|
|
835
491
|
|
|
836
|
-
|
|
837
492
|
### Features
|
|
838
493
|
|
|
839
494
|
* testing final state [no issue] ([#392](https://github.com/ornikar/shared-configs/issues/392)) ([4fb9b27](https://github.com/ornikar/shared-configs/commit/4fb9b27))
|
|
840
495
|
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
496
|
# [6.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.0.1...@ornikar/jest-config-react@6.1.0) (2020-05-25)
|
|
846
497
|
|
|
847
|
-
|
|
848
498
|
### Features
|
|
849
499
|
|
|
850
500
|
* support node 12.16.1 for renovate [no issue] ([#383](https://github.com/ornikar/shared-configs/issues/383)) ([77c0ef4](https://github.com/ornikar/shared-configs/commit/77c0ef4))
|
|
851
501
|
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
502
|
## [6.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@6.0.0...@ornikar/jest-config-react@6.0.1) (2020-05-05)
|
|
857
503
|
|
|
858
504
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
859
505
|
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
506
|
# [6.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@5.0.1...@ornikar/jest-config-react@6.0.0) (2020-05-05)
|
|
865
507
|
|
|
866
|
-
|
|
867
508
|
### chore
|
|
868
509
|
|
|
869
510
|
* **deps:** update dependency @testing-library/react to v10 ([#371](https://github.com/ornikar/shared-configs/issues/371)) ([28e7efe](https://github.com/ornikar/shared-configs/commit/28e7efe))
|
|
870
511
|
|
|
871
|
-
|
|
872
512
|
### BREAKING CHANGES
|
|
873
513
|
|
|
874
514
|
* **deps:** require @testing-library/react ^10.0.4
|
|
875
515
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
516
|
## [5.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@4.0.2...@ornikar/jest-config-react@5.0.1) (2020-04-29)
|
|
881
517
|
|
|
882
518
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
883
519
|
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
520
|
## [4.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@4.0.1...@ornikar/jest-config-react@4.0.2) (2020-04-29)
|
|
889
521
|
|
|
890
522
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
891
523
|
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
524
|
## [4.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@4.0.0...@ornikar/jest-config-react@4.0.1) (2020-04-27)
|
|
897
525
|
|
|
898
|
-
|
|
899
526
|
### Bug Fixes
|
|
900
527
|
|
|
901
528
|
* unmount components after rendering them ([#359](https://github.com/ornikar/shared-configs/issues/359)) ([6b6b0ed](https://github.com/ornikar/shared-configs/commit/6b6b0ed))
|
|
902
529
|
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
530
|
# [4.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.4.0...@ornikar/jest-config-react@4.0.0) (2020-04-21)
|
|
908
531
|
|
|
909
|
-
|
|
910
532
|
### Features
|
|
911
533
|
|
|
912
534
|
* update node version to 12 [no issue] ([#354](https://github.com/ornikar/shared-configs/issues/354)) ([6276917](https://github.com/ornikar/shared-configs/commit/6276917))
|
|
913
535
|
|
|
914
|
-
|
|
915
536
|
### BREAKING CHANGES
|
|
916
537
|
|
|
917
538
|
* node version
|
|
918
539
|
|
|
919
540
|
* Update config.yml
|
|
920
541
|
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
542
|
# [3.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.3.0...@ornikar/jest-config-react@3.4.0) (2020-04-20)
|
|
926
543
|
|
|
927
|
-
|
|
928
544
|
### Features
|
|
929
545
|
|
|
930
546
|
* **jest-config-react:** remove enzyme ([#341](https://github.com/ornikar/shared-configs/issues/341)) ([668cd00](https://github.com/ornikar/shared-configs/commit/668cd00))
|
|
931
547
|
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
548
|
# [3.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.2.0...@ornikar/jest-config-react@3.3.0) (2020-04-20)
|
|
937
549
|
|
|
938
|
-
|
|
939
550
|
### Features
|
|
940
551
|
|
|
941
552
|
* jest mock portal for testing library ([#340](https://github.com/ornikar/shared-configs/issues/340)) ([90a7ebe](https://github.com/ornikar/shared-configs/commit/90a7ebe))
|
|
942
553
|
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
554
|
# [3.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.5...@ornikar/jest-config-react@3.2.0) (2020-03-30)
|
|
948
555
|
|
|
949
|
-
|
|
950
556
|
### Features
|
|
951
557
|
|
|
952
558
|
* make react-testing-library default snapshot provider ([#332](https://github.com/ornikar/shared-configs/issues/332)) ([883a0f7](https://github.com/ornikar/shared-configs/commit/883a0f7))
|
|
953
559
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
560
|
## [3.1.5](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.4...@ornikar/jest-config-react@3.1.5) (2020-03-10)
|
|
959
561
|
|
|
960
562
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
961
563
|
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
564
|
## [3.1.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.3...@ornikar/jest-config-react@3.1.4) (2020-02-18)
|
|
967
565
|
|
|
968
566
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
969
567
|
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
568
|
## [3.1.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.2...@ornikar/jest-config-react@3.1.3) (2020-02-11)
|
|
975
569
|
|
|
976
570
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
977
571
|
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
572
|
## [3.1.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.1...@ornikar/jest-config-react@3.1.2) (2020-02-11)
|
|
983
573
|
|
|
984
574
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
985
575
|
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
576
|
## [3.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.1.0...@ornikar/jest-config-react@3.1.1) (2020-02-10)
|
|
991
577
|
|
|
992
578
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
993
579
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
580
|
# [3.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@3.0.0...@ornikar/jest-config-react@3.1.0) (2020-02-03)
|
|
999
581
|
|
|
1000
|
-
|
|
1001
582
|
### Features
|
|
1002
583
|
|
|
1003
584
|
* add ignore on emtpy test suites ([#321](https://github.com/ornikar/shared-configs/issues/321)) ([a56ffdf](https://github.com/ornikar/shared-configs/commit/a56ffdf))
|
|
1004
585
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
586
|
# [3.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.8...@ornikar/jest-config-react@3.0.0) (2020-01-30)
|
|
1010
587
|
|
|
1011
|
-
|
|
1012
588
|
### Features
|
|
1013
589
|
|
|
1014
590
|
* global decorators and react-testing-library [no issue] ([#318](https://github.com/ornikar/shared-configs/issues/318)) ([6535125](https://github.com/ornikar/shared-configs/commit/6535125))
|
|
1015
591
|
|
|
1016
|
-
|
|
1017
592
|
### BREAKING CHANGES
|
|
1018
593
|
|
|
1019
594
|
* new peer dependency of @testing-library/react
|
|
1020
595
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
596
|
## [2.3.8](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.7...@ornikar/jest-config-react@2.3.8) (2020-01-22)
|
|
1026
597
|
|
|
1027
598
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1028
599
|
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
600
|
## [2.3.7](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.6...@ornikar/jest-config-react@2.3.7) (2019-12-13)
|
|
1034
601
|
|
|
1035
602
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1036
603
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
604
|
## [2.3.6](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.5...@ornikar/jest-config-react@2.3.6) (2019-12-04)
|
|
1042
605
|
|
|
1043
606
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1044
607
|
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
608
|
## [2.3.5](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.4...@ornikar/jest-config-react@2.3.5) (2019-10-15)
|
|
1050
609
|
|
|
1051
610
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1052
611
|
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
612
|
## [2.3.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.3...@ornikar/jest-config-react@2.3.4) (2019-10-09)
|
|
1058
613
|
|
|
1059
|
-
|
|
1060
614
|
### Bug Fixes
|
|
1061
615
|
|
|
1062
616
|
* **jest-config-react:** preset for non craco configs [no issue] ([#281](https://github.com/ornikar/shared-configs/issues/281)) ([aaae9f2](https://github.com/ornikar/shared-configs/commit/aaae9f2))
|
|
1063
617
|
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
618
|
## [2.3.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.2...@ornikar/jest-config-react@2.3.3) (2019-09-30)
|
|
1069
619
|
|
|
1070
|
-
|
|
1071
620
|
### Bug Fixes
|
|
1072
621
|
|
|
1073
622
|
* svg transform [no issue] ([#269](https://github.com/ornikar/shared-configs/issues/269)) ([904d0d6](https://github.com/ornikar/shared-configs/commit/904d0d6))
|
|
1074
623
|
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
624
|
## [2.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.1...@ornikar/jest-config-react@2.3.2) (2019-08-05)
|
|
1080
625
|
|
|
1081
626
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1082
627
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
628
|
## [2.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@2.3.0...@ornikar/jest-config-react@2.3.1) (2019-07-31)
|
|
1088
629
|
|
|
1089
|
-
|
|
1090
630
|
### Bug Fixes
|
|
1091
631
|
|
|
1092
632
|
* add svg import mock in jest config ([#244](https://github.com/ornikar/shared-configs/issues/244)) ([208afd4](https://github.com/ornikar/shared-configs/commit/208afd4))
|
|
1093
633
|
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
634
|
# [2.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.10.2...@ornikar/jest-config-react@2.3.0) (2019-07-29)
|
|
1099
635
|
|
|
1100
|
-
|
|
1101
636
|
### Features
|
|
1102
637
|
|
|
1103
638
|
* support lerna in jest configs ONK-3913 ([#237](https://github.com/ornikar/shared-configs/issues/237)) ([8d0cd90](https://github.com/ornikar/shared-configs/commit/8d0cd90))
|
|
1104
639
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
640
|
## [1.10.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.10.1...@ornikar/jest-config-react@1.10.2) (2019-07-08)
|
|
1110
641
|
|
|
1111
|
-
|
|
1112
642
|
### Bug Fixes
|
|
1113
643
|
|
|
1114
644
|
* jest use shallow wrappingComponent [no issue] ([#171](https://github.com/ornikar/shared-configs/issues/171)) ([2c0ce37](https://github.com/ornikar/shared-configs/commit/2c0ce37))
|
|
1115
645
|
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
646
|
## [1.10.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.10.0...@ornikar/jest-config-react@1.10.1) (2019-07-02)
|
|
1121
647
|
|
|
1122
|
-
|
|
1123
648
|
### Bug Fixes
|
|
1124
649
|
|
|
1125
650
|
* add storyname to parameters ([#213](https://github.com/ornikar/shared-configs/issues/213)) ([6c02a00](https://github.com/ornikar/shared-configs/commit/6c02a00))
|
|
1126
651
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
652
|
# [1.10.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.9.4...@ornikar/jest-config-react@1.10.0) (2019-06-10)
|
|
1132
653
|
|
|
1133
|
-
|
|
1134
654
|
### Bug Fixes
|
|
1135
655
|
|
|
1136
656
|
* **deps:** update dependency enzyme to v3.10.0 ([#199](https://github.com/ornikar/shared-configs/issues/199)) ([0525a85](https://github.com/ornikar/shared-configs/commit/0525a85))
|
|
1137
657
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.14.0 ([#200](https://github.com/ornikar/shared-configs/issues/200)) ([fb46e6d](https://github.com/ornikar/shared-configs/commit/fb46e6d))
|
|
1138
658
|
|
|
1139
|
-
|
|
1140
659
|
### Features
|
|
1141
660
|
|
|
1142
661
|
* prettier config [no issue] ([#188](https://github.com/ornikar/shared-configs/issues/188)) ([e2844dd](https://github.com/ornikar/shared-configs/commit/e2844dd))
|
|
1143
662
|
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
663
|
## [1.9.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.9.3...@ornikar/jest-config-react@1.9.4) (2019-05-27)
|
|
1149
664
|
|
|
1150
|
-
|
|
1151
665
|
### Bug Fixes
|
|
1152
666
|
|
|
1153
667
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.13.2 ([#187](https://github.com/ornikar/shared-configs/issues/187)) ([c5f2008](https://github.com/ornikar/shared-configs/commit/c5f2008))
|
|
1154
668
|
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
669
|
## [1.9.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.9.2...@ornikar/jest-config-react@1.9.3) (2019-05-22)
|
|
1160
670
|
|
|
1161
|
-
|
|
1162
671
|
### Bug Fixes
|
|
1163
672
|
|
|
1164
673
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.13.1 ([#180](https://github.com/ornikar/shared-configs/issues/180)) ([e7ef4e0](https://github.com/ornikar/shared-configs/commit/e7ef4e0))
|
|
1165
674
|
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
675
|
## [1.9.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.9.1...@ornikar/jest-config-react@1.9.2) (2019-05-13)
|
|
1171
676
|
|
|
1172
|
-
|
|
1173
677
|
### Bug Fixes
|
|
1174
678
|
|
|
1175
679
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.13.0 ([#175](https://github.com/ornikar/shared-configs/issues/175)) ([675239f](https://github.com/ornikar/shared-configs/commit/675239f))
|
|
1176
680
|
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
681
|
## [1.9.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.9.0...@ornikar/jest-config-react@1.9.1) (2019-05-06)
|
|
1182
682
|
|
|
1183
|
-
|
|
1184
683
|
### Bug Fixes
|
|
1185
684
|
|
|
1186
685
|
* shallow snapshots with decorators [no issue] ([#170](https://github.com/ornikar/shared-configs/issues/170)) ([e98bf4e](https://github.com/ornikar/shared-configs/commit/e98bf4e))
|
|
1187
686
|
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
687
|
# [1.9.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.8.0...@ornikar/jest-config-react@1.9.0) (2019-04-30)
|
|
1193
688
|
|
|
1194
|
-
|
|
1195
689
|
### Features
|
|
1196
690
|
|
|
1197
691
|
* allow both js and ts tests [no issue] ([#164](https://github.com/ornikar/shared-configs/issues/164)) ([99feb5a](https://github.com/ornikar/shared-configs/commit/99feb5a))
|
|
1198
692
|
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
693
|
# [1.8.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.7.1...@ornikar/jest-config-react@1.8.0) (2019-04-29)
|
|
1204
694
|
|
|
1205
|
-
|
|
1206
695
|
### Features
|
|
1207
696
|
|
|
1208
697
|
* add option to ignore all decorators ([#162](https://github.com/ornikar/shared-configs/issues/162)) ([7c4f77b](https://github.com/ornikar/shared-configs/commit/7c4f77b))
|
|
1209
698
|
* support storybook-react-router [no issue] ([#160](https://github.com/ornikar/shared-configs/issues/160)) ([fbab5d0](https://github.com/ornikar/shared-configs/commit/fbab5d0))
|
|
1210
699
|
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
700
|
## [1.7.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.7.0...@ornikar/jest-config-react@1.7.1) (2019-04-29)
|
|
1216
701
|
|
|
1217
702
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1218
703
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
704
|
# [1.7.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.6.0...@ornikar/jest-config-react@1.7.0) (2019-04-29)
|
|
1224
705
|
|
|
1225
|
-
|
|
1226
706
|
### Features
|
|
1227
707
|
|
|
1228
708
|
* support addon knobs [no issue] ([#158](https://github.com/ornikar/shared-configs/issues/158)) ([0f99ccc](https://github.com/ornikar/shared-configs/commit/0f99ccc))
|
|
1229
709
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
710
|
# [1.6.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.5.3...@ornikar/jest-config-react@1.6.0) (2019-04-17)
|
|
1235
711
|
|
|
1236
|
-
|
|
1237
712
|
### Features
|
|
1238
713
|
|
|
1239
714
|
* ignore decorators in snapshots [no issue] ([#146](https://github.com/ornikar/shared-configs/issues/146)) ([c792ee9](https://github.com/ornikar/shared-configs/commit/c792ee9))
|
|
1240
715
|
* use setupFilesAfterEnv instead of setupTestFrameworkScriptFile [no issue] ([#145](https://github.com/ornikar/shared-configs/issues/145)) ([6cbe035](https://github.com/ornikar/shared-configs/commit/6cbe035))
|
|
1241
716
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
717
|
## [1.5.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.5.2...@ornikar/jest-config-react@1.5.3) (2019-04-15)
|
|
1247
718
|
|
|
1248
719
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1249
720
|
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
721
|
## [1.5.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.5.1...@ornikar/jest-config-react@1.5.2) (2019-04-12)
|
|
1255
722
|
|
|
1256
|
-
|
|
1257
723
|
### Bug Fixes
|
|
1258
724
|
|
|
1259
725
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.12.1 ([#136](https://github.com/ornikar/shared-configs/issues/136)) ([f06d536](https://github.com/ornikar/shared-configs/commit/f06d536))
|
|
1260
726
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
727
|
## [1.5.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.5.0...@ornikar/jest-config-react@1.5.1) (2019-03-26)
|
|
1266
728
|
|
|
1267
729
|
**Note:** Version bump only for package @ornikar/jest-config-react
|
|
1268
730
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
731
|
# [1.5.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.4.2...@ornikar/jest-config-react@1.5.0) (2019-03-26)
|
|
1274
732
|
|
|
1275
|
-
|
|
1276
733
|
### Features
|
|
1277
734
|
|
|
1278
735
|
* support decorators ([#129](https://github.com/ornikar/shared-configs/issues/129)) ([97f9292](https://github.com/ornikar/shared-configs/commit/97f9292))
|
|
1279
736
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
737
|
## [1.4.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.4.1...@ornikar/jest-config-react@1.4.2) (2019-03-18)
|
|
1285
738
|
|
|
1286
|
-
|
|
1287
739
|
### Bug Fixes
|
|
1288
740
|
|
|
1289
741
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.10.0 ([#115](https://github.com/ornikar/shared-configs/issues/115)) ([bb4bdb8](https://github.com/ornikar/shared-configs/commit/bb4bdb8))
|
|
1290
742
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.11.2 ([#123](https://github.com/ornikar/shared-configs/issues/123)) ([434f2d2](https://github.com/ornikar/shared-configs/commit/434f2d2))
|
|
1291
743
|
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
744
|
## [1.4.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.4.0...@ornikar/jest-config-react@1.4.1) (2019-03-04)
|
|
1297
745
|
|
|
1298
|
-
|
|
1299
746
|
### Bug Fixes
|
|
1300
747
|
|
|
1301
748
|
* path is not a function ([#116](https://github.com/ornikar/shared-configs/issues/116)) ([c6c5a30](https://github.com/ornikar/shared-configs/commit/c6c5a30))
|
|
1302
749
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
750
|
# [1.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.3.4...@ornikar/jest-config-react@1.4.0) (2019-02-26)
|
|
1308
751
|
|
|
1309
|
-
|
|
1310
752
|
### Features
|
|
1311
753
|
|
|
1312
754
|
* jest config add support typescript ([#104](https://github.com/ornikar/shared-configs/issues/104)) ([e5fa370](https://github.com/ornikar/shared-configs/commit/e5fa370))
|
|
1313
755
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
756
|
## [1.3.4](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.3.3...@ornikar/jest-config-react@1.3.4) (2019-02-19)
|
|
1319
757
|
|
|
1320
|
-
|
|
1321
758
|
### Bug Fixes
|
|
1322
759
|
|
|
1323
760
|
* **deps:** update dependency enzyme to v3.9.0 ([#99](https://github.com/ornikar/shared-configs/issues/99)) ([b76c58a](https://github.com/ornikar/shared-configs/commit/b76c58a))
|
|
1324
761
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.9.1 ([#93](https://github.com/ornikar/shared-configs/issues/93)) ([fa58f8e](https://github.com/ornikar/shared-configs/commit/fa58f8e))
|
|
1325
762
|
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
763
|
## [1.3.3](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.3.2...@ornikar/jest-config-react@1.3.3) (2019-01-28)
|
|
1331
764
|
|
|
1332
|
-
|
|
1333
765
|
### Bug Fixes
|
|
1334
766
|
|
|
1335
767
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.8.0 ([#81](https://github.com/ornikar/shared-configs/issues/81)) ([8903755](https://github.com/ornikar/shared-configs/commit/8903755))
|
|
1336
768
|
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
769
|
## [1.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.3.1...@ornikar/jest-config-react@1.3.2) (2018-12-18)
|
|
1342
770
|
|
|
1343
|
-
|
|
1344
771
|
### Bug Fixes
|
|
1345
772
|
|
|
1346
773
|
* **deps:** update dependency enzyme to v3.8.0 ([#49](https://github.com/ornikar/shared-configs/issues/49)) ([fe5ab20](https://github.com/ornikar/shared-configs/commit/fe5ab20))
|
|
1347
774
|
* **deps:** update dependency enzyme-adapter-react-16 to v1.7.1 ([#48](https://github.com/ornikar/shared-configs/issues/48)) ([291b58b](https://github.com/ornikar/shared-configs/commit/291b58b))
|
|
1348
775
|
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
776
|
## [1.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.3.0...@ornikar/jest-config-react@1.3.1) (2018-12-10)
|
|
1354
777
|
|
|
1355
|
-
|
|
1356
778
|
### Bug Fixes
|
|
1357
779
|
|
|
1358
780
|
* **deps:** update dependency enzyme-to-json to v3.3.5 ([#46](https://github.com/ornikar/shared-configs/issues/46)) ([057c85e](https://github.com/ornikar/shared-configs/commit/057c85e))
|
|
1359
781
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
782
|
# [1.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.2.0...@ornikar/jest-config-react@1.3.0) (2018-12-06)
|
|
1365
783
|
|
|
1366
|
-
|
|
1367
784
|
### Features
|
|
1368
785
|
|
|
1369
786
|
* update jest config react deps [no issue] ([#45](https://github.com/ornikar/shared-configs/issues/45)) ([6578ca6](https://github.com/ornikar/shared-configs/commit/6578ca6))
|
|
1370
787
|
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
788
|
# [1.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.1.0...@ornikar/jest-config-react@1.2.0) (2018-11-28)
|
|
1376
789
|
|
|
1377
|
-
|
|
1378
790
|
### Features
|
|
1379
791
|
|
|
1380
792
|
* add default test match ([#31](https://github.com/ornikar/shared-configs/issues/31)) ([dc90483](https://github.com/ornikar/shared-configs/commit/dc90483))
|
|
1381
793
|
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
794
|
# [1.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react@1.0.0...@ornikar/jest-config-react@1.1.0) (2018-11-22)
|
|
1387
795
|
|
|
1388
|
-
|
|
1389
796
|
### Features
|
|
1390
797
|
|
|
1391
798
|
* jest config stories ([#30](https://github.com/ornikar/shared-configs/issues/30)) ([1dbcf08](https://github.com/ornikar/shared-configs/commit/1dbcf08))
|
|
1392
799
|
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
800
|
# 1.0.0 (2018-11-21)
|
|
1398
801
|
|
|
1399
|
-
|
|
1400
802
|
### Features
|
|
1401
803
|
|
|
1402
804
|
* jest config ([#29](https://github.com/ornikar/shared-configs/issues/29)) ([e5043a2](https://github.com/ornikar/shared-configs/commit/e5043a2))
|