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

build(deps): bump graphql-request from 6.1.0 to 7.0.1 #40

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 May 13, 2024

Bumps graphql-request from 6.1.0 to 7.0.1.

Release notes

Sourced from graphql-request's releases.

7.0.1

Fixes

  • dc299d9 no node fs module in runtime

Improvements

  • 11805c8 improve: remove needless deep imports into graphql

Chores

  • ecf5032 update dependency tsx to v4.9.4 (#843)
  • 12cb8cf update dependency zod to v3.23.8 (#836)

7.0.0

BREAKING CHANGES

  • 2a121c6 remove inlined graphql websocket code
  • 99a192e add spec compliant default Accept header (#618)
  • 0e53aed replace GraphQLClientRequestHeaders with built-in HeadersInit type (#616)
  • c3a309f remove support for CommonJS (#607)
  • 6efcc0d remove cross-fetch polyfill
  • Valid URL must be passed (no more path-only strings like /foo) (#745)

Features

  • f906d22 export request init extended type (#812)
  • cc2dc55 response middleware extra info (#788)
  • 2a121c6 (breaking) remove inlined graphql websocket code
  • 0f1b7b5 exclude operation name via a field in RequestConfig (#645)
  • 99a192e (breaking) add spec compliant default Accept header (#618)
  • 0e53aed (breaking) replace GraphQLClientRequestHeaders with built-in HeadersInit type (#616)
  • c3a309f (breaking) remove support for CommonJS (#607)
  • 6efcc0d (breaking) remove cross-fetch polyfill
  • e065677 export GraphQLClientRequestHeader (#558)

Fixes

  • 553006b await response middleware (#810)
  • 54da7bd alias encoding (#809)
  • 190bdd2 remove vitest import
  • 5f13401 no select root types if not in schema
  • ee66c10 result types have no args
  • fe124de args on interfaces and unions (#781)
  • 893ad01 no infer runtime unions
  • 310f10c order independent input object defs
  • a71c9f8 order independent input object defs
  • 118d1d7 no infer runtime objects
  • 1238a1c thunk list objects
  • 8a9e207 exact types on query and mutation (#755)

... (truncated)

Commits
  • dc299d9 fix: no node fs module in runtime
  • ecf5032 chore(deps): update dependency tsx to v4.9.4 (#843)
  • c15f7f9 fix: type import
  • 11805c8 improve: remove needless deep imports into graphql
  • 12cb8cf chore(deps): update dependency zod to v3.23.8 (#836)
  • be48f1e feat: rename cli to graffle
  • e1e3e58 chore(deps): update dependency @​types/node to v20.12.11 (#835)
  • 7452c47 chore(deps): update dependency zod to v3.23.7 (#834)
  • b2c0a2a chore(deps): update dependency happy-dom to v14.10.1 (#832)
  • aa53f3a chore(deps): update dependency @​types/node to v20.12.10 (#833)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [graphql-request](https://github.com/jasonkuhrt/graphql-request) from 6.1.0 to 7.0.1.
- [Release notes](https://github.com/jasonkuhrt/graphql-request/releases)
- [Commits](jasonkuhrt/graphql-request@6.1.0...7.0.1)

---
updated-dependencies:
- dependency-name: graphql-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/graphql-request@7.0.1 Transitive: environment, filesystem, shell +25 185 MB

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/dprint@0.45.1
  • Install script: postinstall
  • Source: node ./install.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/dprint@0.45.1

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