Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update micro to the latest version 🚀 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 1, 2017

Version 8.0.0 of micro just got published.

Dependency micro
Current Version 7.3.3
Type dependency

The version 8.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of micro.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 8.0.0

Read more about this release here! 🎉

Commits

The new version differs by 15 commits.

  • c5da182 8.0.0
  • 5e2f018 Added graphql-request example (#288)
  • c4a3afd Minimize the core (#286)
  • 098c210 Added HTTPS example (#264)
  • c7a6229 Parse PORT environment variable as number (#277)
  • 3b6be39 Uppercase M for Micro (#274)
  • 89b5f75 Fixed markdown header (#269)
  • 36a5540 chore(package): update nyc to version 11.0.1 (#270)
  • a3969af chore(package): update lint-staged to version 3.5.1 (#268)
  • a808c76 chore(package): update lint-staged to version 3.5.0 (#266)
  • 8824dcb fix(package): update args to version 3.0.2 (#265)
  • 9827813 chore(package): update lint-staged to version 3.4.2 (#261)
  • e281012 fix(package): update clipboardy to version 1.1.2 (#259)
  • c62fbf3 fix(package): update args to version 3.0.1 (#258)
  • 409b847 fix(package): update args to version 3.0.0 (#257)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 1, 2017

Version 8.0.1 just got published.

Update to this version instead 🚀

Release Notes 8.0.1

Patches

  • Simplified binary flags: #291
  • Bumped dependencies to the latest version: 49ff776

Credits

Huge thanks to @lukeed for his help!

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2017

Version 8.0.2 just got published.

Update to this version instead 🚀

Release Notes 8.0.2

Patches

  • Close HTTP service in testing section safely: #293
  • Bumped dependencies to the latest version: 3b26837
Commits

The new version differs by 3 commits.

  • 1746044 8.0.2
  • 3b26837 Bumped dependencies to the latest version
  • ca146a1 Close HTTP service in testing section safely (#293)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2017

Version 8.0.3 just got published.

Update to this version instead 🚀

Release Notes 8.0.3

Patches

  • Fixed example in "Body parsing" section: #297
  • Show hint if error is about async on older Node.js: #298

Credits

Huge thanks to @floatdrop for his help!

Commits

The new version differs by 4 commits.

  • 7627ffa 8.0.3
  • a73e840 Bumped ava to the latest version
  • 2408dd5 Show hint if error is about async on older Node.js (#298)
  • 6649be3 Fix-up example in `body parsing" section (#297)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2017

Version 8.0.4 just got published.

Update to this version instead 🚀

Release Notes 8.0.4

Patches

  • HTTP error should be status code in readme.md: #303
  • Treat abstract streams (not inherited from Stream) correctly: #299

Credits

Huge thanks to @floatdrop and @mikeal for their help!

Commits

The new version differs by 3 commits.

  • 912e9a2 8.0.4
  • 080b159 Added support for abstract streams (#299)
  • 98f5f86 HTTP error should be status code in readme.md (#303)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 9.0.0 just got published.

Update to this version instead 🚀

Release Notes 9.0.0

Major Changes

  • Set encoding to utf-8 for JSON responses: #302

Patches

  • Simplified sendError method: #307
  • Bumped dependencies to the latest version: #310

Credits

Huge thanks to @floatdrop and @clarkdo for their help!

Commits

The new version differs by 4 commits.

  • dbc003d 9.0.0
  • 665a6db Bumped dependencies to the latest version (#310)
  • ad9a5d3 Set encoding to utf-8 for JSON responses (#302)
  • aa1f5b4 Simplified sendError method (#307)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2017

Version 9.0.1 just got published.

Update to this version instead 🚀

Release Notes 9.0.1

Patches

  • Replaced media-typer module with content-type: #316
  • Added port type and range validation: #320
  • Now using Number.isNaN instead of global.isNaN: #322
  • Bumped dependencies to the latest version: b39f0e4

Credits

Huge thanks to @dougwilson and @rapzo for their help!

Commits

The new version differs by 6 commits.

  • 451506d 9.0.1
  • b39f0e4 Bumped dependencies to the latest version
  • 4b65506 Use Number.isNaN instead of global.isNaN (#322)
  • d03895e Add port type and range validation to micro. (#320)
  • 1464634 Replace media-typer module with content-type (#316)
  • 221f9ed Don't recommend installing async-to-gen globally (#311)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2017

Version 9.0.2 just got published.

Update to this version instead 🚀

Release Notes 9.0.2

Patches

  • Detect error parameter instance type and console accordingly: #327

Credits

Huge thanks to @arbazsiddiqui for helping!

Commits

The new version differs by 2 commits.

  • b90fa37 9.0.2
  • 892d810 Detect error parameter instance type and console accordingly (#327)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2018

Version 9.1.0 just got published.

Update to this version instead 🚀

Release Notes 9.1.0

Minor Changes

  • Allow exporting a promise that might become a function: #335

Patches

  • Replace exponential operator with Math.pow as it causes errors: #328
  • Brought lockfiles in order: 2694bfc
  • Updated license date: 57d0458

Credits

Huge thanks to @timneutkens and @JakubMatyka for helping!

Commits

The new version differs by 7 commits.

  • 8e904e3 9.1.0
  • 57d0458 Updated license date
  • 2694bfc Brought lockfiles in order
  • 774f5aa Allow exporting a promise that might become a function (#335)
  • 12de1f2 Update readme.md (#332)
  • ab74cb0 Update index.js (#330)
  • 92081d2 Replace exponential operator with Math.pow as it causes errors (#328)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2018

Version 9.1.1 just got published.

Update to this version instead 🚀

Release Notes 9.1.1

Patches

  • Removed triangle from company name: 08146dd
  • No transpilation needed anymore: 62f3e45
  • Support es6 module default export: #336
  • Remove unused var from with-graphql example: #342
  • Lint Socket.IO Example: #341
  • Create README file for https example: #340
  • Splat listen() args to only specify host when supplied: #347

Credits

Huge thanks to @tungv and @fmiras for helping!

Commits

The new version differs by 8 commits.

  • fa91ddc 9.1.1
  • 3191eea splat listen() args to only specify host when supplied (#347)
  • 3b33de0 Create README file for https example (#340)
  • 1248351 Lint Socket.IO Example (#341)
  • 14b097a Remove unused var from with-graphql example (#342)
  • dd2a4bb [WIP] feat: support es6 module default export (#336)
  • 62f3e45 No transpilation needed anymore
  • 08146dd Removed triangle from company name

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2018

Version 9.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2018

Version 9.1.3 just got published.

Update to this version instead 🚀

Release Notes 9.1.3

Patches

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2018

Version 9.1.4 just got published.

Update to this version instead 🚀

Release Notes 9.1.4

Patches

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 23, 2018

Version 9.2.0 just got published.

Update to this version instead 🚀

Release Notes 9.2.0

Minor Changes

  • Add support for --unix-socket: #353

Patches

  • Create handler test file and test promise cases: #346
  • Create snapshot test for CLI help: #345
  • Update readme wording: #348

Credits

Huge thanks to @fmiras and @janniks for helping!

Commits

The new version differs by 5 commits.

  • c6500b7 9.2.0
  • f3b2978 Add support for --unix-socket (#353)
  • 066c06a Update readme wording (#348)
  • 43c39fb Create snapshot test for CLI help (#345)
  • 888b46e Create handler test file and test promise cases (#346)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2018

Version 9.3.0 just got published.

Update to this version instead 🚀

Release Notes 9.3.0

Minor Changes

  • Allow listening on multiple endpoints: 2aed2f7

Patches

  • Update .editorconfig to latest: ed0b804
  • Use new linting ecosystem: f6818af
  • Initial lint --fix pass: 72b1419
  • Ignore yarn-error.log: e9448a3
  • Manual linting fixups: c099757
  • Add circleci configuration: e2d0f40
  • Remove travis-ci configuration: 98ec80f
  • Remove coveralls and set 100% coverage threshold: e26b69a
  • Update readme badges: eb9485b
  • Change circleci badge style to shield: 801fdb1
  • Update usage and installation documentation: b2d35ee
  • Correct and simplify shutdown hooks: 95ffc80
Commits

The new version differs by 14 commits.

  • d11b496 9.3.0
  • 95ffc80 correct and simplify shutdown hooks
  • b2d35ee update usage and installation documentation
  • 2aed2f7 allow listening on multiple endpoints
  • 801fdb1 change circleci badge style to shield
  • eb9485b update readme badges
  • e26b69a remove coveralls and set 100% coverage threshold
  • 98ec80f remove travis-ci configuration
  • e2d0f40 add circleci configuration
  • c099757 manual linting fixups
  • e9448a3 ignore yarn-error.log
  • 72b1419 initial lint --fix pass
  • f6818af use new linting ecosystem
  • ed0b804 update .editorconfig to latest

See the full diff

greenkeeper bot added a commit that referenced this pull request May 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2018

Version 9.3.1 just got published.

Update to this version instead 🚀

Release Notes 9.3.1

Patches

  • Errors: fix invalid socket title: 283c216
  • Add hint about the port: 60d33d9
  • Move the hint message to the callback: 64a62a6
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 9.3.2 just got published.

Update to this version instead 🚀

Release Notes 9.3.2

Patches

  • Add badge to display install size: #362

Credits

Huge thanks to @styfle for helping!

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2018

Version 9.3.3 just got published.

Update to this version instead 🚀

Release Notes 9.3.3

Patches

  • Updated link to Spectrum: #370
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2019

  • The dependency micro was updated from 7.3.3 to 9.3.4.

Update to this version instead 🚀

Release Notes for 9.3.4

Patches

  • Chore(examples/with-https): using destructuring: 62c1e01
  • Convert getURL fn to more ergonomic one liner: 85d7bd6
  • Decrease install size: #396
Commits

The new version differs by 4 commits.

  • 11d8691 9.3.4
  • 0cf4d7c Decrease install size (#396)
  • 85d7bd6 convert getURL fn to more ergonomic one liner
  • 62c1e01 chore(examples/with-https): using destructuring

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants