Skip to content

Bump undici, @graphql-tools/apollo-engine-loader, @graphql-tools/github-loader and cross-undici-fetch#39

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/undici-and-graphql-tools/apollo-engine-loader-and-graphql-tools/github-loader-and-cross-undici-fetch-5.13.0
Closed

Bump undici, @graphql-tools/apollo-engine-loader, @graphql-tools/github-loader and cross-undici-fetch#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/undici-and-graphql-tools/apollo-engine-loader-and-graphql-tools/github-loader-and-cross-undici-fetch-5.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 28, 2022

Copy link
Copy Markdown
Contributor

Bumps undici, @graphql-tools/apollo-engine-loader, @graphql-tools/github-loader and cross-undici-fetch. These dependencies needed to be updated together.
Updates undici from 4.12.1 to 5.13.0

Release notes

Sourced from undici's releases.

v5.13.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.12.0...v5.13.0

v5.12.0

This release includes significant improvements to fetch code coverage and spec compliance as well as a new option to limit response body size.

What's Changed

... (truncated)

Commits

Updates @graphql-tools/apollo-engine-loader from 7.2.1 to 7.3.19

Release notes

Sourced from @​graphql-tools/apollo-engine-loader's releases.

@​graphql-tools/apollo-engine-loader@​7.3.6

Patch Changes

  • 3c8fb360: chore(deps): update @​whatwg-node/fetch to fix vulnerability

@​graphql-tools/apollo-engine-loader@​7.3.5

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0

@​graphql-tools/apollo-engine-loader@​7.3.4

@​graphql-tools/apollo-engine-loader

7.3.2

Patch Changes

  • eda0da95: Replace 'cross-undici-fetch' with '@​whatwg-node/fetch' since the previous one is deprecated

7.3.1

Patch Changes

  • ead60ca3: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

7.3.0

Minor Changes

  • d76a299c: Support TypeScript module resolution.

Patch Changes

  • Updated dependencies [a0abbbcd]
  • Updated dependencies [d76a299c]
    • @​graphql-tools/utils@​8.8.0

7.2.20

Patch Changes

  • Updated dependencies [4914970b]
    • @​graphql-tools/utils@​8.7.0

7.2.19

Patch Changes

  • 041c5ba1: Use caret range for the tslib dependency

... (truncated)

Changelog

Sourced from @​graphql-tools/apollo-engine-loader's changelog.

7.3.19

Patch Changes

  • Updated dependencies [7411a5e7]:
    • @​graphql-tools/utils@​9.1.1

7.3.18

Patch Changes

  • Updated dependencies [c0639dd0]:
    • @​graphql-tools/utils@​9.1.0

7.3.17

Patch Changes

  • Updated dependencies [d83b1960]:
    • @​graphql-tools/utils@​9.0.1

7.3.16

Patch Changes

7.3.15

Patch Changes

  • Updated dependencies [f7daf777]:
    • @​graphql-tools/utils@​8.13.1

7.3.14

Patch Changes

7.3.13

Patch Changes

... (truncated)

