Skip to content

Commit 0aadf49

Browse files
Merge pull request #627 from serverless-heaven/release/5.3.4
Release/5.3.4
2 parents de2e5fa + 3e51037 commit 0aadf49

File tree

7 files changed

+205
-153
lines changed

7 files changed

+205
-153
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ yarn.lock
99
yarn-error.log
1010
.appveyor.yml
1111
.travis.yml
12+
.editorconfig
13+
.eslintrc.yml
14+
.huskyrc
15+
.lintstagedrc.yml
16+
prettier.config.js

CHANGELOG.md

Lines changed: 155 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,42 @@
11
# Change Log
22

3+
* 5.3.4
4+
* Bump lodash from 4.17.15 to 4.17.19 [#597](https://github.com/serverless-heaven/serverless-webpack/pull/597)
5+
* Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript [#598](https://github.com/serverless-heaven/serverless-webpack/pull/598)
6+
* Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries [#599](https://github.com/serverless-heaven/serverless-webpack/pull/599)
7+
* Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages [#600](https://github.com/serverless-heaven/serverless-webpack/pull/600)
8+
* Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries [#601](https://github.com/serverless-heaven/serverless-webpack/pull/601)
9+
* Bump lodash from 4.17.4 to 4.17.19 in /examples/babel [#603] (https://github.com/serverless-heaven/serverless-webpack/pull/603)
10+
* Ignore more files from NPM [#609](https://github.com/serverless-heaven/serverless-webpack/pull/609)
11+
* Update all examples [#626](https://github.com/serverless-heaven/serverless-webpack/pull/626)
12+
313
* 5.3.3
4-
* default webpackConfig.node should be false #502
5-
* Fix yarn list --json stdOut parsing. fixes #388 #516
6-
* Updated release notes #585
7-
* Updated Node versions in CI #587
8-
* Remove optional peer dependencies #542
9-
* Check for node runtimes first #579
10-
* Bumps lodash from 4.17.15 to 4.17.19 #602
14+
* default webpackConfig.node should be false [#502](https://github.com/serverless-heaven/serverless-webpack/pull/502)
15+
* Fix yarn list --json stdOut parsing [#516](https://github.com/serverless-heaven/serverless-webpack/pull/516)
16+
* Updated release notes [#585](https://github.com/serverless-heaven/serverless-webpack/pull/585)
17+
* Updated Node versions in CI [#587](https://github.com/serverless-heaven/serverless-webpack/pull/587)
18+
* Remove optional peer dependencies [#542](https://github.com/serverless-heaven/serverless-webpack/pull/542)
19+
* Check for node runtimes first [#579](https://github.com/serverless-heaven/serverless-webpack/pull/579)
20+
* Bumps lodash from 4.17.15 to 4.17.19 [#602](https://github.com/serverless-heaven/serverless-webpack/pull/602)
1121

1222
* 5.3.2
13-
* Fix eslint prettier #518
14-
* Add TypeScript definition #520
15-
* Project dependencies updated #524
16-
* fix typescript example lockfile #526
17-
* Typescript example babel loader #527
18-
* Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544
19-
* Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562
20-
* Bump eslint-utils from 1.4.0 to 1.4.3 #567
21-
* Bump handlebars from 4.1.2 to 4.7.6 #568
22-
* Addressed npm security vulnerabilities #569
23-
* Bump https-proxy-agent from 2.2.2 to 2.2.4 #572
24-
* Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573
25-
* Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574
26-
* Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575
27-
* Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576
28-
* Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577
29-
* Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578
23+
* Fix eslint prettier [#518](https://github.com/serverless-heaven/serverless-webpack/pull/518)
24+
* Add TypeScript definition [#520](https://github.com/serverless-heaven/serverless-webpack/pull/520)
25+
* Project dependencies updated [#524](https://github.com/serverless-heaven/serverless-webpack/pull/524)
26+
* fix typescript example lockfile [#526](https://github.com/serverless-heaven/serverless-webpack/pull/526)
27+
* Typescript example babel loader [#527](https://github.com/serverless-heaven/serverless-webpack/pull/527)
28+
* Bump tar from 2.2.1 to 2.2.2 in /examples/babel [#544](https://github.com/serverless-heaven/serverless-webpack/pull/544)
29+
* Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript [#562](https://github.com/serverless-heaven/serverless-webpack/pull/562)
30+
* Bump eslint-utils from 1.4.0 to 1.4.3 [#567](https://github.com/serverless-heaven/serverless-webpack/pull/567)
31+
* Bump handlebars from 4.1.2 to 4.7.6 [#568](https://github.com/serverless-heaven/serverless-webpack/pull/568)
32+
* Addressed npm security vulnerabilities [#569](https://github.com/serverless-heaven/serverless-webpack/pull/569)
33+
* Bump https-proxy-agent from 2.2.2 to 2.2.4 [#572](https://github.com/serverless-heaven/serverless-webpack/pull/572)
34+
* Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript [#573](https://github.com/serverless-heaven/serverless-webpack/pull/573)
35+
* Bump extend from 3.0.1 to 3.0.2 in /examples/babel [#574](https://github.com/serverless-heaven/serverless-webpack/pull/574)
36+
* Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel [#575](https://github.com/serverless-heaven/serverless-webpack/pull/575)
37+
* Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel [#576](https://github.com/serverless-heaven/serverless-webpack/pull/576)
38+
* Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel [#577](https://github.com/serverless-heaven/serverless-webpack/pull/577)
39+
* Bump debug from 2.6.8 to 2.6.9 in /examples/babel [#578](https://github.com/serverless-heaven/serverless-webpack/pull/578)
3040

3141
* 5.3.1
3242
* Fixed bug that prevented to use handlers using import [#505][link-505]
@@ -133,7 +143,7 @@
133143
* Support individual packaging of the functions in a service [#120][link-120]
134144
* Allow setting stdio max buffers for NPM operations [#185][link-185]
135145
* Support bundling of node modules via node-externals whitelist [#186][link-186]
136-
* Removed the `webpack serve` command in favor of [`serverless-offline`][link-serverless-offline] [#152][link-152]
146+
* Removed the `webpack serve` command in favor of [`serverless-offline`](https://www.npmjs.com/package/serverless-offline) [#152][link-152]
137147
* Updated examples [#179][link-179]
138148
* Added missing unit tests to improve code stability
139149
* Fixed unit tests to run on Windows [#145][link-145]
@@ -160,3 +170,123 @@
160170
* Support `serverless offline start` invocation [#131][link-131]
161171
* Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
162172
* Print Webpack stats on recompile [#127][link-127]
173+
174+
[comment]: # (Referenced issues)
175+
176+
[link-135]: https://github.com/serverless-heaven/serverless-webpack/issues/135
177+
178+
[link-83]: https://github.com/serverless-heaven/serverless-webpack/pull/83
179+
[link-88]: https://github.com/serverless-heaven/serverless-webpack/pull/88
180+
[link-127]: https://github.com/serverless-heaven/serverless-webpack/pull/127
181+
[link-131]: https://github.com/serverless-heaven/serverless-webpack/pull/131
182+
[link-132]: https://github.com/serverless-heaven/serverless-webpack/pull/132
183+
[link-140]: https://github.com/serverless-heaven/serverless-webpack/pull/140
184+
[link-141]: https://github.com/serverless-heaven/serverless-webpack/issues/141
185+
[link-144]: https://github.com/serverless-heaven/serverless-webpack/issues/144
186+
187+
[link-11]: https://github.com/serverless-heaven/serverless-webpack/issues/11
188+
[link-107]: https://github.com/serverless-heaven/serverless-webpack/issues/107
189+
[link-129]: https://github.com/serverless-heaven/serverless-webpack/pull/129
190+
[link-154]: https://github.com/serverless-heaven/serverless-webpack/issues/154
191+
[link-159]: https://github.com/serverless-heaven/serverless-webpack/issues/159
192+
193+
[link-158]: https://github.com/serverless-heaven/serverless-webpack/issues/158
194+
[link-165]: https://github.com/serverless-heaven/serverless-webpack/issues/165
195+
196+
[link-193]: https://github.com/serverless-heaven/serverless-webpack/issues/193
197+
198+
[link-116]: https://github.com/serverless-heaven/serverless-webpack/issues/116
199+
[link-117]: https://github.com/serverless-heaven/serverless-webpack/issues/117
200+
[link-120]: https://github.com/serverless-heaven/serverless-webpack/issues/120
201+
[link-145]: https://github.com/serverless-heaven/serverless-webpack/issues/145
202+
[link-151]: https://github.com/serverless-heaven/serverless-webpack/issues/151
203+
[link-152]: https://github.com/serverless-heaven/serverless-webpack/issues/152
204+
[link-173]: https://github.com/serverless-heaven/serverless-webpack/issues/173
205+
[link-179]: https://github.com/serverless-heaven/serverless-webpack/pull/179
206+
[link-185]: https://github.com/serverless-heaven/serverless-webpack/pull/185
207+
[link-186]: https://github.com/serverless-heaven/serverless-webpack/pull/186
208+
209+
[link-202]: https://github.com/serverless-heaven/serverless-webpack/issues/202
210+
211+
[link-215]: https://github.com/serverless-heaven/serverless-webpack/issues/215
212+
[link-217]: https://github.com/serverless-heaven/serverless-webpack/issues/217
213+
[link-221]: https://github.com/serverless-heaven/serverless-webpack/pull/221
214+
[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223
215+
[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227
216+
[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234
217+
218+
[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245
219+
220+
[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251
221+
222+
[link-126]: https://github.com/serverless-heaven/serverless-webpack/issues/126
223+
[link-247]: https://github.com/serverless-heaven/serverless-webpack/issues/247
224+
[link-250]: https://github.com/serverless-heaven/serverless-webpack/issues/250
225+
[link-254]: https://github.com/serverless-heaven/serverless-webpack/pull/254
226+
[link-260]: https://github.com/serverless-heaven/serverless-webpack/issues/260
227+
[link-264]: https://github.com/serverless-heaven/serverless-webpack/pull/264
228+
[link-265]: https://github.com/serverless-heaven/serverless-webpack/pull/265
229+
230+
[link-272]: https://github.com/serverless-heaven/serverless-webpack/issues/272
231+
[link-278]: https://github.com/serverless-heaven/serverless-webpack/pull/278
232+
[link-279]: https://github.com/serverless-heaven/serverless-webpack/issues/279
233+
[link-276]: https://github.com/serverless-heaven/serverless-webpack/issues/276
234+
[link-269]: https://github.com/serverless-heaven/serverless-webpack/issues/269
235+
236+
[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263
237+
238+
[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286
239+
240+
[link-315]: https://github.com/serverless-heaven/serverless-webpack/issues/315
241+
[link-316]: https://github.com/serverless-heaven/serverless-webpack/issues/316
242+
[link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253
243+
[link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317
244+
[link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321
245+
246+
[link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313
247+
[link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326
248+
[link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329
249+
250+
[link-232]: https://github.com/serverless-heaven/serverless-webpack/issues/232
251+
[link-331]: https://github.com/serverless-heaven/serverless-webpack/issues/331
252+
[link-328]: https://github.com/serverless-heaven/serverless-webpack/pull/328
253+
[link-336]: https://github.com/serverless-heaven/serverless-webpack/pull/336
254+
[link-337]: https://github.com/serverless-heaven/serverless-webpack/pull/337
255+
256+
[link-275]: https://github.com/serverless-heaven/serverless-webpack/issues/275
257+
[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286
258+
[link-341]: https://github.com/serverless-heaven/serverless-webpack/issues/341
259+
[link-342]: https://github.com/serverless-heaven/serverless-webpack/issues/342
260+
[link-343]: https://github.com/serverless-heaven/serverless-webpack/issues/343
261+
262+
[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349
263+
[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354
264+
[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355
265+
266+
[link-309]: https://github.com/serverless-heaven/serverless-webpack/issues/309
267+
[link-365]: https://github.com/serverless-heaven/serverless-webpack/pull/365
268+
[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373
269+
270+
[link-370]: https://github.com/serverless-heaven/serverless-webpack/issues/370
271+
272+
[link-379]: https://github.com/serverless-heaven/serverless-webpack/issues/379
273+
[link-382]: https://github.com/serverless-heaven/serverless-webpack/pull/382
274+
[link-384]: https://github.com/serverless-heaven/serverless-webpack/pull/384
275+
276+
[link-393]: https://github.com/serverless-heaven/serverless-webpack/issues/393
277+
[link-412]: https://github.com/serverless-heaven/serverless-webpack/issues/412
278+
[link-418]: https://github.com/serverless-heaven/serverless-webpack/issues/418
279+
280+
[link-453]: https://github.com/serverless-heaven/serverless-webpack/issues/453
281+
[link-467]: https://github.com/serverless-heaven/serverless-webpack/issues/467
282+
[link-449]: https://github.com/serverless-heaven/serverless-webpack/issues/449
283+
[link-465]: https://github.com/serverless-heaven/serverless-webpack/issues/465
284+
[link-480]: https://github.com/serverless-heaven/serverless-webpack/issues/480
285+
[link-429]: https://github.com/serverless-heaven/serverless-webpack/pull/429
286+
[link-433]: https://github.com/serverless-heaven/serverless-webpack/issues/433
287+
[link-471]: https://github.com/serverless-heaven/serverless-webpack/issues/471
288+
[link-472]: https://github.com/serverless-heaven/serverless-webpack/pull/472
289+
290+
[link-505]: https://github.com/serverless-heaven/serverless-webpack/issues/505
291+
[link-499]: https://github.com/serverless-heaven/serverless-webpack/issues/499
292+
[link-496]: https://github.com/serverless-heaven/serverless-webpack/pull/496

0 commit comments

Comments
 (0)