macklinu / danger-plugin-jest

Danger plugin for Jest
MIT License
23 stars 9 forks source link

Update serve to the latest version 🚀 #16

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 6.0.1 of serve just got published.

Dependency serve
Current Version 5.2.4
Type optionalDependency

The version 6.0.1 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 serve. 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.


Commits

The new version differs by 22 commits.

  • 267bbb3 6.0.1
  • c16c721 Shorter error message for missing authentication flags
  • 0234ba4 Fixed custom 404 pages (#218)
  • dae446e Improved syntax for determining port
  • 6655ed6 Better default caching for single page applications
  • 2e53727 Prettified remaining code
  • 0c4e536 Convert PORT environment variable to integer (#242)
  • 4c3c733 Prettified everything
  • bac0fd9 Bumped dependencies to the latest version
  • 79a0b5d chore(package): update husky to version 0.14.2 (#241)
  • 4668cd6 fix(package): update chalk to version 2.0.0 (#238)
  • 1ed2159 chore(package): update prettier to version 1.5.2 (#236)
  • 0cf2f01 chore(package): update prettier to version 1.5.1 (#235)
  • f333a83 chore(package): update prettier to version 1.5.0 (#234)
  • 54278bc Updated description to reflect current state

There are 22 commits in total.

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 6.0.2 just got published.

Update to this version instead 🚀

Release Notes 6.0.2

Patches

  • Disable cache when --cache flag is set to 0: #245
  • Lockfile added: 4f7ef6f

Credits

Huge thanks to @fabe for his help!

Commits

The new version differs by 5 commits.

  • f4098ee 6.0.2
  • 4f7ef6f Lockfile added
  • 6d60755 Disable cache when --cache flag is set to 0 (#245)
  • d90f267 chore(package): update lint-staged to version 4.0.1 (#244)
  • 0faccbd chore(package): update husky to version 0.14.3 (#243)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.0.3 just got published.

Update to this version instead 🚀

Release Notes 6.0.3

Patches

  • Fixed missing zero in one day cache number: #255

Credits

Huge thanks to @albertstill for his help!

Commits

The new version differs by 8 commits.

  • 667e605 6.0.3
  • c0e62a5 Bumped dependencies to the latest version
  • 8edb2c6 Fixed missing zero in one day cache number (#255)
  • dad260a fix(package): update args to version 3.0.4 (#254)
  • dbd254c chore(package): update prettier to version 1.5.3 (#251)
  • f746f56 fix(package): update fs-extra to version 4.0.0 (#250)
  • ee28226 fix(package): update boxen to version 1.2.0 (#249)
  • 6d769d6 fix(package): update path-type to version 3.0.0 (#246)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.0.4 just got published.

Update to this version instead 🚀

Release Notes 6.0.4

Patches

  • Removed useless package fields: e3eb8cd
  • Fixed import comments: 130fbc5
  • Bumped dependencies to the latest version: b134d57
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.0.5 just got published.

Update to this version instead 🚀

Release Notes 6.0.5

Patches

  • Bumped dependencies to the latest version: 453ed99
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.0.6 just got published.

Update to this version instead 🚀

Release Notes 6.0.6

Patches

  • Output a special message for non-TTY: ff717d7
  • Bumped dependencies to the latest version: 9ee4e1e
Commits

The new version differs by 3 commits.

  • e815b34 6.0.6
  • 9ee4e1e Bumped dependencies to the latest version
  • ff717d7 Output a special message for non-TTY

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes 6.1.0

Minor Changes

  • Sort to list directories first, then sort alphabetically: #265
  • Added --treeless flag for disabling directory listings: #261

Patches

  • Bumped dependencies to the latest version: b5637aa

Credits

Huge thanks to @TooTallNate and @javilobo8 for their help!

Commits

The new version differs by 4 commits.

  • fbd1663 6.1.0
  • 8c1eec9 Added --treeless flag for disabling directory listings (#261)
  • b5637aa Bumped dependencies to the latest version
  • 150c191 Sort to list directories first, then sort alphabetically (#265)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.0 just got published.

Update to this version instead 🚀

Release Notes 6.2.0

Minor Changes

  • Bump dependencies, primarily send for mime time upgrades: #270

Credits

Huge thanks to @rauchg for their help!

Commits

The new version differs by 2 commits.

  • f687c99 Release 6.2.0
  • 9ef6de0 bump dependencies, primarily send for mime time upgrades (#270)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.3.0 just got published.

Update to this version instead 🚀

Release Notes 6.3.0

Minor Changes

  • Added ability to toggle the list view: #276
  • Support for HTTPS in development added: #274

Patches

  • Fixed caching of SPAs and /index.html: #269
  • Bumped dependencies to the latest version: 7183dc7

Credits

Huge thanks to @barinali, @justanotherdot and @MarcoThePoro for their help!

Commits

The new version differs by 7 commits.

  • e20f530 6.3.0
  • 2882749 Updated testing snapshots
  • 7183dc7 Bumped dependencies to the latest version
  • c6336ea Support for HTTPS in development added (#274)
  • 35bf03b Fixed caching of SPAs and /index.html (#269)
  • a5255c8 Added ability to toggle the list view (#276)
  • b35865f Introduce tests (#275)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.3.1 just got published.

Update to this version instead 🚀

Release Notes 6.3.1

Patches

  • Fixed duplicated short flag: #278

Credits

Huge thanks to @4cm4k1 for his help!

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.0 just got published.

Update to this version instead 🚀

Release Notes 6.4.0

Minor Changes

  • Added icons for image files: #286

Patches

  • Ensure that the parent directory is always in the beginning of the list: #288

Credits

Huge thanks to @tohjustin for his help!

Commits

The new version differs by 3 commits.

  • 08da443 6.4.0
  • 5eda19d Ensure that the parent directory is always in the beginning of the list (#288)
  • 5c2a9c0 Added icons for image files (#286)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.4.1 just got published.

Update to this version instead 🚀

Release Notes 6.4.1

Patches

  • Optimize SVG icons: #291
  • Bumped dependencies to the latest version: cd1940c

Credits

Huge thanks to @lachlanjc for his help!

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.2 just got published.

Update to this version instead 🚀

Release Notes 6.4.2

Patches

  • Updated license to be correct: 84fa429
  • Bumped dependencies to the latest version: c71f8ad
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.3 just got published.

Update to this version instead 🚀

Release Notes 6.4.3

Patches

  • Recycle output of call to file system: #305

Credits

Huge thanks to @fritz-c for helping!

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.4 just got published.

Update to this version instead 🚀

Release Notes 6.4.4

Patches

  • Fixed typo in option alias: #309
  • Bumped nyc to the latest version: 36783f6

Credits

Huge thanks to @just-boris for helping!

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.5 just got published.

Update to this version instead 🚀

Release Notes 6.4.5

Patches

  • Removed triangle from company name: bccc217
  • Use different package for update notifications: c5444f2
  • Corrected date in license: aa20f77
  • Bumped dependencies to the latest version: 0872fcf
Commits

The new version differs by 5 commits.

  • d9afce3 6.4.5
  • 0872fcf Bumped dependencies to the latest version
  • aa20f77 Corrected date in license
  • c5444f2 Use different package for update notifications
  • bccc217 Removed triangle from company name

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.6 just got published.

Update to this version instead 🚀

Release Notes 6.4.6

Patches

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.7 just got published.

Update to this version instead 🚀

Release Notes 6.4.7

Patches

  • Save dependencies unprefixed: fae18bb
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.8 just got published.

Update to this version instead 🚀

Release Notes 6.4.8

Patches

  • Make installation work properly: a7f1b59
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.9 just got published.

Update to this version instead 🚀

Release Notes 6.4.9

Patches

  • Scope to working directory correctly: #316
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.11 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.0 just got published.

Update to this version instead 🚀

Release Notes 6.5.0

Minor Changes

  • Added support for a --local flag: #327

Patches

  • Bumped dependencies to the latest version: df05c30

Credits

Huge thanks to @fmiras for helping!

Commits

The new version differs by 3 commits.

  • cfaebe1 6.5.0
  • df05c30 Bumped dependencies to the latest version
  • 297748b Added support for a --local flag (#327)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.1 just got published.

Update to this version instead 🚀

Release Notes 6.5.1

Patches

  • Add object and array destructuring on XO reported errors: #336
  • Ensure 0 cache value triggers no cache: #339
  • Bumped prettier to the latest version: 3a8f8ea

Credits

Huge thanks to @fmiras and @EdwardSalter for helping!

Commits

The new version differs by 4 commits.

  • 2fece04 6.5.1
  • 3a8f8ea Bumped prettier to the latest version
  • 141edff Ensure 0 cache value triggers no cache (#339)
  • b1b7a59 Add object and array destructuring on XO reported errors (#336)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.2 just got published.

Update to this version instead 🚀

Release Notes 6.5.2

Patches

  • Added tests for --ignore flag: #341
  • Bumped dependencies to the latest version: 7db55d6
  • Switched everything to Yarn: e8c3118

Credits

Huge thanks to @timneutkens for helping!

Commits

The new version differs by 4 commits.

  • 10092b2 6.5.2
  • e8c3118 Switched everything to Yarn
  • 7db55d6 Bumped dependencies to the latest version
  • dd4a84e Added tests for --ignore flag (#341)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.3 just got published.

Update to this version instead 🚀

Release Notes 6.5.3

Patches

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.4 just got published.

Update to this version instead 🚀

Release Notes 6.5.4

Patches

  • Replaced the update checker: #347
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.5 just got published.

Update to this version instead 🚀

Release Notes 6.5.5

Patches

  • Only check for update in non-production: #352

Credits

Huge thanks to @thekemkid for helping!

Commits

The new version differs by 2 commits.

  • dc50977 6.5.5
  • 723ae4d Only check for update in non-production (#352)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.6 just got published.

Update to this version instead 🚀

Release Notes 6.5.6

Patches

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

The new version differs by 3 commits.

  • 6f83a69 6.5.6
  • 3f4116e Added Circle CI and adjust readme to feature Yarn (#355)
  • e1a4fb7 Added our linting setup and updated dependencies (#354)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.7 just got published.

Update to this version instead 🚀

Release Notes 6.5.7

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!

Commits

The new version differs by 5 commits.

  • 6b3a735 6.5.7
  • ff3277b Adjusted engines field to match readme (#366)
  • 096d128 Ensure serve starts even when update check fails (#360)
  • 7d05813 Fixed chrome warning and removed unused variable (#364)
  • 8d04a3c Updated update-check package to the latest version (#362)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.8 just got published.

Update to this version instead 🚀

Release Notes 6.5.8

Patches

  • Bumped dependencies to the latest version: #371
Commits

The new version differs by 2 commits.

  • 066b049 6.5.8
  • c097947 Bumped dependencies to the latest version (#371)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.0.0 just got published.

Update to this version instead 🚀

Release Notes 7.0.0

Major Changes

  • Rewrite project entirely: #374

Patches

  • Removed useless file: #376
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes 7.0.1

Patches

  • Removed useless dependencies: #377
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.0 just got published.

Update to this version instead 🚀

Release Notes 7.1.0

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!

Commits

The new version differs by 4 commits.

  • a567a0a 7.1.0
  • 4f135ea Re-added --single and made --listen support ports (#384)
  • 5d8a9d2 Bumped serve-handler to the latest version (#383)
  • 5b1840c Fixed "URL is not defined" error (#381)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.1 just got published.

Update to this version instead 🚀

Release Notes 7.1.1

Patches

  • Added example of using the middleware: #385
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.2 just got published.

Update to this version instead 🚀

Release Notes 7.1.2

Patches

  • Bumped our dependencies to the latest version: #388
Commits

The new version differs by 2 commits.

  • 82c99b6 7.1.2
  • 43f5bc7 Bumped our dependencies to the latest version (#388)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.3 just got published.

Update to this version instead 🚀

Release Notes 7.1.3

Patches

  • Bumped middleware to the latest version: #391
Commits

The new version differs by 2 commits.

  • ff4faf9 7.1.3
  • b822208 Bumped middleware to the latest version (#391)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.4 just got published.

Update to this version instead 🚀

Release Notes 7.1.4

Patches

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

The new version differs by 2 commits.

  • c6696ee 7.1.4
  • ca460aa Ensured that everything in README.md is correct (#392)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.5 just got published.

Update to this version instead 🚀

Release Notes 7.1.5

Patches

  • Added charset to Content-Type header: #394
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.6 just got published.

Update to this version instead 🚀

Release Notes 7.1.6

Patches

  • Replace logo for repository: ad821be
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.2.0 just got published.

Update to this version instead 🚀

Release Notes 7.2.0

Minor Changes

  • Added default Content-Disposition header: #397
Commits

The new version differs by 2 commits.

  • 1b888aa 7.2.0
  • 7c92de9 Added default Content-Disposition header (#397)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0 just got published.

Update to this version instead 🚀

Release Notes 8.0.0

Major Changes

  • Make cleanUrls stop stripping .htm extension: #403
Commits

The new version differs by 2 commits.

  • 0abe7ff 8.0.0
  • e9bcc6c Make cleanUrls stop stripping .htm extension (#403)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.0 just got published.

Update to this version instead 🚀

Release Notes 8.1.0

Minor Changes

  • Support for renderSingle and reduced stat calls: #406
Commits

The new version differs by 2 commits.

  • 82da9fe 8.1.0
  • eeb99a4 Support for renderSingle and reduced stat calls (#406)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.1 just got published.

Update to this version instead 🚀

Release Notes 8.1.1

Patches

  • Show server listen address properly: #407

Credits

Huge thanks to @iczero for helping!

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.2 just got published.

Update to this version instead 🚀

Release Notes 8.1.2

Patches

  • Correctly apply host: #410
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.3 just got published.

Update to this version instead 🚀

Release Notes 8.1.3

Patches

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

Credits

Huge thanks to @wawhal for helping!

Commits

The new version differs by 3 commits.

  • 43f2c0b 8.1.3
  • 51a459b Document usage with Now and update handler (#415)
  • 0fea3e2 Adding -p as an alias to -l (#412)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.1.4 just got published.

Update to this version instead 🚀

Release Notes 8.1.4

Patches

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

The new version differs by 2 commits.

  • 69411f7 8.1.4
  • 3891e33 Fixed requests to /index being redirected wrong (#416)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.2.0 just got published.

Update to this version instead 🚀

Release Notes 8.2.0

Minor Changes

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

Credits

Huge thanks to @tohjustin for helping!

Commits

The new version differs by 3 commits.

  • 8cb97d4 8.2.0
  • 8440d82 Added error templates (#419)
  • da25b61 Add --config for custom paths to serve.json (#418)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.0.0 just got published.

Update to this version instead 🚀

Release Notes 9.0.0

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
Commits

The new version differs by 5 commits.

  • eb7d3bc 9.0.0
  • e8378d5 Added support for IPv6 (#430)
  • ef45e6a Brought back old message for serving (#429)
  • ba2f6dd Allow dots in value of public option (#428)
  • f4fe6ba Reverted default port back to 5000 (#427)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.0 just got published.

Update to this version instead 🚀

Release Notes 9.1.0

Minor Changes

  • Read port from environment variable PORT: #434

Credits

Huge thanks to @compulim for helping!

Commits

The new version differs by 2 commits.

  • 250c972 9.1.0
  • d775a09 Read port from environment variable PORT (#434)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.1 just got published.

Update to this version instead 🚀

Release Notes 9.1.1

Patches

  • Handle DNS lookup failures: #439

Credits

Huge thanks to @just-boris for helping!

Commits

The new version differs by 2 commits.

See the full diff