mozilla / workshop

Workshop was a JSON server which reformatted hardware data from an obsolete format. It has been replaced by the BabbageFormatter in ensemble-transposer.
https://github.com/mozilla/ensemble-transposer/blob/923380b3bd3996bb7b48f92c927a99c0f1c62a28/formatters/BabbageFormatter.js
Mozilla Public License 2.0
0 stars 5 forks source link

Update dependency restify to v6.4.0 - autoclosed #11

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency restify from v6.3.4 to v6.4.0

Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.

Release Notes ### [`v6.4.0`](https://github.com/restify/node-restify/blob/master/CHANGELOG.md#​640-2018-03-20) ##### Bug Fixes * server should fire not acceptable event (#​1627) ([8b11b71b](git://github.com/restify/node-restify.git/commit/8b11b71b)) * send numbers or bools as payloads (#​1609) ([0919f26d](git://github.com/restify/node-restify.git/commit/0919f26d)) * Allow multiple unmerged set-cookie headers. (#​1570) ([df040154](git://github.com/restify/node-restify.git/commit/df040154)) * add support for secureOptions in createServer (#​1575) ([656e60e0](git://github.com/restify/node-restify.git/commit/656e60e0)) * use `Buffer.isBuffer` instead of `util.isBuffer`. (#​1593) ([35bd1c2b](git://github.com/restify/node-restify.git/commit/35bd1c2b)) * **jsonBodyParser:** fix percent sign causing server fail (#​1411) ([bde8fda6](git://github.com/restify/node-restify.git/commit/bde8fda6)) * **request:** date() and time() methods return value (#​1576) ([4c2cb1a7](git://github.com/restify/node-restify.git/commit/4c2cb1a7)) ##### 6.3.4 (2017-11-21) ##### Bug Fixes * **bodyReader:** Fix memory leak (#​1566) ([756b3f02](git://github.com/restify/node-restify.git/commit/756b3f02)) * **server:** avoiding uncaughtException in _routeErrorResponse by only sending response when ([cf65c65c](git://github.com/restify/node-restify.git/commit/cf65c65c)) ##### 6.3.2 (2017-11-08) ##### 6.3.1 (2017-11-03) ##### Bug Fixes * **server:** avoid http2 experimental warning without http2 option (#​1555) ([12da7fdf](git://github.com/restify/node-restify.git/commit/12da7fdf)) ---
Commits #### v6.4.0 - [`d5cd7b9`](https://github.com/restify/node-restify/commit/d5cd7b9cf7d3d053c6e467cb88348d8aa14cb28f) Update dependency: mime (#​1573) - [`ea563b7`](https://github.com/restify/node-restify/commit/ea563b77d092f7787f9dbf76be2af7335f34618e) Fix server.param with false values (#​1572) - [`4c2cb1a`](https://github.com/restify/node-restify/commit/4c2cb1a7edfe6252e68e409d850aef73961338ca) fix(request): date() and time() methods return value (#​1576) - [`55e31d4`](https://github.com/restify/node-restify/commit/55e31d4dda09b8461e3eae3de9d3657a79a0eb86) chore(prettier) fix styling issues (#​1583) - [`74e0cf5`](https://github.com/restify/node-restify/commit/74e0cf55fc452931215280741516d30555d76f7a) Minor typo corrections in examples. (#​1584) - [`bde8fda`](https://github.com/restify/node-restify/commit/bde8fda646a6f69b57fd72af1f00d6153fe056ec) fix(jsonBodyParser): fix percent sign causing server fail (#​1411) - [`35bd1c2`](https://github.com/restify/node-restify/commit/35bd1c2b375ea70dc2b4a4549461ff59ff5e4ec4) fix: use `Buffer.isBuffer` instead of `util.isBuffer`. (#​1593) - [`3071c23`](https://github.com/restify/node-restify/commit/3071c238d43abc6c4ad27c3821abafc69637945c) docs: update metrics plugin example (#​1599) - [`656e60e`](https://github.com/restify/node-restify/commit/656e60e03d5fe2b011f8b2198178bc22d749b21f) fix: add support for secureOptions in createServer (#​1575) - [`df04015`](https://github.com/restify/node-restify/commit/df04015439becae8e8c48a02cb6e1992d6040037) fix: Allow multiple unmerged set-cookie headers. (#​1570) - [`644c198`](https://github.com/restify/node-restify/commit/644c1980aa1a21b0c7fa9aa41e22df9af6eab31e) Fix: Return 444 status code for closed and aborted requests (#​1579) - [`0919f26`](https://github.com/restify/node-restify/commit/0919f26db5d5614c0b2fa2567ac2ed43ee70b6d5) fix: send numbers or bools as payloads (#​1609) - [`cf342b9`](https://github.com/restify/node-restify/commit/cf342b9d23ff1d0eb2734e9f59ccc707f358d75c) docs: Mark options object as optional in createServer (#​1611) - [`4fa8985`](https://github.com/restify/node-restify/commit/4fa8985f4795a2e5748e8f93cdf84f6a507e97cf) Docs: inlcude formatter documentation on website (#​1602) - [`e2b96e0`](https://github.com/restify/node-restify/commit/e2b96e0ce66b060d45aec60910ffe126aa0a46b2) chore: staticServer doc fix (#​1618) - [`7132fda`](https://github.com/restify/node-restify/commit/7132fda6c722c5ea9173246aa0736f73f458516f) Pass max file size to formidable (#​1626) - [`8b11b71`](https://github.com/restify/node-restify/commit/8b11b71b487d0001c96312519298f7f85b196471) fix: server should fire not acceptable event (#​1627) - [`ca5c838`](https://github.com/restify/node-restify/commit/ca5c838403625a175131072b538c87ee1a55eb2f) docs(CHANGELOG): Update changelog - [`af2c9f4`](https://github.com/restify/node-restify/commit/af2c9f46c9b9fdbc0846943afa916c9194b261b6) chore(release): release 6.4.0

This PR has been generated by Renovate Bot.