Skip to content

Tags: octokit/request.js

Tags

v8.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ReDos regex vulnerability, reported by @dayshift (#741)

v9.2.2

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(deps): update dependency @octokit/request-error to v6.1.7 [securi…

…ty] (#740)

* fix(deps): update dependency @octokit/request-error to v6.1.7 [security]

* bump in package.json

---------

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

v9.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: mitigate ReDos vulnerabilities & lint (#738)

Releases 34ff07e
* Linting issues
* update `@octokit/endpoint` and `@octokit/request-error`

v9.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: correctly parse response bodies as JSON where the Content-Type …

…is `application/scim+json` (#731)

GitHub has APIs that return `application/scim+json` response bodies. Currently, these responses are not parsed as JSON, and instead, an `ArrayBuffer` is returned in `response.data`.

This adds handling for `application/scim+json` so they are parsed as JSON as normal.

v9.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump `@octokit/types` to fix deno compat (#730)

v9.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve toErrorMessage (#714)

v9.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(refactor): async await instead of Promise chain (#711)

* fail early, fail fast

* improve

* improve tests

* AbortSignal should result in a status code 0

* minor change

* streamline further

* remove case

* status 500 for abort error

* add Dispatcher testcase for timeout

* adapt requested changes

v9.1.1

Verified

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

v9.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(release): remove duplicate permissions entry (#686)

v8.4.0

Verified

This commit was signed with the committer’s verified signature.
feat: re-add `redirect` request option (#636)

* Fixed regression of redirect option being passed through to fetch introduced in #599, and moves it instead to the `requestOption.request` object

* build: upgrade jest to fix test regression with `globalThis` being read-only