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

chore(deps): bump node-fetch, cross-fetch, @graphql-tools/github-loader and @graphql-tools/url-loader #149

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps node-fetch, cross-fetch, @graphql-tools/github-loader and @graphql-tools/url-loader. These dependencies needed to be updated together.
Updates node-fetch from 2.6.5 to 2.6.7

Release notes

Sourced from node-fetch's releases.

v2.6.7

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

Full Changelog: node-fetch/node-fetch@v2.6.6...v2.6.7

v2.6.6

What's Changed

Full Changelog: node-fetch/node-fetch@v2.6.5...v2.6.6

Commits

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

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.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
    • @​graphql-tools/graphql-tag-pluck@​7.3.6

7.3.12

Patch Changes

7.3.11

Patch Changes

7.3.10

Patch Changes

... (truncated)

Commits
  • 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)
  • 6844081 chore(release): update monorepo packages versions (#4669)
  • 5e9b1c0 chore(deps): update all non-major dependencies (#4665)
  • 39b76cd chore(release): update monorepo packages versions (#4653)
  • Additional commits viewable in compare view

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

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

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

Minor Changes

  • e98c84a3: Handle SSE responses by using TextDecoderStream if fetch API returns ReadableStream but not AsyncIterable. Previously we handle that with some extra logic that is already available in TextDecoderStream

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

@​graphql-tools/url-loader

7.12.2

Patch Changes

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

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

Minor Changes

  • adbf372c: Some environments like CF Workers don't support credentials in RequestInit object. But by default UrlLoader sends 'same-origin' and it wasn't possible to disable it. Now you can pass 'disable' to remove credentials property from RequestInit object completely.

    new UrlLoader().load(url, { credentials: 'disable' });

7.11.0

... (truncated)

Changelog

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

7.16.6

Patch Changes

7.16.5

Patch Changes

7.16.4

Patch Changes

  • Updated dependencies [0402894d]:
    • @​graphql-tools/delegate@​9.0.8
    • @​graphql-tools/wrap@​9.2.3

7.16.3

Patch Changes

  • Updated dependencies [00c4a1a4]:
    • @​graphql-tools/delegate@​9.0.7
    • @​graphql-tools/wrap@​9.2.2

7.16.2

Patch Changes

  • Updated dependencies [c21a895a]:
    • @​graphql-tools/wrap@​9.2.1

7.16.1

Patch Changes

... (truncated)

Commits
  • 3262a05 chore(release): update monorepo packages versions (#4797)
  • 722e36a chore(deps): update dependency babel-loader to v9 (#4790)
  • 92fda4b chore(deps): update dependency @​envelop/live-query to v5.0.3 (#4791)
  • 5ff829f chore(release): update monorepo packages versions (#4773)
  • df5848b feat: executor from graphql-js (#4778)
  • e60266b chore(deps): update all non-major dependencies (#4786)
  • f7a3014 chore(deps): update all non-major dependencies (#4784)
  • 8d3dd10 fix(deps): update all non-major dependencies (#4779)
  • 884c7ef chore(deps): update all non-major dependencies (#4772)
  • 3494547 chore(deps): update dependency puppeteer to v19 (#4765)
  • 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
…er and @graphql-tools/url-loader

Bumps [node-fetch](https://github.com/node-fetch/node-fetch), [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 `node-fetch` from 2.6.5 to 2.6.7
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.5...v2.6.7)

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.15
- [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.15/packages/loaders/github)

Updates `@graphql-tools/url-loader` from 7.2.0 to 7.16.6
- [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/url-loader@7.16.6/packages/loaders/url)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- 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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-fetch-and-cross-fetch-and-graphql-tools/github-loader-and-graphql-tools/url-loader-2.6.7 branch from 310e712 to 8542578 Compare November 3, 2022 09:41
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.

None yet

0 participants