Skip to content

Tags: octokit/graphql.js

Tags

v8.1.1

Toggle v8.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg): add `default` fallback and `types` export (#565)

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(security): Add provenance (#562)

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(security): Add provenance (#562)

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v8.0.2

Toggle v8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency @octokit/types to v13

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pkg): add `main` entry point (#551)

Some tools don't play well with only having the `exports` field present.

See octokit/core.js#662

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: package is now ESM (#549)

* feat: package is now ESM

BREAKING CHANGE: this package is now ESM

* fix: add missing file extension in relative file path import

v8.0.0-beta.1

Toggle v8.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: add missing file extension in relative file path import

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/types to v12 (#508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): uprade `@octokit/request` (#489)

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update octokit monorepo (major) (#488)

BREAKING CHANGE: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

BREAKING CHANGE: Remove ability to pass custom request options, except from method, headers, body, signal, data