-
Notifications
You must be signed in to change notification settings - Fork 575
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
fix(deps): update envelop (major) #3070
Conversation
🦋 Changeset detectedLatest commit: d727459 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Apollo Federation Subgraph Compatibility Results
Learn more: |
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://c3234291.graphql-yoga.pages.dev |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
graphql-yoga-cloud-run-guide |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-link |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/redis-event-target |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
4.2.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
4.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
2.2.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
2.3.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
1.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
1.2.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
2.3.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
2.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
4.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/subscription |
4.1.0-rc-20231016111531-d7274595 |
npm ↗︎ unpkg ↗︎ |
This PR contains the following updates:
^4.0.0
->^5.0.0
4.0.3
->5.0.0
^4.0.0
->^5.0.0
5.0.3
->6.0.0
6.1.1
->7.0.0
7.0.0
->8.0.0
5.0.3
->6.0.0
6.0.3
->7.0.0
^3.0.0
->^4.0.0
^3.0.0
->^4.0.0
8.0.3
->9.0.0
^5.3.2
->^6.0.0
Release Notes
n1ru4l/envelop (@envelop/apollo-federation)
v5.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:v4.0.3
Compare Source
Patch Changes
#1927
e3c90116
Thanks @renovate! - dependencies updates:
@envelop/core@^4.0.2
↗︎ (from^4.0.1
, inpeerDependencies
)Updated dependencies
[
dee6b8d2
]:v4.0.1
Compare Source
Patch Changes
n1ru4l/envelop (@envelop/core)
v5.0.0
Compare Source
Major Changes
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
#1939
f7ef03c0
Thanks @EmrysMyrddin! - The
addPlugin
function now insert theplugin in place in the plugin list, leading to a more predictable execution order.
Breaking Change: This change alter the execution order of plugins. This can break some plugins
that was relying on the fact the
addPlugin
allowed to push a plugin to the end of the pluginlist.
If it is the case, the best fix is to reorder the plugin list and ensure the plugin is in the
right position, after all its dependencies.
Patch Changes
[
68e7a2a5
]:v4.0.3
Patch Changes
dee6b8d2
Thanks @EmrysMyrddin! - The context is now referentialy stable.
It means the context passed to all hooks and to all resolver is guaranted to always be the same
object instance. This unique object instance will be mutated as needed to extend the context.
v4.0.2
Patch Changes
db20864a
Thanks @EmrysMyrddin! - Fixed plugin duplication when nesting
envelop extensions
v4.0.1
Compare Source
Patch Changes
[
834e1e39
]:n1ru4l/envelop (@envelop/disable-introspection)
v6.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:n1ru4l/envelop (@envelop/generic-auth)
v7.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:Patch Changes
[
68e7a2a5
]:n1ru4l/envelop (@envelop/graphql-jit)
v8.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:Patch Changes
#1999
aba3c5c6
Thanks @renovate! - dependencies updates:
[email protected]
↗︎(from
0.8.2
, independencies
)n1ru4l/envelop (@envelop/graphql-modules)
v6.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:n1ru4l/envelop (@envelop/live-query)
v7.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:n1ru4l/envelop (@envelop/on-resolve)
v4.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:n1ru4l/envelop (@envelop/prometheus)
v9.0.0
Compare Source
Major Changes
#1986
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:Patch Changes
#1989
fc7884fe
Thanks @renovate! - dependencies updates:
prom-client@^15.0.0
↗︎ (from^13 || ^14.0.0
, inpeerDependencies
)Updated dependencies
[
68e7a2a5
]:n1ru4l/envelop (@envelop/response-cache)
v6.0.0
Compare Source
Major Changes
68e7a2a5
Thanks @EmrysMyrddin! - Breaking Change: Support of Node 16
is dropped.
#1977
a4343bee
Thanks @EmrysMyrddin! - The
enable
parameter now allows toentirely disable caching. It is checked eagerly and disables all cache related processing.
Breaking Change:
Previously,
enable
was only controlling cache reading. This means that previously, the automaticcache invalidation was still working even with
enable
returning false, which is no longer thecase. The alternative is to cautiously invalidate data in the related resolvers.
Updated dependencies
[
68e7a2a5
,f7ef03c0
]:v5.5.0
Compare Source
Minor Changes
b2ce17e2
Thanks @EmrysMyrddin! - Automatically add the entities id to
the request document. This change allows the plugin to not require anymore each query to carefuly
include all keys of all entities.
v5.4.0
Compare Source
Minor Changes
eccdcad6
Thanks @marhaupe! - Fix cache invalidations when result contains
empty values
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.