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

Bump opentracing from 0.13.0 to 0.14.7 in /example/zoo #368

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Bumps opentracing from 0.13.0 to 0.14.7.

Release notes

Sourced from opentracing's releases.

Release 0.14.6 - DO NOT USE

  • Fix remaining circular dependencies in mock_tracer submodule (#154) -- thanks Minh Nguyen
  • Handle non-extending Span classes in Reference constructor (#162) -- thanks treble-snake

UPDATE: an issue (opentracing/opentracing-javascript#172) was discovered with this release, it's been replaced with v0.14.7 published from the branch rollback-v0.14.6 while the issue is being fixed. Most likely related to #162.

Release 0.14.5

  • Fix circular dependency in mock_context (#154) -- thanks Jonathan Moody

v0.14.4

0.14.4

  • Add trace identifiers to the SpanContext
Changelog

Sourced from opentracing's changelog.

0.14.7

Rollback v0.14.6 due to issue opentracing/opentracing-javascript#172 v0.14.7 is equivalent to v0.14.5, published from the branch rollback-v0.14 6

0.14.6

  • Fix remaining circular dependencies in mock_tracer submodule (#154) -- thanks Minh Nguyen

0.14.5

  • Fix circular dependency in mock_context (#154) -- thanks Jonathan Moody

0.14.4

  • Add trace identifiers to the SpanContext

0.14.3

  • Removed the dependency on lodash in the API compatibility checks as it was causing errors when the tests were run if lodash was not explicitly installed.

0.14.2

  • SpanOptions is now exported from the library.
  • MockTracer is now exported from the library.
  • The checkBaggageValues option has been replaced with skipBaggageChecks and the skipInjectExtractChecks option has been added in the API compatibility checks.

0.14.1

  • The globalTracer delegate will now correctly call startSpan, inject and extract with the configured global tracer as this.

0.14.0

  • TypeScript rewrite: Now brings TypeScript typings out of the box
  • Removed lib-debug and runtime type checks
  • Removed spanOptions.operationName
  • The main entry point can no longer be imported with a default import

If you previously used a default import like this:

... (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 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)

Bumps [opentracing](https://github.com/opentracing/opentracing-javascript) from 0.13.0 to 0.14.7.
- [Release notes](https://github.com/opentracing/opentracing-javascript/releases)
- [Changelog](https://github.com/opentracing/opentracing-javascript/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/opentracing/opentracing-javascript/commits)

---
updated-dependencies:
- dependency-name: opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 29, 2022
@lucacome lucacome merged commit 1278314 into master Dec 9, 2022
@lucacome lucacome deleted the dependabot/npm_and_yarn/example/zoo/opentracing-0.14.7 branch December 9, 2022 08:24
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants