bevry / query-engine

QueryEngine provides extensive Querying, Filtering, and Searching abilities for Backbone.js Collections as well as JavaScript arrays and objects
http://bevry.github.io/query-engine/
Other
328 stars 34 forks source link

Bump docpad from 6.69.2 to 6.82.5 #49

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps docpad from 6.69.2 to 6.82.5.

Changelog *Sourced from [docpad's changelog](https://github.com/docpad/docpad/blob/master/HISTORY.md).* > ## 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 > - 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)](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://github-redirect.dependabot.com/docpad/docpad/issues/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 init` will now prompt for skeletons (before v6.82.0 this was done via `docpad skeleton`, which was removed) > - Upgraded remaining dependencies > - Upgraded `promptly` dependency from v2 to v3 > - Swapped `superagent` for `node-fetch` > - Close [issue [#1091](https://github-redirect.dependabot.com/docpad/docpad/issues/1091)](https://github-redirect.dependabot.com/docpad/docpad/issues/1091) > > ## 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. > - Closes [issue [#1086](https://github-redirect.dependabot.com/docpad/docpad/issues/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)](https://github-redirect.dependabot.com/docpad/docpad/issues/1088), [thread [#240](https://github-redirect.dependabot.com/docpad/docpad/issues/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)](https://github-redirect.dependabot.com/docpad/docpad/issues/1085), [issue [#1084](https://github-redirect.dependabot.com/docpad/docpad/issues/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 `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)](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](https://github.com/tj/commander.js) has been swapped out for the [`cac` package](https://github.com/cacjs/cac) > - Closes [issue [#1048](https://github-redirect.dependabot.com/docpad/docpad/issues/1048)](https://github-redirect.dependabot.com/docpad/docpad/issues/1048) > - 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`](https://github.com/docpad/docpad/commit/3a8e77625bbeb0bcd334676fbbeab58603297a76) v6.82.5 - fix missing plugin paths not being reported - [`67b3af6`](https://github.com/docpad/docpad/commit/67b3af62ed290f08e921b5157924936dd2c4ea9f) v6.82.4 - missing action error reporting improvement - [`be26f29`](https://github.com/docpad/docpad/commit/be26f29cc2dff82e709d4d06659cf5a7598d739d) v6.82.3 - bring back node v6 support - [`41f0dc8`](https://github.com/docpad/docpad/commit/41f0dc88ed697235bb3f4b59c3e81bce1572ad91) v6.82.2 - improved plugin resolution - [`fc8d8cd`](https://github.com/docpad/docpad/commit/fc8d8cd830d375332efe8e190cf44c282a594b48) v6.82.1 - dep upgrades and fix project init - [`d62e106`](https://github.com/docpad/docpad/commit/d62e1060dea9e6995ae96767e0ebbfeff5c157d4) v6.82.0 - version bump and changelog - [`4db3311`](https://github.com/docpad/docpad/commit/4db3311ea9562dbb58ff297d80a3f777e41459a3) cleaned up shutdown process for latest CLI changes - [`f0c2679`](https://github.com/docpad/docpad/commit/f0c2679441eb705ce9341f324e207596acf0d20c) dropped legacy node version support - [`17f3121`](https://github.com/docpad/docpad/commit/17f312157cf357a0a3ac62f8040d3052ac8d0a56) split out bin/docpad into bin and lib/cli - [`e74c017`](https://github.com/docpad/docpad/commit/e74c01722069d4a12ec7bba60ac216cd413b0ae5) redid creation, config, and CLI for reliability - Additional commits viewable in [compare view](https://github.com/docpad/docpad/compare/v6.69.2...v6.82.5)
Maintainer changes This version was pushed to npm by [bevryme](https://www.npmjs.com/~bevryme), a new releaser for docpad since your current version.


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](https://app.dependabot.com): - 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)