Commits
  • 353be6e Upcoming Release Changes (#4843)
  • 79b126b chore(release): update monorepo packages versions (#4826)
  • 74e28b6 chore(release): update monorepo packages versions (#4815)
  • 12b22d3 chore(release): update monorepo packages versions (#4803)
  • 3262a05 chore(release): update monorepo packages versions (#4797)
  • 5ff829f chore(release): update monorepo packages versions (#4773)
  • 884c7ef chore(deps): update all non-major dependencies (#4772)
  • e6c569d chore(release): update monorepo packages versions (#4707)
  • 13b9af9 chore(release): update monorepo packages versions (#4705)
  • 939e07c chore(deps): update all non-major dependencies (#4700)
  • Additional commits viewable in compare view

Updates @graphql-tools/github-loader from 7.2.1 to 7.3.20

Release notes

Sourced from @​graphql-tools/github-loader's releases.

@​graphql-tools/github-loader@​7.3.6

Patch Changes

  • 3c8fb360: chore(deps): update @​whatwg-node/fetch to fix vulnerability

  • c50d8568: Fix Github loader responding with 401 with invalid credentials

    Running the GitHub loader on a private repository with a missing or invalid GitHub token masks the real error as [object Object]. This happens because the GitHub GraphQL api returns 401 unauthorized if the token is not valid. After some debugging the only http status code i could find that triggers this is 401. With the returned payload being:

    This update fixes the problem for 401 by passing status to handleResponse and checking if that is 401 and reporting the correct message returned from Github. The response from github being:

    {"message":"Bad credentials","documentation_url":"https://docs.github.com/graphql"}
    

@​graphql-tools/github-loader@​7.3.5

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0
    • @​graphql-tools/graphql-tag-pluck@​7.3.1

@​graphql-tools/github-loader@​7.3.4

@​graphql-tools/github-loader

7.3.2

Patch Changes

  • eda0da95: Replace 'cross-undici-fetch' with '@​whatwg-node/fetch' since the previous one is deprecated

7.3.1

Patch Changes

  • ead60ca3: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

7.3.0

Minor Changes

  • d76a299c: Support TypeScript module resolution.

Patch Changes

  • Updated dependencies [a0abbbcd]
  • Updated dependencies [d76a299c]
    • @​graphql-tools/utils@​8.8.0
    • @​graphql-tools/graphql-tag-pluck@​7.3.0

... (truncated)

Changelog

Sourced from @​graphql-tools/github-loader's changelog.

7.3.20

Patch Changes

7.3.19

Patch Changes

  • Updated dependencies [7411a5e7]:
    • @​graphql-tools/utils@​9.1.1
    • @​graphql-tools/graphql-tag-pluck@​7.3.12

7.3.18

Patch Changes

  • Updated dependencies [c0639dd0]:
    • @​graphql-tools/utils@​9.1.0
    • @​graphql-tools/graphql-tag-pluck@​7.3.11

7.3.17

Patch Changes

  • Updated dependencies [d83b1960]:
    • @​graphql-tools/utils@​9.0.1
    • @​graphql-tools/graphql-tag-pluck@​7.3.10

7.3.16

Patch Changes

7.3.15

Patch Changes

  • Updated dependencies [f7daf777]:
    • @​graphql-tools/utils@​8.13.1
    • @​graphql-tools/graphql-tag-pluck@​7.3.8

7.3.14

Patch Changes

... (truncated)

Commits

Updates cross-undici-fetch from 0.1.12 to 0.1.33

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…ub-loader and cross-undici-fetch

Bumps [undici](https://github.com/nodejs/undici), [@graphql-tools/apollo-engine-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/apollo-engine), [@graphql-tools/github-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/github) and [cross-undici-fetch](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/cross-undici-fetch). These dependencies needed to be updated together.

Updates `undici` from 4.12.1 to 5.13.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v4.12.1...v5.13.0)

Updates `@graphql-tools/apollo-engine-loader` from 7.2.1 to 7.3.19
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/apollo-engine/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/apollo-engine-loader@7.3.19/packages/loaders/apollo-engine)

Updates `@graphql-tools/github-loader` from 7.2.1 to 7.3.20
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/github/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/github-loader@7.3.20/packages/loaders/github)

Updates `cross-undici-fetch` from 0.1.12 to 0.1.33
- [Release notes](https://github.com/ardatan/whatwg-node/releases)
- [Commits](https://github.com/ardatan/whatwg-node/commits/HEAD/packages/cross-undici-fetch)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: "@graphql-tools/apollo-engine-loader"
  dependency-type: indirect
- dependency-name: "@graphql-tools/github-loader"
  dependency-type: indirect
- dependency-name: cross-undici-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
@vercel

vercel Bot commented Nov 28, 2022

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
idiots ✅ Ready (Inspect) Visit Preview Nov 28, 2022 at 3:20AM (UTC)

@dependabot @github

dependabot Bot commented on behalf of github Feb 16, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #50.

@dependabot dependabot Bot closed this Feb 16, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/undici-and-graphql-tools/apollo-engine-loader-and-graphql-tools/github-loader-and-cross-undici-fetch-5.13.0 branch February 16, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants