File tree Expand file tree Collapse file tree 4 files changed +6580
-7450
lines changed Expand file tree Collapse file tree 4 files changed +6580
-7450
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,11 @@ updates:
1212 - dependency-name : husky
1313 versions :
1414 - " >= 5.0.0"
15+ # require node >= 12
16+ - dependency-name : lint-staged
17+ versions :
18+ - " >= 11.0.0"
19+ # require node >= 12
20+ - dependency-name : fs-extra
21+ versions :
22+ - " >= 10.0.0"
Original file line number Diff line number Diff line change 11# Change Log
22
3+ * 5.5.0
4+ * Add ability to specify the node_modules relative dir ([ #689 ] [ ] @ypxing )
5+ * Fix the spawn E2BIG error when zipping ([ #813 ] [ ] @j0k3r )
6+ * Extends the --no-build option to serverless offline start ([ #770 ] [ ] @nponeccop )
7+ * Add Serverless Container Support ([ #723 ] [ ] @rogersgt )
8+ * Add support for Yarn network-concurrency option ([ #550 ] [ ] @cfroese )
9+
10+ [ #689 ] : https://github.com/serverless-heaven/serverless-webpack/pull/689
11+ [ #813 ] : https://github.com/serverless-heaven/serverless-webpack/pull/813
12+ [ #770 ] : https://github.com/serverless-heaven/serverless-webpack/pull/770
13+ [ #723 ] : https://github.com/serverless-heaven/serverless-webpack/pull/723
14+ [ #550 ] : https://github.com/serverless-heaven/serverless-webpack/pull/550
15+
316* 5.4.2
417 * Regression Fix: Empty lines while stats: 'errors-only' ([ #773 ] [ ] @Enase )
518 * Add type to CLI options ([ #774 ] [ ] @j0k3r )
You can’t perform that action at this time.
0 commit comments