bump otel dependencies#8040
Conversation
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/cli |
0.59.2-alpha-20260512074934-3c5c60c43eb09d0a0ce81271c70194347a4050bb |
npm ↗︎ unpkg ↗︎ |
hive |
11.1.0-alpha-20260512074934-3c5c60c43eb09d0a0ce81271c70194347a4050bb |
npm ↗︎ unpkg ↗︎ |
There was a problem hiding this comment.
Code Review
This pull request updates dependencies across several packages, including @graphql-hive/logger, @graphql-hive/plugin-opentelemetry, and various OpenTelemetry libraries. Feedback indicates that required changesets are missing for both the service and SDK scopes, which is necessary for proper versioning and release notes according to the repository style guide.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
| }, | ||
| "devDependencies": { | ||
| "@graphql-hive/gateway": "^2.1.19", | ||
| "@graphql-hive/gateway": "2.7.2", |
There was a problem hiding this comment.
the old version was causing bunch of duped packages.
| "dependencies": { | ||
| "@graphql-hive/core": "workspace:*", | ||
| "@graphql-hive/logger": "^1.0.9" | ||
| "@graphql-hive/logger": "^1.1.0" |
There was a problem hiding this comment.
Bumped so we do not have multiple versions of it in the project at the same time.
| "@envelop/core": "5.5.1", | ||
| "@envelop/graphql-jit": "8.0.3", | ||
| "@envelop/graphql-modules": "9.1.0", | ||
| "@envelop/opentelemetry": "6.3.1", |
| "glob@10.x.x": "^10.5.0", | ||
| "path-to-regexp@0.x.x": "^0.1.13" | ||
| "path-to-regexp@0.x.x": "^0.1.13", | ||
| "fast-uri@2.x.x": "3.x.x" |
There was a problem hiding this comment.
This one we could not address via dependency updates.
devDependencies:
@graphql-hive/gateway 2.7.2
└─┬ @graphql-mesh/plugin-jit 0.2.36
└─┬ graphql-jit 0.8.7
└─┬ fast-json-stringify 5.16.1
└── fast-uri 2.4.0
@hive/server /Users/laurinquast/Projects/graphql-hive-3/packages/services/server (PRIVATE)
devDependencies:
@envelop/graphql-jit 8.0.3
└─┬ graphql-jit 0.8.6
└─┬ fast-json-stringify 5.16.1
└── fast-uri 2.4.0
dotansimha
left a comment
There was a problem hiding this comment.
lgtm. just worth mentioning in Pr title/descipriton that you also upgrade hive-gw?
Background
Description
Bumps a bunch of packages (hive gateway) to reduce the amount of duped dependencies and address vulnerabilities
Checklist