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

Bump docpad from 6.80.6 to 6.82.5 #28

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

Conversation

dependabot-preview[bot]
Copy link

Bumps docpad from 6.80.6 to 6.82.5.

Changelog

Sourced from docpad's changelog.

v6.82.5 2018 October 1

  • Prevent plugin false could not be loaded errors, now it will output the path that failed to be found, as expected

v6.82.4 2018 September 8

  • Report the correct error for missing action requests
  • Ensure docpad-plugintester dependency is latest

v6.82.3 2018 September 8

v6.82.2 2018 September 8

v6.82.1 2018 September 7

  • Fixed initialising new projects (regression from v6.82.0)
  • docpad init will now prompt for skeletons (before v6.82.0 this was done via docpad skeleton, which was removed)
  • Upgraded remaining dependencies

v6.82.0 2018 September 7

  • This release focuses on eliminating the situation where DocPad would initiate with invalid configuration that would then need to be overwritten later, this could cause plugins to not load correctly, invalid configuration persisting, and general instability until the correct configuration was loaded. Now the correct configuration is loaded from commencement.
  • Due to new dependency requirements, the minimum supported Node version is now Node version 6, which drops support for Node versions 0.10, 0.12, and 4.
  • Fix DocPad not working on windows (regression since v6.81.0)
  • Progress indicator will now pause once the action has completed, and resume on new actions, this allows for cleaner shutdowns with no change of ability
  • Graceful shutdown is now offered by the destroyOnExit configuration option, which uses process.on('beforeExit', docpad.onBeforeExit) to destroy DocPad gracefully. This is now possible as we don't have to support Node 0.10. Before we had to do graceful shutdowns in a more complex and manual manner, which resulted in less graceful shutdowns.
  • DocPad will now longer output The action completed successfully., as unless an error has displayed, then evidently everything remains successful
  • Debug log file will now only be removed if it needs to be replaced with another one
  • Fixed --no-color CLI argument and color configuration option not working
    • Closes [issue #938](https://github-redirect.dependabot.com/docpad/docpad/issues/938)
    • Color now correctly defaults to environment support
    • Also now supports --colour and --no-colour
    • Removed --prompts CLI argument and prompts config option in favour of the --progress CLI argument and progress config option (as that is all prompts did really)
  • The CLI has been rewritten and simplified
    • The commander package has been swapped out for the cac package
    • Customisation of the out path via a CLI option now occurs via --outPath to remove ambiguity with docpad render out file customisation
    • Introduced --verbose and --debug CLI options, such that one can do --silent --debug
    • For docpad render there is no longer a delay to check for stdin, however if you are using stdin, you must now provide the --stdin CLI argument
      • stdin reading abilities has been moved into the docpad renderStdin method, and render has gained support for it, as well as support for writing an output file
    • Global CLI options are now parsed before DocPad is instantiated, to ensure configuration is correct from initiation, rather than incorrect at instantiation then made correct later
      • This removes built in support for customising this, however, no one should be customising global CLI options anyway
      • As expected, consoleSetup event fires after DocPad is ready, and commands can be added to the cac instance in the event options
... (truncated)
Commits
  • 3a8e776 v6.82.5 - fix missing plugin paths not being reported
  • 67b3af6 v6.82.4 - missing action error reporting improvement
  • be26f29 v6.82.3 - bring back node v6 support
  • 41f0dc8 v6.82.2 - improved plugin resolution
  • fc8d8cd v6.82.1 - dep upgrades and fix project init
  • d62e106 v6.82.0 - version bump and changelog
  • 4db3311 cleaned up shutdown process for latest CLI changes
  • f0c2679 dropped legacy node version support
  • 17f3121 split out bin/docpad into bin and lib/cli
  • e74c017 redid creation, config, and CLI for reliability
  • Additional commits viewable in compare view

Dependabot compatibility score

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants