Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

chore(deps): update dependency micro to v9 #13

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
micro ^6.1.0 -> ^9.3.4 age adoption passing confidence

Release Notes

zeit/micro

v9.3.4

Compare Source

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

v9.3.3

Compare Source

Patches
  • Updated link to Spectrum: #​370

v9.3.2

Compare Source

Patches
  • Add badge to display install size: #​362
Credits

Huge thanks to @​styfle for helping!

v9.3.1

Compare Source

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

v9.3.0

Compare Source

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

v9.2.0

Compare Source

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!

v9.1.4

Compare Source

Patches

v9.1.3

Compare Source

Patches

v9.1.2

Compare Source

Patches

v9.1.1

Compare Source

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!

v9.1.0

Compare Source

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!

v9.0.2

Compare Source

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

Huge thanks to @​arbazsiddiqui for helping!

v9.0.1

Compare Source

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!

v9.0.0

Compare Source

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!

v8.0.4

Compare Source

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!

v8.0.3

Compare Source

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!

v8.0.2

Compare Source

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

v8.0.1

Compare Source

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

Huge thanks to @​lukeed for his help!

v8.0.0

Compare Source

Read more about this release here! 🎉

v7.3.3

Compare Source

Patches
  • Tell prettier not to use semicolons: 5e4aefd
  • Removed all semicolons: 1d2458d
  • 🐛 Export micro default: #​253
  • Bumped dependencies to the latest version: e6594fa
  • Removed lockfile for Yarn: 2416a2e
Credits

Huge thanks to @​albinekb for their help!

v7.3.2

Compare Source

Patches
  • Fix server.listen error handling: #​228
  • Chore(package): update test-listen to version 1.0.2: #​230
  • Fix(package): update args to version 2.6.0: #​231
  • Bumped lockfile for Yarn: 5cec04e

This release introduces automatic suggestions for CLI options!

Credits

Huge thanks to @​dimapaloskin for their help!

v7.3.1

Compare Source

Patches
  • Fix initial example in readme: #​214
  • Added chat-app example: #​218
  • Replace detect-port with get-port: #​226
  • Only load HTML files once in the beginning: 66fcf94
  • Invalidated cache of Slack badge: 09caf71
  • Mention awesome-micro inside the readme.md file: ab8850f
  • Fix failed 'limit included in error' test: #​227
  • Fixed a typo in the tests: b8d0835
Dependency Updates
  • Fix(package): update args to version 2.4.1: #​215
  • Chore(package): update coveralls to version 2.13.0: #​217
  • Fix(package): update clipboardy to version 1.1.0: #​220
  • Chore(package): update nyc to version 10.2.0: #​211
  • Chore(package): update eslint-config-prettier to version 1.6.0: #​222
  • Bumped dependencies to the latest version: 2c91d89
Credits

Huge thanks to @​floatdrop, @​coffee-mug and @​dimapaloskin for their help!

v7.3.0

Compare Source

Minor Changes
  • Use text/plain as default content-type in .json: #​208
  • Added .buffer and .text helpers: #​210
Patches
  • Test res.end is working without returned value: #​204
  • Added .editorconfig: 25cdf88
  • Use prettier: ceeaea5
  • Prettified everything: 3e7f55d
  • Fix(package): update args to version 2.4.0: #​205
  • Re-introduced correct syntax for code examples: 3641a50
  • Bumped lockfile for Yarn: e8be149
Credits

Huge thanks to @​floatdrop and @​thisguychris for their help!

v7.2.2

Compare Source

Patches
  • Improved initial example in readme.md file: #​201
  • Reverted "undefined from fn should not hang request" (re-enables streaming): #​180
  • Bumped husky to latest version: 892cb0c
  • Removed unnecessary return statement: de652f8
Credits

Huge thanks to @​floatdrop for his help!

v7.2.1

Compare Source

Patches
  • Port should be returned as number: #​200
  • Fixed content-type erasing on json and true 💯 coverage: #​199
Credits

Huge thanks to @​floatdrop for their help!

v7.2.0

Compare Source

