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 @graphql-tools/url-loader #13

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

Conversation

dependabot[bot]
Copy link

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

Removes undici. It's no longer used after updating ancestor dependencies undici, @graphql-tools/apollo-engine-loader, @graphql-tools/github-loader and @graphql-tools/url-loader. These dependencies need to be updated together.

Removes undici

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 @graphql-tools/url-loader from 7.5.3 to 7.17.13

Release notes

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

@​graphql-tools/url-loader@​7.13.3

Patch Changes

  • 4dc7c3a0: Ignore readable stream errors after completion (browsers raise errors after canceling fetch requests)

@​graphql-tools/url-loader@​7.13.2

Patch Changes

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

@​graphql-tools/url-loader@​7.13.1

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0
    • @​graphql-tools/delegate@​8.8.1
    • @​graphql-tools/wrap@​8.5.1
Changelog

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

7.17.13

Patch Changes

7.17.12

Patch Changes

7.17.11

Patch Changes

7.17.10

Patch Changes

... (truncated)

Commits
  • 0d34e1c chore(release): update monorepo packages versions (#5057)
  • 30bd4d0 chore(deps): update all non-major dependencies (#5055)
  • 44a2afd chore(deps): update dependency puppeteer to v19.7.0 (#5052)
  • 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)
  • 58a9882 chore(release): update monorepo packages versions (#5022)
  • Additional commits viewable in compare view

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 @graphql-tools/url-loader

Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependencies [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 [@graphql-tools/url-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/url). These dependencies need to be updated together.


Removes `undici`

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 `@graphql-tools/url-loader` from 7.5.3 to 7.17.13
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/url/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/loaders/url)

---
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: "@graphql-tools/url-loader"
  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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants