-
Notifications
You must be signed in to change notification settings - Fork 23
Resolve to latest @envelop/core that includes intrumentation changes #1428
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
Conversation
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.
Pull Request Overview
This PR updates the @envelop/core dependency to resolve issues with JIT compilation by allowing the package manager to pick up the latest version that includes instrumentation changes.
- Updates @envelop/core from a pinned version to use a caret range
- Adds a changeset documenting the dependency update
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
packages/plugins/jwt-auth/package.json | Changes @envelop/core from pinned "5.3.0" to caret range "^5.3.0" |
.changeset/smart-mirrors-shave.md | Adds changeset entry documenting the dependency update |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-hive/gateway |
1.16.5-alpha-fa073a11fb5b80ae72d7ea2cee19c5197504a187 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-jwt-auth |
1.5.10-alpha-fa073a11fb5b80ae72d7ea2cee19c5197504a187 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.11.1-alpha-fa073a11fb5b80ae72d7ea2cee19c5197504a187 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
Regressed in #1372
Was causing issues with JIT in graphql-hive/graphql-gateways-benchmark#762.