-
Notifications
You must be signed in to change notification settings - Fork 540
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: update OTel deps #954
Changes from all commits
0903f40
5e5bfbf
6440fdd
30087ea
1c314cc
bd9feaa
6c36108
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,18 +38,18 @@ | |
"@opentelemetry/api": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@opentelemetry/api": "1.0.2", | ||
"@opentelemetry/api": "1.1.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are pinned versions in dependencies below. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And these. |
||
"@types/node": "16.11.21", | ||
"gts": "3.1.0", | ||
"typescript": "4.3.5" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/core": "1.0.1", | ||
"@opentelemetry/exporter-jaeger": "1.0.1", | ||
"@opentelemetry/instrumentation": "0.27.0", | ||
"@opentelemetry/sdk-trace-node": "1.0.1", | ||
"@opentelemetry/resources": "1.0.1", | ||
"@opentelemetry/sdk-trace-base": "1.0.1", | ||
"@opentelemetry/semantic-conventions": "1.0.1" | ||
"@opentelemetry/core": "^1.1.1", | ||
"@opentelemetry/exporter-jaeger": "^1.1.1", | ||
"@opentelemetry/instrumentation": "^0.27.0", | ||
"@opentelemetry/sdk-trace-node": "^1.1.1", | ||
"@opentelemetry/resources": "^1.1.1", | ||
"@opentelemetry/sdk-trace-base": "^1.1.1", | ||
"@opentelemetry/semantic-conventions": "^1.0.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I only updated core packages that rely on api, semantic conventions does not. |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
below quite some deps are pinned to fixed versions (github doesn't allow to comment there). I think we should ranges there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed those as well.