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 dependency serve to v10 - autoclosed #73

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2018

This PR contains the following updates:

Package Type Update Change References
serve devDependencies major 6.5.5 -> 10.1.2 source

Release Notes

zeit/serve

v10.1.2

Compare Source

Patches
  • Use os.networkInterfaces() to detect network address: #​492
  • Bumped serve-handler to latest version: #​505
Credits

Huge thanks to @​saintwinkle for helping!

v10.1.1

Compare Source

Patches
  • Properly encode redirect responses: #​491

v10.1.0

Compare Source

Minor Changes
  • Added support for compression: #​487
  • Added NO_UPDATE_CHECK environment flag: #​457
  • Brought back support for ephemeral port switching: #​490
Patches
  • Bumped serve-handler to the latest version: #​488
  • Deprecate support for now.json and package.json: #​489
Credits

Huge thanks to @​leeyeh for helping!

v10.0.2

Compare Source

Patches
  • Bumped serve-handler to the latest version: #​480

v10.0.1

Compare Source

Patches
  • Bumped @zeit/schemas to the latest version: #​475

v10.0.0

Compare Source

Major Changes
  • Bumped dependencies to the latest version: #​468

v9.6.0

Compare Source

Minor Changes
  • Added support for range requests: #​465

v9.4.2

Compare Source

Patches
  • Point directly to Spectrum community: #​462

v9.4.1

Compare Source

Patches
  • Updated link to Spectrum: #​461

v9.4.0

Compare Source

Minor Changes
  • Handle ETag and If-None-Match: #​456

v9.3.0

Compare Source

Minor Changes
  • Support for absolute paths: #​445
Patches
  • Add badge to display install size: #​450
  • Bumped dependencies to the latest version: #​452
Credits

Huge thanks to @​az0uz and @​styfle for helping!

v9.2.0

Compare Source

Minor Changes
  • Allow custom headers to be set for default error responses: #​443

v9.1.2

Compare Source

Patches
  • Properly handle requests with malformed URIs: #​442

v9.1.1

Compare Source

Patches
  • Handle DNS lookup failures: #​439
Credits

Huge thanks to @​just-boris for helping!

v9.1.0

Compare Source

Minor Changes
  • Read port from environment variable PORT: #​434
Credits

Huge thanks to @​compulim for helping!

v9.0.0

Compare Source

Major Changes
  • Reverted default port back to 5000: #​427
Minor Changes
  • Brought back old message for serving: #​429
  • Added support for IPv6: #​430
Patches
  • Allow dots in value of public option: #​428

v8.2.0

Compare Source

Minor Changes
  • Add --config for custom paths to serve.json: #​418
  • Added error templates: #​419
Credits

Huge thanks to @​tohjustin for helping!

v8.1.4

Compare Source

Patches
  • Fixed requests to /index being redirected wrong: #​416

v8.1.3

Compare Source

Patches
  • Adding -p as an alias to -l: #​412
  • Document usage with Now and update handler: #​415
Credits

Huge thanks to @​wawhal for helping!

v8.1.2

Compare Source

Patches

v8.1.1

Compare Source

Patches
  • Show server listen address properly: #​407
Credits

Huge thanks to @​iczero for helping!

v8.1.0

Compare Source

Minor Changes
  • Support for renderSingle and reduced stat calls: #​406

v8.0.0

Compare Source

Major Changes
  • Make cleanUrls stop stripping .htm extension: #​403

v7.2.0

Compare Source

Minor Changes
  • Added default Content-Disposition header: #​397

v7.1.6

Compare Source

Patches
  • Replace logo for repository: ad821be

v7.1.5

Compare Source

Patches
  • Added charset to Content-Type header: #​394

v7.1.4

Compare Source

Patches
  • Ensured that everything in README.md is correct: #​392

v7.1.3

Compare Source

Patches
  • Bumped middleware to the latest version: #​391

v7.1.2

Compare Source

Patches
  • Bumped our dependencies to the latest version: #​388

v7.1.1

Compare Source

Patches
  • Added example of using the middleware: #​385

v7.1.0

Compare Source

Minor Changes
  • Re-added --single and made --listen support ports: #​384
Patches
  • Fixed "URL is not defined" error: #​381
  • Bumped serve-handler to the latest version: #​383
Credits

Huge thanks to @​jaeseok-park for helping!

v7.0.1

Compare Source

Patches
  • Removed useless dependencies: #​377

v7.0.0

Compare Source

This release marks a completely fresh start for this project.

Over the years, the core of the package has gotten bigger and bigger, eventually containing features that should not be part of it at all. This led to serve becoming rather slow in certain situations. But not just in terms of serving requests, but also when installing (because of the dependency count).

As of today, the package is going into a completely new direction and we're re-evaluating any feature suggestions we're encoutering on the repository.

If you want to continue using the old serve, please lock it like this in your dependencies:

{
  "serve": "6.5.8"
}

Notice that the version number is not prefixed with ^.

However, for those of you who would like to upgrade, there are plenty amazing things awaiting you:

  • The core is now very lean, therefore fast to install and serving requests faster.
  • The package is now powered by serve-handler, which means you can finally customize the entire behavior of all the routes of your static project.
  • Later today, static deployments running on Now will work with the same configuration as serve – right out of the box: Use serve for development and Now in production.

If you have any suggestions, let us know in the issue list or create a pull request to fix something! 🙏

Thank you all for using serve and have a great day!

Leo – @​notquiteleo

v6.5.8

Compare Source

Patches
  • Bumped dependencies to the latest version: #​371

v6.5.7

Compare Source

Patches
  • Updated update-check package to the latest version: #​362
  • Fixed chrome warning and removed unused variable: #​364
  • Ensure serve starts even when update check fails: #​360
  • Adjusted engines field to match readme: #​366
Credits

Huge thanks to @​MiniGod, @​sreeramjayan and @​n0v1 for helping!

v6.5.6

Compare Source

Patches
  • Added our linting setup and updated dependencies: #​354
  • Added Circle CI and adjust readme to feature Yarn: #​355

Renovate 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 if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented Aug 21, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 423a499 on renovate/serve-10.x into ee2b64e on master.

@renovate renovate bot force-pushed the renovate/serve-10.x branch 2 times, most recently from 8d59cde to 8cf9ec2 Compare November 12, 2018 21:08
@renovate renovate bot changed the title Update dependency serve to v10 Update dependency serve to v10 - autoclosed Mar 25, 2019
@renovate renovate bot closed this Mar 25, 2019
@renovate renovate bot deleted the renovate/serve-10.x branch March 25, 2019 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants