Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump cross-fetch, @graphql-tools/github-loader and @graphql-tools/url-loader in /frontend #34

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 Apr 22, 2023

Bumps cross-fetch, @graphql-tools/github-loader and @graphql-tools/url-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.28

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"}
    
Changelog

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

7.3.28

Patch Changes

7.3.27

Patch Changes

7.3.26

Patch Changes

7.3.25

Patch Changes

7.3.24

Patch Changes

7.3.23

... (truncated)

Commits
  • 6d88649 chore(release): update monorepo packages versions (#5153)
  • 07589ae fix(github/url): add missing user-agent for github and do not accept invalid ...
  • 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)
  • Additional commits viewable in compare view

Updates @graphql-tools/url-loader from 7.2.0 to 7.17.18

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

Patch Changes

  • Updated dependencies [1c95368a]:
    • @​graphql-tools/executor-graphql-ws@​0.0.14
    • @​graphql-tools/executor-legacy-ws@​0.0.11
    • @​graphql-tools/wrap@​9.4.2
    • @​graphql-tools/delegate@​9.0.31

7.17.17

Patch Changes

7.17.16

Patch Changes

7.17.15

Patch Changes

7.17.14

Patch Changes

  • Updated dependencies [a5073e85]:
    • @​graphql-tools/executor-graphql-ws@​0.0.12
    • @​graphql-tools/wrap@​9.3.8

7.17.13

Patch Changes

... (truncated)

Commits
  • f3a9579 chore(deps): update all non-major dependencies (#5169)
  • 921abae chore(release): update monorepo packages versions (#5167)
  • 0662af0 chore(deps): update all non-major dependencies (#5168)
  • 7bf72a6 chore(deps): update all non-major dependencies (#5165)
  • 6d88649 chore(release): update monorepo packages versions (#5153)
  • 07589ae fix(github/url): add missing user-agent for github and do not accept invalid ...
  • 09aa97a fix(deps): update all non-major dependencies (#5149)
  • ca01188 chore(deps): update all non-major dependencies (#5148)
  • 4c0f418 chore(release): update monorepo packages versions (#5147)
  • 58414b2 fix(url-loader): suppress dynamic import warnings from bundlers
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…-loader

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch), [@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 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.28
- [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.2.0 to 7.17.18
- [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: cross-fetch
  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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants