Skip to content

Tags: octokit/plugin-paginate-graphql.js

Tags

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: stop testing against NodeJS v18 (#286)

BREAKING CHANGE: Drop support for NodeJS v18

v5.2.4

Toggle v5.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `TypeError with hasOwnProperty` in `deepFindPathToProperty` (#234)

* chore: add failing test for response having null value

* Revert "fix: add `null` check in `deepFindPathToProperty` function (#137)"

This reverts commit cfda527.

* fix: hasOwnProperty error in deepFindPathToProperty

v5.2.3

Toggle v5.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add `null` check in `deepFindPathToProperty` function (#137)

Implement null check for the 'findPaginatedResourcePath' function

Previously the `deepFindPathToProperty` function would occasionally fail with `TypeError: Cannot read properties of null (reading 'hasOwnProperty')`. This change fixes that by adding a null check to the `findPaginatedResourcePath` function.

Resolves #58

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): export `paginateGraphQLInterface` (#200)

This resolves issues in consumers of this package getting errors from TypeScript

```
The inferred type of 'Octokit' cannot be named without a reference to '@octokit/core/node_modules/@octokit/graphql/types'. This is likely not portable. A type annotation is necessary.
```

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): lock file maintenance (#196)

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

v5.2.0

Toggle v5.2.0's commit message

Verified

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

* Enable provenance in package.json

* Add necessary permissions to the release workflow

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: export `VERSION` (#181)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: v5 (#175)

* maint: spelling (#167)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

BREAKING CHANGE: change spelling of `paginateGraphql` export to `paginateGraphQL`

* feat: package is now ESM

BREAKING CHANGE: package is now ESM

* fix: add return type annotation

---------

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

v5.0.0-beta.3

Toggle v5.0.0-beta.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Merge branch 'main' into beta

v5.0.0-beta.2

Toggle v5.0.0-beta.2's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: add return type annotation