@merkur/tools 0.31.0 โ†’ 0.33.0

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 CHANGED
@@ -3,7 +3,7 @@
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
- # [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)
6
+ # [0.33.0](https://github.com/mjancarik/merkur/compare/v0.32.1...v0.33.0) (2023-08-10)
7
7
 
8
8
  **Note:** Version bump only for package @merkur/tools
9
9
 
@@ -11,610 +11,370 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
14
+ # [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)
15
15
 
16
16
  **Note:** Version bump only for package @merkur/tools
17
17
 
18
+ # [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)
18
19
 
20
+ **Note:** Version bump only for package @merkur/tools
19
21
 
22
+ # [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
20
23
 
24
+ **Note:** Version bump only for package @merkur/tools
21
25
 
22
26
  # [0.29.0](https://github.com/mjancarik/merkur/compare/v0.28.2...v0.29.0) (2022-08-08)
23
27
 
24
28
  **Note:** Version bump only for package @merkur/tools
25
29
 
26
-
27
-
28
-
29
-
30
30
  # [0.28.0](https://github.com/mjancarik/merkur/compare/v0.27.6...v0.28.0) (2022-04-20)
31
31
 
32
-
33
32
  ### Code Refactoring
34
33
 
35
- * ๐Ÿ’ก move liveReloadServer to merkur/tools ([f81e0e8](https://github.com/mjancarik/merkur/commit/f81e0e89eff4a72985c89d23079be6a9344a3b2e))
36
-
34
+ - ๐Ÿ’ก move liveReloadServer to merkur/tools ([f81e0e8](https://github.com/mjancarik/merkur/commit/f81e0e89eff4a72985c89d23079be6a9344a3b2e))
37
35
 
38
36
  ### BREAKING CHANGES
39
37
 
40
- * ๐Ÿงจ The liveReloadServer.cjs file is moved to @merkur/tools. The
41
- @merkur/tool-webpack re-export createLiveReloadServer for keeping
42
- backward compatability.
43
-
44
-
45
-
46
-
38
+ - ๐Ÿงจ The liveReloadServer.cjs file is moved to @merkur/tools. The
39
+ @merkur/tool-webpack re-export createLiveReloadServer for keeping
40
+ backward compatability.
47
41
 
48
42
  ## [0.27.1](https://github.com/mjancarik/merkur/compare/v0.27.0...v0.27.1) (2021-09-30)
49
43
 
50
-
51
44
  ### Bug Fixes
52
45
 
53
- * ๐Ÿ› Removed unused @merkur/tools pkg dependencies ([#109](https://github.com/mjancarik/merkur/issues/109)) ([c1a28b0](https://github.com/mjancarik/merkur/commit/c1a28b00f1b9510eeab897ab0232f59a0f6a3c0f))
54
-
55
-
56
-
57
-
46
+ - ๐Ÿ› Removed unused @merkur/tools pkg dependencies ([#109](https://github.com/mjancarik/merkur/issues/109)) ([c1a28b0](https://github.com/mjancarik/merkur/commit/c1a28b00f1b9510eeab897ab0232f59a0f6a3c0f))
58
47
 
59
48
  # [0.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)
60
49
 
61
-
62
50
  ### Features
63
51
 
64
- * ๐ŸŽธ Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))
65
- * ๐ŸŽธ Automatically generate free port for livereload server ([#101](https://github.com/mjancarik/merkur/issues/101)) ([a083a1b](https://github.com/mjancarik/merkur/commit/a083a1b31edc818a2d94e000a78cbb03cc8dc022))
66
-
52
+ - ๐ŸŽธ Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))
53
+ - ๐ŸŽธ Automatically generate free port for livereload server ([#101](https://github.com/mjancarik/merkur/issues/101)) ([a083a1b](https://github.com/mjancarik/merkur/commit/a083a1b31edc818a2d94e000a78cbb03cc8dc022))
67
54
 
68
55
  ### BREAKING CHANGES
69
56
 
70
- * ๐Ÿงจ createLiveReloadServer() function must be promise chained in
71
- webpack.config.js before returning any config array.
72
-
73
-
74
-
75
-
57
+ - ๐Ÿงจ createLiveReloadServer() function must be promise chained in
58
+ webpack.config.js before returning any config array.
76
59
 
77
60
  # [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)
78
61
 
79
-
80
62
  ### Features
81
63
 
82
- * ๐ŸŽธ create new module tool-webpack ([#99](https://github.com/mjancarik/merkur/issues/99)) ([111fda7](https://github.com/mjancarik/merkur/commit/111fda7a6854528472b8539ec12fffe7a1d7efae))
83
-
64
+ - ๐ŸŽธ create new module tool-webpack ([#99](https://github.com/mjancarik/merkur/issues/99)) ([111fda7](https://github.com/mjancarik/merkur/commit/111fda7a6854528472b8539ec12fffe7a1d7efae))
84
65
 
85
66
  ### BREAKING CHANGES
86
67
 
87
- * ๐Ÿงจ Extract webpack to alone module merkur/tool-webpack from merkur/tools
88
- module
89
-
90
- * ci: ๐ŸŽก add lock file for new module
91
-
92
- * feat: ๐ŸŽธ add new module merkur/tool-webpack to dev dependencies
93
-
94
-
68
+ - ๐Ÿงจ Extract webpack to alone module merkur/tool-webpack from merkur/tools
69
+ module
95
70
 
71
+ - ci: ๐ŸŽก add lock file for new module
96
72
 
73
+ - feat: ๐ŸŽธ add new module merkur/tool-webpack to dev dependencies
97
74
 
98
75
  # [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)
99
76
 
100
-
101
77
  ### chore
102
78
 
103
- * ๐Ÿค– update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))
104
-
79
+ - ๐Ÿค– update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))
105
80
 
106
81
  ### Features
107
82
 
108
- * ๐ŸŽธ set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))
109
-
83
+ - ๐ŸŽธ set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))
110
84
 
111
85
  ### BREAKING CHANGES
112
86
 
113
- * ๐Ÿงจ Change default for ems modules from es9 to es11.
114
-
115
- * feat: ๐ŸŽธ add polyfill for es9 version
116
-
117
- * feat: ๐ŸŽธ add isES11Supported method to testScript
118
-
119
- * docs: โœ๏ธ add es11 build to widget endpoint
120
-
121
- * chore: ๐Ÿค– remove useless dependencies
87
+ - ๐Ÿงจ Change default for ems modules from es9 to es11.
122
88
 
123
- * fix: ๐Ÿ› add webpack alias for plugin-css-scrambler to es5,es9
89
+ - feat: ๐ŸŽธ add polyfill for es9 version
124
90
 
125
- * feat: ๐ŸŽธ add lib/index.es9.mjs to exports
91
+ - feat: ๐ŸŽธ add isES11Supported method to testScript
126
92
 
127
- * feat: ๐ŸŽธ add missing modules for umd config
93
+ - docs: โœ๏ธ add es11 build to widget endpoint
128
94
 
129
- * chore: ๐Ÿค– update dependencies
130
- * ๐Ÿงจ Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700
95
+ - chore: ๐Ÿค– remove useless dependencies
131
96
 
97
+ - fix: ๐Ÿ› add webpack alias for plugin-css-scrambler to es5,es9
132
98
 
99
+ - feat: ๐ŸŽธ add lib/index.es9.mjs to exports
133
100
 
101
+ - feat: ๐ŸŽธ add missing modules for umd config
134
102
 
103
+ - chore: ๐Ÿค– update dependencies
104
+ - ๐Ÿงจ Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700
135
105
 
136
106
  ## [0.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)
137
107
 
138
108
  **Note:** Version bump only for package @merkur/tools
139
109
 
140
-
141
-
142
-
143
-
144
110
  # [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)
145
111
 
146
112
  **Note:** Version bump only for package @merkur/tools
147
113
 
148
-
149
-
150
-
151
-
152
114
  ## [0.23.12](https://github.com/mjancarik/merkur/compare/v0.23.11...v0.23.12) (2021-04-16)
153
115
 
154
116
  **Note:** Version bump only for package @merkur/tools
155
117
 
156
-
157
-
158
-
159
-
160
118
  ## [0.23.11](https://github.com/mjancarik/merkur/compare/v0.23.10...v0.23.11) (2021-04-14)
161
119
 
162
-
163
120
  ### Bug Fixes
164
121
 
165
- * ๐Ÿ› prevent errors for fully specified files ([#73](https://github.com/mjancarik/merkur/issues/73)) ([4d890f4](https://github.com/mjancarik/merkur/commit/4d890f4645174c3c84276ac1a285ad0b28804a44))
166
-
167
-
168
-
169
-
122
+ - ๐Ÿ› prevent errors for fully specified files ([#73](https://github.com/mjancarik/merkur/issues/73)) ([4d890f4](https://github.com/mjancarik/merkur/commit/4d890f4645174c3c84276ac1a285ad0b28804a44))
170
123
 
171
124
  ## [0.23.10](https://github.com/mjancarik/merkur/compare/v0.23.9...v0.23.10) (2021-04-12)
172
125
 
173
-
174
126
  ### Features
175
127
 
176
- * ๐ŸŽธ add brotli and gzip compression to webpack build ([#70](https://github.com/mjancarik/merkur/issues/70)) ([3a454fd](https://github.com/mjancarik/merkur/commit/3a454fd45b11e43d84d87ba8fa47cca1441de00b))
177
-
178
-
179
-
180
-
128
+ - ๐ŸŽธ add brotli and gzip compression to webpack build ([#70](https://github.com/mjancarik/merkur/issues/70)) ([3a454fd](https://github.com/mjancarik/merkur/commit/3a454fd45b11e43d84d87ba8fa47cca1441de00b))
181
129
 
182
130
  ## [0.23.9](https://github.com/mjancarik/merkur/compare/v0.23.8...v0.23.9) (2021-04-12)
183
131
 
184
-
185
132
  ### Bug Fixes
186
133
 
187
- * ๐Ÿ› es5 webpack build ([#68](https://github.com/mjancarik/merkur/issues/68)) ([68dd594](https://github.com/mjancarik/merkur/commit/68dd59494130fa6288411a749bed7862f6950b50))
188
-
189
-
190
-
191
-
134
+ - ๐Ÿ› es5 webpack build ([#68](https://github.com/mjancarik/merkur/issues/68)) ([68dd594](https://github.com/mjancarik/merkur/commit/68dd59494130fa6288411a749bed7862f6950b50))
192
135
 
193
136
  ## [0.23.8](https://github.com/mjancarik/merkur/compare/v0.23.7...v0.23.8) (2021-03-21)
194
137
 
195
-
196
138
  ### Bug Fixes
197
139
 
198
- * ๐Ÿ› restarting nodemone after build ([52166d5](https://github.com/mjancarik/merkur/commit/52166d527638e39f4327014f66d10df0950c5616))
199
-
140
+ - ๐Ÿ› restarting nodemone after build ([52166d5](https://github.com/mjancarik/merkur/commit/52166d527638e39f4327014f66d10df0950c5616))
200
141
 
201
142
  ### Features
202
143
 
203
- * ๐ŸŽธ added svelte view ([#65](https://github.com/mjancarik/merkur/issues/65)) ([b3f9e24](https://github.com/mjancarik/merkur/commit/b3f9e24a683477d53153121750a00627f5b176b7))
204
-
205
-
206
-
207
-
144
+ - ๐ŸŽธ added svelte view ([#65](https://github.com/mjancarik/merkur/issues/65)) ([b3f9e24](https://github.com/mjancarik/merkur/commit/b3f9e24a683477d53153121750a00627f5b176b7))
208
145
 
209
146
  ## [0.23.6](https://github.com/mjancarik/merkur/compare/v0.23.5...v0.23.6) (2021-02-17)
210
147
 
211
148
  **Note:** Version bump only for package @merkur/tools
212
149
 
213
-
214
-
215
-
216
-
217
150
  ## [0.23.4](https://github.com/mjancarik/merkur/compare/v0.23.3...v0.23.4) (2021-02-04)
218
151
 
219
152
  **Note:** Version bump only for package @merkur/tools
220
153
 
221
-
222
-
223
-
224
-
225
154
  ## [0.23.3](https://github.com/mjancarik/merkur/compare/v0.23.2...v0.23.3) (2021-02-04)
226
155
 
227
-
228
156
  ### Bug Fixes
229
157
 
230
- * ๐Ÿ› default value 'auto' in publicPath for manifest.json ([08f5fef](https://github.com/mjancarik/merkur/commit/08f5fefdf80cacac745fea8fc25622f562c05a12))
231
- * ๐Ÿ› npm run dev command start dev:server ([45fa9ac](https://github.com/mjancarik/merkur/commit/45fa9acb46b0efb660b2838b8b4957c1dc5e419b))
232
-
233
-
234
-
235
-
158
+ - ๐Ÿ› default value 'auto' in publicPath for manifest.json ([08f5fef](https://github.com/mjancarik/merkur/commit/08f5fefdf80cacac745fea8fc25622f562c05a12))
159
+ - ๐Ÿ› npm run dev command start dev:server ([45fa9ac](https://github.com/mjancarik/merkur/commit/45fa9acb46b0efb660b2838b8b4957c1dc5e419b))
236
160
 
237
161
  ## [0.23.2](https://github.com/mjancarik/merkur/compare/v0.23.1...v0.23.2) (2021-02-01)
238
162
 
239
163
  **Note:** Version bump only for package @merkur/tools
240
164
 
241
-
242
-
243
-
244
-
245
165
  ## [0.23.1](https://github.com/mjancarik/merkur/compare/v0.23.0...v0.23.1) (2021-02-01)
246
166
 
247
167
  **Note:** Version bump only for package @merkur/tools
248
168
 
249
-
250
-
251
-
252
-
253
169
  # [0.23.0](https://github.com/mjancarik/merkur/compare/v0.22.0...v0.23.0) (2021-02-01)
254
170
 
255
-
256
171
  ### Bug Fixes
257
172
 
258
- * ๐Ÿ› typo ([e9dca16](https://github.com/mjancarik/merkur/commit/e9dca16797593891f4f11e876bd6382b8f98d6d2))
259
-
173
+ - ๐Ÿ› typo ([e9dca16](https://github.com/mjancarik/merkur/commit/e9dca16797593891f4f11e876bd6382b8f98d6d2))
260
174
 
261
175
  ### chore
262
176
 
263
- * ๐Ÿค– added index.js file for fixing CRA ([#51](https://github.com/mjancarik/merkur/issues/51)) ([bcfb131](https://github.com/mjancarik/merkur/commit/bcfb131abe8a5c02504dd573f8c198ed3dbca648))
264
- * ๐Ÿค– update dependencies ([#59](https://github.com/mjancarik/merkur/issues/59)) ([06ba5d5](https://github.com/mjancarik/merkur/commit/06ba5d578b8b1058d71b3d56d1da11a737b495a9))
265
-
177
+ - ๐Ÿค– added index.js file for fixing CRA ([#51](https://github.com/mjancarik/merkur/issues/51)) ([bcfb131](https://github.com/mjancarik/merkur/commit/bcfb131abe8a5c02504dd573f8c198ed3dbca648))
178
+ - ๐Ÿค– update dependencies ([#59](https://github.com/mjancarik/merkur/issues/59)) ([06ba5d5](https://github.com/mjancarik/merkur/commit/06ba5d578b8b1058d71b3d56d1da11a737b495a9))
266
179
 
267
180
  ### Code Refactoring
268
181
 
269
- * ๐Ÿ’ก replace webpack-shell-plugin ([ea89a9f](https://github.com/mjancarik/merkur/commit/ea89a9f7b253af4a8a723bfd0dca17b1828e0d39))
270
-
182
+ - ๐Ÿ’ก replace webpack-shell-plugin ([ea89a9f](https://github.com/mjancarik/merkur/commit/ea89a9f7b253af4a8a723bfd0dca17b1828e0d39))
271
183
 
272
184
  ### BREAKING CHANGES
273
185
 
274
- * ๐Ÿงจ Update peer dependencies, dev dependencies and dependencies.
275
- * ๐Ÿงจ We replace webpack-shell-plugin for webpack-shell-plugin-next which is
276
- maintained and support webpack5.
277
- * ๐Ÿงจ The values of main and module properties were change without file
278
- extension in package.json.
279
-
280
-
281
-
282
-
186
+ - ๐Ÿงจ Update peer dependencies, dev dependencies and dependencies.
187
+ - ๐Ÿงจ We replace webpack-shell-plugin for webpack-shell-plugin-next which is
188
+ maintained and support webpack5.
189
+ - ๐Ÿงจ The values of main and module properties were change without file
190
+ extension in package.json.
283
191
 
284
192
  # [0.22.0](https://github.com/mjancarik/merkur/compare/v0.21.3...v0.22.0) (2020-10-15)
285
193
 
286
194
  **Note:** Version bump only for package @merkur/tools
287
195
 
288
-
289
-
290
-
291
-
292
196
  # [0.21.0](https://github.com/mjancarik/merkur/compare/v0.20.0...v0.21.0) (2020-09-30)
293
197
 
294
-
295
198
  ### Bug Fixes
296
199
 
297
- * ๐Ÿ› Fixed babel-loader config to re-enable tree-shaking ([e125818](https://github.com/mjancarik/merkur/commit/e12581838273571be2c88d03c5061ed33857b0a2))
298
-
299
-
300
-
301
-
200
+ - ๐Ÿ› Fixed babel-loader config to re-enable tree-shaking ([e125818](https://github.com/mjancarik/merkur/commit/e12581838273571be2c88d03c5061ed33857b0a2))
302
201
 
303
202
  # [0.20.0](https://github.com/mjancarik/merkur/compare/v0.19.3...v0.20.0) (2020-09-11)
304
203
 
305
204
  **Note:** Version bump only for package @merkur/tools
306
205
 
307
-
308
-
309
-
310
-
311
206
  ## [0.19.2](https://github.com/mjancarik/merkur/compare/v0.19.1...v0.19.2) (2020-09-09)
312
207
 
313
208
  **Note:** Version bump only for package @merkur/tools
314
209
 
315
-
316
-
317
-
318
-
319
210
  ## [0.19.1](https://github.com/mjancarik/merkur/compare/v0.19.0...v0.19.1) (2020-09-07)
320
211
 
321
-
322
212
  ### Bug Fixes
323
213
 
324
- * ๐Ÿ› set webpack to handle .mjs files for both envs ([131b06d](https://github.com/mjancarik/merkur/commit/131b06de9ea766ce4ea8c39405232ed103dc7eb6))
325
-
326
-
327
-
328
-
214
+ - ๐Ÿ› set webpack to handle .mjs files for both envs ([131b06d](https://github.com/mjancarik/merkur/commit/131b06de9ea766ce4ea8c39405232ed103dc7eb6))
329
215
 
330
216
  # [0.19.0](https://github.com/mjancarik/merkur/compare/v0.18.1...v0.19.0) (2020-09-07)
331
217
 
332
-
333
218
  ### Features
334
219
 
335
- * ๐ŸŽธ bundle analyzer show tree shakeable version for dev env ([29c5bcd](https://github.com/mjancarik/merkur/commit/29c5bcdb5c8b3dc815169c14a116bc6c591ff81e))
336
-
337
-
338
-
339
-
220
+ - ๐ŸŽธ bundle analyzer show tree shakeable version for dev env ([29c5bcd](https://github.com/mjancarik/merkur/commit/29c5bcdb5c8b3dc815169c14a116bc6c591ff81e))
340
221
 
341
222
  ## [0.18.1](https://github.com/mjancarik/merkur/compare/v0.18.0...v0.18.1) (2020-09-04)
342
223
 
343
224
  **Note:** Version bump only for package @merkur/tools
344
225
 
345
-
346
-
347
-
348
-
349
226
  # [0.18.0](https://github.com/mjancarik/merkur/compare/v0.17.0...v0.18.0) (2020-09-03)
350
227
 
351
-
352
228
  ### Bug Fixes
353
229
 
354
- * ๐Ÿ› update dependencies ([5ca444a](https://github.com/mjancarik/merkur/commit/5ca444a70dd9a2a7bb94a592241ccea63c788430))
355
-
230
+ - ๐Ÿ› update dependencies ([5ca444a](https://github.com/mjancarik/merkur/commit/5ca444a70dd9a2a7bb94a592241ccea63c788430))
356
231
 
357
232
  ### Features
358
233
 
359
- * ๐ŸŽธ added polyfill file ([b2b2a99](https://github.com/mjancarik/merkur/commit/b2b2a99380ea741d8a36fa95a94ded3414fc8a9f))
360
- * ๐ŸŽธ pipe allow async function ([97f6aa5](https://github.com/mjancarik/merkur/commit/97f6aa53159cb988ab6dd6e02d422ecdeb6c0064))
361
-
234
+ - ๐ŸŽธ added polyfill file ([b2b2a99](https://github.com/mjancarik/merkur/commit/b2b2a99380ea741d8a36fa95a94ded3414fc8a9f))
235
+ - ๐ŸŽธ pipe allow async function ([97f6aa5](https://github.com/mjancarik/merkur/commit/97f6aa53159cb988ab6dd6e02d422ecdeb6c0064))
362
236
 
363
237
  ### BREAKING CHANGES
364
238
 
365
- * ๐Ÿงจ yes
366
- * ๐Ÿงจ yes
367
-
368
-
369
-
370
-
239
+ - ๐Ÿงจ yes
240
+ - ๐Ÿงจ yes
371
241
 
372
242
  # [0.17.0](https://github.com/mjancarik/merkur/compare/v0.16.2...v0.17.0) (2020-08-27)
373
243
 
374
244
  **Note:** Version bump only for package @merkur/tools
375
245
 
376
-
377
-
378
-
379
-
380
246
  ## [0.16.1](https://github.com/mjancarik/merkur/compare/v0.16.0...v0.16.1) (2020-08-14)
381
247
 
382
248
  **Note:** Version bump only for package @merkur/tools
383
249
 
384
-
385
-
386
-
387
-
388
250
  # [0.16.0](https://github.com/mjancarik/merkur/compare/v0.15.2...v0.16.0) (2020-08-14)
389
251
 
390
252
  **Note:** Version bump only for package @merkur/tools
391
253
 
392
-
393
-
394
-
395
-
396
254
  ## [0.15.1](https://github.com/mjancarik/merkur/compare/v0.15.0...v0.15.1) (2020-08-06)
397
255
 
398
-
399
256
  ### Bug Fixes
400
257
 
401
- * ๐Ÿ› resolving @merkur/* modules to es5 version ([802a952](https://github.com/mjancarik/merkur/commit/802a952995499f18d803414b26c0ac4356d7d881))
402
-
403
-
404
-
405
-
258
+ - ๐Ÿ› resolving @merkur/\* modules to es5 version ([802a952](https://github.com/mjancarik/merkur/commit/802a952995499f18d803414b26c0ac4356d7d881))
406
259
 
407
260
  # [0.15.0](https://github.com/mjancarik/merkur/compare/v0.14.1...v0.15.0) (2020-08-06)
408
261
 
409
-
410
262
  ### chore
411
263
 
412
- * ๐Ÿค– update dependencies ([9d5f3eb](https://github.com/mjancarik/merkur/commit/9d5f3eb1b0b1e6845fa2ae5e2714cefd53e6782e))
413
-
264
+ - ๐Ÿค– update dependencies ([9d5f3eb](https://github.com/mjancarik/merkur/commit/9d5f3eb1b0b1e6845fa2ae5e2714cefd53e6782e))
414
265
 
415
266
  ### Features
416
267
 
417
- * ๐ŸŽธ Ability to override node_modules dir in ES5 transformer ([#14](https://github.com/mjancarik/merkur/issues/14)) ([253a443](https://github.com/mjancarik/merkur/commit/253a44346e324d98ed4408775ddbb9e3e769d9c7))
418
- * ๐ŸŽธ added jest-watch-typeahead plugin ([f0de4e7](https://github.com/mjancarik/merkur/commit/f0de4e726e41239676cce956e7374a7ca64dcd64))
419
-
268
+ - ๐ŸŽธ Ability to override node_modules dir in ES5 transformer ([#14](https://github.com/mjancarik/merkur/issues/14)) ([253a443](https://github.com/mjancarik/merkur/commit/253a44346e324d98ed4408775ddbb9e3e769d9c7))
269
+ - ๐ŸŽธ added jest-watch-typeahead plugin ([f0de4e7](https://github.com/mjancarik/merkur/commit/f0de4e726e41239676cce956e7374a7ca64dcd64))
420
270
 
421
271
  ### BREAKING CHANGES
422
272
 
423
- * ๐Ÿงจ yes
424
-
425
-
426
-
427
-
273
+ - ๐Ÿงจ yes
428
274
 
429
275
  ## [0.14.1](https://github.com/mjancarik/merkur/compare/v0.14.0...v0.14.1) (2020-07-28)
430
276
 
431
-
432
277
  ### Bug Fixes
433
278
 
434
- * ๐Ÿ› added missing clean-webpack-plugin dependency ([1cb754d](https://github.com/mjancarik/merkur/commit/1cb754d70ada2d98eb813d4d8d7c6012bfd1f135))
435
-
436
-
437
-
438
-
279
+ - ๐Ÿ› added missing clean-webpack-plugin dependency ([1cb754d](https://github.com/mjancarik/merkur/commit/1cb754d70ada2d98eb813d4d8d7c6012bfd1f135))
439
280
 
440
281
  # [0.14.0](https://github.com/mjancarik/merkur/compare/v0.13.1...v0.14.0) (2020-07-28)
441
282
 
442
-
443
283
  ### Features
444
284
 
445
- * ๐ŸŽธ new assets structure for es5 and es9 scripts ([54d7dce](https://github.com/mjancarik/merkur/commit/54d7dceb9d01630dbcfb7a18615360c0ceae3ab9))
446
-
285
+ - ๐ŸŽธ new assets structure for es5 and es9 scripts ([54d7dce](https://github.com/mjancarik/merkur/commit/54d7dceb9d01630dbcfb7a18615360c0ceae3ab9))
447
286
 
448
287
  ### BREAKING CHANGES
449
288
 
450
- * ๐Ÿงจ yes
451
-
452
-
453
-
454
-
289
+ - ๐Ÿงจ yes
455
290
 
456
291
  # [0.13.0](https://github.com/mjancarik/merkur/compare/v0.12.0...v0.13.0) (2020-07-09)
457
292
 
458
293
  **Note:** Version bump only for package @merkur/tools
459
294
 
460
-
461
-
462
-
463
-
464
295
  # [0.12.0](https://github.com/mjancarik/merkur/compare/v0.11.3...v0.12.0) (2020-06-28)
465
296
 
466
-
467
297
  ### Features
468
298
 
469
- * ๐ŸŽธ added es5 version of lib files for older browsers ([5fbf920](https://github.com/mjancarik/merkur/commit/5fbf9205e60b735d2711f3f98c06ee7a734d26ba))
470
-
471
-
472
-
473
-
299
+ - ๐ŸŽธ added es5 version of lib files for older browsers ([5fbf920](https://github.com/mjancarik/merkur/commit/5fbf9205e60b735d2711f3f98c06ee7a734d26ba))
474
300
 
475
301
  # [0.11.0](https://github.com/mjancarik/merkur/compare/v0.10.0...v0.11.0) (2020-06-19)
476
302
 
477
303
  **Note:** Version bump only for package @merkur/tools
478
304
 
479
-
480
-
481
-
482
-
483
305
  # [0.10.0](https://github.com/mjancarik/merkur/compare/v0.9.4...v0.10.0) (2020-06-17)
484
306
 
485
307
  **Note:** Version bump only for package @merkur/tools
486
308
 
487
-
488
-
489
-
490
-
491
309
  ## [0.9.4](https://github.com/mjancarik/merkur/compare/v0.9.3...v0.9.4) (2020-06-08)
492
310
 
493
311
  **Note:** Version bump only for package @merkur/tools
494
312
 
495
-
496
-
497
-
498
-
499
313
  ## [0.9.2](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.2) (2020-06-04)
500
314
 
501
315
  **Note:** Version bump only for package @merkur/tools
502
316
 
503
-
504
-
505
-
506
-
507
317
  ## [0.9.1](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.1) (2020-06-04)
508
318
 
509
319
  **Note:** Version bump only for package @merkur/tools
510
320
 
511
-
512
-
513
-
514
-
515
321
  # [0.9.0](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.0) (2020-06-04)
516
322
 
517
323
  **Note:** Version bump only for package @merkur/tools
518
324
 
519
-
520
-
521
-
522
-
523
325
  # [0.8.0](https://github.com/mjancarik/merkur/compare/v0.7.1...v0.8.0) (2020-05-15)
524
326
 
525
327
  **Note:** Version bump only for package @merkur/tools
526
328
 
527
-
528
-
529
-
530
-
531
329
  ## [0.7.1](https://github.com/mjancarik/merkur/compare/v0.7.0...v0.7.1) (2020-05-14)
532
330
 
533
331
  **Note:** Version bump only for package @merkur/tools
534
332
 
535
-
536
-
537
-
538
-
539
333
  # [0.7.0](https://github.com/mjancarik/merkur/compare/v0.6.2...v0.7.0) (2020-05-14)
540
334
 
541
335
  **Note:** Version bump only for package @merkur/tools
542
336
 
543
-
544
-
545
-
546
-
547
337
  # [0.6.0](https://github.com/mjancarik/merkur/compare/v0.5.7...v0.6.0) (2020-05-04)
548
338
 
549
-
550
339
  ### Features
551
340
 
552
- * ๐ŸŽธ liveroload without modifing app.js file ([5c51173](https://github.com/mjancarik/merkur/commit/5c511739efa3edab3981f0fdee17303a311df7db))
553
-
341
+ - ๐ŸŽธ liveroload without modifing app.js file ([5c51173](https://github.com/mjancarik/merkur/commit/5c511739efa3edab3981f0fdee17303a311df7db))
554
342
 
555
343
  ### BREAKING CHANGES
556
344
 
557
- * ๐Ÿงจ yes
558
-
559
-
560
-
561
-
345
+ - ๐Ÿงจ yes
562
346
 
563
347
  ## [0.5.7](https://github.com/mjancarik/merkur/compare/v0.5.6...v0.5.7) (2020-05-04)
564
348
 
565
-
566
349
  ### Bug Fixes
567
350
 
568
- * ๐Ÿ› running integration tests ([50662d6](https://github.com/mjancarik/merkur/commit/50662d649fa1c301ecbdb29ba596cc04662ccbca))
569
-
570
-
571
-
572
-
351
+ - ๐Ÿ› running integration tests ([50662d6](https://github.com/mjancarik/merkur/commit/50662d649fa1c301ecbdb29ba596cc04662ccbca))
573
352
 
574
353
  ## [0.5.4](https://github.com/mjancarik/merkur/compare/v0.5.3...v0.5.4) (2020-05-01)
575
354
 
576
355
  **Note:** Version bump only for package @merkur/tools
577
356
 
578
-
579
-
580
-
581
-
582
357
  ## [0.5.3](https://github.com/mjancarik/merkur/compare/v0.5.2...v0.5.3) (2020-05-01)
583
358
 
584
-
585
359
  ### Features
586
360
 
587
- * ๐ŸŽธ added livereloading for dev ([fde5d8c](https://github.com/mjancarik/merkur/commit/fde5d8c2cae2145a1d0af4efd5177c88b16d4f1d))
588
-
589
-
590
-
591
-
361
+ - ๐ŸŽธ added livereloading for dev ([fde5d8c](https://github.com/mjancarik/merkur/commit/fde5d8c2cae2145a1d0af4efd5177c88b16d4f1d))
592
362
 
593
363
  ## [0.5.2](https://github.com/mjancarik/merkur/compare/v0.5.1...v0.5.2) (2020-04-25)
594
364
 
595
365
  **Note:** Version bump only for package @merkur/tools
596
366
 
597
-
598
-
599
-
600
-
601
367
  ## [0.5.1](https://github.com/mjancarik/merkur/compare/v0.5.0...v0.5.1) (2020-04-25)
602
368
 
603
369
  **Note:** Version bump only for package @merkur/tools
604
370
 
605
-
606
-
607
-
608
-
609
371
  # [0.5.0](https://github.com/mjancarik/merkur/compare/v0.4.2...v0.5.0) (2020-04-25)
610
372
 
611
-
612
373
  ### Features
613
374
 
614
- * ๐ŸŽธ added new @mekur/tools module ([e8ba8ba](https://github.com/mjancarik/merkur/commit/e8ba8baec41366c56456b958cb57afec1bafeb0e))
615
- * ๐ŸŽธ change folders structure ([22425e0](https://github.com/mjancarik/merkur/commit/22425e0b4e61984d5d303186299ade4bba1cf5fb))
616
-
375
+ - ๐ŸŽธ added new @mekur/tools module ([e8ba8ba](https://github.com/mjancarik/merkur/commit/e8ba8baec41366c56456b958cb57afec1bafeb0e))
376
+ - ๐ŸŽธ change folders structure ([22425e0](https://github.com/mjancarik/merkur/commit/22425e0b4e61984d5d303186299ade4bba1cf5fb))
617
377
 
618
378
  ### BREAKING CHANGES
619
379
 
620
- * ๐Ÿงจ yes
380
+ - ๐Ÿงจ yes
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@merkur/core/latest)
12
12
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
13
13
 
14
- The [Merkur](https://merkur.js.org/) is tiny extensible javascript library for front-end microservices(micro frontends). It allows by default server side rendering for loading performance boost. You can connect it with other frameworks or languages because merkur defines easy API. You can use one of six predefined template's library [React](https://reactjs.org/), [Preact](https://preactjs.com/), [hyperHTML](https://viperhtml.js.org/hyper.html), [ยตhtml](https://github.com/WebReflection/uhtml#readme), [Svelte](https://svelte.dev/) and [vanilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) but you can easily extend for others.
14
+ The [Merkur](https://merkur.js.org/) is tiny extensible javascript library for front-end microservices(micro frontends). It allows by default server side rendering for loading performance boost. You can connect it with other frameworks or languages because merkur defines easy API. You can use one of six predefined template's library [Preact](https://preactjs.com/), [ยตhtml](https://github.com/WebReflection/uhtml#readme), [Svelte](https://svelte.dev/) and [vanilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) but you can easily extend for others.
15
15
 
16
16
  ## Features
17
17
  - Flexible templating engine
@@ -14,6 +14,6 @@ require('yargs')
14
14
  },
15
15
  async (argv) => {
16
16
  return livereload(argv);
17
- }
17
+ },
18
18
  )
19
19
  .help().argv;
package/jest.config.js CHANGED
@@ -23,4 +23,8 @@ module.exports = {
23
23
  require.resolve('jest-watch-typeahead/filename'),
24
24
  require.resolve('jest-watch-typeahead/testname'),
25
25
  ],
26
+ // https://github.com/preactjs/preact/pull/3634
27
+ testEnvironmentOptions: {
28
+ customExportConditions: ['node', 'node-addons'],
29
+ },
26
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkur/tools",
3
- "version": "0.31.0",
3
+ "version": "0.33.0",
4
4
  "description": "Merkur tools.",
5
5
  "bin": {
6
6
  "merkur-tools": "./bin/merkurTools.js"
@@ -30,30 +30,31 @@
30
30
  },
31
31
  "homepage": "https://merkur.js.org/",
32
32
  "dependencies": {
33
- "@babel/core": "7.17.9",
34
- "@babel/eslint-parser": "7.17.0",
35
- "@babel/preset-env": "7.16.11",
36
- "babel-jest": "27.5.1",
37
- "core-js": "3.22.0",
38
- "eslint": "8.13.0",
33
+ "@babel/core": "7.21.8",
34
+ "@babel/eslint-parser": "7.21.8",
35
+ "@babel/preset-env": "7.21.5",
36
+ "babel-jest": "29.5.0",
37
+ "core-js": "3.30.2",
38
+ "eslint": "8.40.0",
39
39
  "eslint-config-last": "0.0.5",
40
- "eslint-config-prettier": "8.5.0",
41
- "eslint-plugin-import": "^2.26.0",
40
+ "eslint-config-prettier": "8.8.0",
41
+ "eslint-plugin-import": "^2.27.5",
42
42
  "eslint-plugin-jasmine": "4.1.3",
43
- "eslint-plugin-jest": "26.1.4",
44
- "eslint-plugin-prettier": "4.0.0",
45
- "eslint-plugin-react": "7.29.4",
46
- "eslint-plugin-react-hooks": "^4.4.0",
43
+ "eslint-plugin-jest": "27.2.1",
44
+ "eslint-plugin-prettier": "4.2.1",
45
+ "eslint-plugin-react": "7.32.2",
46
+ "eslint-plugin-react-hooks": "^4.6.0",
47
47
  "find-free-port": "^2.0.0",
48
- "jest": "27.5.1",
49
- "jest-watch-typeahead": "^1.0.0",
50
- "prettier": "2.6.2",
51
- "supertest": "6.2.2",
52
- "ws": "8.5.0",
53
- "yargs": "17.4.1"
48
+ "jest": "29.5.0",
49
+ "jest-environment-jsdom": "^29.5.0",
50
+ "jest-watch-typeahead": "^2.2.2",
51
+ "prettier": "2.8.8",
52
+ "supertest": "6.3.3",
53
+ "ws": "8.13.0",
54
+ "yargs": "17.7.2"
54
55
  },
55
56
  "peerDependencies": {
56
57
  "express": "*"
57
58
  },
58
- "gitHead": "ef1b38f23e43e2fd7ef6a2bec680fb40a2de3715"
59
+ "gitHead": "3e88b57abfad267ac3f3b20b2ae6bf50f93f5375"
59
60
  }
@@ -127,7 +127,7 @@ window.__merkur_dev__ = window.__merkur_dev__ || {};
127
127
  window.__merkur_dev__.webSocketOptions =
128
128
  window.__merkur_dev__.webSocketOptions || {};
129
129
  window.__merkur_dev__.webSocket = new WebSocketMerkur(
130
- window.__merkur_dev__.webSocketOptions
130
+ window.__merkur_dev__.webSocketOptions,
131
131
  )
132
132
  .init()
133
133
  .subscribe(({ to, command }) => {
package/websocket.cjs CHANGED
@@ -18,7 +18,7 @@ function createServer(options = {}) {
18
18
  options = Object.assign(
19
19
  {},
20
20
  { port: process.env.MERKUR_PLAYGROUND_LIVERELOAD_PORT },
21
- options
21
+ options,
22
22
  );
23
23
 
24
24
  let server = null;
@@ -42,7 +42,7 @@ function createClient(options) {
42
42
  options = Object.assign(
43
43
  {},
44
44
  { port: process.env.MERKUR_PLAYGROUND_LIVERELOAD_PORT },
45
- options
45
+ options,
46
46
  );
47
47
 
48
48
  return new WebSocket('ws://localhost:' + options.port);