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

chore(deps): bump newrelic from 5.10.0 to 5.11.0 #1476

Merged
merged 1 commit into from
Aug 5, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps newrelic from 5.10.0 to 5.11.0.

Changelog

Sourced from newrelic's changelog.

5.11.0 (2019-07-29):

  • Implements Expected and Ignored Errors functionality

  • Bumps jsdoc and lodash dev dependency to avoid upstream vulnerability warning.

  • Added support for scoped package name introduced in hapi v18 (@hapi/hapi).

    This will provide functionality at parity with instrumentation for hapi v17. Any
    new features may not yet be supported.

Huge shoutout to Aori Nevo (@​aorinevo) for this contribution.

  • Fixed bug where agent would count errors towards error metrics even if they were
    dropped due to the error collector being disabled.

  • The agent will now properly track cached paths to files in loaded modules on Node
    versions >10.

    As of Node v11, the path to a file in a module being loaded will only be resolved
    on the first load; subsequent resolution of that file will use a cached value.
    The agent records this resolved path and uses it for relative file look ups in
    order to deep link into modules using Shim#require. Since the agent couldn't
    reliably get at the path on the subsequent calls to require, it now replicates
    the caching logic and hold onto the resolved path for a given file.

  • Adds detailed logging through harvest/collector code to increase supportability.

Commits
  • 8bc3612 release: published 5.11.0
  • 45030b1 Updated changelog for v5.11.0.
  • 95bae60 Merge pull request #1786 from NodeJS-agent/astorm/expected_appdex
  • 23b1a49 linting and comment style
  • 316818c lint, "no errors" edge cases (yay tests)
  • 0deb644 Merge pull request #1785 from NodeJS-agent/bclement/local-config-expected-err...
  • 21e6830 Better comments
  • 6baa34a Renaming method
  • dbfa0a9 more error-like
  • 1aca800 error-like not error like
  • 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.


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). To ignore the version in this PR you can just close it
  • @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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 5, 2019
@codecov-io
Copy link

codecov-io commented Aug 5, 2019

Codecov Report

Merging #1476 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1476   +/-   ##
=======================================
  Coverage   34.59%   34.59%           
=======================================
  Files         248      248           
  Lines        9184     9184           
  Branches     1986     1986           
=======================================
  Hits         3177     3177           
  Misses       5401     5401           
  Partials      606      606

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ba2dfc...565da70. Read the comment docs.

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.

None yet

2 participants