enisdenjo / graphql-yoga-nestjs

Nest GraphQL GraphQL Yoga driver
https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-nestjs
25 stars 11 forks source link

chore(deps): update dependency @envelop/apollo-federation to v2.6.0 #60

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@envelop/apollo-federation 2.3.2 -> 2.6.0 age adoption passing confidence

Release Notes

n1ru4l/envelop ### [`v2.6.0`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​260) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.5.0...@envelop/apollo-federation@2.6.0) ##### Minor Changes - [#​1499](https://togithub.com/n1ru4l/envelop/pull/1499) [`1f7af02b`](https://togithub.com/n1ru4l/envelop/commit/1f7af02b9f1a16058a6d69fcd48425a93be655c6) Thanks [@​viniciuspalma](https://togithub.com/viniciuspalma)! - Adding tslib to package dependencies Projects that currently are using yarn Berry with PnP or any strict dependency resolver, that requires that all dependencies are specified on package.json otherwise it would endue in an error if not treated correct Since https://www.typescriptlang.org/tsconfig#importHelpers is currently being used, tslib should be exported as a dependency to external runners get the proper import. Change on each package: ```json // package.json { "dependencies": { "tslib": "^2.4.0" } } ``` - Updated dependencies \[[`1f7af02b`](https://togithub.com/n1ru4l/envelop/commit/1f7af02b9f1a16058a6d69fcd48425a93be655c6), [`ae7bc9a3`](https://togithub.com/n1ru4l/envelop/commit/ae7bc9a36abd595b0a91f7b4e133017d3eb99a4a)]: - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).6.0 ### [`v2.5.0`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​250) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.4.2...@envelop/apollo-federation@2.5.0) ##### Minor Changes - Updated dependencies \[[`5a5f5c04`](https://togithub.com/n1ru4l/envelop/commit/5a5f5c04177b9e1379fd77db5d6383160879d449), [`d828f129`](https://togithub.com/n1ru4l/envelop/commit/d828f1291254a0f9dfdc3654611087859e4c9708)]: - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).5.0 ### [`v2.4.2`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​242) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.4.1...@envelop/apollo-federation@2.4.2) ##### Patch Changes - [`071f946`](https://togithub.com/n1ru4l/envelop/commit/071f946): Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext` - Updated dependencies \[[`071f946`](https://togithub.com/n1ru4l/envelop/commit/071f946)] - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).4.2 ### [`v2.4.1`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​241) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.4.0...@envelop/apollo-federation@2.4.1) ##### Patch Changes - Updated dependencies \[[`787d28a`](https://togithub.com/n1ru4l/envelop/commit/787d28a2)] - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).4.1 ### [`v2.4.0`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​240) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.3.3...@envelop/apollo-federation@2.4.0) ##### Minor Changes - [`8bb2738`](https://togithub.com/n1ru4l/envelop/commit/8bb2738): Support TypeScript module resolution. - Updated dependencies \[[`8bb2738`](https://togithub.com/n1ru4l/envelop/commit/8bb2738)] - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).4.0 ### [`v2.3.3`](https://togithub.com/n1ru4l/envelop/blob/HEAD/packages/plugins/apollo-federation/CHANGELOG.md#​233) [Compare Source](https://togithub.com/n1ru4l/envelop/compare/@envelop/apollo-federation@2.3.2...@envelop/apollo-federation@2.3.3) ##### Patch Changes - [`fbf6155`](https://togithub.com/n1ru4l/envelop/commit/fbf6155): update package.json repository links to point to the new home - Updated dependencies \[[`fbf6155`](https://togithub.com/n1ru4l/envelop/commit/fbf6155)] - [@​envelop/core](https://togithub.com/envelop/core)[@​2](https://togithub.com/2).3.3

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.