Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Bump seneca from 1.4.0 to 3.9.0 #309

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 13, 2019

Bumps seneca from 1.4.0 to 3.9.0.

Release notes

Sourced from seneca's releases.

v3.7.0

  • role:seneca,cmd:ping responds with instance and process metrics.
  • Fixed memory leak in history: senecajs/seneca#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

v3.3.0

3.3.0 2017-02-07

3.2.1

Missing module in package.json, see #561

v3.2.0

Summary

This release corrects timeout regressions in the Gate Executor which ultimately led to memory leaks. Provisional support for .inward() and .outward() api methods has been added. These will be documented at a later date.

CHANGELOG

The Change Log below can be found in /CHANGES.md.

  • Added .inward() api method.
  • Added .outward() api method.
  • Made logging safely stringify input.
  • Fixed memory leak / timeout bug in gate-executor.

Please visit http://senecajs.org/ for more information on support and how to contribute.

v3.1.0

Summary

This release corrects log filter regressions and issues where some types of match failed even though they should succeed. Additional minor improvements have been made too.

CHANGELOG

The Change Log below can be found in /CHANGES.md.

  • Correct issue with log handlers not working via command line
  • Extracted out log handling into seneca-log-filters for ease of reuse in custom loggers
... (truncated)
Changelog

Sourced from seneca's changelog.

3.9.0 2019-05-06

  • Added custom$ and fixed$ directives to seneca.add - see test/custom.test.js:custom-add - allows fixed message arguments and meta custom values on individual messages.

3.8.4 2019-03-03

  • Seneca.translate can include/exclude message properties.
  • Added log event so that plugins can capture log entries directly.

3.8.3 2019-02-25

  • Seneca.fail throws Seneca Errors, whereas Seneca.error creates them.
  • Seneca.error can create plugin scoped errors.

3.8.2 2019-02-17

  • Allow plugin names that are file paths, and allow . in plugin names and tags.
  • Plugins with seneca prefixes (seneca- or seneca@/) win - thus joi and seneca-joi in particular, are no longer confused.

3.8.1 2019-02-10

  • Fix action annotations - seneca-joi now works again.

3.8.0 2019-01-13

  • Plugin Seneca instance has init convenience method for initialization action.
  • Plugins can define local error codes with errors property.
  • Updated fail method throws Seneca Eraro exceptions directly and supports plugin-local codes.
  • Option to ensure plugins load only once, and to ignore plugins.

3.7.0 2018-07-18

  • role:seneca,cmd:ping responds with instance and process metrics.
  • Fixed memory leak in history: senecajs/seneca#680 .
  • Utility modules available via Seneca.util: Eraro, Jsonic, Nid, Patrun.
  • meta.custom is now preserved properly over entire action pathway including transports.

3.6.0 2018-05-28

  • translate method simplifies translating message patterns.
  • Message metadata has custom sub-object that propogates with message.
... (truncated)
Commits

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2019
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/seneca-3.9.0 branch from 08b5f10 to 53d5e12 Compare March 16, 2020 09:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/seneca-3.9.0 branch from 53d5e12 to 25623ec Compare June 1, 2020 14:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/seneca-3.9.0 branch 2 times, most recently from 6f695bc to 1811ce0 Compare July 15, 2020 13:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/seneca-3.9.0 branch from 1811ce0 to 61ccec9 Compare May 23, 2022 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants