Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

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.0 to 5.19.1

Release notes

Sourced from undici's releases.

v5.19.1

⚠️ Security Release ⚠️

This release is part of the Node.js security release train: https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/

v5.19.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.18.0...v5.19.0

v5.18.0

What's Changed

Full Changelog: nodejs/undici@v5.17.1...v5.18.0

v5.17.1

What's Changed

Full Changelog: nodejs/undici@v5.17.0...v5.17.1

v5.17.0

What's Changed

... (truncated)

Commits

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

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
Changelog

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

7.3.26

Patch Changes

7.3.25

Patch Changes

7.3.24

Patch Changes

7.3.23

Patch Changes

7.3.22

Patch Changes

7.3.21

Patch Changes

  • Updated dependencies [904fe770]:
    • @​graphql-tools/utils@​9.1.3

7.3.20

... (truncated)

Commits
  • dd21423 chore(release): update monorepo packages versions (#5042)
  • 1b948ac fix(deps): update dependency @​whatwg-node/fetch to ^0.8.0 (#5041)
  • 37c7144 chore(release): update monorepo packages versions (#5034)
  • ab4cf86 chore(deps): update all non-major dependencies (#5031)
  • 79afd0b chore(release): update monorepo packages versions (#5024)
  • b09ea28 chore(deps): update all non-major dependencies (#5025)
  • 1094ed9 chore(release): update monorepo packages versions (#5018)
  • 6a7068e chore(release): update monorepo packages versions (#4962)
  • 0e5d250 chore(deps): update all non-major dependencies (#4941)
  • 9436db0 chore(release): update monorepo packages versions (#4888)
  • Additional commits viewable in compare view

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

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
Changelog

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

7.3.27

Patch Changes

7.3.26

Patch Changes

7.3.25

Patch Changes

7.3.24

Patch Changes

7.3.23

Patch Changes

7.3.22

Patch Changes

... (truncated)

Commits
  • dd21423 chore(release): update monorepo packages versions (#5042)
  • 1b948ac fix(deps): update dependency @​whatwg-node/fetch to ^0.8.0 (#5041)
  • 37c7144 chore(release): update monorepo packages versions (#5034)
  • ab4cf86 chore(deps): update all non-major dependencies (#5031)
  • 79afd0b chore(release): update monorepo packages versions (#5024)
  • b09ea28 chore(deps): update all non-major dependencies (#5025)
  • 1094ed9 chore(release): update monorepo packages versions (#5018)
  • 6a7068e chore(release): update monorepo packages versions (#4962)
  • 0e5d250 chore(deps): update all non-major dependencies (#4941)
  • 9436db0 chore(release): update monorepo packages versions (#4888)
  • Additional commits viewable in compare view

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)
    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.0 to 5.19.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v4.12.0...v5.19.1)

Updates `@graphql-tools/apollo-engine-loader` from 7.2.1 to 7.3.26
- [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/[email protected]/packages/loaders/apollo-engine)

Updates `@graphql-tools/github-loader` from 7.2.1 to 7.3.27
- [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/[email protected]/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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2023
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
Development

Successfully merging this pull request may close these issues.

0 participants