-
Notifications
You must be signed in to change notification settings - Fork 819
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): update all non-major dependencies #1371
Merged
dyladan
merged 1 commit into
open-telemetry:master
from
renovate-bot:renovate/all-minor-patch
Jul 31, 2020
Merged
chore(deps): update all non-major dependencies #1371
dyladan
merged 1 commit into
open-telemetry:master
from
renovate-bot:renovate/all-minor-patch
Jul 31, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate-bot
requested review from
dyladan,
legendecas,
markwolff,
mayurkale22,
mwear,
naseemkullah,
obecny,
OlivierAlbertini and
vmarchaud
as code owners
July 31, 2020 00:23
forking-renovate
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 31, 2020
Codecov Report
@@ Coverage Diff @@
## master #1371 +/- ##
=======================================
Coverage 93.61% 93.61%
=======================================
Files 149 149
Lines 4261 4261
Branches 870 870
=======================================
Hits 3989 3989
Misses 272 272 |
naseemkullah
approved these changes
Jul 31, 2020
mayurkale22
approved these changes
Jul 31, 2020
obecny
approved these changes
Jul 31, 2020
renovate-bot
changed the title
chore(deps): update all non-major dependencies
Update all non-major dependencies
Jul 31, 2020
dyladan
approved these changes
Jul 31, 2020
renovate-bot
changed the title
Update all non-major dependencies
chore(deps): update all non-major dependencies
Jul 31, 2020
jonahrosenblum
pushed a commit
to jonahrosenblum/opentelemetry-js
that referenced
this pull request
Aug 8, 2020
obecny
added a commit
that referenced
this pull request
Aug 17, 2020
* feat: graceful shutdown for tracing and metrics * fix: wording in test case * fix: typo * fix meterprovider config to use bracket notation Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * fix meterprovider config to use bracket notation Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * fix: add callbacks to shutdown methods * fix: merge conflict * simplify meter shutdown code Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * fix: fix one-liner * private function name style fix Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * fix: naming of private member variables * fix: graceful shutdown now works in browser * fix: window event listener will trigger once * fix: modify global shutdown helper functions * fix: remove callback from remove listener args * fix: change global shutdown function names and simplify functionality * fix: add rest of function refactoring and simplification * fix: remove unintended code snippet * fix: refactor naming of listener cleanup function and fix sandbox issue * fix: make global shutdown cleanup local * fix: change interval of MeterProvider collection to ensure it does not trigger through clock * chore: removing _cleanupGlobalShutdownListeners * fix: remove unnecesary trace provider member function * Removing default span attributes (#1342) * refactor(opentelemetry-tracing): removing default span attributes Signed-off-by: Aravin Sivakumar <aravinarjunn@gmail.com> * refactor(opentelemetry-tracing): removing default span attributed from tracer object Signed-off-by: Aravin Sivakumar <aravinarjunn@gmail.com> * refactor(opentelemetry-tracing): removing accidental add to package.json Signed-off-by: Aravin Sivakumar <aravinarjunn@gmail.com> * refactor(opentelemetry-tracing): removing redundant test and fixing suggestions by Shawn and Daniel Signed-off-by: Aravin Sivakumar <aravinarjunn@gmail.com> * feat: add baggage support to the opentracing shim (#918) Co-authored-by: Mayur Kale <mayurkale@google.com> * Add nodejs sdk package (#1187) Co-authored-by: Naseem <naseemkullah@gmail.com> Co-authored-by: legendecas <legendecas@gmail.com> Co-authored-by: Mark Wolff <mrw00010@gmail.com> Co-authored-by: Matthew Wear <matthew.wear@gmail.com> * feat: add OTEL_LOG_LEVEL env var (#974) * Proto update to latest to support arrays and maps (#1339) * chore: 0.10.0 release proposal (#1345) * fix: add missing grpc-js index (#1358) * chore: 0.10.1 release proposal (#1359) * feat(api/context-base): change compile target to es5 (#1368) * Feat: Make ID generator configurable (#1331) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * fix: require grpc-js instead of grpc in grpc-js example (#1364) Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> * chore(deps): update all non-major dependencies (#1371) * chore: bump metapackage dependencies (#1383) * chore: 0.10.2 proposal (#1382) * fix: remove unnecesary trace provider member function * refactor(metrics): distinguish different aggregator types (#1325) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * Propagate b3 parentspanid and debug flag (#1346) * feat: Export MinMaxLastSumCountAggregator metrics to the collector as Summary (#1320) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * feat: Collector Metric Exporter for the Web (#1308) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * Fix issues in TypeScript getting started example code (#1374) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> * chore: deploy canary releases (#1384) * fix: protos pull * fix: address marius' feedback * chore: deleting removeAllListeners from prometheus, fixing tests, cleanu of events when using shutdown notifier * fix: add documentation and cleanup code * fix: remove async label from shutdown and cleanup test case * fix: update controller collect to return promise * fix: make downsides of disabling graceful shutdown more apparent Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Aravin <34178459+aravinsiva@users.noreply.github.com> Co-authored-by: Ruben Vargas Palma <ruben.vp8510@gmail.com> Co-authored-by: Mayur Kale <mayurkale@google.com> Co-authored-by: Naseem <naseemkullah@gmail.com> Co-authored-by: legendecas <legendecas@gmail.com> Co-authored-by: Mark Wolff <mrw00010@gmail.com> Co-authored-by: Matthew Wear <matthew.wear@gmail.com> Co-authored-by: Naseem <naseem@transit.app> Co-authored-by: Mark Wolff <mark.wolff@microsoft.com> Co-authored-by: Cong Zou <32532612+EdZou@users.noreply.github.com> Co-authored-by: Reginald McDonald <40721169+reggiemcdonald@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: srjames90 <srjames@lightstep.com> Co-authored-by: David W <dwitt12345@gmail.com> Co-authored-by: Mick Dekkers <mickdekkersnl@gmail.com>
dyladan
pushed a commit
to dyladan/opentelemetry-js
that referenced
this pull request
Sep 9, 2022
dyladan
pushed a commit
to dyladan/opentelemetry-js
that referenced
this pull request
Sep 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.10.5
->7.11.0
3.5.0
->3.5.1
14.0.25
->14.0.27
14.0.13
->14.0.27
3.7.0
->3.7.1
3.7.0
->3.7.1
3.7.0
->3.7.2
5.1.0
->5.1.1
3.9.5
->3.9.7
4.44.0
->4.44.1
Release Notes
babel/babel
v7.11.0
Compare Source
👓 Spec Compliance
babel-parser
babel-plugin-proposal-optional-chaining
🚀 New Feature
babel-cli
,babel-core
babel-compat-data
,babel-preset-env
numeric-separator
topreset-env
(@JLHwung)export-namespace-from
topreset-env
(@JLHwung)babel-parser
babel-generator
,babel-parser
,babel-types
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-decimal
,babel-standalone
,babel-types
babel-core
cloneInputAst
option tobabel.transformFromAst
(@coderaiser)🐛 Bug Fix
babel-helper-skip-transparent-expression-wrappers
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-spread
babel-helper-member-expression-to-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-logical-assignment-operators
babel-plugin-transform-typescript
babel-plugin-transform-runtime
babel-parser
babel-generator
,babel-parser
,babel-plugin-transform-typescript
babel-generator
💅 Polish
babel-traverse
🏠 Internal
@babel/eslint-*
packages (@JLHwung)spec-new
in CONTRIBUTING.md skip cibabel-standalone
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-compat-data
,babel-core
,babel-helper-module-transforms
,babel-helper-split-export-declaration
,babel-parser
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-classes
,babel-preset-env
,babel-traverse
,babel-types
babel-types
babel-compat-data
typescript-eslint/typescript-eslint
v3.7.1
Compare Source
Bug Fixes
call
(#2313) (30fafb0)codecov/codecov-node
v3.7.2
Compare Source
v3.7.1
Compare Source
karma-runner/karma
v5.1.1
Compare Source
Bug Fixes
Microsoft/TypeScript
v3.9.7
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
v3.9.6
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
webpack/webpack
v4.44.1
Compare Source
Bugfixes
export * from "non-esm"
and a default export.Renovate configuration
📅 Schedule: "before 3am on Friday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.