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

chore(deps): bump cross-fetch and graphql-tools#42

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

chore(deps): bump cross-fetch and graphql-tools#42
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cross-fetch-and-graphql-tools-3.1.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps cross-fetch to 3.1.5 and updates ancestor dependency graphql-tools. These dependencies need to be updated together.

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


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.

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) to 3.1.5 and updates ancestor dependency [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools). These dependencies need to be updated together.


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

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
- dependency-name: graphql-tools
  dependency-type: direct:production
...

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
@marcelovicentegc
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2023

The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

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.

1 participant