query-engine
query-engine copied to clipboard
Bump docpad from 6.69.2 to 6.82.5
Bumps docpad from 6.69.2 to 6.82.5.
Changelog
Sourced from docpad's changelog.
v6.82.5 2018 October 1
- Prevent plugin
falsecould not be loaded errors, now it will output the path that failed to be found, as expectedv6.82.4 2018 September 8
- Report the correct error for missing action requests
- Ensure
docpad-plugintesterdependency is latestv6.82.3 2018 September 8
- Swapped out promptly for inquirer, which brings back Node v6 support (regression since v6.82.1)
- Close [issue #1093](https://github-redirect.dependabot.com/docpad/docpad/issues/1093)
v6.82.2 2018 September 8
- Add logging support to the pluginloader to make debugging plugin resolutions easier
- Fixed failures of plugin loading and creation not being reported correctly
- Ensure all dependencies are the latest right now, to help fix false negatives in plugin resolution
- Close [thread #248](https://discuss.bevry.me/t/plugins-broken-in-6-82-1/573?u=balupton)
v6.82.1 2018 September 7
- Fixed initialising new projects (regression from v6.82.0)
docpad initwill now prompt for skeletons (before v6.82.0 this was done viadocpad skeleton, which was removed)- Upgraded remaining dependencies
- Upgraded
promptlydependency from v2 to v3- Swapped
superagentfornode-fetch- Close [issue #1091](https://github-redirect.dependabot.com/docpad/docpad/issues/1091)
v6.82.0 2018 September 7
... (truncated)
- 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.
- Closes [issue #1086](https://github-redirect.dependabot.com/docpad/docpad/issues/1086)
- Fix DocPad not working on windows (regression since v6.81.0)
- Closes [issue #1088](https://github-redirect.dependabot.com/docpad/docpad/issues/1088), [thread #240](https://discuss.bevry.me/t/error-cannot-find-module-editions/570?u=balupton), [issue #1085](https://github-redirect.dependabot.com/docpad/docpad/issues/1085), [issue #1084](https://github-redirect.dependabot.com/docpad/docpad/issues/1084)
- 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
destroyOnExitconfiguration option, which usesprocess.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-colorCLI argument andcolorconfiguration 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
--colourand--no-colour- Removed
--promptsCLI argument andpromptsconfig option in favour of the--progressCLI argument andprogressconfig option (as that is allpromptsdid really)- The CLI has been rewritten and simplified
- The
commanderpackage has been swapped out for thecacpackage
- Closes [issue #1048](https://github-redirect.dependabot.com/docpad/docpad/issues/1048)
- Customisation of the out path via a CLI option now occurs via
--outPathto remove ambiguity withdocpad renderout file customisation- Introduced
--verboseand--debugCLI options, such that one can do--silent --debug- For
docpad renderthere is no longer a delay to check for stdin, however if you are using stdin, you must now provide the--stdinCLI argument
stdinreading abilities has been moved into the docpadrenderStdinmethod, andrenderhas 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,
consoleSetupevent fires after DocPad is ready, and commands can be added to thecacinstance in the event options
Commits
3a8e776v6.82.5 - fix missing plugin paths not being reported67b3af6v6.82.4 - missing action error reporting improvementbe26f29v6.82.3 - bring back node v6 support41f0dc8v6.82.2 - improved plugin resolutionfc8d8cdv6.82.1 - dep upgrades and fix project initd62e106v6.82.0 - version bump and changelog4db3311cleaned up shutdown process for latest CLI changesf0c2679dropped legacy node version support17f3121split out bin/docpad into bin and lib/clie74c017redid creation, config, and CLI for reliability- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by bevryme, a new releaser for docpad since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)