8000 Tags · octokit/request.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: octokit/request.js

Tags

v9.2.3

Toggle v9.2.3's commit message

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/types to v14 (#753)

* fix(deps): update dependency @octokit/types to v14

* update request-error

* update endpoint

---------

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

v8.4.1

Toggle v8.4.1's commit message

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

Toggle v9.2.2's commit message

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

Toggle v9.2.1's commit message

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

Toggle v9.2.0's commit message

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

Toggle v9.1.4's commit message

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

Toggle v9.1.3's commit message

Verified

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

v9.1.2

Toggle v9.1.2's commit message

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

Toggle v9.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 to exports (#688)

v9.1.0

Toggle v9.1.0's commit message

Verified

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

0