mikeal / dropub

P2P publishing for everyone.
https://dropub.com
219 stars 26 forks source link

Update budo requirement from ^9.2.1 to ^11.6.0 #14

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on budo to permit the latest version.

Changelog *Sourced from [budo's changelog](https://github.com/mattdesl/budo/blob/master/CHANGELOG.md).* > # 11.x > > #### Breaking Changes > > - Upgraded to `browserify@15`, set supported node version to `>= 4` > > # 10.x > > :tada: > > #### Breaking Changes > > - Upgraded to `browserify@14` > - The `--pushstate` boolean argument should now come *after* entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning. > - Major overhaul to LiveReload backend to make it faster and more robust [#194](https://github-redirect.dependabot.com/mattdesl/budo/issues/194) > - No longer uses `tiny-lr` or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool > - No longer supports the LiveReload browser plugin > - Budo runs everything on a single port/server instead of a second server for LiveReload > - `/budo/livereload.js` now serves the LiveReload client > > #### Other Changes > > - `opts.staticOptions` is now passed onto `serve-static` module > - `opts.pushstate` (boolean or object) is now passed onto `connect-pushstate` module > - CLI now supports subarg syntax for commands like `--static-options` and `--pushstate` > - `defaultIndex` function now accepts a `req` as the second parameter > > # 9.4.7 > > - Make HTTP logging more accurate: previously the time and byte size was not correct > > # 9.4.5 .. 9.4.6 > > - Small tweaks to frontend build error styling > - Add `pushstate` flag as a boolean so it doesn't swallow entry > > # 9.4.3 > > - Disable cache control for `serve-static`, I've found this greatly reduces load time > - Slight change to `package.json` scripts so they work on Windows > > # 9.4.2 > > - Improve Windows terminal color support, fixes [#179](https://github-redirect.dependabot.com/mattdesl/budo/issues/179) > > # 9.4.0 > > - Improve build error parsing and rendering > > # 9.3.0 > ... (truncated)
Commits - See full diff in [compare view](https://github.com/mattdesl/budo/commits/v11.6.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like budo is no longer a dependency, so this is no longer needed.