Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 9, 2024

This PR contains the following updates:

Package Change Age Confidence
graphql-request (source) 1.6.0 -> 7.3.1 age confidence

Release Notes

graffle-js/graffle (graphql-request)

v7.3.1

Compare Source

Bug Fixes

  • Fixed broken example links on npmjs.com (#​1332)
    • Updated package.json repository metadata to point to correct location: graffle-js/graffle
    • Updated homepage URL to include /tree/graphql-request path
    • Updated bugs URL to point to correct issues page
    • All example links on npm now correctly resolve to files in the graphql-request branch

Links

v7.3.0: graphql-request v7.3.0

Compare Source

What's Changed

Features
  • CommonJS Support: Added CommonJS module format () alongside ESM for better compatibility with Jest and other testing environments that aren't fully ESM-ready
  • Improved Type Defaults: Default type parameters to any for easier migration and reduced type friction
Pull Requests
  • feat(graphql-request): default types any and support common js #​1396

Contributors

Thanks to @​Moumouls (Antoine Cormouls) for the contribution! 🚀


Installation:

npm install graphql-request@7.3.0

Package: https://www.npmjs.com/package/graphql-request/v/7.3.0

v7.2.0: graphql-request@7.2.0

Compare Source

Features:

v7.1.2: graphql-request@7.1.2

Compare Source

Fixes:

  • b732f45 Remove reference to type-fest which is not a dependency.

v7.1.1: graphql-request@7.1.1

Compare Source

Fixes
  • 37445c8 Support CJS and remove Graffle code. To use Graffle by now, you should be using pnpm add graffle@next.

v7.1.0

Compare Source

Fixes
Improvements
  • 30b39bf improve: update all deps to latest (#​936)
  • 92ea1b2 docs: mention additional requirement for TS
  • 39dfb37 refactor: no mock server
  • db4db92 docs: TS moduleResolution requirements
Graffle
Features
Chores

v7.0.1

Compare Source

Fixes
  • dc299d9 no node fs module in runtime
Improvements
  • 11805c8 improve: remove needless deep imports into graphql
Chores

v7.0.0

Compare Source

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
Fixes
Improvements

Graffle (alpha)

Features

v6.1.0

Compare Source

Features
  • 71af6ab restore main field of package.json for environments that do not support exports field (#​526)
  • 81c8bb2 export middleware function types
Improvements
  • 5fc0062 improve: fix autocomplete for request function
  • b98d71b refactor: group exports
Chores

v6.0.0

Compare Source

BREAKING CHANGES
Features
Fixes
Improvements
Chores

v5.2.0

Compare Source

Features
Fixes
Improvements
Chores

v5.1.0

Compare Source

v5.0.0

Compare Source

BREAKING CHANGES
Features
Fixes
Chores

v4.3.0

Compare Source

v4.2.0

Compare Source

Features
Improvements

v4.1.0

Compare Source

Features
  • 24ca53b include operationName to rawRequest payload if defined in gql (#​328)
  • 26711e7 parse string documents to extract the operationName (#​325)
Fixes
  • 0e406cc include source files in package for source maps (#​317)
  • cbfa1fb case-insensitive 'Content-type' response header detection (#​315)
Improvements
  • cf0aea9 improve: drop official node 12 support
Chores

v4.0.0

Compare Source

BREAKING CHANGES:

  • Official support for Node 12 is dropped

Features:

v3.7.0

Compare Source

Features

v3.6.1

Compare Source

Improvements
Chores

v3.6.0

Compare Source

Features
Fixes
Chores

v3.5.0

Compare Source

Features
Fixes
Improvements
Chores

v3.4.0

Compare Source

Features
Chores

v3.3.0

Compare Source

Features
Docs
  • 4f9bf6c fix broken example source links
  • c75a29a add readme table of contents
  • e5f453a add community section and collapsable examples (#​227)

v3.2.0

Compare Source

Features
  • 0290616 support custom fetch with GraphQLClient constructor (#​212)
Fixes
Chores

v3.1.0

Compare Source

Features
Fixes
Improvements
  • 2b7ecbd deps: update cross-fetch to latest
  • b17fd71 test: add test coverage for headers
  • 10c23fa test: refactor test modularity
  • 9c36d68 test: refactor upload tests
  • 762735b docs: Add example for Mutations to README (#​197)

v3.0.0

Compare Source

BREAKING CHANGES
  • Types module has moved from dist/src/types.js to dist/types.js. If you were importing from the former before you'll need to update to be the later now.

  • e757927 accept DocumentNode input (#​183)

    graphql-request now requires graphql version 14.x or 15.x as a peer dependency.

    graphql-request uses a TypeScript type from the graphql package such that if you are using TypeScript to build your project and you are using graphql-request but don't have graphql installed TypeScript build will fail. Details here. If you are a JS user then you do not technically need to install graphql. However if you use an IDE that picks up TS types even for JS (like VSCode) then its still in your interest to install graphql so that you can benefit from enhanced type safety during development.

Features
Fixes
Improvements
Chores

v2.0.0

Compare Source

PLEASE NOTE:

This release was accidental. The breaking change will actually be undone in 2.1. However since this project was dormant for a long time, the 2.x version is still a safeguard against possible regressions/instability that new development will cause.

2.0.0 (2020-05-28)

Bug Fixes
Features
BREAKING CHANGES
  • You are responsible for polyfilling your environment with cross-fetch if needed now.

v1.8.2

Compare Source

Bug Fixes
  • deps: update dependency cross-fetch to v2.2.2 (36c968f)

v1.8.1

Compare Source

Bug Fixes
  • add esnext.asynciterable to tsconfig.json (0248511)

  • revert support parsed query (#​97) (ddfd0a8)

v1.8.0

Compare Source

Features
  • add bundle size check to CI (ebe8741)

v1.7.0

Compare Source

Bug Fixes
  • build by installing peer dep in ci (c146fba)
Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch from 8cc0aad to b972621 Compare May 11, 2024 06:56
@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch from b972621 to 0c23108 Compare June 22, 2024 04:50
@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch 2 times, most recently from e5513d1 to 06818ab Compare November 2, 2024 03:50
@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch from 06818ab to 9ce7443 Compare May 26, 2025 03:23
@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch from 9ce7443 to 46559c2 Compare October 15, 2025 06:37
@renovate renovate bot force-pushed the renovate/graphql-request-7.x branch from 46559c2 to dd76cc1 Compare October 18, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant