Skip to content

Bump cross-fetch and @graphql-tools/github-loader#26

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cross-fetch-and-graphql-tools/github-loader-3.1.5
Open

Bump cross-fetch and @graphql-tools/github-loader#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cross-fetch-and-graphql-tools/github-loader-3.1.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2022

Bumps cross-fetch and @graphql-tools/github-loader. These dependencies needed to be updated together.
Updates cross-fetch from 3.1.4 to 3.1.5

Release notes

Sourced from cross-fetch's releases.

v3.1.5

What's Changed

New Contributors

Full Changelog: lquixada/cross-fetch@v3.1.4...v3.1.5

Commits
  • c6089df chore(release): 3.1.5
  • a3b3a94 chore: updated node-fetch version to 2.6.7 (#124)
  • efed703 chore: updated node-fetch version to 2.6.5
  • 694ff77 refactor: removed ora from dependencies
  • efc5956 refactor: added .vscode to .gitignore
  • da605d5 refactor: renamed test/fetch/ to test/fetch-api/ and test/module/ to test/mod...
  • 0f0d51d chore: updated minor and patch versions of dev dependencies
  • c6e34ea refactor: removed sinon.js
  • f524a52 fix: yargs was incompatible with node 10
  • 7906fcf chore: updated dev dependencies
  • Additional commits viewable in compare view

Updates @graphql-tools/github-loader from 7.1.0 to 7.3.18

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.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

7.3.13

Patch Changes

  • Updated dependencies [43c736bd]:
    • @​graphql-tools/utils@​8.12.0

... (truncated)

Commits
  • 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)
  • bd20dd0 chore(release): update monorepo packages versions (#4691)
  • 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.

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) and [@graphql-tools/github-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/github). These dependencies needed to be updated together.

Updates `cross-fetch` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5)

Updates `@graphql-tools/github-loader` from 7.1.0 to 7.3.18
- [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.18/packages/loaders/github)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
- dependency-name: "@graphql-tools/github-loader"
  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 12, 2022
@vercel
Copy link

vercel bot commented Nov 12, 2022

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

Name Status Preview Updated
ramble-next ✅ Ready (Inspect) Visit Preview Nov 12, 2022 at 3:24AM (UTC)

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