Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

chore(deps): bump node-fetch, graphql-tools, cross-fetch and @graphql-codegen/typescript-react-apollo#43

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/node-fetch-and-graphql-tools-and-cross-fetch-and-graphql-codegen/typescript-react-apollo-2.6.7
Open

chore(deps): bump node-fetch, graphql-tools, cross-fetch and @graphql-codegen/typescript-react-apollo#43
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/node-fetch-and-graphql-tools-and-cross-fetch-and-graphql-codegen/typescript-react-apollo-2.6.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps node-fetch to 2.6.7 and updates ancestor dependencies node-fetch, graphql-tools, cross-fetch and @graphql-codegen/typescript-react-apollo. These dependencies need to be updated together.

Updates node-fetch from 2.6.1 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

v2.6.2

fixed main path in package.json

Commits
  • 1ef4b56 backport of #1449 (#1453)
  • 8fe5c4e 2.x: Specify encoding as an optional peer dependency in package.json (#1310)
  • f56b0c6 fix(URL): prefer built in URL version when available and fallback to whatwg (...
  • b5417ae fix: import whatwg-url in a way compatible with ESM Node (#1303)
  • 18193c5 fix v2.6.3 that did not sending query params (#1301)
  • ace7536 fix: properly encode url with unicode characters (#1291)
  • 152214c Fix(package.json): Corrected main file path in package.json (#1274)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by endless, a new releaser for node-fetch since your current version.


Updates graphql-tools from 7.0.2 to 8.3.19

Release notes

Sourced from graphql-tools's releases.

@​graphql-tools/links@​8.3.1

Patch Changes

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

@​graphql-tools/merge@​8.3.1

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0

graphql-tools@8.3.1

Patch Changes

  • @​graphql-tools/schema@​8.5.1

@​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/load@​7.7.1

Patch Changes

  • Updated dependencies [2a3b45e3]
    • @​graphql-tools/utils@​8.9.0
    • @​graphql-tools/schema@​8.5.1

@​graphql-tools/graphql-file-loader@​7.5.0

Minor Changes

... (truncated)

Changelog

Sourced from graphql-tools's changelog.

8.3.19

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.17

8.3.18

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.16

8.3.17

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.15

8.3.16

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.14

8.3.15

Patch Changes

  • Updated dependencies [a4d36fcc]:
    • @​graphql-tools/schema@​9.0.13

8.3.14

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.12

8.3.13

Patch Changes

  • Updated dependencies []:
    • @​graphql-tools/schema@​9.0.11

8.3.12

... (truncated)

Commits
  • caf632b chore(release): update monorepo packages versions (#5086)
  • 79afd0b chore(release): update monorepo packages versions (#5024)
  • 1094ed9 chore(release): update monorepo packages versions (#5018)
  • 18adc0f chore(release): update monorepo packages versions (#4987)
  • 6a7068e chore(release): update monorepo packages versions (#4962)
  • 9436db0 chore(release): update monorepo packages versions (#4888)
  • 90011f0 chore(release): update monorepo packages versions (#4884)
  • 353be6e Upcoming Release Changes (#4843)
  • 79b126b chore(release): update monorepo packages versions (#4826)
  • 74e28b6 chore(release): update monorepo packages versions (#4815)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ardatan, a new releaser for graphql-tools since your current version.


Updates cross-fetch from 3.0.6 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

v3.1.4

🐞 fixed typescript errors.

v3.1.3

🐞 fixed typescript compilation error causing #95, #101, #102.

v3.1.2

🐞 added missing Headers interface augmentation from lib.dom.iterable.d.ts (#97)

v3.1.1

🐞 fixed missing fetch api types from constructor signatures #96 (thanks @​jstewmon)

v3.1.0

⚡️ improved TypeScript support with own fetch API type definitions (thanks @​jstewmon) ⚡️ set fetch.ponyfill to true when custom ponyfill implementation is used. 💡 set the same fetch API test suite to run against node-fetch, whatwg-fetch and native fetch.

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-codegen/typescript-react-apollo from 1.17.7 to 3.3.7

Changelog

Sourced from @​graphql-codegen/typescript-react-apollo's changelog.

3.3.7

Patch Changes

3.3.6

Patch Changes

  • Updated dependencies [63dc8f205]:
    • @​graphql-codegen/visitor-plugin-common@​2.13.1
    • @​graphql-codegen/plugin-helpers@​2.7.2

3.3.5

Patch Changes

  • Updated dependencies [a46b8d99c]:
    • @​graphql-codegen/visitor-plugin-common@​2.13.0

3.3.4

Patch Changes

  • Updated dependencies [1bd7f771c]:
    • @​graphql-codegen/visitor-plugin-common@​2.12.2

3.3.3

Patch Changes

3.3.2

Patch Changes

  • Updated dependencies [2cbcbb371]
    • @​graphql-codegen/visitor-plugin-common@​2.12.0
    • @​graphql-codegen/plugin-helpers@​2.6.0

3.3.1

Patch Changes

... (truncated)

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.

…-codegen/typescript-react-apollo

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools), [cross-fetch](https://github.com/lquixada/cross-fetch) and [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo). These dependencies need to be updated together.


Updates `node-fetch` from 2.6.1 to 2.6.7
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)

Updates `graphql-tools` from 7.0.2 to 8.3.19
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@8.3.19/packages/graphql-tools)

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

Updates `@graphql-codegen/typescript-react-apollo` from 1.17.7 to 3.3.7
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-react-apollo@3.3.7/packages/plugins/typescript/react-apollo)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: graphql-tools
  dependency-type: direct:production
- dependency-name: cross-fetch
  dependency-type: indirect
- dependency-name: "@graphql-codegen/typescript-react-apollo"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants