nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Bump seneca from 3.4.2 to 3.17.0 #134

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps seneca from 3.4.2 to 3.17.0.

Release notes *Sourced from [seneca's releases](https://github.com/senecajs/seneca/releases).* > ## v3.7.0 > * `role:seneca,cmd:ping` responds with instance and process metrics. > * Fixed memory leak in history: [senecajs/seneca#680](https://github-redirect.dependabot.com/senecajs/seneca/issues/680) > * Utility modules available via Seneca.util: Eraro, Jsonic, Nid, Patrun > * `meta.custom` is now preserved properly over entire action pathway including transpo > > ## v3.6.0 > * `translate` method simplifies translating message patterns > * Message metadata has `custom` sub-object that propogates with message > > ## v3.5.0 > * Better format for fatal error messages > * Passes `npm audit` > * Fixed double `sub` call
Changelog *Sourced from [seneca's changelog](https://github.com/senecajs/seneca/blob/master/CHANGES.md).* > ## 3.17.0 2019-10-01 > > * Fix: use internal.print function fully throughout code base. > * `close` method waits for one action execution interval before preceding to avoid missing pending actions. > > > ## 3.16.1 2019-09-30 > > * Option `internal.print.log|err` allows custom printing of console output. > > > ## 3.16.0 2019-09-19 > > * Reverting to @hapi/joi 15.1.1 and standardizing on that for now. > > > ## 3.15.3 2019-09-19 > > * Support latest version of @hapi/joi 16.1.2. > > > ## 3.15.2 2019-09-19 > > * Update patrun to 2.x - fixes partial pattern match issue. > > > ## 3.15.0 2019-09-07 > > * Update dependencies to [@​hapi](https://github.com/hapi) > > > ## 3.14.0 2019-09-02 > > * New "flat" logger that will become default logger in 4.x. To use: `Seneca({logger:'flat'})` > * Interactions between .test(), .quiet(), and `test` and `quiet` settings are now consistent. > * The command line argument `--seneca.test` now correctly sets the test log level to `warn`. To print all logs, use `--seneca.test=all` > > > ## 3.13.3 2019-08-14 > > * Resolve disagreement between seneca-doc and seneca on valid plugin names - $ is not allowed as it is a separator between plugin name and tag. > > > ## 3.13.2 2019-08-08 > > * Include plugin returned meta data in the stored plugin definition (to be used by seneca-doc). > > > ## 3.13.1 2019-08-06 > > ... (truncated)
Commits - [`5a298a0`](https://github.com/senecajs/seneca/commit/5a298a0940410a6b3cc35020901ae49b77f92ec7) v3.17.0 - [`5e69d0e`](https://github.com/senecajs/seneca/commit/5e69d0e6f6934ac53523a6a4b345287d807f1970) fix - [`5a256d3`](https://github.com/senecajs/seneca/commit/5a256d3b4e2c691f0b87b4822f0a7c5182ed93cb) seneca-joi - [`db2cc14`](https://github.com/senecajs/seneca/commit/db2cc143df29ff7fb6645933525bd964b55c8ba4) travis node 12 - [`cb8eb5c`](https://github.com/senecajs/seneca/commit/cb8eb5c79a55d78b91ee0a6a09083e0fe47a9c75) fix Print references - [`4fed73d`](https://github.com/senecajs/seneca/commit/4fed73d070ba3c69eabc161d7963a90bb9ad1556) v3.16.1 - [`fe72e15`](https://github.com/senecajs/seneca/commit/fe72e15b8ae0fa37610fd324b8c24e0f55fab904) internal.print options - [`fe67245`](https://github.com/senecajs/seneca/commit/fe67245bf82f0d87d23009c3a4a87bd071d88daa) v3.16.0 - [`e78f250`](https://github.com/senecajs/seneca/commit/e78f250bc03525c7cec4a24c57a6de59d71e3800) v3.15.4 - [`7da3d18`](https://github.com/senecajs/seneca/commit/7da3d184372f3223ec306961ff8820c8c8a7e50d) update seneca-joi 5.0.0 - Additional commits viewable in [compare view](https://github.com/senecajs/seneca/compare/v3.4.2...v3.17.0)


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.


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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nodezoo/nodezoo-web/network/alerts).