issuemd / issue.md

issuemd website development repo
https://issue.md
MIT License
0 stars 0 forks source link

Update micro to the latest version 🚀 #31

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 8.0.0 of micro just got published.

Dependency micro
Current Version 7.3.3
Type devDependency

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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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
  • Added support for abstract streams: #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] commented 7 years ago

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] commented 7 years ago

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