Minor Changes
Patches
  • Convert port to number: #​168
  • Export async function lib/index.js: #​172
  • Use clipboardy: #​173
  • Simplify returnJSON function: #​178
  • Remove redundant async/await in server.listen: #​177
  • Fix for #​164 – status should not be ignored: #​183
  • Add code coverage: #​181
  • Null value from fn should cause one res.end call: #​179
  • Undefined from fn should not hang request: #​180
  • Add coverage results to gitignore: #​186
  • Throwing in sync function should work: #​188
  • Add coveralls.io badge: #​187
  • 💯 test coverage: #​190
  • Fix linting errors: #​198
  • Indicate type of flags: 7a21848
  • Bumped lockfile for Yarn: db4fead
Credits

Huge thanks to @​knpwrs, @​dotcypress, @​nkzawa and @​floatdrop for their help!

v7.1.0

Compare Source

Minor Changes
  • Add status fallback to error handling: #​164
Patches
  • Fix(package): update args to version 2.3.0: #​151
  • Include whole entrypoint directory to be compiled: #​152
  • Use bluebird instead of Q: #​153
  • Fix(package): update update-notifier to version 2.1.0: #​160
  • Chore(package): update ava to version 0.18.2: #​161
  • Lazy load async-to-gen/register: #​162
  • Lowercased text files: bd4a13f
  • Chore(package): update husky to version 0.13.2: #​165
  • Fix(package): update ip to version 1.1.5: #​166
  • Chore(package): update request to version 2.80.0: #​167
  • Tell Travis to test on node LTS: ab5c8a2
  • Fix transpilation on Windows platform: 8a597c0
  • Remove bluebird.coroutine: #​163
  • Bumped bluebird and xo to latest version: 179a0e9
  • Updated lockfile for Yarn: 94476e7
Credits

Huge thanks to @​dotcypress, @​timneutkens, @​iamstarkov and @​floatdrop for their help!

v7.0.6

Compare Source

Patches
  • Do not transpile API on the fly: e556804

v7.0.5

Compare Source

Patches
  • Avoid async and await for run(): a4cf235
  • Do not use it for json() either: 34eb7cd
  • Removed yarn's lockfile (only used in development, so no real advantage): 6eefdc9
  • No need to load CLI by filename: 1a6f80c
  • AVA supports async and await natively: 47b19f0

v7.0.4

Compare Source

Patches
  • Make command history available: ccd0b16
  • Bumped version tags in yarn's lockfile: 3f30e82

v7.0.3

Compare Source

Patches
  • Fixed typo in README.md: #​147
  • Save exact version of dependencies: 78b50bc
  • Pinned dependencies: 645c503
Credits

Huge thanks to @​bganicky for his help!

v7.0.2

Compare Source

Patches
  • Move getModule into it's own file: #​142
  • Use test-listen to get the listening url inside the tests: #​144
  • Flatten send(): #​143
  • Remove unused xo rules: #​146
  • Make async-to-gen work on Now: 53f61f5
Credits

Huge thanks to @​timneutkens for his help!

v7.0.1

Compare Source

Patches
  • Simplify "micro running" notification if non-TTY: a2f0011

v7.0.0

Compare Source

Major Changes
  • Removed old micro-serve binary: c5fafd6
  • Fail fast if node version is too low: 75eaf94
  • Removed onError (already deprecated): 5d1befa
Minor Changes
  • Let user know if there's an update: 7cd418e
  • Welcome back, good-looking usage information: daa6b65
  • Copy local URL to clipboard: 0206aa3
  • Make finding an open port work: 98529b5
  • Use native async/await if supported: e08adb6
  • Retrieve port from PORT env variable, if available: 7177b59
  • Return 204 No Content if value is null: 65dbed8
  • Rewrote docs to include examples: #​115
Patches
  • Remove greenkeeper email option: #​135
  • Added husky: #​132
  • Let Travis decide which node version to run: 7a61d01
  • Fixed code style: 485e5d2
  • Only lint before commit: 1e2730e
  • No need to specify test files: c1a0e43
  • Better path to main binary: 0948023
  • Use async-to-gen for micro itself as well: 169fa88
  • Split certain methods out into separate files: ef93122
  • Load logo from art repo: 65d00a2
  • Updated dependencies: 1efd7d5
  • Better text for running message: 2429537
  • Show correct ports when switching to an open one: c6a0e99
Credits

Huge thanks to @​timneutkens for his help! 😘


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

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

Successfully merging this pull request may close these issues.

None yet

1 participant